Freigeben über


MachineLearningFeatureStoreEntityContainerCollection Klasse

Definition

Eine Klasse, die eine Auflistung von MachineLearningFeatureStoreEntityContainerResource und deren Vorgänge darstellt. Jedes MachineLearningFeatureStoreEntityContainerResource in der Auflistung gehört zum gleichen instance von MachineLearningWorkspaceResource. Um einen MachineLearningFeatureStoreEntityContainerCollection instance rufen Sie die GetMachineLearningFeatureStoreEntityContainers-Methode von einer instance von MachineLearningWorkspaceResourceauf.

public class MachineLearningFeatureStoreEntityContainerCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.MachineLearning.MachineLearningFeatureStoreEntityContainerResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MachineLearning.MachineLearningFeatureStoreEntityContainerResource>
type MachineLearningFeatureStoreEntityContainerCollection = class
    inherit ArmCollection
    interface seq<MachineLearningFeatureStoreEntityContainerResource>
    interface IEnumerable
    interface IAsyncEnumerable<MachineLearningFeatureStoreEntityContainerResource>
Public Class MachineLearningFeatureStoreEntityContainerCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of MachineLearningFeatureStoreEntityContainerResource), IEnumerable(Of MachineLearningFeatureStoreEntityContainerResource)
Vererbung
MachineLearningFeatureStoreEntityContainerCollection
Implementiert

Konstruktoren

MachineLearningFeatureStoreEntityContainerCollection()

Initialisiert eine neue instance der MachineLearningFeatureStoreEntityContainerCollection -Klasse zum Mocking.

Eigenschaften

Client

Ruft die Ressource ab, aus ArmClient der 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, MachineLearningFeatureStoreEntityContainerData, CancellationToken)

Erstellen oder Aktualisieren eines Containers.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featurestoreEntities/{name}
  • Vorgang IdFeaturestoreEntityContainers_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, MachineLearningFeatureStoreEntityContainerData, CancellationToken)

Erstellen oder Aktualisieren eines Containers.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featurestoreEntities/{name}
  • Vorgang IdFeaturestoreEntityContainers_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featurestoreEntities/{name}
  • Vorgang IdFeaturestoreEntityContainers_GetEntity
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featurestoreEntities/{name}
  • Vorgang IdFeaturestoreEntityContainers_GetEntity
Get(String, CancellationToken)

Container abrufen.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featurestoreEntities/{name}
  • Vorgang IdFeaturestoreEntityContainers_GetEntity
GetAll(MachineLearningFeatureStoreEntityContainerCollectionGetAllOptions, CancellationToken)

Listet Featurestore-Entitätscontainer auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featurestoreEntities
  • Vorgang IdFeaturestoreEntityContainers_List
GetAllAsync(MachineLearningFeatureStoreEntityContainerCollectionGetAllOptions, CancellationToken)

Listet Featurestore-Entitätscontainer auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featurestoreEntities
  • Vorgang IdFeaturestoreEntityContainers_List
GetAsync(String, CancellationToken)

Container abrufen.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featurestoreEntities/{name}
  • Vorgang IdFeaturestoreEntityContainers_GetEntity
GetIfExists(String, CancellationToken)

Versucht, Details für diese Ressource aus dem Dienst abzurufen.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featurestoreEntities/{name}
  • Vorgang IdFeaturestoreEntityContainers_GetEntity
GetIfExistsAsync(String, CancellationToken)

Versucht, Details für diese Ressource aus dem Dienst abzurufen.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featurestoreEntities/{name}
  • Vorgang IdFeaturestoreEntityContainers_GetEntity
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<MachineLearningFeatureStoreEntityContainerResource>.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<MachineLearningFeatureStoreEntityContainerResource>.GetEnumerator()

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

Gilt für: