MachineLearningLabelingJobResource.ExportLabels Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Exporter des étiquettes à partir d’un travail d’étiquetage (asynchrone).
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/labelingJobs/{id}/exportLabels
- IdLabelingJobs_ExportLabels d’opération
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MachineLearning.Models.ExportSummary> ExportLabels (Azure.WaitUntil waitUntil, Azure.ResourceManager.MachineLearning.Models.ExportSummary body, System.Threading.CancellationToken cancellationToken = default);
abstract member ExportLabels : Azure.WaitUntil * Azure.ResourceManager.MachineLearning.Models.ExportSummary * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MachineLearning.Models.ExportSummary>
override this.ExportLabels : Azure.WaitUntil * Azure.ResourceManager.MachineLearning.Models.ExportSummary * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MachineLearning.Models.ExportSummary>
Public Overridable Function ExportLabels (waitUntil As WaitUntil, body As ExportSummary, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of ExportSummary)
Paramètres
- waitUntil
- WaitUntil
Completed si la méthode doit attendre la fin de l’opération de longue durée sur le service ; Started s’il doit retourner 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 Azure.Core Long-Running.
- body
- ExportSummary
Résumé de l’exportation.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
body
a la valeur null.
S’applique à
Azure SDK for .NET