Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.SystemPromptConfig.Builder
Packages that use SystemPromptConfig.Builder
-
Uses of SystemPromptConfig.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return SystemPromptConfig.BuilderModifier and TypeMethodDescriptionstatic SystemPromptConfig.BuilderSystemPromptConfig.builder()default SystemPromptConfig.BuilderSystemPromptConfig.Builder.configurationBundle(Consumer<SystemPromptConfigurationBundle.Builder> configurationBundle) The system prompt sourced from a configuration bundle version.SystemPromptConfig.Builder.configurationBundle(SystemPromptConfigurationBundle configurationBundle) The system prompt sourced from a configuration bundle version.The system prompt text provided inline.SystemPromptConfig.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type SystemPromptConfig.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SystemPromptConfig.Builder>SystemPromptConfig.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type SystemPromptConfig.BuilderModifier and TypeMethodDescriptionSystemPromptRecommendationConfig.Builder.systemPrompt(Consumer<SystemPromptConfig.Builder> systemPrompt) The current system prompt to optimize.