Partilhar via


MachineLearningLabelingJobResource.Update Método

Definição

Cria ou atualiza um trabalho de rotulagem (assíncrono).

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/labelingJobs/{id}
  • Operação IdLabelingJobs_CreateOrUpdate
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MachineLearning.MachineLearningLabelingJobResource> Update (Azure.WaitUntil waitUntil, Azure.ResourceManager.MachineLearning.MachineLearningLabelingJobData data, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.MachineLearning.MachineLearningLabelingJobData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MachineLearning.MachineLearningLabelingJobResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.MachineLearning.MachineLearningLabelingJobData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MachineLearning.MachineLearningLabelingJobResource>
Public Overridable Function Update (waitUntil As WaitUntil, data As MachineLearningLabelingJobData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of MachineLearningLabelingJobResource)

Parâmetros

waitUntil
WaitUntil

Completed se o método deve aguardar para retornar até que a operação de execução prolongada seja concluída no serviço; Started se ele deve retornar depois de iniciar a operação. Para obter mais informações sobre operações de execução prolongada, consulte Exemplos de operação de Long-Running do Azure.Core.

data
MachineLearningLabelingJobData

Objeto de definição LabelingJob.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

data é nulo.

Aplica-se a