次の方法で共有


MachineLearningFeatureSetContainerCollection.GetAll メソッド

定義

featurestore エンティティ コンテナーを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets
  • 操作IdFeaturesetContainers_List
public virtual Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningFeatureSetContainerResource> GetAll (Azure.ResourceManager.MachineLearning.Models.MachineLearningFeatureSetContainerCollectionGetAllOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : Azure.ResourceManager.MachineLearning.Models.MachineLearningFeatureSetContainerCollectionGetAllOptions * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningFeatureSetContainerResource>
override this.GetAll : Azure.ResourceManager.MachineLearning.Models.MachineLearningFeatureSetContainerCollectionGetAllOptions * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningFeatureSetContainerResource>
Public Overridable Function GetAll (options As MachineLearningFeatureSetContainerCollectionGetAllOptions, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of MachineLearningFeatureSetContainerResource)

パラメーター

options
MachineLearningFeatureSetContainerCollectionGetAllOptions

LRO 修飾子と要求コンテキスト パラメーターを除く、このメソッドのすべてのパラメーターを含むプロパティ バッグ。

cancellationToken
CancellationToken

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

戻り値

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

適用対象