Freigeben über


MachineLearningLabelingJobCollection.GetAllAsync Methode

Definition

Listet Beschriftungsaufträge im Arbeitsbereich auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/labelingJobs
  • Vorgangs-IdLabelingJobs_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningLabelingJobResource> GetAllAsync (string skip = default, int? top = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningLabelingJobResource>
override this.GetAllAsync : string * Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningLabelingJobResource>
Public Overridable Function GetAllAsync (Optional skip As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MachineLearningLabelingJobResource)

Parameter

skip
String

Fortsetzungstoken für Paginierung.

top
Nullable<Int32>

Anzahl der zurückzugebenden Bezeichnungsaufträge.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von MachineLearningLabelingJobResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: