你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
NumericalDataQualityMetricThreshold Class
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.
The NumericalDataQualityMetricThreshold.
public class NumericalDataQualityMetricThreshold : Azure.ResourceManager.MachineLearning.Models.DataQualityMetricThresholdBase, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.NumericalDataQualityMetricThreshold>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.NumericalDataQualityMetricThreshold>
public class NumericalDataQualityMetricThreshold : Azure.ResourceManager.MachineLearning.Models.DataQualityMetricThresholdBase
type NumericalDataQualityMetricThreshold = class
inherit DataQualityMetricThresholdBase
interface IJsonModel<NumericalDataQualityMetricThreshold>
interface IPersistableModel<NumericalDataQualityMetricThreshold>
type NumericalDataQualityMetricThreshold = class
inherit DataQualityMetricThresholdBase
Public Class NumericalDataQualityMetricThreshold
Inherits DataQualityMetricThresholdBase
Implements IJsonModel(Of NumericalDataQualityMetricThreshold), IPersistableModel(Of NumericalDataQualityMetricThreshold)
Public Class NumericalDataQualityMetricThreshold
Inherits DataQualityMetricThresholdBase
- Inheritance
- Implements
Constructors
NumericalDataQualityMetricThreshold(NumericalDataQualityMetric) |
Initializes a new instance of NumericalDataQualityMetricThreshold. |
Properties
Metric |
[Required] The numerical data quality metric to calculate. |
ThresholdValue |
The threshold value. If null, the set default is dependent on the metric type. (Inherited from DataQualityMetricThresholdBase) |