Uses of Record Class
io.github.glaforge.gemini.interactions.model.Interaction.ModalityTokens
Packages that use Interaction.ModalityTokens
-
Uses of Interaction.ModalityTokens in io.github.glaforge.gemini.interactions.model
Methods in io.github.glaforge.gemini.interactions.model that return types with arguments of type Interaction.ModalityTokensModifier and TypeMethodDescriptionInteraction.Usage.cachedTokensByModality()Returns the value of thecachedTokensByModalityrecord component.Interaction.Usage.inputTokensByModality()Returns the value of theinputTokensByModalityrecord component.Interaction.Usage.outputTokensByModality()Returns the value of theoutputTokensByModalityrecord component.Interaction.Usage.toolUseTokensByModality()Returns the value of thetoolUseTokensByModalityrecord component.Constructor parameters in io.github.glaforge.gemini.interactions.model with type arguments of type Interaction.ModalityTokensModifierConstructorDescriptionUsage(Integer totalInputTokens, List<Interaction.ModalityTokens> inputTokensByModality, Integer totalCachedTokens, List<Interaction.ModalityTokens> cachedTokensByModality, Integer totalOutputTokens, List<Interaction.ModalityTokens> outputTokensByModality, Integer totalToolUseTokens, List<Interaction.ModalityTokens> toolUseTokensByModality, Integer totalThoughtTokens, Integer totalTokens) Creates an instance of aUsagerecord class.