Uses of Class
com.google.genai.types.GenerateContentConfig
Packages that use GenerateContentConfig
-
Uses of GenerateContentConfig in com.google.genai
Methods in com.google.genai with parameters of type GenerateContentConfigModifier and TypeMethodDescriptionAsyncModels.generateContent(String model, Content content, GenerateContentConfig config) Asynchronously generates content given a GenAI model and a content object.AsyncModels.generateContent(String model, String text, GenerateContentConfig config) Asynchronously generates content given a GenAI model and a text string.AsyncModels.generateContent(String model, List<Content> contents, GenerateContentConfig config) Asynchronously generates content given a GenAI model and a content object.Models.generateContent(String model, Content content, GenerateContentConfig config) Generates content given a GenAI model and a content object.Models.generateContent(String model, String text, GenerateContentConfig config) Generates content given a GenAI model and a text string.Models.generateContent(String model, List<Content> contents, GenerateContentConfig config) Generates content given a GenAI model and a content object.AsyncModels.generateContentStream(String model, Content content, GenerateContentConfig config) Asynchronously generates content with streaming support given a GenAI model and a content object.AsyncModels.generateContentStream(String model, String text, GenerateContentConfig config) Asynchronously generates content with streaming support given a GenAI model and a text string.AsyncModels.generateContentStream(String model, List<Content> contents, GenerateContentConfig config) Asynchronously generates content with streaming support given a GenAI model and a content object.Models.generateContentStream(String model, Content content, GenerateContentConfig config) Generates content with streaming support given a GenAI model and a content object.Models.generateContentStream(String model, String text, GenerateContentConfig config) Generates content with streaming support given a GenAI model and a text string.Models.generateContentStream(String model, List<Content> contents, GenerateContentConfig config) Generates content with streaming support given a GenAI model and a content object. -
Uses of GenerateContentConfig in com.google.genai.types
Methods in com.google.genai.types that return GenerateContentConfigModifier and TypeMethodDescriptionabstract GenerateContentConfigGenerateContentConfig.Builder.build()static GenerateContentConfigDeserializes a JSON string to a GenerateContentConfig object.Methods in com.google.genai.types that return types with arguments of type GenerateContentConfigModifier and TypeMethodDescriptionabstract Optional<GenerateContentConfig>GenerateContentParameters.config()Configuration that contains optional model parameters.Methods in com.google.genai.types with parameters of type GenerateContentConfigModifier and TypeMethodDescriptionabstract GenerateContentParameters.BuilderGenerateContentParameters.Builder.config(GenerateContentConfig config)