public static interface AugmentedManifestsListItem.Builder extends SdkPojo, CopyableBuilder<AugmentedManifestsListItem.Builder,AugmentedManifestsListItem>
| Modifier and Type | Method and Description |
|---|---|
AugmentedManifestsListItem.Builder |
attributeNames(Collection<String> attributeNames)
The JSON attribute that contains the annotations for your training documents.
|
AugmentedManifestsListItem.Builder |
attributeNames(String... attributeNames)
The JSON attribute that contains the annotations for your training documents.
|
AugmentedManifestsListItem.Builder |
s3Uri(String s3Uri)
The Amazon S3 location of the augmented manifest file.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAugmentedManifestsListItem.Builder s3Uri(String s3Uri)
The Amazon S3 location of the augmented manifest file.
s3Uri - The Amazon S3 location of the augmented manifest file.AugmentedManifestsListItem.Builder attributeNames(Collection<String> attributeNames)
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.
attributeNames - 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.
AugmentedManifestsListItem.Builder attributeNames(String... attributeNames)
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.
attributeNames - 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.
Copyright © 2021. All rights reserved.