This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation TrainedModelsConfigurationPolicy
The configuration policy for the trained models.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "ContainerLogs" :[ LogsConfigurationPolicy, ... ], "ContainerMetrics" :MetricsConfigurationPolicy, "MaxArtifactSize" :TrainedModelArtifactMaxSize}
YAML
ContainerLogs:- LogsConfigurationPolicyContainerMetrics:MetricsConfigurationPolicyMaxArtifactSize:TrainedModelArtifactMaxSize
Properties
ContainerLogs-
The container for the logs of the trained model.
Required: No
Type: Array of LogsConfigurationPolicy
Minimum:
1Maximum:
5Update requires: Replacement
ContainerMetrics-
The container for the metrics of the trained model.
Required: No
Type: MetricsConfigurationPolicy
Update requires: Replacement
MaxArtifactSize-
The maximum size limit for trained model artifacts as defined in the configuration policy. This setting helps enforce consistent size limits across trained models in the collaboration.
Required: No
Type: TrainedModelArtifactMaxSize
Update requires: Replacement