AmlComputeNodeInformation Class

Definition

Compute node information related to a AmlCompute.

public class AmlComputeNodeInformation
type AmlComputeNodeInformation = class
Public Class AmlComputeNodeInformation
Inheritance
AmlComputeNodeInformation

Properties

NodeId

ID of the compute node.

NodeState

State of the compute node. Values are idle, running, preparing, unusable, leaving and preempted.

Port

SSH port number of the node.

PrivateIPAddress

Private IP address of the compute node.

PublicIPAddress

Public IP address of the compute node.

RunId

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

Applies to