Interface CfnConfiguredModelAlgorithmAssociation.ITrainedModelExportsConfigurationPolicyProperty
Namespace: Amazon.CDK.AWS.CleanRoomsML
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnConfiguredModelAlgorithmAssociation.ITrainedModelExportsConfigurationPolicyProperty
Syntax (vb)
Public Interface CfnConfiguredModelAlgorithmAssociation.ITrainedModelExportsConfigurationPolicyProperty
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 trainedModelExportsConfigurationPolicyProperty = new TrainedModelExportsConfigurationPolicyProperty {
FilesToExport = new [] { "filesToExport" },
MaxSize = new TrainedModelExportsMaxSizeProperty {
Unit = "unit",
Value = 123
}
};
Synopsis
Properties
| FilesToExport | |
| MaxSize |
Properties
FilesToExport
MaxSize
object MaxSize { get; }
Property Value
Remarks
Type union: either IResolvable or CfnConfiguredModelAlgorithmAssociation.ITrainedModelExportsMaxSizeProperty