次の方法で共有


MachineLearningFeatureCollection クラス

定義

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

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

コンストラクター

MachineLearningFeatureCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{featuresetName}/versions/{featuresetVersion}/features/{featureName}
  • 操作IdFeatures_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{featuresetName}/versions/{featuresetVersion}/features/{featureName}
  • 操作IdFeatures_Get
Get(String, CancellationToken)

機能を取得します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{featuresetName}/versions/{featuresetVersion}/features/{featureName}
  • 操作IdFeatures_Get
GetAll(String, String, String, String, CancellationToken)

機能を一覧表示します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{featuresetName}/versions/{featuresetVersion}/features
  • 操作IdFeatures_List
GetAllAsync(String, String, String, String, CancellationToken)

機能を一覧表示します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{featuresetName}/versions/{featuresetVersion}/features
  • 操作IdFeatures_List
GetAsync(String, CancellationToken)

機能を取得します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{featuresetName}/versions/{featuresetVersion}/features/{featureName}
  • 操作IdFeatures_Get
GetIfExists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{featuresetName}/versions/{featuresetVersion}/features/{featureName}
  • 操作IdFeatures_Get
GetIfExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{featuresetName}/versions/{featuresetVersion}/features/{featureName}
  • 操作IdFeatures_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<MachineLearningFeatureResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<MachineLearningFeatureResource>.GetEnumerator()

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

適用対象