Uses of Record Class
org.springframework.ai.deepseek.api.DeepSeekApi.Usage
Packages that use DeepSeekApi.Usage
-
Uses of DeepSeekApi.Usage in org.springframework.ai.deepseek.api
Methods in org.springframework.ai.deepseek.api that return DeepSeekApi.UsageModifier and TypeMethodDescriptionDeepSeekApi.ChatCompletion.usage()Returns the value of theusagerecord component.DeepSeekApi.ChatCompletionChunk.usage()Returns the value of theusagerecord component.Constructors in org.springframework.ai.deepseek.api with parameters of type DeepSeekApi.UsageModifierConstructorDescriptionChatCompletion(String id, List<DeepSeekApi.ChatCompletion.Choice> choices, Long created, String model, String systemFingerprint, String object, DeepSeekApi.Usage usage) Creates an instance of aChatCompletionrecord class.ChatCompletionChunk(String id, List<DeepSeekApi.ChatCompletionChunk.ChunkChoice> choices, Long created, String model, String serviceTier, String systemFingerprint, String object, DeepSeekApi.Usage usage) Creates an instance of aChatCompletionChunkrecord class.