次の方法で共有


MachineLearningComponentVersionCollection.GetAll メソッド

定義

コンポーネントのバージョンを一覧表示します。

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

パラメーター

orderBy
String

リストの順序。

top
Nullable<Int32>

返されるレコードの最大数。

skip
String

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

listViewType
Nullable<MachineLearningListViewType>

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

stage
String

コンポーネント ステージ。

cancellationToken
CancellationToken

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

戻り値

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

適用対象