Partilhar via


MachineLearningBatchEndpointResource.GetMachineLearningBatchDeployment Método

Definição

Obtém uma implantação de inferência em lote por ID.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/batchEndpoints/{endpointName}/deployments/{deploymentName}
  • IdBatchDeployments_Get de operação
public virtual Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningBatchDeploymentResource> GetMachineLearningBatchDeployment (string deploymentName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetMachineLearningBatchDeployment : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningBatchDeploymentResource>
override this.GetMachineLearningBatchDeployment : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningBatchDeploymentResource>
Public Overridable Function GetMachineLearningBatchDeployment (deploymentName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of MachineLearningBatchDeploymentResource)

Parâmetros

deploymentName
String

O identificador para as implantações do Lote.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

deploymentName é uma cadeia de caracteres vazia e era esperado que não estivesse vazio.

deploymentName é nulo.

Aplica-se a