| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
EntityRecognizerInputDataConfig |
EntityRecognizerInputDataConfig.clone() |
EntityRecognizerInputDataConfig |
EntityRecognizerProperties.getInputDataConfig()
The input data properties of an entity recognizer.
|
EntityRecognizerInputDataConfig |
CreateEntityRecognizerRequest.getInputDataConfig()
Specifies the format and location of the input data.
|
EntityRecognizerInputDataConfig |
EntityRecognizerInputDataConfig.withAnnotations(EntityRecognizerAnnotations annotations)
The S3 location of the CSV file that annotates your training documents.
|
EntityRecognizerInputDataConfig |
EntityRecognizerInputDataConfig.withAugmentedManifests(AugmentedManifestsListItem... augmentedManifests)
A list of augmented manifest files that provide training data for your custom model.
|
EntityRecognizerInputDataConfig |
EntityRecognizerInputDataConfig.withAugmentedManifests(Collection<AugmentedManifestsListItem> augmentedManifests)
A list of augmented manifest files that provide training data for your custom model.
|
EntityRecognizerInputDataConfig |
EntityRecognizerInputDataConfig.withDataFormat(EntityRecognizerDataFormat dataFormat)
The format of your training data:
|
EntityRecognizerInputDataConfig |
EntityRecognizerInputDataConfig.withDataFormat(String dataFormat)
The format of your training data:
|
EntityRecognizerInputDataConfig |
EntityRecognizerInputDataConfig.withDocuments(EntityRecognizerDocuments documents)
The S3 location of the folder that contains the training documents for your custom entity recognizer.
|
EntityRecognizerInputDataConfig |
EntityRecognizerInputDataConfig.withEntityList(EntityRecognizerEntityList entityList)
The S3 location of the CSV file that has the entity list for your custom entity recognizer.
|
EntityRecognizerInputDataConfig |
EntityRecognizerInputDataConfig.withEntityTypes(Collection<EntityTypesListItem> entityTypes)
The entity types in the labeled training data that Amazon Comprehend uses to train the custom entity recognizer.
|
EntityRecognizerInputDataConfig |
EntityRecognizerInputDataConfig.withEntityTypes(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 |
|---|---|
void |
EntityRecognizerProperties.setInputDataConfig(EntityRecognizerInputDataConfig inputDataConfig)
The input data properties of an entity recognizer.
|
void |
CreateEntityRecognizerRequest.setInputDataConfig(EntityRecognizerInputDataConfig inputDataConfig)
Specifies the format and location of the input data.
|
EntityRecognizerProperties |
EntityRecognizerProperties.withInputDataConfig(EntityRecognizerInputDataConfig inputDataConfig)
The input data properties of an entity recognizer.
|
CreateEntityRecognizerRequest |
CreateEntityRecognizerRequest.withInputDataConfig(EntityRecognizerInputDataConfig inputDataConfig)
Specifies the format and location of the input data.
|
Copyright © 2024. All rights reserved.