Language

ArmMachineLearningModelFactory.DataQualityMetricThresholdBase Method

Definition

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

Parameters

dataType
String

[Required] Specifies the data type of the metric threshold.

thresholdValue
Nullable<Double>

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

Returns

A new DataQualityMetricThresholdBase instance for mocking.

Applies to