Uses of Class
software.amazon.awssdk.services.bedrockagent.model.ToolChoice
Packages that use ToolChoice
-
Uses of ToolChoice in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return ToolChoiceModifier and TypeMethodDescriptionstatic 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.final ToolChoiceToolConfiguration.toolChoice()Defines which tools the model should request when invoked.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type ToolChoiceModifier and TypeMethodDescriptionToolConfiguration.Builder.toolChoice(ToolChoice toolChoice) Defines which tools the model should request when invoked.