Uses of Class
software.amazon.awssdk.services.bedrockagent.model.ToolChoice
-
Packages that use ToolChoice Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of ToolChoice in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return ToolChoice Modifier and Type Method Description static ToolChoiceToolChoice. fromAny(Consumer<AnyToolChoice.Builder> any)Create an instance of this class withany()initialized to the given value.static ToolChoiceToolChoice. fromAny(AnyToolChoice any)Create an instance of this class withany()initialized to the given value.static ToolChoiceToolChoice. fromAuto(Consumer<AutoToolChoice.Builder> auto)Create an instance of this class withauto()initialized to the given value.static ToolChoiceToolChoice. fromAuto(AutoToolChoice auto)Create an instance of this class withauto()initialized to the given value.static ToolChoiceToolChoice. fromTool(Consumer<SpecificToolChoice.Builder> tool)Create an instance of this class withtool()initialized to the given value.static ToolChoiceToolChoice. fromTool(SpecificToolChoice tool)Create an instance of this class withtool()initialized to the given value.ToolChoiceToolConfiguration. toolChoice()Defines which tools the model should request when invoked.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type ToolChoice Modifier and Type Method Description ToolConfiguration.BuilderToolConfiguration.Builder. toolChoice(ToolChoice toolChoice)Defines which tools the model should request when invoked.
-