Document Classifier Input Data Config Augmented Manifest Args
data class DocumentClassifierInputDataConfigAugmentedManifestArgs(val annotationDataS3Uri: Output<String>? = null, val attributeNames: Output<List<String>>, val documentType: Output<String>? = null, val s3Uri: Output<String>, val sourceDocumentsS3Uri: Output<String>? = null, val split: Output<String>? = null) : ConvertibleToJava<DocumentClassifierInputDataConfigAugmentedManifestArgs>
Properties
Link copied to clipboard
Location of annotation files.
Link copied to clipboard
The JSON attribute that contains the annotations for the training documents.
Link copied to clipboard
Type of augmented manifest. One of PLAIN_TEXT_DOCUMENT
or SEMI_STRUCTURED_DOCUMENT
.
Link copied to clipboard
Location of source PDF files.