Uses of Class
com.google.genai.types.FinishReason
Packages that use FinishReason
-
Uses of FinishReason in com.google.genai.types
Methods in com.google.genai.types that return FinishReasonModifier and TypeMethodDescriptionGenerateContentResponse.finishReason()
Gets the finish reason in a GenerateContentResponse.Methods in com.google.genai.types that return types with arguments of type FinishReasonModifier and TypeMethodDescriptionabstract Optional<FinishReason>
Candidate.finishReason()
The reason why the model stopped generating tokens.Methods in com.google.genai.types with parameters of type FinishReasonModifier and TypeMethodDescriptionabstract Candidate.Builder
Candidate.Builder.finishReason
(FinishReason finishReason) Setter for finishReason.