Uses of Class
software.amazon.awssdk.services.comprehend.model.DatasetEntityRecognizerAnnotations
-
Packages that use DatasetEntityRecognizerAnnotations Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of DatasetEntityRecognizerAnnotations in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return DatasetEntityRecognizerAnnotations Modifier and Type Method Description DatasetEntityRecognizerAnnotationsDatasetEntityRecognizerInputDataConfig. annotations()The S3 location of the annotation documents for your custom entity recognizer.Methods in software.amazon.awssdk.services.comprehend.model with parameters of type DatasetEntityRecognizerAnnotations Modifier and Type Method Description DatasetEntityRecognizerInputDataConfig.BuilderDatasetEntityRecognizerInputDataConfig.Builder. annotations(DatasetEntityRecognizerAnnotations annotations)The S3 location of the annotation documents for your custom entity recognizer.
-