次の方法で共有


DataDriftMonitoringSignal.MetricThresholds プロパティ

定義

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

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)

プロパティ値

適用対象