Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.SystemPromptRecommendationConfig
Packages that use SystemPromptRecommendationConfig
-
Uses of SystemPromptRecommendationConfig in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return SystemPromptRecommendationConfigModifier and TypeMethodDescriptionRecommendationConfig.systemPromptRecommendationConfig()The configuration for a system prompt recommendation.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type SystemPromptRecommendationConfigModifier and TypeMethodDescriptionstatic RecommendationConfigRecommendationConfig.fromSystemPromptRecommendationConfig(SystemPromptRecommendationConfig systemPromptRecommendationConfig) Create an instance of this class withRecommendationConfig.systemPromptRecommendationConfig()initialized to the given value.RecommendationConfig.Builder.systemPromptRecommendationConfig(SystemPromptRecommendationConfig systemPromptRecommendationConfig) The configuration for a system prompt recommendation.