Uses of Class
com.google.genkit.plugins.awsbedrock.AwsBedrockPluginOptions
Packages that use AwsBedrockPluginOptions
-
Uses of AwsBedrockPluginOptions in com.google.genkit.plugins.awsbedrock
Methods in com.google.genkit.plugins.awsbedrock that return AwsBedrockPluginOptionsModifier and TypeMethodDescriptionAwsBedrockPluginOptions.Builder.build()Builds the options.AwsBedrockPlugin.getOptions()Gets the plugin options.Constructors in com.google.genkit.plugins.awsbedrock with parameters of type AwsBedrockPluginOptionsModifierConstructorDescriptionAwsBedrockModel(String modelId, AwsBedrockPluginOptions options) Creates a new AwsBedrockModel.AwsBedrockPlugin(AwsBedrockPluginOptions options) Creates an AwsBedrockPlugin with the specified options.