| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
DatasetEntityRecognizerAnnotations |
DatasetEntityRecognizerAnnotations.clone() |
DatasetEntityRecognizerAnnotations |
DatasetEntityRecognizerInputDataConfig.getAnnotations()
The S3 location of the annotation documents for your custom entity recognizer.
|
DatasetEntityRecognizerAnnotations |
DatasetEntityRecognizerAnnotations.withS3Uri(String s3Uri)
Specifies the Amazon S3 location where the training documents for an entity recognizer are located.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatasetEntityRecognizerInputDataConfig.setAnnotations(DatasetEntityRecognizerAnnotations annotations)
The S3 location of the annotation documents for your custom entity recognizer.
|
DatasetEntityRecognizerInputDataConfig |
DatasetEntityRecognizerInputDataConfig.withAnnotations(DatasetEntityRecognizerAnnotations annotations)
The S3 location of the annotation documents for your custom entity recognizer.
|
Copyright © 2023. All rights reserved.