Sdílet prostřednictvím


CategoricalDataQualityMetricThreshold Class

Definition

The CategoricalDataQualityMetricThreshold.

public class CategoricalDataQualityMetricThreshold : Azure.ResourceManager.MachineLearning.Models.DataQualityMetricThresholdBase, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.CategoricalDataQualityMetricThreshold>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.CategoricalDataQualityMetricThreshold>
public class CategoricalDataQualityMetricThreshold : Azure.ResourceManager.MachineLearning.Models.DataQualityMetricThresholdBase
type CategoricalDataQualityMetricThreshold = class
    inherit DataQualityMetricThresholdBase
    interface IJsonModel<CategoricalDataQualityMetricThreshold>
    interface IPersistableModel<CategoricalDataQualityMetricThreshold>
type CategoricalDataQualityMetricThreshold = class
    inherit DataQualityMetricThresholdBase
Public Class CategoricalDataQualityMetricThreshold
Inherits DataQualityMetricThresholdBase
Implements IJsonModel(Of CategoricalDataQualityMetricThreshold), IPersistableModel(Of CategoricalDataQualityMetricThreshold)
Public Class CategoricalDataQualityMetricThreshold
Inherits DataQualityMetricThresholdBase
Inheritance
CategoricalDataQualityMetricThreshold
Implements

Constructors

CategoricalDataQualityMetricThreshold(CategoricalDataQualityMetric)

Initializes a new instance of CategoricalDataQualityMetricThreshold.

Properties

Metric

[Required] The categorical 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<CategoricalDataQualityMetricThreshold>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CategoricalDataQualityMetricThreshold>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

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)
IPersistableModel<CategoricalDataQualityMetricThreshold>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CategoricalDataQualityMetricThreshold>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CategoricalDataQualityMetricThreshold>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

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)

Applies to