Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.ToolSpecification
Packages that use ToolSpecification
-
Uses of ToolSpecification in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ToolSpecificationModifier and TypeMethodDescriptionfinal ToolSpecificationTool.toolSpec()The specfication for the tool.Methods in software.amazon.awssdk.services.bedrockruntime.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 specfication for the tool.