Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.Tool
Packages that use Tool
-
Uses of Tool in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ToolModifier and TypeMethodDescriptionstatic 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.fromSystemTool(Consumer<SystemTool.Builder> systemTool) Create an instance of this class withsystemTool()initialized to the given value.static ToolTool.fromSystemTool(SystemTool systemTool) Create an instance of this class withsystemTool()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.bedrockruntime.model that return types with arguments of type ToolModifier and TypeMethodDescriptionToolConfiguration.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 ToolModifier and TypeMethodDescriptionAn 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 ToolModifier and TypeMethodDescriptionToolConfiguration.Builder.tools(Collection<Tool> tools) An array of tools that you want to pass to a model.