Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanroomsml-configuredmodelalgorithmassociation-trainedmodelexportsconfigurationpolicy.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 trainedModelExportsConfigurationPolicyProperty = new TrainedModelExportsConfigurationPolicyProperty {
                 FilesToExport = new [] { "filesToExport" },
                 MaxSize = new TrainedModelExportsMaxSizeProperty {
                     Unit = "unit",
                     Value = 123
                 }
             };

Synopsis

Properties

FilesToExport
MaxSize

Properties

FilesToExport

string[] FilesToExport { get; }
Property Value

string[]

Remarks

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

MaxSize

object MaxSize { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnConfiguredModelAlgorithmAssociation.ITrainedModelExportsMaxSizeProperty

Back to top Generated by DocFX