AWS::SageMaker::ModelBiasJobDefinition ModelBiasAppSpecification - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::SageMaker::ModelBiasJobDefinition ModelBiasAppSpecification

Docker container image configuration object for the model bias job.

Syntax

To declare this entity in your Amazon 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 bias parameters. For more information on this JSON configuration file, see Configure bias 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 bias job.

Required: Yes

Type: String

Pattern: .*

Maximum: 255

Update requires: Replacement