Uses of Record Class
io.quarkiverse.langchain4j.vertexai.runtime.gemini.GenerateContentResponse.Candidate.Content
Packages that use GenerateContentResponse.Candidate.Content
-
Uses of GenerateContentResponse.Candidate.Content in io.quarkiverse.langchain4j.vertexai.runtime.gemini
Methods in io.quarkiverse.langchain4j.vertexai.runtime.gemini that return GenerateContentResponse.Candidate.ContentModifier and TypeMethodDescriptionGenerateContentResponse.Candidate.content()Returns the value of thecontentrecord component.Constructors in io.quarkiverse.langchain4j.vertexai.runtime.gemini with parameters of type GenerateContentResponse.Candidate.ContentModifierConstructorDescriptionCandidate(GenerateContentResponse.Candidate.Content content, GenerateContentResponse.FinishReason finishReason) Creates an instance of aCandidaterecord class.