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