次の方法で共有


PredictionDriftMonitoringSignal.MetricThresholds プロパティ

定義

[必須]計算するメトリックとそれに関連付けられているしきい値の一覧。 基底クラスであることに注意 PredictionDriftMetricThresholdBase してください。 シナリオによると、基底クラスの派生クラスをここで割り当てる必要があるか、このプロパティを使用可能な派生クラスのいずれかにキャストする必要があります。 使用可能な派生クラスには、 と がNumericalPredictionDriftMetricThreshold含まれますCategoricalPredictionDriftMetricThreshold

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)

プロパティ値

適用対象