| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
EntityRecognizerEntityList |
EntityRecognizerEntityList.clone() |
EntityRecognizerEntityList |
EntityRecognizerInputDataConfig.getEntityList()
The S3 location of the CSV file that has the entity list for your custom entity recognizer.
|
EntityRecognizerEntityList |
EntityRecognizerEntityList.withS3Uri(String s3Uri)
Specifies the Amazon S3 location where the entity list is located.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntityRecognizerInputDataConfig.setEntityList(EntityRecognizerEntityList entityList)
The S3 location of the CSV file that has the entity list for your custom entity recognizer.
|
EntityRecognizerInputDataConfig |
EntityRecognizerInputDataConfig.withEntityList(EntityRecognizerEntityList entityList)
The S3 location of the CSV file that has the entity list for your custom entity recognizer.
|
Copyright © 2021. All rights reserved.