Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.RecommendationConfig
Packages that use RecommendationConfig
-
Uses of RecommendationConfig in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return RecommendationConfigModifier and TypeMethodDescriptionstatic RecommendationConfigRecommendationConfig.fromSystemPromptRecommendationConfig(Consumer<SystemPromptRecommendationConfig.Builder> systemPromptRecommendationConfig) Create an instance of this class withsystemPromptRecommendationConfig()initialized to the given value.static RecommendationConfigRecommendationConfig.fromSystemPromptRecommendationConfig(SystemPromptRecommendationConfig systemPromptRecommendationConfig) Create an instance of this class withsystemPromptRecommendationConfig()initialized to the given value.static RecommendationConfigRecommendationConfig.fromToolDescriptionRecommendationConfig(Consumer<ToolDescriptionRecommendationConfig.Builder> toolDescriptionRecommendationConfig) Create an instance of this class withtoolDescriptionRecommendationConfig()initialized to the given value.static RecommendationConfigRecommendationConfig.fromToolDescriptionRecommendationConfig(ToolDescriptionRecommendationConfig toolDescriptionRecommendationConfig) Create an instance of this class withtoolDescriptionRecommendationConfig()initialized to the given value.final RecommendationConfigGetRecommendationResponse.recommendationConfig()The configuration for the recommendation.final RecommendationConfigStartRecommendationRequest.recommendationConfig()The configuration for the recommendation, including the input to optimize, agent traces to analyze, and evaluation settings.final RecommendationConfigStartRecommendationResponse.recommendationConfig()The configuration for the recommendation.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type RecommendationConfigModifier and TypeMethodDescriptionGetRecommendationResponse.Builder.recommendationConfig(RecommendationConfig recommendationConfig) The configuration for the recommendation.StartRecommendationRequest.Builder.recommendationConfig(RecommendationConfig recommendationConfig) The configuration for the recommendation, including the input to optimize, agent traces to analyze, and evaluation settings.StartRecommendationResponse.Builder.recommendationConfig(RecommendationConfig recommendationConfig) The configuration for the recommendation.