Partager via


MachineLearningFeatureSetVersionCollection Classe

Définition

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

public class MachineLearningFeatureSetVersionCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.MachineLearning.MachineLearningFeatureSetVersionResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MachineLearning.MachineLearningFeatureSetVersionResource>
type MachineLearningFeatureSetVersionCollection = class
    inherit ArmCollection
    interface seq<MachineLearningFeatureSetVersionResource>
    interface IEnumerable
    interface IAsyncEnumerable<MachineLearningFeatureSetVersionResource>
Public Class MachineLearningFeatureSetVersionCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of MachineLearningFeatureSetVersionResource), IEnumerable(Of MachineLearningFeatureSetVersionResource)
Héritage
MachineLearningFeatureSetVersionCollection
Implémente

Constructeurs

MachineLearningFeatureSetVersionCollection()

Initialise une nouvelle instance de la classe pour la MachineLearningFeatureSetVersionCollection simulation.

Propriétés

Client

Obtient le ArmClient à partir duquel ce client de ressource 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 ressource.

(Hérité de ArmCollection)

Méthodes

CreateOrUpdate(WaitUntil, String, MachineLearningFeatureSetVersionData, CancellationToken)

Créez ou mettez à jour la version.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{name}/versions/{version}
  • IdFeaturesetVersions_CreateOrUpdate d’opération
CreateOrUpdateAsync(WaitUntil, String, MachineLearningFeatureSetVersionData, CancellationToken)

Créez ou mettez à jour la version.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{name}/versions/{version}
  • IdFeaturesetVersions_CreateOrUpdate d’opération
Exists(String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{name}/versions/{version}
  • IdFeaturesetVersions_Get d’opération
ExistsAsync(String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{name}/versions/{version}
  • IdFeaturesetVersions_Get d’opération
Get(String, CancellationToken)

Obtenir la version.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{name}/versions/{version}
  • IdFeaturesetVersions_Get d’opération
GetAll(MachineLearningFeatureSetVersionCollectionGetAllOptions, CancellationToken)

Répertorier les versions.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{name}/versions
  • IdFeaturesetVersions_List d’opération
GetAllAsync(MachineLearningFeatureSetVersionCollectionGetAllOptions, CancellationToken)

Répertorier les versions.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{name}/versions
  • IdFeaturesetVersions_List d’opération
GetAsync(String, CancellationToken)

Obtenir la version.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{name}/versions/{version}
  • IdFeaturesetVersions_Get d’opération
GetIfExists(String, CancellationToken)

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

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{name}/versions/{version}
  • IdFeaturesetVersions_Get d’opération
GetIfExistsAsync(String, CancellationToken)

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

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{name}/versions/{version}
  • IdFeaturesetVersions_Get d’opération
TryGetApiVersion(ResourceType, String)

Obtient le remplacement de version de l’API s’il a été défini pour les options client actuelles.

(Hérité de ArmCollection)

Implémentations d’interfaces explicites

IAsyncEnumerable<MachineLearningFeatureSetVersionResource>.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<MachineLearningFeatureSetVersionResource>.GetEnumerator()

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

S’applique à