Class: Aws::Textract::Types::AdapterVersionDatasetConfig

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-textract/types.rb

Overview

The dataset configuration options for a given version of an adapter. Can include an Amazon S3 bucket if specified.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#manifest_s3_objectTypes::S3Object

The S3 bucket name and file name that identifies the document.

The AWS Region for the S3 bucket that contains the document must match the Region that you use for Amazon Textract operations.

For Amazon Textract to process a file in an S3 bucket, the user must have permission to access the S3 bucket and file.

Returns:



107
108
109
110
111
# File 'lib/aws-sdk-textract/types.rb', line 107

class AdapterVersionDatasetConfig < Struct.new(
  :manifest_s3_object)
  SENSITIVE = []
  include Aws::Structure
end