Uses of Class
software.amazon.awssdk.services.bedrockagent.model.ToolSpecification
Packages that use ToolSpecification
-
Uses of ToolSpecification in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return ToolSpecificationModifier and TypeMethodDescriptionfinal ToolSpecificationTool.toolSpec()The specification for the tool.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type ToolSpecificationModifier and TypeMethodDescriptionstatic ToolTool.fromToolSpec(ToolSpecification toolSpec) Create an instance of this class withTool.toolSpec()initialized to the given value.Tool.Builder.toolSpec(ToolSpecification toolSpec) The specification for the tool.