Freigeben über


MachineLearningModelContainerCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren MachineLearningModelContainerResource Vorgänge darstellt. Jedes MachineLearningModelContainerResource in der Auflistung gehört zum gleichen instance von MachineLearningWorkspaceResource. Um eine MachineLearningModelContainerCollection instance rufen Sie die GetMachineLearningModelContainers-Methode aus einer instance von aufMachineLearningWorkspaceResource.

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

Konstruktoren

MachineLearningModelContainerCollection()

Initialisiert eine neue instance der -Klasse für die MachineLearningModelContainerCollection 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, MachineLearningModelContainerData, CancellationToken)

Erstellen oder Aktualisieren eines Containers.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/models/{name}
  • Vorgangs-IdModelContainers_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, MachineLearningModelContainerData, CancellationToken)

Erstellen oder Aktualisieren eines Containers.

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

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

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

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

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

Container abrufen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/models/{name}
  • Vorgangs-IdModelContainers_Get
GetAll(String, Nullable<Int32>, Nullable<MachineLearningListViewType>, CancellationToken)

Auflisten von Modellcontainern.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/models
  • Vorgangs-IdModelContainers_List
GetAllAsync(String, Nullable<Int32>, Nullable<MachineLearningListViewType>, CancellationToken)

Auflisten von Modellcontainern.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/models
  • Vorgangs-IdModelContainers_List
GetAsync(String, CancellationToken)

Container abrufen.

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

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

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

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/models/{name}
  • Vorgangs-IdModelContainers_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<MachineLearningModelContainerResource>.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<MachineLearningModelContainerResource>.GetEnumerator()

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

Gilt für: