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) |
Explicit Interface Implementations
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET