Uses of Class
com.google.genai.types.LogprobsResultTopCandidates
Packages that use LogprobsResultTopCandidates
-
Uses of LogprobsResultTopCandidates in com.google.genai.types
Methods in com.google.genai.types that return LogprobsResultTopCandidatesModifier and TypeMethodDescriptionabstract LogprobsResultTopCandidates
LogprobsResultTopCandidates.Builder.build()
static LogprobsResultTopCandidates
Deserializes a JSON string to a LogprobsResultTopCandidates object.Methods in com.google.genai.types that return types with arguments of type LogprobsResultTopCandidatesModifier and TypeMethodDescriptionabstract Optional<List<LogprobsResultTopCandidates>>
LogprobsResult.topCandidates()
Length = total number of decoding steps.Methods in com.google.genai.types with parameters of type LogprobsResultTopCandidatesModifier and TypeMethodDescriptionLogprobsResult.Builder.topCandidates
(LogprobsResultTopCandidates... topCandidates) Setter for topCandidates.Method parameters in com.google.genai.types with type arguments of type LogprobsResultTopCandidatesModifier and TypeMethodDescriptionabstract LogprobsResult.Builder
LogprobsResult.Builder.topCandidates
(List<LogprobsResultTopCandidates> topCandidates) Setter for topCandidates.