Uses of Class
software.amazon.awssdk.services.bedrockagent.model.AnyToolChoice
Packages that use AnyToolChoice
-
Uses of AnyToolChoice in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return AnyToolChoiceModifier and TypeMethodDescriptionfinal AnyToolChoiceToolChoice.any()Defines tools, at least one of which must be requested by the model.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type AnyToolChoiceModifier and TypeMethodDescriptionToolChoice.Builder.any(AnyToolChoice any) Defines tools, at least one of which must be requested by the model.static ToolChoiceToolChoice.fromAny(AnyToolChoice any) Create an instance of this class withToolChoice.any()initialized to the given value.