Interface CfnConfiguredModelAlgorithmAssociation.TrainedModelArtifactMaxSizeProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnConfiguredModelAlgorithmAssociation.TrainedModelArtifactMaxSizeProperty.Jsii$Proxy
Enclosing class:
CfnConfiguredModelAlgorithmAssociation

@Stability(Stable) public static interface CfnConfiguredModelAlgorithmAssociation.TrainedModelArtifactMaxSizeProperty extends software.amazon.jsii.JsiiSerializable
Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.cleanroomsml.*;
 TrainedModelArtifactMaxSizeProperty trainedModelArtifactMaxSizeProperty = TrainedModelArtifactMaxSizeProperty.builder()
         .unit("unit")
         .value(123)
         .build();
 

See Also: