Uses of Class
com.google.genai.types.TokensInfo
Packages that use TokensInfo
-
Uses of TokensInfo in com.google.genai.types
Methods in com.google.genai.types that return TokensInfoModifier and TypeMethodDescriptionabstract TokensInfo
TokensInfo.Builder.build()
static TokensInfo
Deserializes a JSON string to a TokensInfo object.Methods in com.google.genai.types that return types with arguments of type TokensInfoModifier and TypeMethodDescriptionabstract Optional<List<TokensInfo>>
ComputeTokensResponse.tokensInfo()
Lists of tokens info from the input.Method parameters in com.google.genai.types with type arguments of type TokensInfoModifier and TypeMethodDescriptionabstract ComputeTokensResponse.Builder
ComputeTokensResponse.Builder.tokensInfo
(List<TokensInfo> tokensInfo)