AmlComputeNodeInformation Class

Compute node information related to a AmlCompute.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
AmlComputeNodeInformation

Constructor

AmlComputeNodeInformation(**kwargs)

Variables

node_id
str

ID of the compute node.

private_ip_address
str

Private IP address of the compute node.

public_ip_address
str

Public IP address of the compute node.

port
int

SSH port number of the node.

node_state
str or NodeState

State of the compute node. Values are idle, running, preparing, unusable, leaving and preempted. Possible values include: "idle", "running", "preparing", "unusable", "leaving", "preempted".

run_id
str

ID of the Experiment running on the node, if any else null.