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