Uses of Class
software.amazon.awssdk.services.comprehend.model.EntityRecognizerAnnotations
-
Packages that use EntityRecognizerAnnotations Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of EntityRecognizerAnnotations in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return EntityRecognizerAnnotations Modifier and Type Method Description EntityRecognizerAnnotationsEntityRecognizerInputDataConfig. annotations()The S3 location of the CSV file that annotates your training documents.Methods in software.amazon.awssdk.services.comprehend.model with parameters of type EntityRecognizerAnnotations Modifier and Type Method Description EntityRecognizerInputDataConfig.BuilderEntityRecognizerInputDataConfig.Builder. annotations(EntityRecognizerAnnotations annotations)The S3 location of the CSV file that annotates your training documents.
-