AWS::SageMaker::ModelExplainabilityJobDefinition ModelExplainabilityAppSpecification - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::SageMaker::ModelExplainabilityJobDefinition ModelExplainabilityAppSpecification

Docker container image configuration object for the model explainability job.

Syntax

To declare this entity in your 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