Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AmlComputeNodeInformation

Package version

Compute node information related to a AmlCompute.

Hierarchy

  • AmlComputeNodeInformation

Index

Properties

Optional nodeId

nodeId: undefined | string

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

Optional nodeState

nodeState: 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.

Optional port

port: undefined | number

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

Optional privateIpAddress

privateIpAddress: undefined | string

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

Optional publicIpAddress

publicIpAddress: undefined | string

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

Optional runId

runId: undefined | string

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.

Generated using TypeDoc