Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.ToolSpecification
-
Packages that use ToolSpecification Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of ToolSpecification in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ToolSpecification Modifier and Type Method Description ToolSpecificationTool. toolSpec()The specfication for the tool.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type ToolSpecification Modifier and Type Method Description static ToolTool. fromToolSpec(ToolSpecification toolSpec)Create an instance of this class withTool.toolSpec()initialized to the given value.Tool.BuilderTool.Builder. toolSpec(ToolSpecification toolSpec)The specfication for the tool.
-