Compartilhar via


MachineLearningWorkspaceResource.GetMachineLearningJobAsync Método

Definição

Obtém um Trabalho por nome/id.

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

Parâmetros

id
String

O nome e o identificador do Trabalho. Diferencia maiúsculas de minúsculas.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

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

id é nulo.

Aplica-se a