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 TrainedModelArtifactMaxSize
Specifies the maximum size limit for trained model artifacts. This configuration helps control storage costs and ensures that trained models don't exceed specified size constraints. The size limit applies to the total size of all artifacts produced by the training job.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
Properties
Unit-
The unit of measurement for the maximum artifact size. Valid values include common storage units such as bytes, kilobytes, megabytes, gigabytes, and terabytes.
Required: Yes
Type: String
Allowed values:
GBUpdate requires: Replacement
Value-
The numerical value for the maximum artifact size limit. This value is interpreted according to the specified unit.
Required: Yes
Type: Number
Minimum:
0Maximum:
10Update requires: Replacement