Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.ToolChoice.Builder
-
Packages that use ToolChoice.Builder Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of ToolChoice.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ToolChoice.Builder Modifier and Type Method Description default ToolChoice.BuilderToolChoice.Builder. any(Consumer<AnyToolChoice.Builder> any)The model must request at least one tool (no text is generated).ToolChoice.BuilderToolChoice.Builder. any(AnyToolChoice any)The model must request at least one tool (no text is generated).default ToolChoice.BuilderToolChoice.Builder. auto(Consumer<AutoToolChoice.Builder> auto)(Default).ToolChoice.BuilderToolChoice.Builder. auto(AutoToolChoice auto)(Default).static ToolChoice.BuilderToolChoice. builder()ToolChoice.BuilderToolChoice. toBuilder()default ToolChoice.BuilderToolChoice.Builder. tool(Consumer<SpecificToolChoice.Builder> tool)The Model must request the specified tool.ToolChoice.BuilderToolChoice.Builder. tool(SpecificToolChoice tool)The Model must request the specified tool.Methods in software.amazon.awssdk.services.bedrockruntime.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.bedrockruntime.model with type arguments of type ToolChoice.Builder Modifier and Type Method Description default ToolConfiguration.BuilderToolConfiguration.Builder. toolChoice(Consumer<ToolChoice.Builder> toolChoice)If supported by model, forces the model to request a tool.
-