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