AmlComputeNodeInformation interface

與 AmlCompute 相關的運算節點資訊。

屬性

nodeId

計算節點的識別碼。

nodeState

計算節點的狀態。 值為閒置、執行中、準備中、無法使用、離開和搶佔。

port

節點的SSH埠號。

privateIpAddress

計算節點的專用 IP 位址。

publicIpAddress

計算節點的公用 IP 位址。

runId

節點上執行之實驗的識別碼,如果有其他 null。

屬性詳細資料

nodeId

計算節點的識別碼。

nodeId?: string

屬性值

string

nodeState

計算節點的狀態。 值為閒置、執行中、準備中、無法使用、離開和搶佔。

nodeState?: string

屬性值

string

port

節點的SSH埠號。

port?: number

屬性值

number

privateIpAddress

計算節點的專用 IP 位址。

privateIpAddress?: string

屬性值

string

publicIpAddress

計算節點的公用 IP 位址。

publicIpAddress?: string

屬性值

string

runId

節點上執行之實驗的識別碼,如果有其他 null。

runId?: string

屬性值

string