Uses of Class
software.amazon.awssdk.services.comprehend.model.EntityTypesListItem
-
Packages that use EntityTypesListItem Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of EntityTypesListItem in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type EntityTypesListItem Modifier and Type Method Description List<EntityTypesListItem>EntityRecognitionConfig. entityTypes()Up to 25 entity types that the model is trained to recognize.List<EntityTypesListItem>EntityRecognizerInputDataConfig. entityTypes()The entity types in the labeled training data that Amazon Comprehend uses to train the custom entity recognizer.Methods in software.amazon.awssdk.services.comprehend.model with parameters of type EntityTypesListItem Modifier and Type Method Description EntityRecognitionConfig.BuilderEntityRecognitionConfig.Builder. entityTypes(EntityTypesListItem... entityTypes)Up to 25 entity types that the model is trained to recognize.EntityRecognizerInputDataConfig.BuilderEntityRecognizerInputDataConfig.Builder. entityTypes(EntityTypesListItem... entityTypes)The entity types in the labeled training data that Amazon Comprehend uses to train the custom entity recognizer.Method parameters in software.amazon.awssdk.services.comprehend.model with type arguments of type EntityTypesListItem Modifier and Type Method Description EntityRecognitionConfig.BuilderEntityRecognitionConfig.Builder. entityTypes(Collection<EntityTypesListItem> entityTypes)Up to 25 entity types that the model is trained to recognize.EntityRecognizerInputDataConfig.BuilderEntityRecognizerInputDataConfig.Builder. entityTypes(Collection<EntityTypesListItem> entityTypes)The entity types in the labeled training data that Amazon Comprehend uses to train the custom entity recognizer.
-