次の方法で共有


MachineLearningRegistryDataVersionCollection.GetAllAsync メソッド

定義

データ コンテナー内のデータ バージョンを一覧表示する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}/data/{name}/versions
  • 操作IdRegistryDataVersions_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningRegistryDataVersionResource> GetAllAsync (string orderBy = default, int? top = default, string skip = default, string tags = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningListViewType? listViewType = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * Nullable<int> * string * string * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningListViewType> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningRegistryDataVersionResource>
override this.GetAllAsync : string * Nullable<int> * string * string * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningListViewType> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningRegistryDataVersionResource>
Public Overridable Function GetAllAsync (Optional orderBy As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional skip As String = Nothing, Optional tags As String = Nothing, Optional listViewType As Nullable(Of MachineLearningListViewType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MachineLearningRegistryDataVersionResource)

パラメーター

orderBy
String

['createdtime', 'modifiedtime'] から OrderBy 値を選択してください。

top
Nullable<Int32>

結果の上位数、上位数をページ サイズより大きくすることはできません。 topCount > ページ サイズの場合、既定のページ サイズ数の結果が返されます

skip
String

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

tags
String

タグ名 (および必要に応じて値) のコンマ区切りリスト。 例: tag1,tag2=value2。

listViewType
Nullable<MachineLearningListViewType>

[ListViewType.ActiveOnly, ListViewType.ArchivedOnly, ListViewType.All]アーカイブされたエンティティを含める/除外する (たとえば) 種類を表示します。

cancellationToken
CancellationToken

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

戻り値

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

適用対象