| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
List<EntityTypesListItem> |
EntityRecognizerInputDataConfig.entityTypes()
The entity types in the labeled training data that Amazon Comprehend uses to train the custom entity recognizer.
|
| Modifier and Type | Method and Description |
|---|---|
EntityRecognizerInputDataConfig.Builder |
EntityRecognizerInputDataConfig.Builder.entityTypes(EntityTypesListItem... entityTypes)
The entity types in the labeled training data that Amazon Comprehend uses to train the custom entity
recognizer.
|
| Modifier and Type | Method and Description |
|---|---|
EntityRecognizerInputDataConfig.Builder |
EntityRecognizerInputDataConfig.Builder.entityTypes(Collection<EntityTypesListItem> entityTypes)
The entity types in the labeled training data that Amazon Comprehend uses to train the custom entity
recognizer.
|
Copyright © 2023. All rights reserved.