ClusterUpdateParameters Class
- java.
lang. Object - com.
azure. resourcemanager. machinelearning. models. ClusterUpdateParameters
- com.
Implements
public final class ClusterUpdateParameters
implements JsonSerializable<ClusterUpdateParameters>
AmlCompute update parameters.
Constructor Summary
| Constructor | Description |
|---|---|
| ClusterUpdateParameters() |
Creates an instance of Cluster |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Cluster |
fromJson(JsonReader jsonReader)
Reads an instance of Cluster |
|
Scale |
properties()
Get the properties property: Properties of Cluster |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Cluster |
withProperties(ScaleSettingsInformation properties)
Set the properties property: Properties of Cluster |
Methods inherited from java.lang.Object
Constructor Details
ClusterUpdateParameters
public ClusterUpdateParameters()
Creates an instance of ClusterUpdateParameters class.
Method Details
fromJson
public static ClusterUpdateParameters fromJson(JsonReader jsonReader)
Reads an instance of ClusterUpdateParameters from the JsonReader.
Parameters:
Returns:
Throws:
properties
public ScaleSettingsInformation properties()
Get the properties property: Properties of ClusterUpdate.
Returns:
toJson
validate
public void validate()
Validates the instance.
withProperties
public ClusterUpdateParameters withProperties(ScaleSettingsInformation properties)
Set the properties property: Properties of ClusterUpdate.
Parameters:
Returns: