DocumentClassifierInputDataConfigArgs

data class DocumentClassifierInputDataConfigArgs(val augmentedManifests: Output<List<DocumentClassifierInputDataConfigAugmentedManifestArgs>>? = null, val dataFormat: Output<String>? = null, val labelDelimiter: Output<String>? = null, val s3Uri: Output<String>? = null, val testS3Uri: Output<String>? = null) : ConvertibleToJava<DocumentClassifierInputDataConfigArgs>

Constructors

Link copied to clipboard
constructor(augmentedManifests: Output<List<DocumentClassifierInputDataConfigAugmentedManifestArgs>>? = null, dataFormat: Output<String>? = null, labelDelimiter: Output<String>? = null, s3Uri: Output<String>? = null, testS3Uri: Output<String>? = null)

Properties

Link copied to clipboard

List of training datasets produced by Amazon SageMaker AI Ground Truth. Used if data_format is AUGMENTED_MANIFEST. See the augmented_manifests Configuration Block section below.

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

The format for the training data. One of COMPREHEND_CSV or AUGMENTED_MANIFEST.

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

Delimiter between labels when training a multi-label classifier. Valid values are |, ~, !, @, #, $, %, ^, *, -, _, +, =, \, :, ;, >, ?, /, <space>, and <tab>. Default is |.

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

Location of training documents. Used if data_format is COMPREHEND_CSV.

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

Functions

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