Compartilhar via


MachineLearningWorkspaceResource.GetMachineLearningBatchEndpoint Método

Definição

Obtém um ponto de extremidade de inferência em lote por nome.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/batchEndpoints/{endpointName}
  • Operação IdBatchEndpoints_Get
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)

Parâmetros

endpointName
String

Nome do ponto de extremidade do lote.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

endpointName é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.

endpointName é nulo.

Aplica-se a