Class CfnConfiguredModelAlgorithmAssociation.TrainedModelExportsMaxSizeProperty
Inherited Members
Namespace: Amazon.CDK.AWS.CleanRoomsML
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnConfiguredModelAlgorithmAssociation.TrainedModelExportsMaxSizeProperty : CfnConfiguredModelAlgorithmAssociation.ITrainedModelExportsMaxSizeProperty
Syntax (vb)
Public Class CfnConfiguredModelAlgorithmAssociation.TrainedModelExportsMaxSizeProperty Implements CfnConfiguredModelAlgorithmAssociation.ITrainedModelExportsMaxSizeProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.CleanRoomsML;
var trainedModelExportsMaxSizeProperty = new TrainedModelExportsMaxSizeProperty {
Unit = "unit",
Value = 123
};
Synopsis
Constructors
| TrainedModelExportsMaxSizeProperty() |
Properties
| Unit | |
| Value |
Constructors
TrainedModelExportsMaxSizeProperty()
public TrainedModelExportsMaxSizeProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.CleanRoomsML;
var trainedModelExportsMaxSizeProperty = new TrainedModelExportsMaxSizeProperty {
Unit = "unit",
Value = 123
};
Properties
Unit
public string Unit { get; set; }
Property Value
Remarks
Value
public double Value { get; set; }