次の方法で共有


MachineLearningFeatureSetVersionCollection.GetAll メソッド

定義

バージョンを一覧表示します。

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

パラメーター

options
MachineLearningFeatureSetVersionCollectionGetAllOptions

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

cancellationToken
CancellationToken

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

戻り値

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

適用対象