Freigeben über


MachineLearningFeatureSetVersionCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren MachineLearningFeatureSetVersionResource Vorgänge darstellt. Jedes MachineLearningFeatureSetVersionResource in der Auflistung gehört zum gleichen instance von MachineLearningFeatureSetContainerResource. Um einen MachineLearningFeatureSetVersionCollection instance rufen Sie die GetMachineLearningFeatureSetVersions-Methode aus einer instance von aufMachineLearningFeatureSetContainerResource.

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)
Vererbung
MachineLearningFeatureSetVersionCollection
Implementiert

Konstruktoren

MachineLearningFeatureSetVersionCollection()

Initialisiert eine neue instance der -Klasse für die MachineLearningFeatureSetVersionCollection Simulation.

Eigenschaften

Client

Ruft den ArmClient ab, aus dem dieser Ressourcenclient erstellt wurde.

(Geerbt von ArmCollection)
Diagnostics

Ruft die Diagnoseoptionen für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Endpoint

Ruft den Basis-URI für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Id

Ruft den Ressourcenbezeichner ab.

(Geerbt von ArmCollection)
Pipeline

Ruft die Pipeline für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)

Methoden

CreateOrUpdate(WaitUntil, String, MachineLearningFeatureSetVersionData, CancellationToken)

Erstellen oder Aktualisieren der Version.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{name}/versions/{version}
  • Vorgangs-IdFeaturesetVersions_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, MachineLearningFeatureSetVersionData, CancellationToken)

Erstellen oder Aktualisieren der Version.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{name}/versions/{version}
  • Vorgangs-IdFeaturesetVersions_CreateOrUpdate
Exists(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{name}/versions/{version}
  • Vorgangs-IdFeaturesetVersions_Get
ExistsAsync(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{name}/versions/{version}
  • Vorgangs-IdFeaturesetVersions_Get
Get(String, CancellationToken)

Rufen Sie die Version ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{name}/versions/{version}
  • Vorgangs-IdFeaturesetVersions_Get
GetAll(MachineLearningFeatureSetVersionCollectionGetAllOptions, CancellationToken)

Listenversionen auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{name}/versions
  • Vorgangs-IdFeaturesetVersions_List
GetAllAsync(MachineLearningFeatureSetVersionCollectionGetAllOptions, CancellationToken)

Listenversionen auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{name}/versions
  • Vorgangs-IdFeaturesetVersions_List
GetAsync(String, CancellationToken)

Rufen Sie die Version ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{name}/versions/{version}
  • Vorgangs-IdFeaturesetVersions_Get
GetIfExists(String, CancellationToken)

Versucht, Details für diese Ressource vom Dienst abzurufen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{name}/versions/{version}
  • Vorgangs-IdFeaturesetVersions_Get
GetIfExistsAsync(String, CancellationToken)

Versucht, Details für diese Ressource vom Dienst abzurufen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{name}/versions/{version}
  • Vorgangs-IdFeaturesetVersions_Get
TryGetApiVersion(ResourceType, String)

Ruft die API-Version außer Kraft, wenn sie für die aktuellen Clientoptionen festgelegt wurde.

(Geerbt von ArmCollection)

Explizite Schnittstellenimplementierungen

IAsyncEnumerable<MachineLearningFeatureSetVersionResource>.GetAsyncEnumerator(CancellationToken)

Gibt einen Enumerator zurück, der die Sammlung asynchron durchläuft.

IEnumerable.GetEnumerator()

Gibt einen Enumerator zurück, der eine Auflistung durchläuft.

IEnumerable<MachineLearningFeatureSetVersionResource>.GetEnumerator()

Gibt einen Enumerator zurück, der die Auflistung durchläuft.

Gilt für: