BatchNodeInfo interface
有关运行任务的计算节点的信息。
属性
| affinity |
任务运行的节点标识符,可在添加任务请求调度该计算节点时传递。 |
| node |
任务运行的计算节点的ID。 |
| node |
任务运行的计算节点的URL。 |
| pool |
任务运行池的ID。 |
| task |
任务在计算节点上的根目录。 |
| task |
任务在计算节点上的根目录的URL。 |
属性详细信息
affinityId
任务运行的节点标识符,可在添加任务请求调度该计算节点时传递。
affinityId?: string
属性值
string
nodeId
任务运行的计算节点的ID。
nodeId?: string
属性值
string
nodeUrl
任务运行的计算节点的URL。
nodeUrl?: string
属性值
string
poolId
任务运行池的ID。
poolId?: string
属性值
string
taskRootDirectory
任务在计算节点上的根目录。
taskRootDirectory?: string
属性值
string
taskRootDirectoryUrl
任务在计算节点上的根目录的URL。
taskRootDirectoryUrl?: string
属性值
string