MachineLearningRegistryModelVersionCollection クラス

定義

のコレクション MachineLearningRegistryModelVersionResource とその操作を表すクラス。 コレクション内の各 MachineLearningRegistryModelVersionResource は、 の同じインスタンス MachineLearningRegistryModelContainerResourceに属します。 インスタンスを MachineLearningRegistryModelVersionCollection 取得するには、 のインスタンス MachineLearningRegistryModelContainerResourceから GetMachineLearningRegistryModelVersions メソッドを呼び出します。

public class MachineLearningRegistryModelVersionCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.MachineLearning.MachineLearningRegistryModelVersionResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MachineLearning.MachineLearningRegistryModelVersionResource>
type MachineLearningRegistryModelVersionCollection = class
    inherit ArmCollection
    interface seq<MachineLearningRegistryModelVersionResource>
    interface IEnumerable
    interface IAsyncEnumerable<MachineLearningRegistryModelVersionResource>
Public Class MachineLearningRegistryModelVersionCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of MachineLearningRegistryModelVersionResource), IEnumerable(Of MachineLearningRegistryModelVersionResource)
継承
MachineLearningRegistryModelVersionCollection
実装

コンストラクター

MachineLearningRegistryModelVersionCollection()

モック作成のために クラスの MachineLearningRegistryModelVersionCollection 新しいインスタンスを初期化します。

プロパティ

Client

このリソース クライアントの ArmClient 作成元を取得します。

(継承元 ArmCollection)
Diagnostics

このリソース クライアントの診断オプションを取得します。

(継承元 ArmCollection)
Endpoint

このリソース クライアントのベース URI を取得します。

(継承元 ArmCollection)
Id

リソース識別子を取得します。

(継承元 ArmCollection)
Pipeline

このリソース クライアントのパイプラインを取得します。

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, MachineLearningModelVersionData, CancellationToken)

バージョンを作成または更新します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}/models/{modelName}/versions/{version}
  • 操作IdRegistryModelVersions_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, MachineLearningModelVersionData, CancellationToken)

バージョンを作成または更新します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}/models/{modelName}/versions/{version}
  • 操作IdRegistryModelVersions_CreateOrUpdate
Exists(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}/models/{modelName}/versions/{version}
  • 操作IdRegistryModelVersions_Get
ExistsAsync(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}/models/{modelName}/versions/{version}
  • 操作IdRegistryModelVersions_Get
Get(String, CancellationToken)

バージョンを取得します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}/models/{modelName}/versions/{version}
  • 操作IdRegistryModelVersions_Get
GetAll(MachineLearningRegistryModelVersionCollectionGetAllOptions, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}/models/{modelName}/versions
  • 操作IdRegistryModelVersions_List
GetAllAsync(MachineLearningRegistryModelVersionCollectionGetAllOptions, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}/models/{modelName}/versions
  • 操作IdRegistryModelVersions_List
GetAsync(String, CancellationToken)

バージョンを取得します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}/models/{modelName}/versions/{version}
  • 操作IdRegistryModelVersions_Get
GetIfExists(String, CancellationToken)

サービスからこのリソースの詳細の取得を試みます。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}/models/{modelName}/versions/{version}
  • 操作IdRegistryModelVersions_Get
GetIfExistsAsync(String, CancellationToken)

サービスからこのリソースの詳細の取得を試みます。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}/models/{modelName}/versions/{version}
  • 操作IdRegistryModelVersions_Get
TryGetApiVersion(ResourceType, String)

現在のクライアント オプションに設定されている場合は、API バージョンのオーバーライドを取得します。

(継承元 ArmCollection)

明示的なインターフェイスの実装

IAsyncEnumerable<MachineLearningRegistryModelVersionResource>.GetAsyncEnumerator(CancellationToken)

コレクションを非同期に反復処理する列挙子を返します。

IEnumerable.GetEnumerator()

コレクションを反復処理する列挙子を返します。

IEnumerable<MachineLearningRegistryModelVersionResource>.GetEnumerator()

コレクションを反復処理する列挙子を返します。

適用対象