Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.AnyToolChoice.Builder
Packages that use AnyToolChoice.Builder
-
Uses of AnyToolChoice.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return AnyToolChoice.BuilderModifier and TypeMethodDescriptionstatic AnyToolChoice.BuilderAnyToolChoice.builder()AnyToolChoice.toBuilder()Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type AnyToolChoice.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AnyToolChoice.Builder>AnyToolChoice.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type AnyToolChoice.BuilderModifier and TypeMethodDescriptiondefault ToolChoice.BuilderToolChoice.Builder.any(Consumer<AnyToolChoice.Builder> any) The model must request at least one tool (no text is generated).static ToolChoiceToolChoice.fromAny(Consumer<AnyToolChoice.Builder> any) Create an instance of this class withToolChoice.any()initialized to the given value.