AWS::SageMaker::ModelExplainabilityJobDefinition ModelExplainabilityAppSpecification
Docker container image configuration object for the model explainability job.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "ConfigUri" :String, "Environment" :{, "ImageUri" :Key:Value, ...}String}
YAML
ConfigUri:StringEnvironment:ImageUri:Key:ValueString
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:
1024Pattern:
^(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:
255Pattern:
.*Update requires: Replacement