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