| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
EntityRecognizerDocuments |
EntityRecognizerDocuments.clone() |
EntityRecognizerDocuments |
EntityRecognizerInputDataConfig.getDocuments()
S3 location of the documents folder for an entity recognizer
|
EntityRecognizerDocuments |
EntityRecognizerDocuments.withS3Uri(String s3Uri)
Specifies the Amazon S3 location where the training documents for an entity recognizer are located.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntityRecognizerInputDataConfig.setDocuments(EntityRecognizerDocuments documents)
S3 location of the documents folder for an entity recognizer
|
EntityRecognizerInputDataConfig |
EntityRecognizerInputDataConfig.withDocuments(EntityRecognizerDocuments documents)
S3 location of the documents folder for an entity recognizer
|
Copyright © 2019. All rights reserved.