Freigeben über


CognitiveServicesAccountResource.GetModelsAsync(CancellationToken) Methode

Definition

Auflisten verfügbarer Modelle für das angeforderte Cognitive Services-Konto

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/models
  • Vorgang IdAccounts_ListModels
public virtual Azure.AsyncPageable<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesAccountModel> GetModelsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetModelsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesAccountModel>
override this.GetModelsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesAccountModel>
Public Overridable Function GetModelsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of CognitiveServicesAccountModel)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der CognitiveServicesAccountModel mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: