ComputeNodeInformation interface
An interface representing ComputeNodeInformation.
Properties
| affinity |
An identifier for the 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. |
| node |
The ID of the Compute Node on which the Task ran. |
| node |
The URL of the Compute Node on which the Task ran. . |
| pool |
The ID of the Pool on which the Task ran. |
| task |
The root directory of the Task on the Compute Node. |
| task |
The URL to the root directory of the Task on the Compute Node. |
Property Details
affinityId
An identifier for the 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.
affinityId?: string
Property Value
string
nodeId
The ID of the Compute Node on which the Task ran.
nodeId?: string
Property Value
string
nodeUrl
The URL of the Compute Node on which the Task ran. .
nodeUrl?: string
Property Value
string
poolId
The ID of the Pool on which the Task ran.
poolId?: string
Property Value
string
taskRootDirectory
The root directory of the Task on the Compute Node.
taskRootDirectory?: string
Property Value
string
taskRootDirectoryUrl
The URL to the root directory of the Task on the Compute Node.
taskRootDirectoryUrl?: string
Property Value
string