interface TrainedModelArtifactMaxSizeProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.CleanRoomsML.CfnConfiguredModelAlgorithmAssociationPropsMixin.TrainedModelArtifactMaxSizeProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awscleanroomsml#CfnConfiguredModelAlgorithmAssociationPropsMixin_TrainedModelArtifactMaxSizeProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.cleanroomsml.CfnConfiguredModelAlgorithmAssociationPropsMixin.TrainedModelArtifactMaxSizeProperty |
Python | aws_cdk.cfn_property_mixins.aws_cleanroomsml.CfnConfiguredModelAlgorithmAssociationPropsMixin.TrainedModelArtifactMaxSizeProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_cleanroomsml » CfnConfiguredModelAlgorithmAssociationPropsMixin » TrainedModelArtifactMaxSizeProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cleanroomsml as cleanroomsml } from '@aws-cdk/cfn-property-mixins';
const trainedModelArtifactMaxSizeProperty: cleanroomsml.CfnConfiguredModelAlgorithmAssociationPropsMixin.TrainedModelArtifactMaxSizeProperty = {
unit: 'unit',
value: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| unit? | string | |
| value? | number |
unit?
Type:
string
(optional)
value?
Type:
number
(optional)

.NET
Go
Java
Python
TypeScript