Sdílet prostřednictvím


DataQualityMonitoringSignal.MetricThresholds Property

Definition

[Required] A list of metrics to calculate and their associated thresholds. Please note DataQualityMetricThresholdBase is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include CategoricalDataQualityMetricThreshold and NumericalDataQualityMetricThreshold.

public System.Collections.Generic.IList<Azure.ResourceManager.MachineLearning.Models.DataQualityMetricThresholdBase> MetricThresholds { get; }
member this.MetricThresholds : System.Collections.Generic.IList<Azure.ResourceManager.MachineLearning.Models.DataQualityMetricThresholdBase>
Public ReadOnly Property MetricThresholds As IList(Of DataQualityMetricThresholdBase)

Property Value

Applies to