Delen via


Compute - List Keys

Hiermee haalt u geheimen op met betrekking tot Machine Learning Compute (opslagsleutels, servicereferenties, enzovoort).

POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes/{computeName}/listKeys?api-version=2024-10-01

URI-parameters

Name In Vereist Type Description
computeName
path True

string

Naam van de Azure Machine Learning-berekening.

resourceGroupName
path True

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

subscriptionId
path True

string

De id van het doelabonnement.

workspaceName
path True

string

Naam van Azure Machine Learning-werkruimte.

Regex-patroon: ^[a-zA-Z0-9][a-zA-Z0-9_-]{2,32}$

api-version
query True

string

De API-versie die voor deze bewerking moet worden gebruikt.

Antwoorden

Name Type Description
200 OK ComputeSecrets:

Succes.

Other Status Codes

ErrorResponse

Foutreactie waarin wordt beschreven waarom de bewerking is mislukt.

Beveiliging

azure_auth

Azure Active Directory OAuth2 Flow.

Type: oauth2
Stroom: implicit
Autorisatie-URL: https://login.microsoftonline.com/common/oauth2/authorize

Bereiken

Name Description
user_impersonation Uw gebruikersaccount imiteren

Voorbeelden

List AKS Compute Keys

Voorbeeldaanvraag

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

Voorbeeldrespons

{
  "computeType": "AKS",
  "userKubeConfig": "user kube config...",
  "adminKubeConfig": "admin kube config...",
  "imagePullSecretName": "the image pull secret name"
}

Definities

Name Description
AksComputeSecrets

Geheimen met betrekking tot een Machine Learning-rekenproces op basis van AKS.

ComputeType

Het type rekenproces

DatabricksComputeSecrets

Geheimen met betrekking tot een Machine Learning-rekenproces op basis van Databricks.

ErrorAdditionalInfo

Aanvullende informatie over de resourcebeheerfout.

ErrorDetail

De foutdetails.

ErrorResponse

Foutreactie

VirtualMachineSecrets

Geheimen met betrekking tot een Machine Learning-rekenproces op basis van AKS.

VirtualMachineSshCredentials

Beheerdersreferenties voor virtuele machine

AksComputeSecrets

Geheimen met betrekking tot een Machine Learning-rekenproces op basis van AKS.

Name Type Description
adminKubeConfig

string

Inhoud van kubeconfig-bestand dat kan worden gebruikt om verbinding te maken met het Kubernetes-cluster.

computeType string:

AKS

Het type rekenproces

imagePullSecretName

string

Pull-geheim van installatiekopieregister.

userKubeConfig

string

Inhoud van kubeconfig-bestand dat kan worden gebruikt om verbinding te maken met het Kubernetes-cluster.

ComputeType

Het type rekenproces

Name Type Description
AKS

string

AmlCompute

string

ComputeInstance

string

DataFactory

string

DataLakeAnalytics

string

Databricks

string

HDInsight

string

Kubernetes

string

SynapseSpark

string

VirtualMachine

string

DatabricksComputeSecrets

Geheimen met betrekking tot een Machine Learning-rekenproces op basis van Databricks.

Name Type Description
computeType string:

Databricks

Het type rekenproces

databricksAccessToken

string

toegangstoken voor databricks-account.

ErrorAdditionalInfo

Aanvullende informatie over de resourcebeheerfout.

Name Type Description
info

object

De aanvullende informatie.

type

string

Het extra informatietype.

ErrorDetail

De foutdetails.

Name Type Description
additionalInfo

ErrorAdditionalInfo[]

De fout bevat aanvullende informatie.

code

string

De foutcode.

details

ErrorDetail[]

De foutdetails.

message

string

Het foutbericht.

target

string

Het foutdoel.

ErrorResponse

Foutreactie

Name Type Description
error

ErrorDetail

Het foutobject.

VirtualMachineSecrets

Geheimen met betrekking tot een Machine Learning-rekenproces op basis van AKS.

Name Type Description
administratorAccount

VirtualMachineSshCredentials

Beheerdersreferenties voor virtuele machine.

computeType string:

VirtualMachine

Het type rekenproces

VirtualMachineSshCredentials

Beheerdersreferenties voor virtuele machine

Name Type Description
password

string

Wachtwoord van beheerdersaccount

privateKeyData

string

Persoonlijke sleutelgegevens

publicKeyData

string

Openbare-sleutelgegevens

username

string

Gebruikersnaam van beheerdersaccount