Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.TextPrompt
Packages that use TextPrompt
-
Uses of TextPrompt in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return TextPromptModifier and TypeMethodDescriptionfinal TextPromptInputPrompt.textPrompt()Contains information about the text prompt to optimize.final TextPromptOptimizedPrompt.textPrompt()Contains information about the text in the prompt that was optimized.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type TextPromptModifier and TypeMethodDescriptionstatic InputPromptInputPrompt.fromTextPrompt(TextPrompt textPrompt) Create an instance of this class withInputPrompt.textPrompt()initialized to the given value.static OptimizedPromptOptimizedPrompt.fromTextPrompt(TextPrompt textPrompt) Create an instance of this class withOptimizedPrompt.textPrompt()initialized to the given value.InputPrompt.Builder.textPrompt(TextPrompt textPrompt) Contains information about the text prompt to optimize.OptimizedPrompt.Builder.textPrompt(TextPrompt textPrompt) Contains information about the text in the prompt that was optimized.