MachineLearningOnlineEndpointResource.GetMachineLearningOnlineDeploymentAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtenir le déploiement du déploiement d’inférence.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}/deployments/{deploymentName}
- IdOnlineDeployments_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningOnlineDeploymentResource>> GetMachineLearningOnlineDeploymentAsync (string deploymentName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetMachineLearningOnlineDeploymentAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningOnlineDeploymentResource>>
override this.GetMachineLearningOnlineDeploymentAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningOnlineDeploymentResource>>
Public Overridable Function GetMachineLearningOnlineDeploymentAsync (deploymentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of MachineLearningOnlineDeploymentResource))
Paramètres
- deploymentName
- String
Nom du déploiement du point de terminaison d’inférence.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
deploymentName
est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.
deploymentName
a la valeur null.