AWS::SageMaker::ModelExplainabilityJobDefinition ModelExplainabilityAppSpecification - AWS CloudFormation

AWS::SageMaker::ModelExplainabilityJobDefinition ModelExplainabilityAppSpecification

Docker container image configuration object for the model explainability job.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "ConfigUri" : String, "Environment" : {Key: Value, ...}, "ImageUri" : String }

YAML

ConfigUri: String Environment: Key: Value ImageUri: String

Properties

ConfigUri

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

Required: Yes

Type: String

Pattern: ^(https|s3)://([^/]+)/?(.*)$

Maximum: 1024

Update requires: Replacement

Environment

Sets the environment variables in the Docker container.

Required: No

Type: Object of String

Pattern: [a-zA-Z_][a-zA-Z0-9_]*

Minimum: 1

Maximum: 256

Update requires: Replacement

ImageUri

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

Required: Yes

Type: String

Pattern: .*

Maximum: 255

Update requires: Replacement