Uses of Class
software.amazon.awssdk.services.bedrockagent.model.AnyToolChoice
-
Packages that use AnyToolChoice Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of AnyToolChoice in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return AnyToolChoice Modifier and Type Method Description 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 AnyToolChoice Modifier and Type Method Description ToolChoice.BuilderToolChoice.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.
-