Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.Tool
-
Packages that use Tool Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of Tool in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return Tool Modifier and Type Method Description static ToolTool. fromToolSpec(Consumer<ToolSpecification.Builder> toolSpec)Create an instance of this class withtoolSpec()initialized to the given value.static ToolTool. fromToolSpec(ToolSpecification toolSpec)Create an instance of this class withtoolSpec()initialized to the given value.Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type Tool Modifier and Type Method Description List<Tool>ToolConfiguration. tools()An array of tools that you want to pass to a model.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type Tool Modifier and Type Method Description ToolConfiguration.BuilderToolConfiguration.Builder. tools(Tool... tools)An array of tools that you want to pass to a model.Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type Tool Modifier and Type Method Description ToolConfiguration.BuilderToolConfiguration.Builder. tools(Collection<Tool> tools)An array of tools that you want to pass to a model.
-