| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
EntityRecognizerMetadataEntityTypesListItem |
EntityRecognizerMetadataEntityTypesListItem.clone() |
EntityRecognizerMetadataEntityTypesListItem |
EntityRecognizerMetadataEntityTypesListItem.withEvaluationMetrics(EntityTypesEvaluationMetrics evaluationMetrics)
Detailed information about the accuracy of the entity recognizer for a specific item on the list of entity types.
|
EntityRecognizerMetadataEntityTypesListItem |
EntityRecognizerMetadataEntityTypesListItem.withNumberOfTrainMentions(Integer numberOfTrainMentions)
Indicates the number of times the given entity type was seen in the training data.
|
EntityRecognizerMetadataEntityTypesListItem |
EntityRecognizerMetadataEntityTypesListItem.withType(String type)
Type of entity from the list of entity types in the metadata of an entity recognizer.
|
| Modifier and Type | Method and Description |
|---|---|
List<EntityRecognizerMetadataEntityTypesListItem> |
EntityRecognizerMetadata.getEntityTypes()
Entity types from the metadata of an entity recognizer.
|
| Modifier and Type | Method and Description |
|---|---|
EntityRecognizerMetadata |
EntityRecognizerMetadata.withEntityTypes(EntityRecognizerMetadataEntityTypesListItem... entityTypes)
Entity types from the metadata of an entity recognizer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntityRecognizerMetadata.setEntityTypes(Collection<EntityRecognizerMetadataEntityTypesListItem> entityTypes)
Entity types from the metadata of an entity recognizer.
|
EntityRecognizerMetadata |
EntityRecognizerMetadata.withEntityTypes(Collection<EntityRecognizerMetadataEntityTypesListItem> entityTypes)
Entity types from the metadata of an entity recognizer.
|
Copyright © 2022. All rights reserved.