Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.SystemPromptRecommendationResult.Builder
Packages that use SystemPromptRecommendationResult.Builder
-
Uses of SystemPromptRecommendationResult.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return SystemPromptRecommendationResult.BuilderModifier and TypeMethodDescriptionSystemPromptRecommendationResult.builder()SystemPromptRecommendationResult.Builder.configurationBundle(Consumer<RecommendationResultConfigurationBundle.Builder> configurationBundle) The configuration bundle containing the recommended system prompt, if the input was sourced from a configuration bundle.SystemPromptRecommendationResult.Builder.configurationBundle(RecommendationResultConfigurationBundle configurationBundle) The configuration bundle containing the recommended system prompt, if the input was sourced from a configuration bundle.The error code if the recommendation failed.SystemPromptRecommendationResult.Builder.errorMessage(String errorMessage) The error message if the recommendation failed.SystemPromptRecommendationResult.Builder.recommendedSystemPrompt(String recommendedSystemPrompt) The optimized system prompt text generated by the recommendation.SystemPromptRecommendationResult.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type SystemPromptRecommendationResult.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SystemPromptRecommendationResult.Builder>SystemPromptRecommendationResult.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type SystemPromptRecommendationResult.BuilderModifier and TypeMethodDescriptionstatic RecommendationResultRecommendationResult.fromSystemPromptRecommendationResult(Consumer<SystemPromptRecommendationResult.Builder> systemPromptRecommendationResult) Create an instance of this class withRecommendationResult.systemPromptRecommendationResult()initialized to the given value.default RecommendationResult.BuilderRecommendationResult.Builder.systemPromptRecommendationResult(Consumer<SystemPromptRecommendationResult.Builder> systemPromptRecommendationResult) The result of a system prompt recommendation.