Partager via


MachineLearningRegistryDataVersionCollection Classe

Définition

Classe représentant une collection de MachineLearningRegistryDataVersionResource et leurs opérations. Chacun MachineLearningRegistryDataVersionResource de la collection appartient au même instance de MachineLearningRegistryDataContainerResource. Pour obtenir un MachineLearningRegistryDataVersionCollection instance appelez la méthode GetMachineLearningRegistryDataVersions à partir d’un instance de MachineLearningRegistryDataContainerResource.

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

Constructeurs

MachineLearningRegistryDataVersionCollection()

Initialise une nouvelle instance de la MachineLearningRegistryDataVersionCollection 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

CreateOrUpdate(WaitUntil, String, MachineLearningDataVersionData, CancellationToken)

Créer ou mettre à jour une version.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registrys/{registryName}/data/{name}/versions/{version}
  • IdRegistryDataVersions_CreateOrUpdate d’opération
CreateOrUpdateAsync(WaitUntil, String, MachineLearningDataVersionData, CancellationToken)

Créer ou mettre à jour une version.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registrys/{registryName}/data/{name}/versions/{version}
  • IdRegistryDataVersions_CreateOrUpdate d’opération
Exists(String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registrys/{registryName}/data/{name}/versions/{version}
  • IdRegistryDataVersions_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/registrys/{registryName}/data/{name}/versions/{version}
  • IdRegistryDataVersions_Get d’opération
Get(String, CancellationToken)

Obtenir la version.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registrys/{registryName}/data/{name}/versions/{version}
  • IdRegistryDataVersions_Get d’opération
GetAll(String, Nullable<Int32>, String, String, Nullable<MachineLearningListViewType>, CancellationToken)

Répertorier les versions de données dans le conteneur de données

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registrys/{registryName}/data/{name}/versions
  • IdRegistryDataVersions_List d’opération
GetAllAsync(String, Nullable<Int32>, String, String, Nullable<MachineLearningListViewType>, CancellationToken)

Répertorier les versions de données dans le conteneur de données

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registrys/{registryName}/data/{name}/versions
  • IdRegistryDataVersions_List d’opération
GetAsync(String, CancellationToken)

Obtenir la version.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registrys/{registryName}/data/{name}/versions/{version}
  • IdRegistryDataVersions_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/registrys/{registryName}/data/{name}/versions/{version}
  • IdRegistryDataVersions_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/registrys/{registryName}/data/{name}/versions/{version}
  • IdRegistryDataVersions_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<MachineLearningRegistryDataVersionResource>.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<MachineLearningRegistryDataVersionResource>.GetEnumerator()

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

S’applique à