Udostępnij za pośrednictwem


MachineLearningLabelingJobCollection.GetAllAsync Method

Definition

Lists labeling jobs in the workspace.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/labelingJobs
  • Operation Id: LabelingJobs_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)

Parameters

skip
String

Continuation token for pagination.

top
Nullable<Int32>

Number of labeling jobs to return.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of MachineLearningLabelingJobResource that may take multiple service requests to iterate over.

Applies to