Uses of Class
com.google.genkit.plugins.googlegenai.GoogleGenAIPluginOptions
Packages that use GoogleGenAIPluginOptions
-
Uses of GoogleGenAIPluginOptions in com.google.genkit.plugins.googlegenai
Methods in com.google.genkit.plugins.googlegenai that return GoogleGenAIPluginOptionsModifier and TypeMethodDescriptionGoogleGenAIPluginOptions.Builder.build()Builds the GoogleGenAIPluginOptions.GoogleGenAIPlugin.getOptions()Gets the plugin options.Methods in com.google.genkit.plugins.googlegenai with parameters of type GoogleGenAIPluginOptionsModifier and TypeMethodDescriptionstatic GoogleGenAIPluginGoogleGenAIPlugin.create(GoogleGenAIPluginOptions options) Creates a GoogleGenAIPlugin with the specified options.Constructors in com.google.genkit.plugins.googlegenai with parameters of type GoogleGenAIPluginOptionsModifierConstructorDescriptionGeminiEmbedder(String modelName, GoogleGenAIPluginOptions options) Creates a new GeminiEmbedder.GeminiModel(String modelName, GoogleGenAIPluginOptions options) Creates a new GeminiModel.Creates a GoogleGenAIPlugin with the specified options.ImagenModel(String modelName, GoogleGenAIPluginOptions options) Creates a new ImagenModel.TtsModel(String modelName, GoogleGenAIPluginOptions options) Creates a TtsModel for the specified model.VeoModel(String modelName, GoogleGenAIPluginOptions options) Creates a VeoModel for the specified model.