Share via


PredictionDriftMetricThresholdBase Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.PredictionDriftMetricThresholdBaseTypeConverter))]
public class PredictionDriftMetricThresholdBase : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IPredictionDriftMetricThresholdBase
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.PredictionDriftMetricThresholdBaseTypeConverter))>]
type PredictionDriftMetricThresholdBase = class
    interface IPredictionDriftMetricThresholdBase
    interface IJsonSerializable
Public Class PredictionDriftMetricThresholdBase
Implements IPredictionDriftMetricThresholdBase
Inheritance
PredictionDriftMetricThresholdBase
Attributes
Implements

Constructors

PredictionDriftMetricThresholdBase()

Creates an new PredictionDriftMetricThresholdBase instance.

Properties

DataType

[Required] Specifies the data type of the metric threshold.

ThresholdValue

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PredictionDriftMetricThresholdBase.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PredictionDriftMetricThresholdBase.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IPredictionDriftMetricThresholdBase. Note: the Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IPredictionDriftMetricThresholdBase interface is polymorphic, and the precise model class that will get deserialized is determined at runtime based on the payload.

FromJsonString(String)

Creates a new instance of PredictionDriftMetricThresholdBase, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of PredictionDriftMetricThresholdBase into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to