| 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)
S3 location of the annotations file for an entity recognizer.
|
EntityRecognizerInputDataConfig |
EntityRecognizerInputDataConfig.withDocuments(EntityRecognizerDocuments documents)
S3 location of the documents folder for an entity recognizer
|
EntityRecognizerInputDataConfig |
EntityRecognizerInputDataConfig.withEntityList(EntityRecognizerEntityList entityList)
S3 location of the entity list for an entity recognizer.
|
EntityRecognizerInputDataConfig |
EntityRecognizerInputDataConfig.withEntityTypes(Collection<EntityTypesListItem> entityTypes)
The entity types in the input data for an entity recognizer.
|
EntityRecognizerInputDataConfig |
EntityRecognizerInputDataConfig.withEntityTypes(EntityTypesListItem... entityTypes)
The entity types in the input data for an 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 © 2019. All rights reserved.