ภาษา

ArmMachineLearningModelFactory.CategoricalDataQualityMetricThreshold Method

Definition

public static Azure.ResourceManager.MachineLearning.Models.CategoricalDataQualityMetricThreshold CategoricalDataQualityMetricThreshold(double? thresholdValue = default, Azure.ResourceManager.MachineLearning.Models.CategoricalDataQualityMetric metric = default);
static member CategoricalDataQualityMetricThreshold : Nullable<double> * Azure.ResourceManager.MachineLearning.Models.CategoricalDataQualityMetric -> Azure.ResourceManager.MachineLearning.Models.CategoricalDataQualityMetricThreshold
Public Shared Function CategoricalDataQualityMetricThreshold (Optional thresholdValue As Nullable(Of Double) = Nothing, Optional metric As CategoricalDataQualityMetric = Nothing) As CategoricalDataQualityMetricThreshold

Parameters

thresholdValue
Nullable<Double>

The threshold value. If null, the set default is dependent on the metric type.

metric
CategoricalDataQualityMetric

[Required] The categorical data quality metric to calculate.

Returns

A new CategoricalDataQualityMetricThreshold instance for mocking.

Applies to