MachineLearningComputeCollection クラス

定義

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

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

コンストラクター

MachineLearningComputeCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, MachineLearningComputeData, CancellationToken)

コンピューティングを作成または更新します。 この呼び出しにより、コンピューティングが存在する場合は上書きされます。 これは回復不可能な操作です。 目的が新しいコンピューティングを作成する場合は、最初に GET を実行して、まだ存在しないことを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes/{computeName}
  • 操作IdCompute_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, MachineLearningComputeData, CancellationToken)

コンピューティングを作成または更新します。 この呼び出しにより、コンピューティングが存在する場合は上書きされます。 これは回復不可能な操作です。 目的が新しいコンピューティングを作成する場合は、最初に GET を実行して、まだ存在しないことを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes/{computeName}
  • 操作IdCompute_CreateOrUpdate
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes/{computeName}
  • 操作IdCompute_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes/{computeName}
  • 操作IdCompute_Get
Get(String, CancellationToken)

コンピューティング定義をその名前で取得します。 シークレット (ストレージ キー、サービス資格情報など) は返されません。'keys' 入れ子になったリソースを使用して取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes/{computeName}
  • 操作IdCompute_Get
GetAll(String, CancellationToken)

指定したワークスペース内のコンピューティングを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes
  • 操作IdCompute_List
GetAllAsync(String, CancellationToken)

指定したワークスペース内のコンピューティングを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes
  • 操作IdCompute_List
GetAsync(String, CancellationToken)

コンピューティング定義をその名前で取得します。 シークレット (ストレージ キー、サービス資格情報など) は返されません。'keys' 入れ子になったリソースを使用して取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes/{computeName}
  • 操作IdCompute_Get
GetIfExists(String, CancellationToken)

サービスからこのリソースの詳細を取得しようとします。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes/{computeName}
  • 操作IdCompute_Get
GetIfExistsAsync(String, CancellationToken)

サービスからこのリソースの詳細を取得しようとします。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes/{computeName}
  • 操作IdCompute_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<MachineLearningComputeResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<MachineLearningComputeResource>.GetEnumerator()

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

適用対象