Interface CfnConfiguredModelAlgorithmAssociationPropsMixin.TrainedModelExportsConfigurationPolicyProperty

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

@Stability(Stable) public static interface CfnConfiguredModelAlgorithmAssociationPropsMixin.TrainedModelExportsConfigurationPolicyProperty 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.cfnpropertymixins.services.cleanroomsml.*;
 TrainedModelExportsConfigurationPolicyProperty trainedModelExportsConfigurationPolicyProperty = TrainedModelExportsConfigurationPolicyProperty.builder()
         .filesToExport(List.of("filesToExport"))
         .maxSize(TrainedModelExportsMaxSizeProperty.builder()
                 .unit("unit")
                 .value(123)
                 .build())
         .build();
 

See Also: