Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.AnyToolChoice.Builder
-
Packages that use AnyToolChoice.Builder Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of AnyToolChoice.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return AnyToolChoice.Builder Modifier and Type Method Description static AnyToolChoice.BuilderAnyToolChoice. builder()AnyToolChoice.BuilderAnyToolChoice. toBuilder()Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type AnyToolChoice.Builder Modifier and Type Method Description static Class<? extends AnyToolChoice.Builder>AnyToolChoice. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type AnyToolChoice.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).static ToolChoiceToolChoice. fromAny(Consumer<AnyToolChoice.Builder> any)Create an instance of this class withToolChoice.any()initialized to the given value.
-