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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET