Partager via


MachineLearningLabelingJobResource.ExportLabelsAsync Méthode

Définition

Exporter des étiquettes à partir d’un travail d’étiquetage (asynchrone).

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/labelingJobs/{id}/exportLabels
  • IdLabelingJobs_ExportLabels d’opération
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MachineLearning.Models.ExportSummary>> ExportLabelsAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.MachineLearning.Models.ExportSummary body, System.Threading.CancellationToken cancellationToken = default);
abstract member ExportLabelsAsync : Azure.WaitUntil * Azure.ResourceManager.MachineLearning.Models.ExportSummary * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MachineLearning.Models.ExportSummary>>
override this.ExportLabelsAsync : Azure.WaitUntil * Azure.ResourceManager.MachineLearning.Models.ExportSummary * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MachineLearning.Models.ExportSummary>>
Public Overridable Function ExportLabelsAsync (waitUntil As WaitUntil, body As ExportSummary, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of ExportSummary))

Paramètres

waitUntil
WaitUntil

Completed si la méthode doit attendre pour retourner jusqu’à ce que l’opération de longue durée soit terminée sur le service ; Started si elle doit être retournée après le démarrage de l’opération. Pour plus d’informations sur les opérations de longue durée, consultez Exemples d’opérations de Long-Running Azure.Core.

body
ExportSummary

Résumé de l’exportation.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

body a la valeur null.

S’applique à