| 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.
|
List<EntityTypesListItem> |
EntityRecognitionConfig.entityTypes()
Up to 25 entity types that the model is trained to recognize.
|
| 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.
|
EntityRecognitionConfig.Builder |
EntityRecognitionConfig.Builder.entityTypes(EntityTypesListItem... entityTypes)
Up to 25 entity types that the model is trained to recognize.
|
| 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.
|
EntityRecognitionConfig.Builder |
EntityRecognitionConfig.Builder.entityTypes(Collection<EntityTypesListItem> entityTypes)
Up to 25 entity types that the model is trained to recognize.
|
Copyright © 2023. All rights reserved.