Partager via


MachineLearningWorkspaceResource.GetMachineLearningBatchEndpointAsync Méthode

Définition

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.

S’applique à