Share via


DataDriftMonitoringSignal.MetricThresholds Property

Definition

[Required] A list of metrics to calculate and their associated thresholds. Please note DataDriftMetricThresholdBase 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 CategoricalDataDriftMetricThreshold and NumericalDataDriftMetricThreshold.

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

Property Value

Applies to