Uses of Class
software.amazon.awssdk.services.comprehend.model.EntityRecognizerDocuments
-
Packages that use EntityRecognizerDocuments Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of EntityRecognizerDocuments in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return EntityRecognizerDocuments Modifier and Type Method Description EntityRecognizerDocumentsEntityRecognizerInputDataConfig. documents()The S3 location of the folder that contains the training documents for your custom entity recognizer.Methods in software.amazon.awssdk.services.comprehend.model with parameters of type EntityRecognizerDocuments Modifier and Type Method Description EntityRecognizerInputDataConfig.BuilderEntityRecognizerInputDataConfig.Builder. documents(EntityRecognizerDocuments documents)The S3 location of the folder that contains the training documents for your custom entity recognizer.
-