ArmMachineLearningModelFactory.NumericalDataQualityMetricThreshold 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.NumericalDataQualityMetricThreshold NumericalDataQualityMetricThreshold(double? thresholdValue = default, Azure.ResourceManager.MachineLearning.Models.NumericalDataQualityMetric metric = default);
static member NumericalDataQualityMetricThreshold : Nullable<double> * Azure.ResourceManager.MachineLearning.Models.NumericalDataQualityMetric -> Azure.ResourceManager.MachineLearning.Models.NumericalDataQualityMetricThreshold
Public Shared Function NumericalDataQualityMetricThreshold (Optional thresholdValue As Nullable(Of Double) = Nothing, Optional metric As NumericalDataQualityMetric = Nothing) As NumericalDataQualityMetricThreshold
Parameters
The threshold value. If null, the set default is dependent on the metric type.
- metric
- NumericalDataQualityMetric
[Required] The numerical data quality metric to calculate.
Returns
A new NumericalDataQualityMetricThreshold instance for mocking.