| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
EntityRecognizerDocuments |
EntityRecognizerDocuments.clone() |
EntityRecognizerDocuments |
EntityRecognizerInputDataConfig.getDocuments()
The S3 location of the folder that contains the training documents for your custom entity recognizer.
|
EntityRecognizerDocuments |
EntityRecognizerDocuments.withInputFormat(InputFormat inputFormat)
Specifies how the text in an input file should be processed.
|
EntityRecognizerDocuments |
EntityRecognizerDocuments.withInputFormat(String inputFormat)
Specifies how the text in an input file should be processed.
|
EntityRecognizerDocuments |
EntityRecognizerDocuments.withS3Uri(String s3Uri)
Specifies the Amazon S3 location where the training documents for an entity recognizer are located.
|
EntityRecognizerDocuments |
EntityRecognizerDocuments.withTestS3Uri(String testS3Uri)
Specifies the Amazon S3 location where the test documents for an entity recognizer are located.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntityRecognizerInputDataConfig.setDocuments(EntityRecognizerDocuments documents)
The S3 location of the folder that contains the training documents for your custom entity recognizer.
|
EntityRecognizerInputDataConfig |
EntityRecognizerInputDataConfig.withDocuments(EntityRecognizerDocuments documents)
The S3 location of the folder that contains the training documents for your custom entity recognizer.
|
Copyright © 2022. All rights reserved.