Class: Aws::BedrockDataAutomation::Types::DocumentStandardOutputConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::DocumentStandardOutputConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockdataautomation/types.rb
Overview
Standard Output Configuration of Document
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#extraction ⇒ Types::DocumentStandardExtraction
Standard Extraction Configuration of Document.
-
#generative_field ⇒ Types::DocumentStandardGenerativeField
Standard Generative Field Configuration of Document.
-
#output_format ⇒ Types::DocumentOutputFormat
Output Format of Document.
Instance Attribute Details
#extraction ⇒ Types::DocumentStandardExtraction
Standard Extraction Configuration of Document
766 767 768 769 770 771 772 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 766 class DocumentStandardOutputConfiguration < Struct.new( :extraction, :generative_field, :output_format) SENSITIVE = [] include Aws::Structure end |
#generative_field ⇒ Types::DocumentStandardGenerativeField
Standard Generative Field Configuration of Document
766 767 768 769 770 771 772 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 766 class DocumentStandardOutputConfiguration < Struct.new( :extraction, :generative_field, :output_format) SENSITIVE = [] include Aws::Structure end |
#output_format ⇒ Types::DocumentOutputFormat
Output Format of Document
766 767 768 769 770 771 772 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 766 class DocumentStandardOutputConfiguration < Struct.new( :extraction, :generative_field, :output_format) SENSITIVE = [] include Aws::Structure end |