AutoMLContainerDefinition
A list of container definitions that describe the different containers that make up an AutoML candidate. For more information, see ContainerDefinition.
Contents
- Image
- 
               The Amazon Elastic Container Registry (Amazon ECR) path of the container. For more information, see ContainerDefinition. Type: String Length Constraints: Minimum length of 0. Maximum length of 255. Pattern: [\S]+Required: Yes 
- ModelDataUrl
- 
               The location of the model artifacts. For more information, see ContainerDefinition. Type: String Length Constraints: Minimum length of 0. Maximum length of 1024. Pattern: (https|s3)://([^/]+)/?(.*)Required: Yes 
- Environment
- 
               The environment variables to set in the container. For more information, see ContainerDefinition. Type: String to string map Map Entries: Minimum number of 0 items. Maximum number of 100 items. Key Length Constraints: Minimum length of 0. Maximum length of 1024. Key Pattern: [a-zA-Z_][a-zA-Z0-9_]*Value Length Constraints: Minimum length of 0. Maximum length of 1024. 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: