Document Classifier Input Data Config Args
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>
Properties
Link copied to clipboard
val augmentedManifests: Output<List<DocumentClassifierInputDataConfigAugmentedManifestArgs>>? = null
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
The format for the training data. One of COMPREHEND_CSV
or AUGMENTED_MANIFEST
.
Link copied to clipboard
Delimiter between labels when training a multi-label classifier. Valid values are |
, ~
, !
, @
, #
, $
, %
, ^
, *
, -
, _
, +
, =
, \
, :
, ;
, >
, ?
, /
, <space>
, and <tab>
. Default is |
.