Compartir a través de


PredictionDriftMonitoringSignal.MetricThresholds Propiedad

Definición

[Obligatorio] Lista de métricas que se van a calcular y sus umbrales asociados. Tenga en cuenta PredictionDriftMetricThresholdBase que es la clase base. Según el escenario, es posible que sea necesario asignar una clase derivada de la clase base aquí, o esta propiedad debe convertirse en una de las posibles clases derivadas. Las clases derivadas disponibles incluyen CategoricalPredictionDriftMetricThreshold y 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)

Valor de propiedad

Se aplica a