AmlComputeNodeInformationResponse

data class AmlComputeNodeInformationResponse(val nodeId: String, val nodeState: String, val port: Double, val privateIpAddress: String, val publicIpAddress: String, val runId: String)

Compute node information related to a AmlCompute.

Constructors

Link copied to clipboard
constructor(nodeId: String, nodeState: String, port: Double, privateIpAddress: String, publicIpAddress: String, runId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ID of the compute node.

Link copied to clipboard

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

Link copied to clipboard

SSH port number of the node.

Link copied to clipboard

Private IP address of the compute node.

Link copied to clipboard

Public IP address of the compute node.

Link copied to clipboard

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