BatchNodeInfo interface

工作執行所在的計算節點相關信息。

屬性

affinityId

任務執行節點的識別碼,可在新增任務時傳遞,請求任務排程至此計算節點。

nodeId

任務執行的計算節點的 ID。

nodeUrl

任務執行的計算節點的網址。

poolId

任務執行的池子編號。

taskRootDirectory

任務在計算節點上的根目錄。

taskRootDirectoryUrl

計算節點上任務根目錄的網址。

屬性詳細資料

affinityId

任務執行節點的識別碼,可在新增任務時傳遞,請求任務排程至此計算節點。

affinityId?: string

屬性值

string

nodeId

任務執行的計算節點的 ID。

nodeId?: string

屬性值

string

nodeUrl

任務執行的計算節點的網址。

nodeUrl?: string

屬性值

string

poolId

任務執行的池子編號。

poolId?: string

屬性值

string

taskRootDirectory

任務在計算節點上的根目錄。

taskRootDirectory?: string

屬性值

string

taskRootDirectoryUrl

計算節點上任務根目錄的網址。

taskRootDirectoryUrl?: string

屬性值

string