Share via


NumericalDataQualityMetricThreshold Class

Definition

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
NumericalDataQualityMetricThreshold
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

IJsonModel<DataQualityMetricThresholdBase>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from DataQualityMetricThresholdBase)
IJsonModel<DataQualityMetricThresholdBase>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from DataQualityMetricThresholdBase)
IJsonModel<NumericalDataQualityMetricThreshold>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<NumericalDataQualityMetricThreshold>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataQualityMetricThresholdBase>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from DataQualityMetricThresholdBase)
IPersistableModel<DataQualityMetricThresholdBase>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from DataQualityMetricThresholdBase)
IPersistableModel<DataQualityMetricThresholdBase>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from DataQualityMetricThresholdBase)
IPersistableModel<NumericalDataQualityMetricThreshold>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NumericalDataQualityMetricThreshold>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<NumericalDataQualityMetricThreshold>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to