ModelBiasAppSpecification - Amazon SageMaker
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).

ModelBiasAppSpecification

Docker container image configuration object for the model bias job.

Contents

ConfigUri

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

Type: String

Length Constraints: Maximum length of 1024.

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

Required: Yes

ImageUri

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

Type: String

Length Constraints: Maximum length of 255.

Pattern: .*

Required: Yes

Environment

Sets the environment variables in the Docker container.

Type: String to string map

Map Entries: Maximum number of 50 items.

Key Length Constraints: Maximum length of 256.

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

Value Length Constraints: Maximum length of 256.

Value Pattern: [\S\s]*

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: