ClusterUpdateParameters Class

  • java.lang.Object
    • com.azure.resourcemanager.machinelearning.models.ClusterUpdateParameters

Implements

public final class ClusterUpdateParameters
implements JsonSerializable<ClusterUpdateParameters>

AmlCompute update parameters.

Constructor Summary

Constructor Description
ClusterUpdateParameters()

Creates an instance of ClusterUpdateParameters class.

Method Summary

Modifier and Type Method and Description
static ClusterUpdateParameters fromJson(JsonReader jsonReader)

Reads an instance of ClusterUpdateParameters from the JsonReader.

ScaleSettingsInformation properties()

Get the properties property: Properties of ClusterUpdate.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

ClusterUpdateParameters withProperties(ScaleSettingsInformation properties)

Set the properties property: Properties of ClusterUpdate.

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:

jsonReader - The JsonReader being read.

Returns:

An instance of ClusterUpdateParameters if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the ClusterUpdateParameters.

properties

public ScaleSettingsInformation properties()

Get the properties property: Properties of ClusterUpdate.

Returns:

the properties value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withProperties

public ClusterUpdateParameters withProperties(ScaleSettingsInformation properties)

Set the properties property: Properties of ClusterUpdate.

Parameters:

properties - the properties value to set.

Returns:

the ClusterUpdateParameters object itself.

Applies to