MachineLearningBatchEndpointCollection クラス

定義

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

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

コンストラクター

MachineLearningBatchEndpointCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, MachineLearningBatchEndpointData, CancellationToken)

バッチ推論エンドポイント (非同期) を作成します。

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

バッチ推論エンドポイント (非同期) を作成します。

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

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

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

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

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

名前でバッチ推論エンドポイントを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/batchEndpoints/{endpointName}
  • 操作IdBatchEndpoints_Get
GetAll(Nullable<Int32>, String, CancellationToken)

ワークスペース内の Batch 推論エンドポイントを一覧表示します。

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

ワークスペース内の Batch 推論エンドポイントを一覧表示します。

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

名前でバッチ推論エンドポイントを取得します。

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

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

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

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

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<MachineLearningBatchEndpointResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<MachineLearningBatchEndpointResource>.GetEnumerator()

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

適用対象