azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.m...

135 строки
13 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearning.models.CategoricalDataQualityMetricThreshold"
fullName: "com.azure.resourcemanager.machinelearning.models.CategoricalDataQualityMetricThreshold"
name: "CategoricalDataQualityMetricThreshold"
nameWithType: "CategoricalDataQualityMetricThreshold"
summary: "The Categorical<wbr>Data<wbr>Quality<wbr>Metric<wbr>Threshold model."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.machinelearning.models.DataQualityMetricThresholdBase?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.resourcemanager.machinelearning.models.DataQualityMetricThresholdBase?alt=com.azure.resourcemanager.machinelearning.models.DataQualityMetricThresholdBase&text=DataQualityMetricThresholdBase\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.resourcemanager.machinelearning.models.DataQualityMetricThresholdBase.dataType()?alt=com.azure.resourcemanager.machinelearning.models.DataQualityMetricThresholdBase.dataType&text=dataType\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.machinelearning.models.DataQualityMetricThresholdBase.fromJson(com.azure.json.JsonReader)?alt=com.azure.resourcemanager.machinelearning.models.DataQualityMetricThresholdBase.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.machinelearning.models.DataQualityMetricThresholdBase.threshold()?alt=com.azure.resourcemanager.machinelearning.models.DataQualityMetricThresholdBase.threshold&text=threshold\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.machinelearning.models.DataQualityMetricThresholdBase.toJson(com.azure.json.JsonWriter)?alt=com.azure.resourcemanager.machinelearning.models.DataQualityMetricThresholdBase.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.machinelearning.models.DataQualityMetricThresholdBase.validate()?alt=com.azure.resourcemanager.machinelearning.models.DataQualityMetricThresholdBase.validate&text=validate\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.machinelearning.models.DataQualityMetricThresholdBase.withThreshold(com.azure.resourcemanager.machinelearning.models.MonitoringThreshold)?alt=com.azure.resourcemanager.machinelearning.models.DataQualityMetricThresholdBase.withThreshold&text=withThreshold\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **CategoricalDataQualityMetricThreshold**</br> extends <xref href=\"com.azure.resourcemanager.machinelearning.models.DataQualityMetricThresholdBase?alt=com.azure.resourcemanager.machinelearning.models.DataQualityMetricThresholdBase&text=DataQualityMetricThresholdBase\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.resourcemanager.machinelearning.models.CategoricalDataQualityMetricThreshold.CategoricalDataQualityMetricThreshold()"
fullName: "com.azure.resourcemanager.machinelearning.models.CategoricalDataQualityMetricThreshold.CategoricalDataQualityMetricThreshold()"
name: "CategoricalDataQualityMetricThreshold()"
nameWithType: "CategoricalDataQualityMetricThreshold.CategoricalDataQualityMetricThreshold()"
summary: "Creates an instance of Categorical<wbr>Data<wbr>Quality<wbr>Metric<wbr>Threshold class."
syntax: "public CategoricalDataQualityMetricThreshold()"
desc: "Creates an instance of CategoricalDataQualityMetricThreshold class."
methods:
- uid: "com.azure.resourcemanager.machinelearning.models.CategoricalDataQualityMetricThreshold.dataType()"
fullName: "com.azure.resourcemanager.machinelearning.models.CategoricalDataQualityMetricThreshold.dataType()"
name: "dataType()"
nameWithType: "CategoricalDataQualityMetricThreshold.dataType()"
summary: "Get the data<wbr>Type property: \\[Required\\] Specifies the data type of the metric threshold."
overridden: "com.azure.resourcemanager.machinelearning.models.DataQualityMetricThresholdBase.dataType()"
syntax: "public MonitoringFeatureDataType dataType()"
desc: "Get the dataType property: \\[Required\\] Specifies the data type of the metric threshold."
returns:
description: "the dataType value."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.MonitoringFeatureDataType?alt=com.azure.resourcemanager.machinelearning.models.MonitoringFeatureDataType&text=MonitoringFeatureDataType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.CategoricalDataQualityMetricThreshold.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.machinelearning.models.CategoricalDataQualityMetricThreshold.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "CategoricalDataQualityMetricThreshold.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Categorical<wbr>Data<wbr>Quality<wbr>Metric<wbr>Threshold from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static CategoricalDataQualityMetricThreshold fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of CategoricalDataQualityMetricThreshold from the JsonReader."
returns:
description: "An instance of CategoricalDataQualityMetricThreshold if the JsonReader was pointing to an instance of it,\n or null if it was pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.CategoricalDataQualityMetricThreshold?alt=com.azure.resourcemanager.machinelearning.models.CategoricalDataQualityMetricThreshold&text=CategoricalDataQualityMetricThreshold\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.CategoricalDataQualityMetricThreshold.metric()"
fullName: "com.azure.resourcemanager.machinelearning.models.CategoricalDataQualityMetricThreshold.metric()"
name: "metric()"
nameWithType: "CategoricalDataQualityMetricThreshold.metric()"
summary: "Get the metric property: \\[Required\\] The categorical data quality metric to calculate."
syntax: "public CategoricalDataQualityMetric metric()"
desc: "Get the metric property: \\[Required\\] The categorical data quality metric to calculate."
returns:
description: "the metric value."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.CategoricalDataQualityMetric?alt=com.azure.resourcemanager.machinelearning.models.CategoricalDataQualityMetric&text=CategoricalDataQualityMetric\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.CategoricalDataQualityMetricThreshold.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.machinelearning.models.CategoricalDataQualityMetricThreshold.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "CategoricalDataQualityMetricThreshold.toJson(JsonWriter jsonWriter)"
overridden: "com.azure.resourcemanager.machinelearning.models.DataQualityMetricThresholdBase.toJson(com.azure.json.JsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.CategoricalDataQualityMetricThreshold.validate()"
fullName: "com.azure.resourcemanager.machinelearning.models.CategoricalDataQualityMetricThreshold.validate()"
name: "validate()"
nameWithType: "CategoricalDataQualityMetricThreshold.validate()"
summary: "Validates the instance."
overridden: "com.azure.resourcemanager.machinelearning.models.DataQualityMetricThresholdBase.validate()"
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.machinelearning.models.CategoricalDataQualityMetricThreshold.withMetric(com.azure.resourcemanager.machinelearning.models.CategoricalDataQualityMetric)"
fullName: "com.azure.resourcemanager.machinelearning.models.CategoricalDataQualityMetricThreshold.withMetric(CategoricalDataQualityMetric metric)"
name: "withMetric(CategoricalDataQualityMetric metric)"
nameWithType: "CategoricalDataQualityMetricThreshold.withMetric(CategoricalDataQualityMetric metric)"
summary: "Set the metric property: \\[Required\\] The categorical data quality metric to calculate."
parameters:
- description: "the metric value to set."
name: "metric"
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.CategoricalDataQualityMetric?alt=com.azure.resourcemanager.machinelearning.models.CategoricalDataQualityMetric&text=CategoricalDataQualityMetric\" data-throw-if-not-resolved=\"False\" />"
syntax: "public CategoricalDataQualityMetricThreshold withMetric(CategoricalDataQualityMetric metric)"
desc: "Set the metric property: \\[Required\\] The categorical data quality metric to calculate."
returns:
description: "the CategoricalDataQualityMetricThreshold object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.CategoricalDataQualityMetricThreshold?alt=com.azure.resourcemanager.machinelearning.models.CategoricalDataQualityMetricThreshold&text=CategoricalDataQualityMetricThreshold\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.CategoricalDataQualityMetricThreshold.withThreshold(com.azure.resourcemanager.machinelearning.models.MonitoringThreshold)"
fullName: "com.azure.resourcemanager.machinelearning.models.CategoricalDataQualityMetricThreshold.withThreshold(MonitoringThreshold threshold)"
name: "withThreshold(MonitoringThreshold threshold)"
nameWithType: "CategoricalDataQualityMetricThreshold.withThreshold(MonitoringThreshold threshold)"
summary: "Set the threshold property: The threshold value."
overridden: "com.azure.resourcemanager.machinelearning.models.DataQualityMetricThresholdBase.withThreshold(com.azure.resourcemanager.machinelearning.models.MonitoringThreshold)"
parameters:
- name: "threshold"
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.MonitoringThreshold?alt=com.azure.resourcemanager.machinelearning.models.MonitoringThreshold&text=MonitoringThreshold\" data-throw-if-not-resolved=\"False\" />"
syntax: "public CategoricalDataQualityMetricThreshold withThreshold(MonitoringThreshold threshold)"
desc: "Set the threshold property: The threshold value. If null, a default value will be set depending on the selected metric."
returns:
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.CategoricalDataQualityMetricThreshold?alt=com.azure.resourcemanager.machinelearning.models.CategoricalDataQualityMetricThreshold&text=CategoricalDataQualityMetricThreshold\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The CategoricalDataQualityMetricThreshold model."
metadata: {}
package: "com.azure.resourcemanager.machinelearning.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearning:1.1.0