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

174 строки
15 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearning.models.MonitorDefinition"
fullName: "com.azure.resourcemanager.machinelearning.models.MonitorDefinition"
name: "MonitorDefinition"
nameWithType: "MonitorDefinition"
summary: "The Monitor<wbr>Definition model."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- 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 **MonitorDefinition**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.machinelearning.models.MonitorDefinition?alt=com.azure.resourcemanager.machinelearning.models.MonitorDefinition&text=MonitorDefinition\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.machinelearning.models.MonitorDefinition.MonitorDefinition()"
fullName: "com.azure.resourcemanager.machinelearning.models.MonitorDefinition.MonitorDefinition()"
name: "MonitorDefinition()"
nameWithType: "MonitorDefinition.MonitorDefinition()"
summary: "Creates an instance of Monitor<wbr>Definition class."
syntax: "public MonitorDefinition()"
desc: "Creates an instance of MonitorDefinition class."
methods:
- uid: "com.azure.resourcemanager.machinelearning.models.MonitorDefinition.alertNotificationSettings()"
fullName: "com.azure.resourcemanager.machinelearning.models.MonitorDefinition.alertNotificationSettings()"
name: "alertNotificationSettings()"
nameWithType: "MonitorDefinition.alertNotificationSettings()"
summary: "Get the alert<wbr>Notification<wbr>Settings property: The monitor's notification settings."
syntax: "public MonitorNotificationSettings alertNotificationSettings()"
desc: "Get the alertNotificationSettings property: The monitor's notification settings."
returns:
description: "the alertNotificationSettings value."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.MonitorNotificationSettings?alt=com.azure.resourcemanager.machinelearning.models.MonitorNotificationSettings&text=MonitorNotificationSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.MonitorDefinition.computeConfiguration()"
fullName: "com.azure.resourcemanager.machinelearning.models.MonitorDefinition.computeConfiguration()"
name: "computeConfiguration()"
nameWithType: "MonitorDefinition.computeConfiguration()"
summary: "Get the compute<wbr>Configuration property: \\[Required\\] The ARM resource ID of the compute resource to run the monitoring job on."
syntax: "public MonitorComputeConfigurationBase computeConfiguration()"
desc: "Get the computeConfiguration property: \\[Required\\] The ARM resource ID of the compute resource to run the monitoring job on."
returns:
description: "the computeConfiguration value."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.MonitorComputeConfigurationBase?alt=com.azure.resourcemanager.machinelearning.models.MonitorComputeConfigurationBase&text=MonitorComputeConfigurationBase\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.MonitorDefinition.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.machinelearning.models.MonitorDefinition.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "MonitorDefinition.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Monitor<wbr>Definition 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 MonitorDefinition 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 MonitorDefinition from the JsonReader."
returns:
description: "An instance of MonitorDefinition if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.MonitorDefinition?alt=com.azure.resourcemanager.machinelearning.models.MonitorDefinition&text=MonitorDefinition\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.MonitorDefinition.monitoringTarget()"
fullName: "com.azure.resourcemanager.machinelearning.models.MonitorDefinition.monitoringTarget()"
name: "monitoringTarget()"
nameWithType: "MonitorDefinition.monitoringTarget()"
summary: "Get the monitoring<wbr>Target property: The entities targeted by the monitor."
syntax: "public MonitoringTarget monitoringTarget()"
desc: "Get the monitoringTarget property: The entities targeted by the monitor."
returns:
description: "the monitoringTarget value."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.MonitoringTarget?alt=com.azure.resourcemanager.machinelearning.models.MonitoringTarget&text=MonitoringTarget\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.MonitorDefinition.signals()"
fullName: "com.azure.resourcemanager.machinelearning.models.MonitorDefinition.signals()"
name: "signals()"
nameWithType: "MonitorDefinition.signals()"
summary: "Get the signals property: \\[Required\\] The signals to monitor."
syntax: "public Map<String,MonitoringSignalBase> signals()"
desc: "Get the signals property: \\[Required\\] The signals to monitor."
returns:
description: "the signals value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<xref href=\"com.azure.resourcemanager.machinelearning.models.MonitoringSignalBase?alt=com.azure.resourcemanager.machinelearning.models.MonitoringSignalBase&text=MonitoringSignalBase\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearning.models.MonitorDefinition.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.machinelearning.models.MonitorDefinition.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "MonitorDefinition.toJson(JsonWriter 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.MonitorDefinition.validate()"
fullName: "com.azure.resourcemanager.machinelearning.models.MonitorDefinition.validate()"
name: "validate()"
nameWithType: "MonitorDefinition.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.machinelearning.models.MonitorDefinition.withAlertNotificationSettings(com.azure.resourcemanager.machinelearning.models.MonitorNotificationSettings)"
fullName: "com.azure.resourcemanager.machinelearning.models.MonitorDefinition.withAlertNotificationSettings(MonitorNotificationSettings alertNotificationSettings)"
name: "withAlertNotificationSettings(MonitorNotificationSettings alertNotificationSettings)"
nameWithType: "MonitorDefinition.withAlertNotificationSettings(MonitorNotificationSettings alertNotificationSettings)"
summary: "Set the alert<wbr>Notification<wbr>Settings property: The monitor's notification settings."
parameters:
- description: "the alertNotificationSettings value to set."
name: "alertNotificationSettings"
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.MonitorNotificationSettings?alt=com.azure.resourcemanager.machinelearning.models.MonitorNotificationSettings&text=MonitorNotificationSettings\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MonitorDefinition withAlertNotificationSettings(MonitorNotificationSettings alertNotificationSettings)"
desc: "Set the alertNotificationSettings property: The monitor's notification settings."
returns:
description: "the MonitorDefinition object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.MonitorDefinition?alt=com.azure.resourcemanager.machinelearning.models.MonitorDefinition&text=MonitorDefinition\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.MonitorDefinition.withComputeConfiguration(com.azure.resourcemanager.machinelearning.models.MonitorComputeConfigurationBase)"
fullName: "com.azure.resourcemanager.machinelearning.models.MonitorDefinition.withComputeConfiguration(MonitorComputeConfigurationBase computeConfiguration)"
name: "withComputeConfiguration(MonitorComputeConfigurationBase computeConfiguration)"
nameWithType: "MonitorDefinition.withComputeConfiguration(MonitorComputeConfigurationBase computeConfiguration)"
summary: "Set the compute<wbr>Configuration property: \\[Required\\] The ARM resource ID of the compute resource to run the monitoring job on."
parameters:
- description: "the computeConfiguration value to set."
name: "computeConfiguration"
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.MonitorComputeConfigurationBase?alt=com.azure.resourcemanager.machinelearning.models.MonitorComputeConfigurationBase&text=MonitorComputeConfigurationBase\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MonitorDefinition withComputeConfiguration(MonitorComputeConfigurationBase computeConfiguration)"
desc: "Set the computeConfiguration property: \\[Required\\] The ARM resource ID of the compute resource to run the monitoring job on."
returns:
description: "the MonitorDefinition object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.MonitorDefinition?alt=com.azure.resourcemanager.machinelearning.models.MonitorDefinition&text=MonitorDefinition\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.MonitorDefinition.withMonitoringTarget(com.azure.resourcemanager.machinelearning.models.MonitoringTarget)"
fullName: "com.azure.resourcemanager.machinelearning.models.MonitorDefinition.withMonitoringTarget(MonitoringTarget monitoringTarget)"
name: "withMonitoringTarget(MonitoringTarget monitoringTarget)"
nameWithType: "MonitorDefinition.withMonitoringTarget(MonitoringTarget monitoringTarget)"
summary: "Set the monitoring<wbr>Target property: The entities targeted by the monitor."
parameters:
- description: "the monitoringTarget value to set."
name: "monitoringTarget"
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.MonitoringTarget?alt=com.azure.resourcemanager.machinelearning.models.MonitoringTarget&text=MonitoringTarget\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MonitorDefinition withMonitoringTarget(MonitoringTarget monitoringTarget)"
desc: "Set the monitoringTarget property: The entities targeted by the monitor."
returns:
description: "the MonitorDefinition object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.MonitorDefinition?alt=com.azure.resourcemanager.machinelearning.models.MonitorDefinition&text=MonitorDefinition\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.MonitorDefinition.withSignals(java.util.Map<java.lang.String,com.azure.resourcemanager.machinelearning.models.MonitoringSignalBase>)"
fullName: "com.azure.resourcemanager.machinelearning.models.MonitorDefinition.withSignals(Map<String,MonitoringSignalBase> signals)"
name: "withSignals(Map<String,MonitoringSignalBase> signals)"
nameWithType: "MonitorDefinition.withSignals(Map<String,MonitoringSignalBase> signals)"
summary: "Set the signals property: \\[Required\\] The signals to monitor."
parameters:
- description: "the signals value to set."
name: "signals"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<xref href=\"com.azure.resourcemanager.machinelearning.models.MonitoringSignalBase?alt=com.azure.resourcemanager.machinelearning.models.MonitoringSignalBase&text=MonitoringSignalBase\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public MonitorDefinition withSignals(Map<String,MonitoringSignalBase> signals)"
desc: "Set the signals property: \\[Required\\] The signals to monitor."
returns:
description: "the MonitorDefinition object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.MonitorDefinition?alt=com.azure.resourcemanager.machinelearning.models.MonitorDefinition&text=MonitorDefinition\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The MonitorDefinition model."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.machinelearning.models.MonitorDefinition?alt=com.azure.resourcemanager.machinelearning.models.MonitorDefinition&text=MonitorDefinition\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.machinelearning.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearning:1.1.0