Uses of Class
software.amazon.awssdk.services.bedrockagent.model.Tool
-
Packages that use Tool Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of Tool in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return Tool Modifier and Type Method Description static ToolTool. fromCachePoint(Consumer<CachePointBlock.Builder> cachePoint)Create an instance of this class withcachePoint()initialized to the given value.static ToolTool. fromCachePoint(CachePointBlock cachePoint)Create an instance of this class withcachePoint()initialized to the given value.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.bedrockagent.model that return types with arguments of type Tool Modifier and Type Method Description List<Tool>ToolConfiguration. tools()An array of tools to pass to a model.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type Tool Modifier and Type Method Description ToolConfiguration.BuilderToolConfiguration.Builder. tools(Tool... tools)An array of tools to pass to a model.Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type Tool Modifier and Type Method Description ToolConfiguration.BuilderToolConfiguration.Builder. tools(Collection<Tool> tools)An array of tools to pass to a model.
-