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.ModelExplainabilityAppSpecification

Description

 
Synopsis

Documentation

data ModelExplainabilityAppSpecification Source #

Docker container image configuration object for the model explainability job.

See: newModelExplainabilityAppSpecification smart constructor.

Constructors

ModelExplainabilityAppSpecification' 

Fields

Instances

Instances details
Eq ModelExplainabilityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityAppSpecification

Read ModelExplainabilityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityAppSpecification

Show ModelExplainabilityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityAppSpecification

Generic ModelExplainabilityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityAppSpecification

NFData ModelExplainabilityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityAppSpecification

Hashable ModelExplainabilityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityAppSpecification

ToJSON ModelExplainabilityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityAppSpecification

FromJSON ModelExplainabilityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityAppSpecification

type Rep ModelExplainabilityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityAppSpecification

type Rep ModelExplainabilityAppSpecification = D1 ('MetaData "ModelExplainabilityAppSpecification" "Amazonka.SageMaker.Types.ModelExplainabilityAppSpecification" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelExplainabilityAppSpecification'" '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))))

newModelExplainabilityAppSpecification Source #

Create a value of ModelExplainabilityAppSpecification 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:ModelExplainabilityAppSpecification', modelExplainabilityAppSpecification_environment - Sets the environment variables in the Docker container.

$sel:imageUri:ModelExplainabilityAppSpecification', modelExplainabilityAppSpecification_imageUri - The container image to be run by the model explainability job.

$sel:configUri:ModelExplainabilityAppSpecification', modelExplainabilityAppSpecification_configUri - JSON formatted S3 file that defines explainability parameters. For more information on this JSON configuration file, see Configure model explainability parameters.

modelExplainabilityAppSpecification_imageUri :: Lens' ModelExplainabilityAppSpecification Text Source #

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

modelExplainabilityAppSpecification_configUri :: Lens' ModelExplainabilityAppSpecification Text Source #

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