libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq ModelBiasAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasAppSpecification

Read ModelBiasAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasAppSpecification

Show 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 #

NFData ModelBiasAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasAppSpecification

Hashable ModelBiasAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasAppSpecification

ToJSON ModelBiasAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasAppSpecification

FromJSON 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" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" '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.