Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.ToolChoice.Builder
-
Packages that use ToolChoice.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of ToolChoice.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return ToolChoice.Builder Modifier and Type Method Description default ToolChoice.BuilderToolChoice.Builder. any(Consumer<AnyToolChoice.Builder> any)Defines tools, at least one of which must be requested by the model.ToolChoice.BuilderToolChoice.Builder. any(AnyToolChoice any)Defines tools, at least one of which must be requested by the model.default ToolChoice.BuilderToolChoice.Builder. auto(Consumer<AutoToolChoice.Builder> auto)Defines tools.ToolChoice.BuilderToolChoice.Builder. auto(AutoToolChoice auto)Defines tools.static ToolChoice.BuilderToolChoice. builder()ToolChoice.BuilderToolChoice. toBuilder()default ToolChoice.BuilderToolChoice.Builder. tool(Consumer<SpecificToolChoice.Builder> tool)Defines a specific tool that the model must request.ToolChoice.BuilderToolChoice.Builder. tool(SpecificToolChoice tool)Defines a specific tool that the model must request.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type ToolChoice.Builder Modifier and Type Method Description static Class<? extends ToolChoice.Builder>ToolChoice. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type ToolChoice.Builder Modifier and Type Method Description default ToolConfiguration.BuilderToolConfiguration.Builder. toolChoice(Consumer<ToolChoice.Builder> toolChoice)Defines which tools the model should request when invoked.
-