Uses of Interface
software.amazon.awssdk.services.comprehend.model.EntityRecognizerDocuments.Builder
-
Packages that use EntityRecognizerDocuments.Builder Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of EntityRecognizerDocuments.Builder in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return EntityRecognizerDocuments.Builder Modifier and Type Method Description static EntityRecognizerDocuments.BuilderEntityRecognizerDocuments. builder()EntityRecognizerDocuments.BuilderEntityRecognizerDocuments.Builder. inputFormat(String inputFormat)Specifies how the text in an input file should be processed.EntityRecognizerDocuments.BuilderEntityRecognizerDocuments.Builder. inputFormat(InputFormat inputFormat)Specifies how the text in an input file should be processed.EntityRecognizerDocuments.BuilderEntityRecognizerDocuments.Builder. s3Uri(String s3Uri)Specifies the Amazon S3 location where the training documents for an entity recognizer are located.EntityRecognizerDocuments.BuilderEntityRecognizerDocuments.Builder. testS3Uri(String testS3Uri)Specifies the Amazon S3 location where the test documents for an entity recognizer are located.EntityRecognizerDocuments.BuilderEntityRecognizerDocuments. toBuilder()Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type EntityRecognizerDocuments.Builder Modifier and Type Method Description static Class<? extends EntityRecognizerDocuments.Builder>EntityRecognizerDocuments. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.comprehend.model with type arguments of type EntityRecognizerDocuments.Builder Modifier and Type Method Description default EntityRecognizerInputDataConfig.BuilderEntityRecognizerInputDataConfig.Builder. documents(Consumer<EntityRecognizerDocuments.Builder> documents)The S3 location of the folder that contains the training documents for your custom entity recognizer.
-