Uses of Class
com.google.genkit.GenkitOptions
Packages that use GenkitOptions
-
Uses of GenkitOptions in com.google.genkit
Methods in com.google.genkit that return GenkitOptionsModifier and TypeMethodDescriptionGenkitOptions.Builder.build()Genkit.getOptions()Gets the options.Methods in com.google.genkit with parameters of type GenkitOptionsModifier and TypeMethodDescriptionGenkit.Builder.options(GenkitOptions options) Sets the Genkit options.Constructors in com.google.genkit with parameters of type GenkitOptionsModifierConstructorDescriptionGenkit(GenkitOptions options) Creates a new Genkit instance with the given options.