Uses of Class
io.quarkiverse.langchain4j.vertexai.runtime.gemini.GenerationConfig
Packages that use GenerationConfig
-
Uses of GenerationConfig in io.quarkiverse.langchain4j.vertexai.runtime.gemini
Methods in io.quarkiverse.langchain4j.vertexai.runtime.gemini that return GenerationConfigModifier and TypeMethodDescriptionGenerationConfig.Builder.build()GenerateContentRequest.generationConfig()Returns the value of thegenerationConfigrecord component.Constructors in io.quarkiverse.langchain4j.vertexai.runtime.gemini with parameters of type GenerationConfigModifierConstructorDescriptionGenerateContentRequest(List<GenerateContentRequest.Content> contents, GenerateContentRequest.SystemInstruction systemInstruction, List<GenerateContentRequest.Tool> tools, GenerationConfig generationConfig) Creates an instance of aGenerateContentRequestrecord class.