Class: Aws::BedrockAgent::Types::ParsingPrompt
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::ParsingPrompt
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Instructions for interpreting the contents of a document.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#parsing_prompt_text ⇒ String
Instructions for interpreting the contents of a document.
Instance Attribute Details
#parsing_prompt_text ⇒ String
Instructions for interpreting the contents of a document.
5565 5566 5567 5568 5569 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 5565 class ParsingPrompt < Struct.new( :parsing_prompt_text) SENSITIVE = [] include Aws::Structure end |