PredictionDriftMonitoringSignal.MetricThresholds Property

Definition

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

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

Property Value

Applies to