amazonka-sagemaker-2.0: Amazon SageMaker Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SageMaker.Types.ModelBiasAppSpecification

Description

 
Synopsis

Documentation

data ModelBiasAppSpecification Source #

Docker container image configuration object for the model bias job.

See: newModelBiasAppSpecification smart constructor.

Constructors

ModelBiasAppSpecification' 

Fields

Instances

Instances details
FromJSON ModelBiasAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasAppSpecification

ToJSON ModelBiasAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasAppSpecification

Generic ModelBiasAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasAppSpecification

Associated Types

type Rep ModelBiasAppSpecification :: Type -> Type #

Read ModelBiasAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasAppSpecification

Show ModelBiasAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasAppSpecification

NFData ModelBiasAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasAppSpecification

Eq ModelBiasAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasAppSpecification

Hashable ModelBiasAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasAppSpecification

type Rep ModelBiasAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasAppSpecification

type Rep ModelBiasAppSpecification = D1 ('MetaData "ModelBiasAppSpecification" "Amazonka.SageMaker.Types.ModelBiasAppSpecification" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "ModelBiasAppSpecification'" 'PrefixI 'True) (S1 ('MetaSel ('Just "environment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "imageUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "configUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newModelBiasAppSpecification Source #

Create a value of ModelBiasAppSpecification with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:environment:ModelBiasAppSpecification', modelBiasAppSpecification_environment - Sets the environment variables in the Docker container.

$sel:imageUri:ModelBiasAppSpecification', modelBiasAppSpecification_imageUri - The container image to be run by the model bias job.

$sel:configUri:ModelBiasAppSpecification', modelBiasAppSpecification_configUri - JSON formatted S3 file that defines bias parameters. For more information on this JSON configuration file, see Configure bias parameters.

modelBiasAppSpecification_environment :: Lens' ModelBiasAppSpecification (Maybe (HashMap Text Text)) Source #

Sets the environment variables in the Docker container.

modelBiasAppSpecification_imageUri :: Lens' ModelBiasAppSpecification Text Source #

The container image to be run by the model bias job.

modelBiasAppSpecification_configUri :: Lens' ModelBiasAppSpecification Text Source #

JSON formatted S3 file that defines bias parameters. For more information on this JSON configuration file, see Configure bias parameters.