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: Maximum length of 255.
Pattern:
[\S]+
Required: Yes
- ModelDataUrl
-
The location of the model artifacts. For more information, see ContainerDefinition.
Type: String
Length Constraints: 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: Maximum number of 100 items.
Key Length Constraints: Maximum length of 1024.
Key Pattern:
[a-zA-Z_][a-zA-Z0-9_]*
Value Length Constraints: 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 AWS SDKs, see the following: