AmlComputeNodeInformation interface

Compute node information related to a AmlCompute.

Properties

nodeId

ID of the compute node. NOTE: This property will not be serialized. It can only be populated by the server.

nodeState

State of the compute node. Values are idle, running, preparing, unusable, leaving and preempted. NOTE: This property will not be serialized. It can only be populated by the server.

port

SSH port number of the node. NOTE: This property will not be serialized. It can only be populated by the server.

privateIpAddress

Private IP address of the compute node. NOTE: This property will not be serialized. It can only be populated by the server.

publicIpAddress

Public IP address of the compute node. NOTE: This property will not be serialized. It can only be populated by the server.

runId

ID of the Experiment running on the node, if any else null. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

nodeId

ID of the compute node. NOTE: This property will not be serialized. It can only be populated by the server.

nodeId?: string

Property Value

string

nodeState

State of the compute node. Values are idle, running, preparing, unusable, leaving and preempted. NOTE: This property will not be serialized. It can only be populated by the server.

nodeState?: string

Property Value

string

port

SSH port number of the node. NOTE: This property will not be serialized. It can only be populated by the server.

port?: number

Property Value

number

privateIpAddress

Private IP address of the compute node. NOTE: This property will not be serialized. It can only be populated by the server.

privateIpAddress?: string

Property Value

string

publicIpAddress

Public IP address of the compute node. NOTE: This property will not be serialized. It can only be populated by the server.

publicIpAddress?: string

Property Value

string

runId

ID of the Experiment running on the node, if any else null. NOTE: This property will not be serialized. It can only be populated by the server.

runId?: string

Property Value

string