你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IPredictionDriftMonitoringSignal.MetricThreshold Property

Definition

[Required] A list of metrics to calculate and their associated thresholds.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="[Required] A list of metrics to calculate and their associated thresholds.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IPredictionDriftMetricThresholdBase), typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ICategoricalPredictionDriftMetricThreshold), typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.INumericalPredictionDriftMetricThreshold) }, ReadOnly=false, Required=true, SerializedName="metricThresholds")]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IPredictionDriftMetricThresholdBase[] MetricThreshold { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="[Required] A list of metrics to calculate and their associated thresholds.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IPredictionDriftMetricThresholdBase), typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ICategoricalPredictionDriftMetricThreshold), typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.INumericalPredictionDriftMetricThreshold) }, ReadOnly=false, Required=true, SerializedName="metricThresholds")>]
member this.MetricThreshold : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IPredictionDriftMetricThresholdBase[] with get, set
Public Property MetricThreshold As IPredictionDriftMetricThresholdBase()

Property Value

Attributes

Applies to