Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ComputeNodeInformation

Package version

An interface representing ComputeNodeInformation.

summary

Information about the compute node on which a task ran.

Hierarchy

  • ComputeNodeInformation

Index

Properties

Optional affinityId

affinityId: undefined | string

An identifier for the compute node on which the task ran, which can be passed when adding a task to request that the task be scheduled on this compute node.

Optional nodeId

nodeId: undefined | string

The ID of the node on which the task ran.

Optional nodeUrl

nodeUrl: undefined | string

The URL of the node on which the task ran. .

Optional poolId

poolId: undefined | string

The ID of the pool on which the task ran.

Optional taskRootDirectory

taskRootDirectory: undefined | string

The root directory of the task on the compute node.

Optional taskRootDirectoryUrl

taskRootDirectoryUrl: undefined | string

The URL to the root directory of the task on the compute node.

Generated using TypeDoc