共用方式為


CategoricalPredictionDriftMetricThreshold Class

Definition

The CategoricalPredictionDriftMetricThreshold.

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

Constructors

CategoricalPredictionDriftMetricThreshold(CategoricalPredictionDriftMetric)

Initializes a new instance of CategoricalPredictionDriftMetricThreshold.

Properties

Metric

[Required] The categorical prediction drift metric to calculate.

ThresholdValue

The threshold value. If null, the set default is dependent on the metric type.

(Inherited from PredictionDriftMetricThresholdBase)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CategoricalPredictionDriftMetricThreshold>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CategoricalPredictionDriftMetricThreshold>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<PredictionDriftMetricThresholdBase>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from PredictionDriftMetricThresholdBase)
IPersistableModel<CategoricalPredictionDriftMetricThreshold>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CategoricalPredictionDriftMetricThreshold>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CategoricalPredictionDriftMetricThreshold>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<PredictionDriftMetricThresholdBase>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from PredictionDriftMetricThresholdBase)

Applies to