Compute - List Keys
取得與 Machine Learning 計算相關的秘密(記憶體密鑰、服務認證等)。
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes/{computeName}/listKeys?api-version=2024-10-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 | ComputeSecrets: |
成功。 |
Other Status Codes |
描述作業失敗原因的錯誤回應。 |
安全性
azure_auth
Azure Active Directory OAuth2 Flow。
類型:
oauth2
Flow:
implicit
授權 URL:
https://login.microsoftonline.com/common/oauth2/authorize
範圍
名稱 | Description |
---|---|
user_impersonation | 模擬您的用戶帳戶 |
範例
List AKS Compute Keys
範例要求
POST https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123/listKeys?api-version=2024-10-01
範例回覆
{
"computeType": "AKS",
"userKubeConfig": "user kube config...",
"adminKubeConfig": "admin kube config...",
"imagePullSecretName": "the image pull secret name"
}
定義
名稱 | Description |
---|---|
Aks |
與以 AKS 為基礎的機器學習計算相關的秘密。 |
Compute |
計算的類型 |
Databricks |
與 Machine Learning 計算相關的秘密,以 Databricks 為基礎。 |
Error |
資源管理錯誤其他資訊。 |
Error |
錯誤詳細數據。 |
Error |
錯誤回應 |
Virtual |
與以 AKS 為基礎的機器學習計算相關的秘密。 |
Virtual |
虛擬機的管理員認證 |
AksComputeSecrets
與以 AKS 為基礎的機器學習計算相關的秘密。
名稱 | 類型 | Description |
---|---|---|
adminKubeConfig |
string |
可用來連線到 Kubernetes 叢集的 kubeconfig 檔案內容。 |
computeType |
string:
AKS |
計算的類型 |
imagePullSecretName |
string |
映射登錄提取秘密。 |
userKubeConfig |
string |
可用來連線到 Kubernetes 叢集的 kubeconfig 檔案內容。 |
ComputeType
計算的類型
名稱 | 類型 | Description |
---|---|---|
AKS |
string |
|
AmlCompute |
string |
|
ComputeInstance |
string |
|
DataFactory |
string |
|
DataLakeAnalytics |
string |
|
Databricks |
string |
|
HDInsight |
string |
|
Kubernetes |
string |
|
SynapseSpark |
string |
|
VirtualMachine |
string |
DatabricksComputeSecrets
與 Machine Learning 計算相關的秘密,以 Databricks 為基礎。
名稱 | 類型 | Description |
---|---|---|
computeType |
string:
Databricks |
計算的類型 |
databricksAccessToken |
string |
databricks 帳戶的存取令牌。 |
ErrorAdditionalInfo
資源管理錯誤其他資訊。
名稱 | 類型 | Description |
---|---|---|
info |
object |
其他資訊。 |
type |
string |
其他信息類型。 |
ErrorDetail
錯誤詳細數據。
名稱 | 類型 | Description |
---|---|---|
additionalInfo |
錯誤其他資訊。 |
|
code |
string |
錯誤碼。 |
details |
錯誤詳細數據。 |
|
message |
string |
錯誤訊息。 |
target |
string |
錯誤目標。 |
ErrorResponse
錯誤回應
名稱 | 類型 | Description |
---|---|---|
error |
error 物件。 |
VirtualMachineSecrets
與以 AKS 為基礎的機器學習計算相關的秘密。
名稱 | 類型 | Description |
---|---|---|
administratorAccount |
虛擬機的管理員認證。 |
|
computeType |
string:
Virtual |
計算的類型 |
VirtualMachineSshCredentials
虛擬機的管理員認證
名稱 | 類型 | Description |
---|---|---|
password |
string |
系統管理員帳戶的密碼 |
privateKeyData |
string |
私鑰資料 |
publicKeyData |
string |
公鑰資料 |
username |
string |
系統管理員帳戶的用戶名稱 |