Uses of Enum Class
com.google.genkit.ai.OutputFormat
Packages that use OutputFormat
-
Uses of OutputFormat in com.google.genkit.ai
Methods in com.google.genkit.ai that return OutputFormatModifier and TypeMethodDescriptionOutputConfig.getFormat()static OutputFormatReturns the enum constant of this class with the specified name.static OutputFormat[]OutputFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.genkit.ai with parameters of type OutputFormatConstructors in com.google.genkit.ai with parameters of type OutputFormatModifierConstructorDescriptionOutputConfig(OutputFormat format) Creates an OutputConfig with the given format.