| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
DatasetEntityRecognizerDocuments |
DatasetEntityRecognizerDocuments.clone() |
DatasetEntityRecognizerDocuments |
DatasetEntityRecognizerInputDataConfig.getDocuments()
The format and location of the training documents for your custom entity recognizer.
|
DatasetEntityRecognizerDocuments |
DatasetEntityRecognizerDocuments.withInputFormat(InputFormat inputFormat)
Specifies how the text in an input file should be processed.
|
DatasetEntityRecognizerDocuments |
DatasetEntityRecognizerDocuments.withInputFormat(String inputFormat)
Specifies how the text in an input file should be processed.
|
DatasetEntityRecognizerDocuments |
DatasetEntityRecognizerDocuments.withS3Uri(String s3Uri)
Specifies the Amazon S3 location where the documents for the dataset are located.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatasetEntityRecognizerInputDataConfig.setDocuments(DatasetEntityRecognizerDocuments documents)
The format and location of the training documents for your custom entity recognizer.
|
DatasetEntityRecognizerInputDataConfig |
DatasetEntityRecognizerInputDataConfig.withDocuments(DatasetEntityRecognizerDocuments documents)
The format and location of the training documents for your custom entity recognizer.
|
Copyright © 2024. All rights reserved.