| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
EntityTypesListItem |
EntityTypesListItem.clone() |
EntityTypesListItem |
EntityTypesListItem.withType(String type)
An entity type within a labeled training dataset that Amazon Comprehend uses to train a custom entity recognizer.
|
| Modifier and Type | Method and Description |
|---|---|
List<EntityTypesListItem> |
EntityRecognizerInputDataConfig.getEntityTypes()
The entity types in the labeled training data that Amazon Comprehend uses to train the custom entity recognizer.
|
List<EntityTypesListItem> |
EntityRecognitionConfig.getEntityTypes()
Up to 25 entity types that the model is trained to recognize.
|
| Modifier and Type | Method and Description |
|---|---|
EntityRecognizerInputDataConfig |
EntityRecognizerInputDataConfig.withEntityTypes(EntityTypesListItem... entityTypes)
The entity types in the labeled training data that Amazon Comprehend uses to train the custom entity recognizer.
|
EntityRecognitionConfig |
EntityRecognitionConfig.withEntityTypes(EntityTypesListItem... entityTypes)
Up to 25 entity types that the model is trained to recognize.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntityRecognizerInputDataConfig.setEntityTypes(Collection<EntityTypesListItem> entityTypes)
The entity types in the labeled training data that Amazon Comprehend uses to train the custom entity recognizer.
|
void |
EntityRecognitionConfig.setEntityTypes(Collection<EntityTypesListItem> entityTypes)
Up to 25 entity types that the model is trained to recognize.
|
EntityRecognizerInputDataConfig |
EntityRecognizerInputDataConfig.withEntityTypes(Collection<EntityTypesListItem> entityTypes)
The entity types in the labeled training data that Amazon Comprehend uses to train the custom entity recognizer.
|
EntityRecognitionConfig |
EntityRecognitionConfig.withEntityTypes(Collection<EntityTypesListItem> entityTypes)
Up to 25 entity types that the model is trained to recognize.
|
Copyright © 2023. All rights reserved.