Sprog

PredictionDriftMetricThresholdBase Class

Definition

The PredictionDriftMetricThresholdBase. Please note this is the abstract base class. The derived classes available for instantiation are: CategoricalPredictionDriftMetricThreshold and NumericalPredictionDriftMetricThreshold.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.MachineLearning.Models.UnknownPredictionDriftMetricThresholdBase))]
public abstract class PredictionDriftMetricThresholdBase : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.PredictionDriftMetricThresholdBase>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.PredictionDriftMetricThresholdBase>
public abstract class PredictionDriftMetricThresholdBase
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.MachineLearning.Models.UnknownPredictionDriftMetricThresholdBase))>]
type PredictionDriftMetricThresholdBase = class
    interface IJsonModel<PredictionDriftMetricThresholdBase>
    interface IPersistableModel<PredictionDriftMetricThresholdBase>
type PredictionDriftMetricThresholdBase = class
Public MustInherit Class PredictionDriftMetricThresholdBase
Implements IJsonModel(Of PredictionDriftMetricThresholdBase), IPersistableModel(Of PredictionDriftMetricThresholdBase)
Public MustInherit Class PredictionDriftMetricThresholdBase
Inheritance
PredictionDriftMetricThresholdBase
Derived
Attributes
Implements

Constructors

Name Description
PredictionDriftMetricThresholdBase()

Initializes a new instance of PredictionDriftMetricThresholdBase.

Properties

Name Description
ThresholdValue

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

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<PredictionDriftMetricThresholdBase>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PredictionDriftMetricThresholdBase>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PredictionDriftMetricThresholdBase>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PredictionDriftMetricThresholdBase>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PredictionDriftMetricThresholdBase>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to