| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
static EntityRecognizerDocuments.Builder |
EntityRecognizerDocuments.builder() |
EntityRecognizerDocuments.Builder |
EntityRecognizerDocuments.Builder.inputFormat(InputFormat inputFormat)
Specifies how the text in an input file should be processed.
|
EntityRecognizerDocuments.Builder |
EntityRecognizerDocuments.Builder.inputFormat(String inputFormat)
Specifies how the text in an input file should be processed.
|
EntityRecognizerDocuments.Builder |
EntityRecognizerDocuments.Builder.s3Uri(String s3Uri)
Specifies the Amazon S3 location where the training documents for an entity recognizer are located.
|
EntityRecognizerDocuments.Builder |
EntityRecognizerDocuments.Builder.testS3Uri(String testS3Uri)
Specifies the Amazon S3 location where the test documents for an entity recognizer are located.
|
EntityRecognizerDocuments.Builder |
EntityRecognizerDocuments.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EntityRecognizerDocuments.Builder> |
EntityRecognizerDocuments.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default EntityRecognizerInputDataConfig.Builder |
EntityRecognizerInputDataConfig.Builder.documents(Consumer<EntityRecognizerDocuments.Builder> documents)
The S3 location of the folder that contains the training documents for your custom entity recognizer.
|
Copyright © 2023. All rights reserved.