Compartir a través de


MachineLearningBatchEndpointResource.GetMachineLearningBatchDeploymentAsync Método

Definición

Obtiene una implementación de inferencia por lotes por identificador.

  • Ruta de acceso de solicitud/suscripciones/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/batchEndpoints/{endpointName}/deployments/{deploymentName}
  • IdBatchDeployments_Get de operación
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningBatchDeploymentResource>> GetMachineLearningBatchDeploymentAsync (string deploymentName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetMachineLearningBatchDeploymentAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningBatchDeploymentResource>>
override this.GetMachineLearningBatchDeploymentAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningBatchDeploymentResource>>
Public Overridable Function GetMachineLearningBatchDeploymentAsync (deploymentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of MachineLearningBatchDeploymentResource))

Parámetros

deploymentName
String

Identificador de las implementaciones de Batch.

cancellationToken
CancellationToken

Token de cancelación que se va a usar.

Devoluciones

Excepciones

deploymentName es una cadena vacía y se esperaba que no estuviera vacía.

deploymentName es null.

Se aplica a