Compute - List Keys
Obtient les secrets liés au calcul Machine Learning (clés de stockage, informations d’identification du service, etc.).
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes/{computeName}/listKeys?api-version=2024-10-01
Paramètres URI
Nom | Dans | Obligatoire | Type | Description |
---|---|---|---|---|
compute
|
path | True |
string |
Nom du calcul Azure Machine Learning. |
resource
|
path | True |
string |
Nom du groupe de ressources. Le nom ne respecte pas la casse. |
subscription
|
path | True |
string |
ID de l’abonnement cible. |
workspace
|
path | True |
string |
Nom de l’espace de travail Azure Machine Learning. Modèle d’expression régulière: |
api-version
|
query | True |
string |
Version de l’API à utiliser pour cette opération. |
Réponses
Nom | Type | Description |
---|---|---|
200 OK | ComputeSecrets: |
Succès. |
Other Status Codes |
Réponse d’erreur décrivant pourquoi l’opération a échoué. |
Sécurité
azure_auth
Flux OAuth2 Azure Active Directory.
Type:
oauth2
Flux:
implicit
URL d’autorisation:
https://login.microsoftonline.com/common/oauth2/authorize
Étendues
Nom | Description |
---|---|
user_impersonation | emprunter l’identité de votre compte d’utilisateur |
Exemples
List AKS Compute Keys
Exemple de requête
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
Exemple de réponse
{
"computeType": "AKS",
"userKubeConfig": "user kube config...",
"adminKubeConfig": "admin kube config...",
"imagePullSecretName": "the image pull secret name"
}
Définitions
Nom | Description |
---|---|
Aks |
Secrets liés à un calcul Machine Learning basé sur AKS. |
Compute |
Type de calcul |
Databricks |
Secrets liés à un calcul Machine Learning basé sur Databricks. |
Error |
Informations supplémentaires sur l’erreur de gestion des ressources. |
Error |
Détail de l’erreur. |
Error |
Réponse d’erreur |
Virtual |
Secrets liés à un calcul Machine Learning basé sur AKS. |
Virtual |
Informations d’identification d’administrateur pour la machine virtuelle |
AksComputeSecrets
Secrets liés à un calcul Machine Learning basé sur AKS.
Nom | Type | Description |
---|---|---|
adminKubeConfig |
string |
Contenu du fichier kubeconfig qui peut être utilisé pour se connecter au cluster Kubernetes. |
computeType |
string:
AKS |
Type de calcul |
imagePullSecretName |
string |
Secret d’extraction du registre d’images. |
userKubeConfig |
string |
Contenu du fichier kubeconfig qui peut être utilisé pour se connecter au cluster Kubernetes. |
ComputeType
Type de calcul
Nom | Type | Description |
---|---|---|
AKS |
string |
|
AmlCompute |
string |
|
ComputeInstance |
string |
|
DataFactory |
string |
|
DataLakeAnalytics |
string |
|
Databricks |
string |
|
HDInsight |
string |
|
Kubernetes |
string |
|
SynapseSpark |
string |
|
VirtualMachine |
string |
DatabricksComputeSecrets
Secrets liés à un calcul Machine Learning basé sur Databricks.
Nom | Type | Description |
---|---|---|
computeType |
string:
Databricks |
Type de calcul |
databricksAccessToken |
string |
jeton d’accès pour le compte databricks. |
ErrorAdditionalInfo
Informations supplémentaires sur l’erreur de gestion des ressources.
Nom | Type | Description |
---|---|---|
info |
object |
Informations supplémentaires. |
type |
string |
Type d’informations supplémentaire. |
ErrorDetail
Détail de l’erreur.
Nom | Type | Description |
---|---|---|
additionalInfo |
Informations supplémentaires sur l’erreur. |
|
code |
string |
Code d’erreur. |
details |
Détails de l’erreur. |
|
message |
string |
Message d’erreur. |
target |
string |
Cible d’erreur. |
ErrorResponse
Réponse d’erreur
Nom | Type | Description |
---|---|---|
error |
Objet d’erreur. |
VirtualMachineSecrets
Secrets liés à un calcul Machine Learning basé sur AKS.
Nom | Type | Description |
---|---|---|
administratorAccount |
Informations d’identification d’administrateur pour la machine virtuelle. |
|
computeType |
string:
Virtual |
Type de calcul |
VirtualMachineSshCredentials
Informations d’identification d’administrateur pour la machine virtuelle
Nom | Type | Description |
---|---|---|
password |
string |
Mot de passe du compte administrateur |
privateKeyData |
string |
Données de clé privée |
publicKeyData |
string |
Données de clé publique |
username |
string |
Nom d’utilisateur du compte d’administrateur |