ContainerConfig
Provides configuration information for the dockerized container where the model algorithm is stored.
Contents
- imageUri
-
The registry path of the docker image that contains the algorithm. Clean Rooms ML supports both
registry/repository[:tag]
andregistry/repositry[@digest]
image path formats. For more information about using images in Clean Rooms ML, see the Sagemaker API reference.Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
.*
Required: Yes
- arguments
-
The arguments for a container used to run a training job. See How Amazon SageMaker Runs Your Training Image for additional information. For more information, see How Sagemaker runs your training image.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 100 items.
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
.*
Required: No
- entrypoint
-
The entrypoint script for a Docker container used to run a training job. This script takes precedence over the default train processing instructions. See How Amazon SageMaker Runs Your Training Image for additional information. For more information, see How Sagemaker runs your training image.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 100 items.
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
.*
Required: No
- metricDefinitions
-
A list of metric definition objects. Each object specifies the metric name and regular expressions used to parse algorithm logs. AWS Clean Rooms ML publishes each metric to all members' Amazon CloudWatch using IAM role configured in PutMLConfiguration.
Type: Array of MetricDefinition objects
Array Members: Minimum number of 0 items. Maximum number of 40 items.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: