Nodes Class

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

Implements

public class Nodes
implements JsonSerializable<Nodes>

Abstract Nodes definition.

Constructor Summary

Constructor Description
Nodes()

Creates an instance of Nodes class.

Method Summary

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

Reads an instance of Nodes from the JsonReader.

NodesValueType nodesValueType()

Get the nodesValueType property: [Required] Type of the Nodes value.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

Nodes

public Nodes()

Creates an instance of Nodes class.

Method Details

fromJson

public static Nodes fromJson(JsonReader jsonReader)

Reads an instance of Nodes from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of Nodes 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 Nodes.

nodesValueType

public NodesValueType nodesValueType()

Get the nodesValueType property: [Required] Type of the Nodes value.

Returns:

the nodesValueType value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to