Partager via


MachineLearningFeatureCollection Classe

Définition

Classe représentant une collection de MachineLearningFeatureResource et leurs opérations. Chacun MachineLearningFeatureResource de la collection appartient au même instance de MachineLearningFeatureSetVersionResource. Pour obtenir un MachineLearningFeatureCollection instance appelez la méthode GetMachineLearningFeatures à partir d’un instance de MachineLearningFeatureSetVersionResource.

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)
Héritage
MachineLearningFeatureCollection
Implémente

Constructeurs

MachineLearningFeatureCollection()

Initialise une nouvelle instance de la MachineLearningFeatureCollection classe pour les moqueries.

Propriétés

Client

Obtient le ArmClient client de ressource à partir duquel il a été créé.

(Hérité de ArmCollection)
Diagnostics

Obtient les options de diagnostic pour ce client de ressources.

(Hérité de ArmCollection)
Endpoint

Obtient l’URI de base pour ce client de ressource.

(Hérité de ArmCollection)
Id

Obtient l’identificateur de ressource.

(Hérité de ArmCollection)
Pipeline

Obtient le pipeline pour ce client de ressources.

(Hérité de ArmCollection)

Méthodes

Exists(String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{featuresetName}/versions/{featuresetVersion}/features/{featureName}
  • IdFeatures_Get d’opération
ExistsAsync(String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{featuresetName}/versions/{featuresetVersion}/features/{featureName}
  • IdFeatures_Get d’opération
Get(String, CancellationToken)

Obtenir la fonctionnalité.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{featuresetName}/versions/{featuresetVersion}/features/{featureName}
  • IdFeatures_Get d’opération
GetAll(String, String, String, String, CancellationToken)

Répertorier les fonctionnalités.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{featuresetName}/versions/{featuresetVersion}/features
  • IdFeatures_List d’opération
GetAllAsync(String, String, String, String, CancellationToken)

Répertorier les fonctionnalités.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{featuresetName}/versions/{featuresetVersion}/features
  • IdFeatures_List d’opération
GetAsync(String, CancellationToken)

Obtenir la fonctionnalité.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{featuresetName}/versions/{featuresetVersion}/features/{featureName}
  • IdFeatures_Get d’opération
GetIfExists(String, CancellationToken)

Tente d’obtenir les détails de cette ressource à partir du service.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{featuresetName}/versions/{featuresetVersion}/features/{featureName}
  • IdFeatures_Get d’opération
GetIfExistsAsync(String, CancellationToken)

Tente d’obtenir les détails de cette ressource à partir du service.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{featuresetName}/versions/{featuresetVersion}/features/{featureName}
  • IdFeatures_Get d’opération
TryGetApiVersion(ResourceType, String)

Obtient la substitution de version de l’API si elle a été définie pour les options clientes actuelles.

(Hérité de ArmCollection)

Implémentations d’interfaces explicites

IAsyncEnumerable<MachineLearningFeatureResource>.GetAsyncEnumerator(CancellationToken)

Retourne un énumérateur qui boucle de façon asynchrone dans la collection.

IEnumerable.GetEnumerator()

Retourne un énumérateur qui itère au sein d’une collection.

IEnumerable<MachineLearningFeatureResource>.GetEnumerator()

Retourne un énumérateur qui itère au sein de la collection.

S’applique à