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