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
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; }