ArmMachineLearningModelFactory.CategoricalDataQualityMetricThreshold Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.