Class: Aws::BedrockAgentRuntime::Types::TextPrompt
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::TextPrompt
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Contains information about the text prompt to optimize.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#text ⇒ String
The text in the text prompt to optimize.
Instance Attribute Details
#text ⇒ String
The text in the text prompt to optimize.
9715 9716 9717 9718 9719 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 9715 class TextPrompt < Struct.new( :text) SENSITIVE = [] include Aws::Structure end |