AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation TrainedModelArtifactMaxSize - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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:

JSON

{ "Unit" : String, "Value" : Number }

YAML

Unit: String Value: Number

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: GB

Update 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: 0

Maximum: 10

Update requires: Replacement