IDataQualityMonitoringSignal.MetricThreshold Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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.IDataQualityMetricThresholdBase), typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ICategoricalDataQualityMetricThreshold) }, ReadOnly=false, Required=true, SerializedName="metricThresholds")]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDataQualityMetricThresholdBase[] 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.IDataQualityMetricThresholdBase), typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ICategoricalDataQualityMetricThreshold) }, ReadOnly=false, Required=true, SerializedName="metricThresholds")>]
member this.MetricThreshold : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDataQualityMetricThresholdBase[] with get, set
Public Property MetricThreshold As IDataQualityMetricThresholdBase()
Property Value
- Attributes