Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanroomsml-configuredmodelalgorithmassociation-trainedmodelartifactmaxsize.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanroomsml-configuredmodelalgorithmassociation-trainedmodelartifactmaxsize.html#cfn-cleanroomsml-configuredmodelalgorithmassociation-trainedmodelartifactmaxsize-unit

Value

double Value { get; }
Property Value

double

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanroomsml-configuredmodelalgorithmassociation-trainedmodelartifactmaxsize.html#cfn-cleanroomsml-configuredmodelalgorithmassociation-trainedmodelartifactmaxsize-value

Back to top Generated by DocFX