共用方式為


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