| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
static DatasetEntityRecognizerAnnotations.Builder |
DatasetEntityRecognizerAnnotations.builder() |
DatasetEntityRecognizerAnnotations.Builder |
DatasetEntityRecognizerAnnotations.Builder.s3Uri(String s3Uri)
Specifies the Amazon S3 location where the training documents for an entity recognizer are located.
|
DatasetEntityRecognizerAnnotations.Builder |
DatasetEntityRecognizerAnnotations.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DatasetEntityRecognizerAnnotations.Builder> |
DatasetEntityRecognizerAnnotations.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DatasetEntityRecognizerInputDataConfig.Builder |
DatasetEntityRecognizerInputDataConfig.Builder.annotations(Consumer<DatasetEntityRecognizerAnnotations.Builder> annotations)
The S3 location of the annotation documents for your custom entity recognizer.
|
Copyright © 2023. All rights reserved.