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