DocumentClassifierInputDataConfigAugmentedManifestArgs

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>

Constructors

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

Properties

Link copied to clipboard
val annotationDataS3Uri: Output<String>? = null

Location of annotation files.

Link copied to clipboard
val attributeNames: Output<List<String>>

The JSON attribute that contains the annotations for the training documents.

Link copied to clipboard
val documentType: Output<String>? = null

Type of augmented manifest. One of PLAIN_TEXT_DOCUMENT or SEMI_STRUCTURED_DOCUMENT.

Link copied to clipboard
val s3Uri: Output<String>

Location of augmented manifest file.

Link copied to clipboard
val sourceDocumentsS3Uri: Output<String>? = null

Location of source PDF files.

Link copied to clipboard
val split: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): DocumentClassifierInputDataConfigAugmentedManifestArgs