Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.SpecificToolChoice
-
Packages that use SpecificToolChoice Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of SpecificToolChoice in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return SpecificToolChoice Modifier and Type Method Description SpecificToolChoiceToolChoice. tool()The Model must request the specified tool.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type SpecificToolChoice Modifier and Type Method Description static ToolChoiceToolChoice. fromTool(SpecificToolChoice tool)Create an instance of this class withToolChoice.tool()initialized to the given value.ToolChoice.BuilderToolChoice.Builder. tool(SpecificToolChoice tool)The Model must request the specified tool.
-