次の方法で共有


MachineLearningLabelingJobCollection.GetAllAsync メソッド

定義

ワークスペース内のラベル付けジョブを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/labelingJobs
  • 操作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)

パラメーター

skip
String

改ページの継続トークン。

top
Nullable<Int32>

返すラベル付けジョブの数。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の MachineLearningLabelingJobResource サービス要求を受け取る可能性がある の非同期コレクション。

適用対象