Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.ToolDescriptionSource
Packages that use ToolDescriptionSource
-
Uses of ToolDescriptionSource in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return ToolDescriptionSourceModifier and TypeMethodDescriptionstatic ToolDescriptionSourceToolDescriptionSource.fromConfigurationBundle(Consumer<ToolDescriptionConfigurationBundle.Builder> configurationBundle) Create an instance of this class withconfigurationBundle()initialized to the given value.static ToolDescriptionSourceToolDescriptionSource.fromConfigurationBundle(ToolDescriptionConfigurationBundle configurationBundle) Create an instance of this class withconfigurationBundle()initialized to the given value.static ToolDescriptionSourceToolDescriptionSource.fromToolDescriptionText(Consumer<ToolDescriptionTextInput.Builder> toolDescriptionText) Create an instance of this class withtoolDescriptionText()initialized to the given value.static ToolDescriptionSourceToolDescriptionSource.fromToolDescriptionText(ToolDescriptionTextInput toolDescriptionText) Create an instance of this class withtoolDescriptionText()initialized to the given value.final ToolDescriptionSourceToolDescriptionRecommendationConfig.toolDescription()The current tool descriptions to optimize.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type ToolDescriptionSourceModifier and TypeMethodDescriptionToolDescriptionRecommendationConfig.Builder.toolDescription(ToolDescriptionSource toolDescription) The current tool descriptions to optimize.