MachineLearningWorkspaceResource.GetMachineLearningBatchEndpointAsync 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.
Obtient un point de terminaison d’inférence par lot par nom.
- Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/batchEndpoints/{endpointName}
- IdBatchEndpoints_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningBatchEndpointResource>> GetMachineLearningBatchEndpointAsync (string endpointName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetMachineLearningBatchEndpointAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningBatchEndpointResource>>
override this.GetMachineLearningBatchEndpointAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningBatchEndpointResource>>
Public Overridable Function GetMachineLearningBatchEndpointAsync (endpointName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of MachineLearningBatchEndpointResource))
Paramètres
- endpointName
- String
Nom du point de terminaison Batch.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
endpointName
est une chaîne vide et devait être non vide.
endpointName
a la valeur null.