Uses of Class
software.amazon.awssdk.services.comprehend.model.EntityRecognizerEntityList
-
Packages that use EntityRecognizerEntityList Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of EntityRecognizerEntityList in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return EntityRecognizerEntityList Modifier and Type Method Description EntityRecognizerEntityListEntityRecognizerInputDataConfig. entityList()The S3 location of the CSV file that has the entity list for your custom entity recognizer.Methods in software.amazon.awssdk.services.comprehend.model with parameters of type EntityRecognizerEntityList Modifier and Type Method Description EntityRecognizerInputDataConfig.BuilderEntityRecognizerInputDataConfig.Builder. entityList(EntityRecognizerEntityList entityList)The S3 location of the CSV file that has the entity list for your custom entity recognizer.
-