| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
EntityRecognizerProperties |
EntityRecognizerProperties.clone() |
EntityRecognizerProperties |
DescribeEntityRecognizerResult.getEntityRecognizerProperties()
Describes information associated with an entity recognizer.
|
EntityRecognizerProperties |
EntityRecognizerProperties.withDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the AWS Identity and Management (IAM) role that grants Amazon Comprehend read
access to your input data.
|
EntityRecognizerProperties |
EntityRecognizerProperties.withEndTime(Date endTime)
The time that the recognizer creation completed.
|
EntityRecognizerProperties |
EntityRecognizerProperties.withEntityRecognizerArn(String entityRecognizerArn)
The Amazon Resource Name (ARN) that identifies the entity recognizer.
|
EntityRecognizerProperties |
EntityRecognizerProperties.withInputDataConfig(EntityRecognizerInputDataConfig inputDataConfig)
The input data properties of an entity recognizer.
|
EntityRecognizerProperties |
EntityRecognizerProperties.withLanguageCode(LanguageCode languageCode)
The language of the input documents.
|
EntityRecognizerProperties |
EntityRecognizerProperties.withLanguageCode(String languageCode)
The language of the input documents.
|
EntityRecognizerProperties |
EntityRecognizerProperties.withMessage(String message)
A description of the status of the recognizer.
|
EntityRecognizerProperties |
EntityRecognizerProperties.withRecognizerMetadata(EntityRecognizerMetadata recognizerMetadata)
Provides information about an entity recognizer.
|
EntityRecognizerProperties |
EntityRecognizerProperties.withStatus(ModelStatus status)
Provides the status of the entity recognizer.
|
EntityRecognizerProperties |
EntityRecognizerProperties.withStatus(String status)
Provides the status of the entity recognizer.
|
EntityRecognizerProperties |
EntityRecognizerProperties.withSubmitTime(Date submitTime)
The time that the recognizer was submitted for processing.
|
EntityRecognizerProperties |
EntityRecognizerProperties.withTrainingEndTime(Date trainingEndTime)
The time that training of the entity recognizer was completed.
|
EntityRecognizerProperties |
EntityRecognizerProperties.withTrainingStartTime(Date trainingStartTime)
The time that training of the entity recognizer started.
|
| Modifier and Type | Method and Description |
|---|---|
List<EntityRecognizerProperties> |
ListEntityRecognizersResult.getEntityRecognizerPropertiesList()
The list of properties of an entity recognizer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeEntityRecognizerResult.setEntityRecognizerProperties(EntityRecognizerProperties entityRecognizerProperties)
Describes information associated with an entity recognizer.
|
DescribeEntityRecognizerResult |
DescribeEntityRecognizerResult.withEntityRecognizerProperties(EntityRecognizerProperties entityRecognizerProperties)
Describes information associated with an entity recognizer.
|
ListEntityRecognizersResult |
ListEntityRecognizersResult.withEntityRecognizerPropertiesList(EntityRecognizerProperties... entityRecognizerPropertiesList)
The list of properties of an entity recognizer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListEntityRecognizersResult.setEntityRecognizerPropertiesList(Collection<EntityRecognizerProperties> entityRecognizerPropertiesList)
The list of properties of an entity recognizer.
|
ListEntityRecognizersResult |
ListEntityRecognizersResult.withEntityRecognizerPropertiesList(Collection<EntityRecognizerProperties> entityRecognizerPropertiesList)
The list of properties of an entity recognizer.
|
Copyright © 2019. All rights reserved.