Uses of Interface
software.amazon.awssdk.services.comprehend.model.EntityRecognitionConfig.Builder
-
Packages that use EntityRecognitionConfig.Builder Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of EntityRecognitionConfig.Builder in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return EntityRecognitionConfig.Builder Modifier and Type Method Description static EntityRecognitionConfig.BuilderEntityRecognitionConfig. builder()EntityRecognitionConfig.BuilderEntityRecognitionConfig.Builder. entityTypes(Collection<EntityTypesListItem> entityTypes)Up to 25 entity types that the model is trained to recognize.EntityRecognitionConfig.BuilderEntityRecognitionConfig.Builder. entityTypes(Consumer<EntityTypesListItem.Builder>... entityTypes)Up to 25 entity types that the model is trained to recognize.EntityRecognitionConfig.BuilderEntityRecognitionConfig.Builder. entityTypes(EntityTypesListItem... entityTypes)Up to 25 entity types that the model is trained to recognize.EntityRecognitionConfig.BuilderEntityRecognitionConfig. toBuilder()Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type EntityRecognitionConfig.Builder Modifier and Type Method Description static Class<? extends EntityRecognitionConfig.Builder>EntityRecognitionConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.comprehend.model with type arguments of type EntityRecognitionConfig.Builder Modifier and Type Method Description default TaskConfig.BuilderTaskConfig.Builder. entityRecognitionConfig(Consumer<EntityRecognitionConfig.Builder> entityRecognitionConfig)Configuration required for an entity recognition model.
-