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