You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Comprehend::Types::AugmentedManifestsListItem

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AugmentedManifestsListItem as input to an Aws::Client method, you can use a vanilla Hash:

{
  s3_uri: "S3Uri", # required
  attribute_names: ["AttributeNamesListItem"], # required
}

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.

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_namesArray<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.

Returns:

  • (Array<String>)

    The JSON attribute that contains the annotations for your training documents.

#s3_uriString

The Amazon S3 location of the augmented manifest file.

Returns:

  • (String)

    The Amazon S3 location of the augmented manifest file.