Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.AnyToolChoice
Packages that use AnyToolChoice
-
Uses of AnyToolChoice in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return AnyToolChoiceModifier and TypeMethodDescriptionfinal AnyToolChoiceToolChoice.any()The model must request at least one tool (no text is generated).Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type AnyToolChoiceModifier and TypeMethodDescriptionToolChoice.Builder.any(AnyToolChoice any) The model must request at least one tool (no text is generated).static ToolChoiceToolChoice.fromAny(AnyToolChoice any) Create an instance of this class withToolChoice.any()initialized to the given value.