Interface CfnConfiguredModelAlgorithmAssociation.ITrainedModelArtifactMaxSizeProperty
Namespace: Amazon.CDK.AWS.CleanRoomsML
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnConfiguredModelAlgorithmAssociation.ITrainedModelArtifactMaxSizeProperty
Syntax (vb)
Public Interface CfnConfiguredModelAlgorithmAssociation.ITrainedModelArtifactMaxSizeProperty
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 trainedModelArtifactMaxSizeProperty = new TrainedModelArtifactMaxSizeProperty {
Unit = "unit",
Value = 123
};
Synopsis
Properties
| Unit | |
| Value |
Properties
Unit
string Unit { get; }
Property Value
Remarks
Value
double Value { get; }