| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
AugmentedManifestsListItem |
AugmentedManifestsListItem.clone() |
AugmentedManifestsListItem |
AugmentedManifestsListItem.withAnnotationDataS3Uri(String annotationDataS3Uri)
The S3 prefix to the annotation files that are referred in the augmented manifest file.
|
AugmentedManifestsListItem |
AugmentedManifestsListItem.withAttributeNames(Collection<String> attributeNames)
The JSON attribute that contains the annotations for your training documents.
|
AugmentedManifestsListItem |
AugmentedManifestsListItem.withAttributeNames(String... attributeNames)
The JSON attribute that contains the annotations for your training documents.
|
AugmentedManifestsListItem |
AugmentedManifestsListItem.withDocumentType(AugmentedManifestsDocumentTypeFormat documentType)
The type of augmented manifest.
|
AugmentedManifestsListItem |
AugmentedManifestsListItem.withDocumentType(String documentType)
The type of augmented manifest.
|
AugmentedManifestsListItem |
AugmentedManifestsListItem.withS3Uri(String s3Uri)
The Amazon S3 location of the augmented manifest file.
|
AugmentedManifestsListItem |
AugmentedManifestsListItem.withSourceDocumentsS3Uri(String sourceDocumentsS3Uri)
The S3 prefix to the source files (PDFs) that are referred to in the augmented manifest file.
|
AugmentedManifestsListItem |
AugmentedManifestsListItem.withSplit(Split split)
The purpose of the data you've provided in the augmented manifest.
|
AugmentedManifestsListItem |
AugmentedManifestsListItem.withSplit(String split)
The purpose of the data you've provided in the augmented manifest.
|
| Modifier and Type | Method and Description |
|---|---|
List<AugmentedManifestsListItem> |
DocumentClassifierInputDataConfig.getAugmentedManifests()
A list of augmented manifest files that provide training data for your custom model.
|
List<AugmentedManifestsListItem> |
EntityRecognizerInputDataConfig.getAugmentedManifests()
A list of augmented manifest files that provide training data for your custom model.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentClassifierInputDataConfig |
DocumentClassifierInputDataConfig.withAugmentedManifests(AugmentedManifestsListItem... augmentedManifests)
A list of augmented manifest files that provide training data for your custom model.
|
EntityRecognizerInputDataConfig |
EntityRecognizerInputDataConfig.withAugmentedManifests(AugmentedManifestsListItem... augmentedManifests)
A list of augmented manifest files that provide training data for your custom model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentClassifierInputDataConfig.setAugmentedManifests(Collection<AugmentedManifestsListItem> augmentedManifests)
A list of augmented manifest files that provide training data for your custom model.
|
void |
EntityRecognizerInputDataConfig.setAugmentedManifests(Collection<AugmentedManifestsListItem> augmentedManifests)
A list of augmented manifest files that provide training data for your custom model.
|
DocumentClassifierInputDataConfig |
DocumentClassifierInputDataConfig.withAugmentedManifests(Collection<AugmentedManifestsListItem> augmentedManifests)
A list of augmented manifest files that provide training data for your custom model.
|
EntityRecognizerInputDataConfig |
EntityRecognizerInputDataConfig.withAugmentedManifests(Collection<AugmentedManifestsListItem> augmentedManifests)
A list of augmented manifest files that provide training data for your custom model.
|
Copyright © 2024. All rights reserved.