Language

ArmMachineLearningModelFactory.NumericalPredictionDriftMetricThreshold Method

Definition

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

Parameters

thresholdValue
Nullable<Double>

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

metric
NumericalPredictionDriftMetric

[Required] The numerical prediction drift metric to calculate.

Returns

A new NumericalPredictionDriftMetricThreshold instance for mocking.

Applies to