Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.SystemPromptConfigurationBundle
Packages that use SystemPromptConfigurationBundle
-
Uses of SystemPromptConfigurationBundle in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return SystemPromptConfigurationBundleModifier and TypeMethodDescriptionSystemPromptConfig.configurationBundle()The system prompt sourced from a configuration bundle version.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type SystemPromptConfigurationBundleModifier and TypeMethodDescriptionSystemPromptConfig.Builder.configurationBundle(SystemPromptConfigurationBundle configurationBundle) The system prompt sourced from a configuration bundle version.static SystemPromptConfigSystemPromptConfig.fromConfigurationBundle(SystemPromptConfigurationBundle configurationBundle) Create an instance of this class withSystemPromptConfig.configurationBundle()initialized to the given value.