Uses of Class
com.google.genkit.plugins.googlegenai.GoogleGenAIPluginOptions.Builder
Packages that use GoogleGenAIPluginOptions.Builder
-
Uses of GoogleGenAIPluginOptions.Builder in com.google.genkit.plugins.googlegenai
Methods in com.google.genkit.plugins.googlegenai that return GoogleGenAIPluginOptions.BuilderModifier and TypeMethodDescriptionSets the API key for Gemini Developer API.GoogleGenAIPluginOptions.Builder.apiVersion(String apiVersion) Sets the API version.Sets the base URL override.GoogleGenAIPluginOptions.builder()Creates a new builder.Sets the Google Cloud location for Vertex AI.Sets the Google Cloud project ID for Vertex AI.GoogleGenAIPluginOptions.Builder.timeout(int timeout) Sets the request timeout in milliseconds.GoogleGenAIPluginOptions.Builder.vertexAI(boolean vertexAI) Sets whether to use Vertex AI backend.