Uses of Interface
software.amazon.awssdk.services.comprehend.model.EntityRecognizerEntityList.Builder
-
Packages that use EntityRecognizerEntityList.Builder Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of EntityRecognizerEntityList.Builder in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return EntityRecognizerEntityList.Builder Modifier and Type Method Description static EntityRecognizerEntityList.BuilderEntityRecognizerEntityList. builder()EntityRecognizerEntityList.BuilderEntityRecognizerEntityList.Builder. s3Uri(String s3Uri)Specifies the Amazon S3 location where the entity list is located.EntityRecognizerEntityList.BuilderEntityRecognizerEntityList. toBuilder()Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type EntityRecognizerEntityList.Builder Modifier and Type Method Description static Class<? extends EntityRecognizerEntityList.Builder>EntityRecognizerEntityList. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.comprehend.model with type arguments of type EntityRecognizerEntityList.Builder Modifier and Type Method Description default EntityRecognizerInputDataConfig.BuilderEntityRecognizerInputDataConfig.Builder. entityList(Consumer<EntityRecognizerEntityList.Builder> entityList)The S3 location of the CSV file that has the entity list for your custom entity recognizer.
-