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