Freigeben über


MachineLearningModelContainerCollection.GetAllAsync Methode

Definition

Auflisten von Modellcontainern.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/models
  • Vorgangs-IdModelContainers_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningModelContainerResource> GetAllAsync (string skip = default, int? count = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningListViewType? listViewType = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * Nullable<int> * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningListViewType> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningModelContainerResource>
override this.GetAllAsync : string * Nullable<int> * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningListViewType> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningModelContainerResource>
Public Overridable Function GetAllAsync (Optional skip As String = Nothing, Optional count As Nullable(Of Integer) = Nothing, Optional listViewType As Nullable(Of MachineLearningListViewType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MachineLearningModelContainerResource)

Parameter

skip
String

Fortsetzungstoken für Paginierung.

count
Nullable<Int32>

Maximale Anzahl der zurückzugebenden Ergebnisse.

listViewType
Nullable<MachineLearningListViewType>

Ansichtstyp für das Einschließen/Ausschließen (z. B.) archivierter Entitäten.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von MachineLearningModelContainerResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: