次の方法で共有


DataQualityMonitoringSignal.MetricThresholds プロパティ

定義

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

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

プロパティ値

適用対象