| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
static EntityRecognizerEntityList.Builder |
EntityRecognizerEntityList.builder() |
EntityRecognizerEntityList.Builder |
EntityRecognizerEntityList.Builder.s3Uri(String s3Uri)
Specifies the Amazon S3 location where the entity list is located.
|
EntityRecognizerEntityList.Builder |
EntityRecognizerEntityList.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EntityRecognizerEntityList.Builder> |
EntityRecognizerEntityList.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default EntityRecognizerInputDataConfig.Builder |
EntityRecognizerInputDataConfig.Builder.entityList(Consumer<EntityRecognizerEntityList.Builder> entityList)
The S3 location of the CSV file that has the entity list for your custom entity recognizer.
|
Copyright © 2023. All rights reserved.