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
1340 1341 1342 1343 1344 1345 1346 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 1340 class DocumentStandardOutputConfiguration < Struct.new( :extraction, :generative_field, :output_format) SENSITIVE = [] include Aws::Structure end |
#generative_field ⇒ Types::DocumentStandardGenerativeField
Standard Generative Field Configuration of Document
1340 1341 1342 1343 1344 1345 1346 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 1340 class DocumentStandardOutputConfiguration < Struct.new( :extraction, :generative_field, :output_format) SENSITIVE = [] include Aws::Structure end |
#output_format ⇒ Types::DocumentOutputFormat
Output Format of Document
1340 1341 1342 1343 1344 1345 1346 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 1340 class DocumentStandardOutputConfiguration < Struct.new( :extraction, :generative_field, :output_format) SENSITIVE = [] include Aws::Structure end |