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