| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
EntityRecognizerAnnotations |
EntityRecognizerAnnotations.clone() |
EntityRecognizerAnnotations |
EntityRecognizerInputDataConfig.getAnnotations()
The S3 location of the CSV file that annotates your training documents.
|
EntityRecognizerAnnotations |
EntityRecognizerAnnotations.withS3Uri(String s3Uri)
Specifies the Amazon S3 location where the annotations for an entity recognizer are located.
|
EntityRecognizerAnnotations |
EntityRecognizerAnnotations.withTestS3Uri(String testS3Uri)
Specifies the Amazon S3 location where the test annotations for an entity recognizer are located.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntityRecognizerInputDataConfig.setAnnotations(EntityRecognizerAnnotations annotations)
The S3 location of the CSV file that annotates your training documents.
|
EntityRecognizerInputDataConfig |
EntityRecognizerInputDataConfig.withAnnotations(EntityRecognizerAnnotations annotations)
The S3 location of the CSV file that annotates your training documents.
|
Copyright © 2024. All rights reserved.