Uses of Class
com.azure.ai.inference.models.CompletionsUsage
Packages that use CompletionsUsage
-
Uses of CompletionsUsage in com.azure.ai.inference.models
Methods in com.azure.ai.inference.models that return CompletionsUsageModifier and TypeMethodDescriptionstatic CompletionsUsage
CompletionsUsage.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of CompletionsUsage from the JsonReader.ChatCompletions.getUsage()
Get the usage property: Usage information for tokens processed and generated as part of this completions operation.StreamingChatCompletionsUpdate.getUsage()
Get the usage property: Usage information for tokens processed and generated as part of this completions operation.