Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.SystemPromptConfig
Packages that use SystemPromptConfig
-
Uses of SystemPromptConfig in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return SystemPromptConfigModifier and TypeMethodDescriptionstatic SystemPromptConfigSystemPromptConfig.fromConfigurationBundle(Consumer<SystemPromptConfigurationBundle.Builder> configurationBundle) Create an instance of this class withconfigurationBundle()initialized to the given value.static SystemPromptConfigSystemPromptConfig.fromConfigurationBundle(SystemPromptConfigurationBundle configurationBundle) Create an instance of this class withconfigurationBundle()initialized to the given value.static SystemPromptConfigCreate an instance of this class withtext()initialized to the given value.final SystemPromptConfigSystemPromptRecommendationConfig.systemPrompt()The current system prompt to optimize.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type SystemPromptConfigModifier and TypeMethodDescriptionSystemPromptRecommendationConfig.Builder.systemPrompt(SystemPromptConfig systemPrompt) The current system prompt to optimize.