Uses of Class
software.amazon.awssdk.services.bedrockagent.model.Tool
Packages that use Tool
-
Uses of Tool in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.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.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 ToolModifier and TypeMethodDescriptionToolConfiguration.tools()An array of tools to pass to a model.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type ToolModifier and TypeMethodDescriptionAn array of tools to pass to a model.Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type ToolModifier and TypeMethodDescriptionToolConfiguration.Builder.tools(Collection<Tool> tools) An array of tools to pass to a model.