Class: Aws::Comprehend::Types::DatasetAugmentedManifestsListItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::DatasetAugmentedManifestsListItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
An augmented manifest file that provides training data for your custom model. An augmented manifest file is a labeled dataset that is produced by Amazon SageMaker Ground Truth.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#annotation_data_s3_uri ⇒ String
The S3 prefix to the annotation files that are referred in the augmented manifest file.
-
#attribute_names ⇒ Array<String>
The JSON attribute that contains the annotations for your training documents.
-
#document_type ⇒ String
The type of augmented manifest.
-
#s3_uri ⇒ String
The Amazon S3 location of the augmented manifest file.
-
#source_documents_s3_uri ⇒ String
The S3 prefix to the source files (PDFs) that are referred to in the augmented manifest file.
Instance Attribute Details
#annotation_data_s3_uri ⇒ String
The S3 prefix to the annotation files that are referred in the augmented manifest file.
1527 1528 1529 1530 1531 1532 1533 1534 1535 |
# File 'lib/aws-sdk-comprehend/types.rb', line 1527 class DatasetAugmentedManifestsListItem < Struct.new( :attribute_names, :s3_uri, :annotation_data_s3_uri, :source_documents_s3_uri, :document_type) SENSITIVE = [] include Aws::Structure end |
#attribute_names ⇒ Array<String>
The JSON attribute that contains the annotations for your training documents. The number of attribute names that you specify depends on whether your augmented manifest file is the output of a single labeling job or a chained labeling job.
If your file is the output of a single labeling job, specify the LabelAttributeName key that was used when the job was created in Ground Truth.
If your file is the output of a chained labeling job, specify the LabelAttributeName key for one or more jobs in the chain. Each LabelAttributeName key provides the annotations from an individual job.
1527 1528 1529 1530 1531 1532 1533 1534 1535 |
# File 'lib/aws-sdk-comprehend/types.rb', line 1527 class DatasetAugmentedManifestsListItem < Struct.new( :attribute_names, :s3_uri, :annotation_data_s3_uri, :source_documents_s3_uri, :document_type) SENSITIVE = [] include Aws::Structure end |
#document_type ⇒ String
The type of augmented manifest. If you don’t specify, the default is PlainTextDocument.
‘PLAIN_TEXT_DOCUMENT` A document type that represents any unicode text that is encoded in UTF-8.
1527 1528 1529 1530 1531 1532 1533 1534 1535 |
# File 'lib/aws-sdk-comprehend/types.rb', line 1527 class DatasetAugmentedManifestsListItem < Struct.new( :attribute_names, :s3_uri, :annotation_data_s3_uri, :source_documents_s3_uri, :document_type) SENSITIVE = [] include Aws::Structure end |
#s3_uri ⇒ String
The Amazon S3 location of the augmented manifest file.
1527 1528 1529 1530 1531 1532 1533 1534 1535 |
# File 'lib/aws-sdk-comprehend/types.rb', line 1527 class DatasetAugmentedManifestsListItem < Struct.new( :attribute_names, :s3_uri, :annotation_data_s3_uri, :source_documents_s3_uri, :document_type) SENSITIVE = [] include Aws::Structure end |
#source_documents_s3_uri ⇒ String
The S3 prefix to the source files (PDFs) that are referred to in the augmented manifest file.
1527 1528 1529 1530 1531 1532 1533 1534 1535 |
# File 'lib/aws-sdk-comprehend/types.rb', line 1527 class DatasetAugmentedManifestsListItem < Struct.new( :attribute_names, :s3_uri, :annotation_data_s3_uri, :source_documents_s3_uri, :document_type) SENSITIVE = [] include Aws::Structure end |