ArmMachineLearningModelFactory.NumericalPredictionDriftMetricThreshold 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.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
The threshold value. If null, the set default is dependent on the metric type.
[Required] The numerical prediction drift metric to calculate.
Returns
A new NumericalPredictionDriftMetricThreshold instance for mocking.