Uses of Class
software.amazon.awssdk.services.bedrockagent.model.SpecificToolChoice
-
Packages that use SpecificToolChoice Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of SpecificToolChoice in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return SpecificToolChoice Modifier and Type Method Description SpecificToolChoiceToolChoice. tool()Defines a specific tool that the model must request.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type SpecificToolChoice Modifier and Type Method Description static ToolChoiceToolChoice. fromTool(SpecificToolChoice tool)Create an instance of this class withToolChoice.tool()initialized to the given value.ToolChoice.BuilderToolChoice.Builder. tool(SpecificToolChoice tool)Defines a specific tool that the model must request.
-