Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.TextPrompt
-
Packages that use TextPrompt Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of TextPrompt in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return TextPrompt Modifier and Type Method Description TextPromptInputPrompt. textPrompt()Contains information about the text prompt to optimize.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 TextPrompt Modifier and Type Method Description static 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.BuilderInputPrompt.Builder. textPrompt(TextPrompt textPrompt)Contains information about the text prompt to optimize.OptimizedPrompt.BuilderOptimizedPrompt.Builder. textPrompt(TextPrompt textPrompt)Contains information about the text in the prompt that was optimized.
-