Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.RecommendationResult
Packages that use RecommendationResult
-
Uses of RecommendationResult in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return RecommendationResultModifier and TypeMethodDescriptionstatic RecommendationResultRecommendationResult.fromSystemPromptRecommendationResult(Consumer<SystemPromptRecommendationResult.Builder> systemPromptRecommendationResult) Create an instance of this class withsystemPromptRecommendationResult()initialized to the given value.static RecommendationResultRecommendationResult.fromSystemPromptRecommendationResult(SystemPromptRecommendationResult systemPromptRecommendationResult) Create an instance of this class withsystemPromptRecommendationResult()initialized to the given value.static RecommendationResultRecommendationResult.fromToolDescriptionRecommendationResult(Consumer<ToolDescriptionRecommendationResult.Builder> toolDescriptionRecommendationResult) Create an instance of this class withtoolDescriptionRecommendationResult()initialized to the given value.static RecommendationResultRecommendationResult.fromToolDescriptionRecommendationResult(ToolDescriptionRecommendationResult toolDescriptionRecommendationResult) Create an instance of this class withtoolDescriptionRecommendationResult()initialized to the given value.final RecommendationResultGetRecommendationResponse.recommendationResult()The result of the recommendation, containing the optimized system prompt or tool descriptions.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type RecommendationResultModifier and TypeMethodDescriptionGetRecommendationResponse.Builder.recommendationResult(RecommendationResult recommendationResult) The result of the recommendation, containing the optimized system prompt or tool descriptions.