Freigeben über


FormTrainingClient.GetAccountPropertiesAsync(CancellationToken) Methode

Definition

Ruft die Anzahl der Modelle ab, die für dieses Cognitive Services-Konto trainiert wurden, und die Kontogrenzwerte.

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.AI.FormRecognizer.Training.AccountProperties>> GetAccountPropertiesAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAccountPropertiesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.AI.FormRecognizer.Training.AccountProperties>>
override this.GetAccountPropertiesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.AI.FormRecognizer.Training.AccountProperties>>
Public Overridable Function GetAccountPropertiesAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AccountProperties))

Parameter

cancellationToken
CancellationToken

Ein CancellationToken , der die Lebensdauer der Anforderung steuert.

Gibt zurück

Ein Response<T> , der das Ergebnis des Vorgangs darstellt. Er kann in ein AccountProperties umgewandelt werden, das die Kontoeigenschaften enthält.

Gilt für: