Partager via


MachineLearningDataVersionCollection Classe

Définition

Classe représentant une collection de MachineLearningDataVersionResource et leurs opérations. Chacun MachineLearningDataVersionResource de la collection appartient au même instance de MachineLearningDataContainerResource. Pour obtenir un MachineLearningDataVersionCollection instance appelez la méthode GetMachineLearningDataVersions à partir d’un instance de MachineLearningDataContainerResource.

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

Constructeurs

MachineLearningDataVersionCollection()

Initialise une nouvelle instance de la MachineLearningDataVersionCollection 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/workspaces/{workspaceName}/data/{name}/versions/{version}
  • IdDataVersions_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/workspaces/{workspaceName}/data/{name}/versions/{version}
  • IdDataVersions_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/workspaces/{workspaceName}/data/{name}/versions/{version}
  • IdDataVersions_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}/data/{name}/versions/{version}
  • IdDataVersions_Get d’opération
Get(String, CancellationToken)

Obtenir la version.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/data/{name}/versions/{version}
  • IdDataVersions_Get d’opération
GetAll(MachineLearningDataVersionCollectionGetAllOptions, 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/workspaces/{workspaceName}/data/{name}/versions
  • IdDataVersions_List d’opération
GetAllAsync(MachineLearningDataVersionCollectionGetAllOptions, 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/workspaces/{workspaceName}/data/{name}/versions
  • IdDataVersions_List d’opération
GetAsync(String, CancellationToken)

Obtenir la version.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/data/{name}/versions/{version}
  • IdDataVersions_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}/data/{name}/versions/{version}
  • IdDataVersions_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}/data/{name}/versions/{version}
  • IdDataVersions_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<MachineLearningDataVersionResource>.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<MachineLearningDataVersionResource>.GetEnumerator()

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

S’applique à