AmlComputeNodeInformation Class
- java.
lang. Object - com.
azure. resourcemanager. machinelearning. models. AmlComputeNodeInformation
- com.
Implements
public final class AmlComputeNodeInformation
implements JsonSerializable<AmlComputeNodeInformation>
Compute node information related to a AmlCompute.
Constructor Summary
| Constructor | Description |
|---|---|
| AmlComputeNodeInformation() |
Creates an instance of Aml |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Aml |
fromJson(JsonReader jsonReader)
Reads an instance of Aml |
| String |
nodeId()
Get the node |
|
Node |
nodeState()
Get the node |
| Integer |
port()
Get the port property: SSH port number of the node. |
| String |
privateIpAddress()
Get the private |
| String |
publicIpAddress()
Get the public |
| String |
runId()
Get the run |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
AmlComputeNodeInformation
public AmlComputeNodeInformation()
Creates an instance of AmlComputeNodeInformation class.
Method Details
fromJson
public static AmlComputeNodeInformation fromJson(JsonReader jsonReader)
Reads an instance of AmlComputeNodeInformation from the JsonReader.
Parameters:
Returns:
Throws:
nodeId
public String nodeId()
Get the nodeId property: ID of the compute node.
Returns:
nodeState
public NodeState nodeState()
Get the nodeState property: State of the compute node. Values are idle, running, preparing, unusable, leaving and preempted.
Returns:
port
public Integer port()
Get the port property: SSH port number of the node.
Returns:
privateIpAddress
public String privateIpAddress()
Get the privateIpAddress property: Private IP address of the compute node.
Returns:
publicIpAddress
public String publicIpAddress()
Get the publicIpAddress property: Public IP address of the compute node.
Returns:
runId
public String runId()
Get the runId property: ID of the Experiment running on the node, if any else null.
Returns:
toJson
validate
public void validate()
Validates the instance.