Show / Hide Table of Contents

Interface CfnConfiguredModelAlgorithmAssociation.IMetricsConfigurationPolicyProperty

Namespace: Amazon.CDK.AWS.CleanRoomsML
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnConfiguredModelAlgorithmAssociation.IMetricsConfigurationPolicyProperty
Syntax (vb)
Public Interface CfnConfiguredModelAlgorithmAssociation.IMetricsConfigurationPolicyProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanroomsml-configuredmodelalgorithmassociation-metricsconfigurationpolicy.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 metricsConfigurationPolicyProperty = new MetricsConfigurationPolicyProperty {
                 NoiseLevel = "noiseLevel"
             };

Synopsis

Properties

NoiseLevel

Properties

NoiseLevel

string NoiseLevel { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX