EntityRecognizerInputDataConfigDocuments constructor
const
EntityRecognizerInputDataConfigDocuments({})
Creates a new EntityRecognizerInputDataConfigDocuments.
inputFormat Specifies how the input files should be processed.
s3Uri Location of training documents.
testS3Uri Optional.
Implementation
const EntityRecognizerInputDataConfigDocuments({
this.inputFormat,
required this.s3Uri,
this.testS3Uri,
});