DocumentClassifierInputDataConfigAugmentedManifest

data class DocumentClassifierInputDataConfigAugmentedManifest(val annotationDataS3Uri: String? = null, val attributeNames: List<String>, val documentType: String? = null, val s3Uri: String, val sourceDocumentsS3Uri: String? = null, val split: String? = null)

Constructors

constructor(annotationDataS3Uri: String? = null, attributeNames: List<String>, documentType: String? = null, s3Uri: String, sourceDocumentsS3Uri: String? = null, split: String? = null)

Types

Link copied to clipboard
object Companion

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
val documentType: String? = null

Type of augmented manifest. One of PLAIN_TEXT_DOCUMENT or SEMI_STRUCTURED_DOCUMENT.

Link copied to clipboard

Location of augmented manifest file.

Link copied to clipboard

Location of source PDF files.

Link copied to clipboard
val split: String? = null

Purpose of data in augmented manifest. One of TRAIN or TEST.