Uses of Enum Class
io.quarkiverse.langchain4j.vertexai.runtime.gemini.GenerateContentResponse.FinishReason
Packages that use GenerateContentResponse.FinishReason
-
Uses of GenerateContentResponse.FinishReason in io.quarkiverse.langchain4j.vertexai.runtime.gemini
Methods in io.quarkiverse.langchain4j.vertexai.runtime.gemini that return GenerateContentResponse.FinishReasonModifier and TypeMethodDescriptionGenerateContentResponse.Candidate.finishReason()Returns the value of thefinishReasonrecord component.Returns the enum constant of this class with the specified name.static GenerateContentResponse.FinishReason[]GenerateContentResponse.FinishReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.quarkiverse.langchain4j.vertexai.runtime.gemini with parameters of type GenerateContentResponse.FinishReasonModifierConstructorDescriptionCandidate(GenerateContentResponse.Candidate.Content content, GenerateContentResponse.FinishReason finishReason) Creates an instance of aCandidaterecord class.