Uses of Class
com.google.genai.types.LogprobsResultCandidate
Packages that use LogprobsResultCandidate
-
Uses of LogprobsResultCandidate in com.google.genai.types
Methods in com.google.genai.types that return LogprobsResultCandidateModifier and TypeMethodDescriptionabstract LogprobsResultCandidate
LogprobsResultCandidate.Builder.build()
static LogprobsResultCandidate
Deserializes a JSON string to a LogprobsResultCandidate object.Methods in com.google.genai.types that return types with arguments of type LogprobsResultCandidateModifier and TypeMethodDescriptionabstract Optional<List<LogprobsResultCandidate>>
LogprobsResultTopCandidates.candidates()
Sorted by log probability in descending order.abstract Optional<List<LogprobsResultCandidate>>
LogprobsResult.chosenCandidates()
Length = total number of decoding steps.Methods in com.google.genai.types with parameters of type LogprobsResultCandidateModifier and TypeMethodDescriptionLogprobsResultTopCandidates.Builder.candidates
(LogprobsResultCandidate... candidates) Setter for candidates.LogprobsResult.Builder.chosenCandidates
(LogprobsResultCandidate... chosenCandidates) Setter for chosenCandidates.Method parameters in com.google.genai.types with type arguments of type LogprobsResultCandidateModifier and TypeMethodDescriptionabstract LogprobsResultTopCandidates.Builder
LogprobsResultTopCandidates.Builder.candidates
(List<LogprobsResultCandidate> candidates) Setter for candidates.abstract LogprobsResult.Builder
LogprobsResult.Builder.chosenCandidates
(List<LogprobsResultCandidate> chosenCandidates) Setter for chosenCandidates.