class Aws::Comprehend::Types::AugmentedManifestsListItem
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.
@note When making an API call, you may pass AugmentedManifestsListItem
data as a hash: { s3_uri: "S3Uri", # required attribute_names: ["AttributeNamesListItem"], # required }
@!attribute [rw] s3_uri
The Amazon S3 location of the augmented manifest file. @return [String]
@!attribute [rw] attribute_names
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. @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/comprehend-2017-11-27/AugmentedManifestsListItem AWS API Documentation
Constants
- SENSITIVE