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