Uses of Record Class
io.quarkiverse.langchain4j.vertexai.runtime.gemini.GenerateContentResponse.Candidate
Packages that use GenerateContentResponse.Candidate
-
Uses of GenerateContentResponse.Candidate in io.quarkiverse.langchain4j.vertexai.runtime.gemini
Methods in io.quarkiverse.langchain4j.vertexai.runtime.gemini that return types with arguments of type GenerateContentResponse.CandidateModifier and TypeMethodDescriptionGenerateContentResponse.candidates()Returns the value of thecandidatesrecord component.Constructor parameters in io.quarkiverse.langchain4j.vertexai.runtime.gemini with type arguments of type GenerateContentResponse.CandidateModifierConstructorDescriptionGenerateContentResponse(List<GenerateContentResponse.Candidate> candidates, GenerateContentResponse.UsageMetadata usageMetadata) Creates an instance of aGenerateContentResponserecord class.