Partager via


MachineLearningWorkspaceResource.GetMachineLearningBatchEndpoint Méthode

Définition

Obtient un point de terminaison d’inférence par lot par nom.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/batchEndpoints/{endpointName}
  • IdBatchEndpoints_Get d’opération
public virtual Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningBatchEndpointResource> GetMachineLearningBatchEndpoint (string endpointName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetMachineLearningBatchEndpoint : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningBatchEndpointResource>
override this.GetMachineLearningBatchEndpoint : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningBatchEndpointResource>
Public Overridable Function GetMachineLearningBatchEndpoint (endpointName As String, Optional cancellationToken As CancellationToken = Nothing) As 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 on s’attendait à ce qu’elle ne soit pas vide.

endpointName a la valeur null.

S’applique à