Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.ToolChoice
-
Packages that use ToolChoice Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of ToolChoice in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.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()If supported by model, forces the model to request a tool.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type ToolChoice Modifier and Type Method Description ToolConfiguration.BuilderToolConfiguration.Builder. toolChoice(ToolChoice toolChoice)If supported by model, forces the model to request a tool.
-