MachineLearningModelContainerCollection.GetAllAsync メソッド

定義

モデル コンテナーを一覧表示します。

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

パラメーター

skip
String

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

count
Nullable<Int32>

返される結果の最大数。

listViewType
Nullable<MachineLearningListViewType>

アーカイブされたエンティティを含める/除外する (たとえば) の種類を表示します。

cancellationToken
CancellationToken

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

戻り値

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

適用対象