Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.TextPrompt.Builder
Packages that use TextPrompt.Builder
-
Uses of TextPrompt.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return TextPrompt.BuilderModifier and TypeMethodDescriptionstatic TextPrompt.BuilderTextPrompt.builder()The text in the text prompt to optimize.TextPrompt.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type TextPrompt.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TextPrompt.Builder>TextPrompt.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type TextPrompt.BuilderModifier and TypeMethodDescriptionstatic InputPromptInputPrompt.fromTextPrompt(Consumer<TextPrompt.Builder> textPrompt) Create an instance of this class withInputPrompt.textPrompt()initialized to the given value.static OptimizedPromptOptimizedPrompt.fromTextPrompt(Consumer<TextPrompt.Builder> textPrompt) Create an instance of this class withOptimizedPrompt.textPrompt()initialized to the given value.default InputPrompt.BuilderInputPrompt.Builder.textPrompt(Consumer<TextPrompt.Builder> textPrompt) Contains information about the text prompt to optimize.default OptimizedPrompt.BuilderOptimizedPrompt.Builder.textPrompt(Consumer<TextPrompt.Builder> textPrompt) Contains information about the text in the prompt that was optimized.