Compartilhar via


DataQualityMetricThresholdBase Class

Definition

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

Constructors

DataQualityMetricThresholdBase()

Creates an new DataQualityMetricThresholdBase 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 DataQualityMetricThresholdBase.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DataQualityMetricThresholdBase.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDataQualityMetricThresholdBase. Note: the Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDataQualityMetricThresholdBase 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 DataQualityMetricThresholdBase, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DataQualityMetricThresholdBase into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to