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 S3 file that defines explainability parameters. For more information on this JSON configuration file, see Configure model explainability parameters.

Required: Yes

Type: String

Maximum: 1024

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

Update requires: Replacement

Environment

Sets the environment variables in the Docker container.

Required: No

Type: Map of String

Update requires: Replacement

ImageUri

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

Required: Yes

Type: String

Maximum: 255

Pattern: .*

Update requires: Replacement