### YamlMime:JavaType uid: "com.azure.resourcemanager.machinelearning.models.MonitorDefinition" fullName: "com.azure.resourcemanager.machinelearning.models.MonitorDefinition" name: "MonitorDefinition" nameWithType: "MonitorDefinition" summary: "The MonitorDefinition model." inheritances: - "" inheritedClassMethods: - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" syntax: "public final class **MonitorDefinition**
implements <>" 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 MonitorDefinition 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 alertNotificationSettings 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: "" - uid: "com.azure.resourcemanager.machinelearning.models.MonitorDefinition.computeConfiguration()" fullName: "com.azure.resourcemanager.machinelearning.models.MonitorDefinition.computeConfiguration()" name: "computeConfiguration()" nameWithType: "MonitorDefinition.computeConfiguration()" summary: "Get the computeConfiguration 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: "" - 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 MonitorDefinition from the JsonReader." modifiers: - "static" parameters: - description: "The JsonReader being read." name: "jsonReader" type: "" syntax: "public static MonitorDefinition fromJson(JsonReader jsonReader)" exceptions: - description: "If the deserialized JSON object was missing any required properties." type: "IOException" 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: "" - uid: "com.azure.resourcemanager.machinelearning.models.MonitorDefinition.monitoringTarget()" fullName: "com.azure.resourcemanager.machinelearning.models.MonitorDefinition.monitoringTarget()" name: "monitoringTarget()" nameWithType: "MonitorDefinition.monitoringTarget()" summary: "Get the monitoringTarget 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: "" - 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 signals()" desc: "Get the signals property: \\[Required\\] The signals to monitor." returns: description: "the signals value." type: "Map<String,>" - 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: "" syntax: "public JsonWriter toJson(JsonWriter jsonWriter)" exceptions: - type: "IOException" returns: type: "" - 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 alertNotificationSettings property: The monitor's notification settings." parameters: - description: "the alertNotificationSettings value to set." name: "alertNotificationSettings" type: "" syntax: "public MonitorDefinition withAlertNotificationSettings(MonitorNotificationSettings alertNotificationSettings)" desc: "Set the alertNotificationSettings property: The monitor's notification settings." returns: description: "the MonitorDefinition object itself." type: "" - 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 computeConfiguration 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: "" 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: "" - 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 monitoringTarget property: The entities targeted by the monitor." parameters: - description: "the monitoringTarget value to set." name: "monitoringTarget" type: "" syntax: "public MonitorDefinition withMonitoringTarget(MonitoringTarget monitoringTarget)" desc: "Set the monitoringTarget property: The entities targeted by the monitor." returns: description: "the MonitorDefinition object itself." type: "" - uid: "com.azure.resourcemanager.machinelearning.models.MonitorDefinition.withSignals(java.util.Map)" fullName: "com.azure.resourcemanager.machinelearning.models.MonitorDefinition.withSignals(Map signals)" name: "withSignals(Map signals)" nameWithType: "MonitorDefinition.withSignals(Map signals)" summary: "Set the signals property: \\[Required\\] The signals to monitor." parameters: - description: "the signals value to set." name: "signals" type: "Map<String,>" syntax: "public MonitorDefinition withSignals(Map signals)" desc: "Set the signals property: \\[Required\\] The signals to monitor." returns: description: "the MonitorDefinition object itself." type: "" type: "class" desc: "The MonitorDefinition model." implements: - "<>" metadata: {} package: "com.azure.resourcemanager.machinelearning.models" artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearning:1.1.0