Freigeben über


MachineLearningModelVersionCollection.GetAllAsync Methode

Definition

Überlädt

GetAllAsync(MachineLearningModelVersionCollectionGetAllOptions, CancellationToken)

Modellversionen auflisten.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/models/{name}/versions
  • Vorgangs-IdModelVersions_List
GetAllAsync(String, String, Nullable<Int32>, String, String, Nullable<Int32>, String, String, String, Nullable<MachineLearningListViewType>, CancellationToken)

Modellversionen auflisten.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/models/{name}/versions
  • Vorgangs-IdModelVersions_List

GetAllAsync(MachineLearningModelVersionCollectionGetAllOptions, CancellationToken)

Modellversionen auflisten.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/models/{name}/versions
  • Vorgangs-IdModelVersions_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningModelVersionResource> GetAllAsync (Azure.ResourceManager.MachineLearning.Models.MachineLearningModelVersionCollectionGetAllOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : Azure.ResourceManager.MachineLearning.Models.MachineLearningModelVersionCollectionGetAllOptions * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningModelVersionResource>
override this.GetAllAsync : Azure.ResourceManager.MachineLearning.Models.MachineLearningModelVersionCollectionGetAllOptions * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningModelVersionResource>
Public Overridable Function GetAllAsync (options As MachineLearningModelVersionCollectionGetAllOptions, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MachineLearningModelVersionResource)

Parameter

options
MachineLearningModelVersionCollectionGetAllOptions

Ein Eigenschaftenbehälter, der alle Parameter dieser Methode mit Ausnahme des LRO-Qualifizierers und des Anforderungskontextparameters enthält.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für:

GetAllAsync(String, String, Nullable<Int32>, String, String, Nullable<Int32>, String, String, String, Nullable<MachineLearningListViewType>, CancellationToken)

Modellversionen auflisten.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/models/{name}/versions
  • Vorgangs-IdModelVersions_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningModelVersionResource> GetAllAsync (string skip = default, string orderBy = default, int? top = default, string version = default, string description = default, int? offset = default, string tags = default, string properties = default, string feed = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningListViewType? listViewType = default, System.Threading.CancellationToken cancellationToken = default);
public virtual Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningModelVersionResource> GetAllAsync (string skip, string orderBy, int? top, string version, string description, int? offset, string tags, string properties, string feed, Azure.ResourceManager.MachineLearning.Models.MachineLearningListViewType? listViewType, System.Threading.CancellationToken cancellationToken);
abstract member GetAllAsync : string * string * Nullable<int> * string * string * Nullable<int> * string * string * string * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningListViewType> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningModelVersionResource>
override this.GetAllAsync : string * string * Nullable<int> * string * string * Nullable<int> * string * string * string * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningListViewType> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningModelVersionResource>
Public Overridable Function GetAllAsync (Optional skip As String = Nothing, Optional orderBy As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional version As String = Nothing, Optional description As String = Nothing, Optional offset As Nullable(Of Integer) = Nothing, Optional tags As String = Nothing, Optional properties As String = Nothing, Optional feed As String = Nothing, Optional listViewType As Nullable(Of MachineLearningListViewType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MachineLearningModelVersionResource)
Public Overridable Function GetAllAsync (skip As String, orderBy As String, top As Nullable(Of Integer), version As String, description As String, offset As Nullable(Of Integer), tags As String, properties As String, feed As String, listViewType As Nullable(Of MachineLearningListViewType), cancellationToken As CancellationToken) As AsyncPageable(Of MachineLearningModelVersionResource)

Parameter

skip
String

Fortsetzungstoken für Paginierung.

orderBy
String

Reihenfolge der Liste.

top
Nullable<Int32>

Maximale Anzahl von zurückzugebenden Datensätzen.

version
String

Modellversion.

description
String

Modellbeschreibung

offset
Nullable<Int32>

Anzahl der anfänglichen Ergebnisse, die übersprungen werden sollen.

tags
String

Durch Trennzeichen getrennte Liste von Tagnamen (und optionalen Werten). Beispiel: tag1,tag2=value2.

properties
String

Durch Trennzeichen getrennte Liste von Eigenschaftsnamen (und optionalen Werten). Beispiel: prop1,prop2=value2.

feed
String

Name des Feeds.

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 MachineLearningModelVersionResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: