Compute - List Nodes
取得計算中所有計算節點的詳細數據 (例如IP位址、埠等) 。
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes/{computeName}/listNodes?api-version=2024-04-01
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
compute
|
path | True |
string |
Azure Machine Learning 計算的名稱。 |
resource
|
path | True |
string |
資源群組的名稱。 名稱不區分大小寫。 |
subscription
|
path | True |
string |
目標訂用帳戶的標識碼。 |
workspace
|
path | True |
string |
Azure Machine Learning 工作區的名稱。 Regex 模式: |
api-version
|
query | True |
string |
用於此作業的 API 版本。 |
回應
名稱 | 類型 | Description |
---|---|---|
200 OK |
作業成功。 回應包含IP位址清單。 |
|
Other Status Codes |
描述作業失敗原因的錯誤回應。 |
安全性
azure_auth
Azure Active Directory OAuth2 Flow。
類型:
oauth2
Flow:
implicit
授權 URL:
https://login.microsoftonline.com/common/oauth2/authorize
範圍
名稱 | Description |
---|---|
user_impersonation | 模擬您的用戶帳戶 |
範例
Get compute nodes information for a compute
範例要求
POST https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123/listNodes?api-version=2024-04-01
範例回覆
{
"nodes": [
{
"nodeId": "tvm-3601533753_1-20170719t162906z",
"privateIpAddress": "13.84.190.124",
"publicIpAddress": "13.84.190.134",
"port": 50000,
"nodeState": "running",
"runId": "2f378a44-38f2-443a-9f0d-9909d0b47890"
},
{
"nodeId": "tvm-3601533753_2-20170719t162906z",
"privateIpAddress": "13.84.190.124",
"publicIpAddress": "13.84.190.134",
"port": 50001,
"nodeState": "idle"
}
],
"nextLink": "nextLink"
}
定義
名稱 | Description |
---|---|
Aml |
與 AmlCompute 相關的計算節點資訊。 |
Aml |
AmlCompute 節點的結果 |
Error |
資源管理錯誤其他資訊。 |
Error |
錯誤詳細數據。 |
Error |
錯誤回應 |
node |
計算節點的狀態。 值為閑置、執行中、準備、無法使用、離開和先佔。 |
AmlComputeNodeInformation
與 AmlCompute 相關的計算節點資訊。
名稱 | 類型 | Description |
---|---|---|
nodeId |
string |
節點標識碼。 |
nodeState |
計算節點的狀態。 值為閑置、執行中、準備、無法使用、離開和先佔。 |
|
port |
number |
連接埠。 |
privateIpAddress |
string |
私人 IP 位址。 |
publicIpAddress |
string |
公用 IP 位址。 |
runId |
string |
執行標識碼。 |
AmlComputeNodesInformation
AmlCompute 節點的結果
名稱 | 類型 | Description |
---|---|---|
nextLink |
string |
接續 Token。 |
nodes |
傳回之 AmlCompute 節點詳細數據的集合。 |
ErrorAdditionalInfo
資源管理錯誤其他資訊。
名稱 | 類型 | Description |
---|---|---|
info |
object |
其他資訊。 |
type |
string |
其他信息類型。 |
ErrorDetail
錯誤詳細數據。
名稱 | 類型 | Description |
---|---|---|
additionalInfo |
錯誤其他資訊。 |
|
code |
string |
錯誤碼。 |
details |
錯誤詳細資料。 |
|
message |
string |
錯誤訊息。 |
target |
string |
錯誤目標。 |
ErrorResponse
錯誤回應
名稱 | 類型 | Description |
---|---|---|
error |
錯誤物件。 |
nodeState
計算節點的狀態。 值為閑置、執行中、準備、無法使用、離開和先佔。
名稱 | 類型 | Description |
---|---|---|
idle |
string |
|
leaving |
string |
|
preempted |
string |
|
preparing |
string |
|
running |
string |
|
unusable |
string |