MonitoringThreshold Class
- java.
lang. Object - com.
azure. resourcemanager. machinelearning. models. MonitoringThreshold
- com.
Implements
public final class MonitoringThreshold
implements JsonSerializable<MonitoringThreshold>
The MonitoringThreshold model.
Constructor Summary
| Constructor | Description |
|---|---|
| MonitoringThreshold() |
Creates an instance of Monitoring |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Monitoring |
fromJson(JsonReader jsonReader)
Reads an instance of Monitoring |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
| Double |
value()
Get the value property: The threshold value. |
|
Monitoring |
withValue(Double value)
Set the value property: The threshold value. |
Methods inherited from java.lang.Object
Constructor Details
MonitoringThreshold
public MonitoringThreshold()
Creates an instance of MonitoringThreshold class.
Method Details
fromJson
public static MonitoringThreshold fromJson(JsonReader jsonReader)
Reads an instance of MonitoringThreshold from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
value
public Double value()
Get the value property: The threshold value. If null, the set default is dependent on the metric type.
Returns:
withValue
public MonitoringThreshold withValue(Double value)
Set the value property: The threshold value. If null, the set default is dependent on the metric type.
Parameters:
Returns: