DocumentClassifierInputDataConfig constructor
const
DocumentClassifierInputDataConfig({})
Creates a new DocumentClassifierInputDataConfig.
augmentedManifests List of training datasets produced by Amazon SageMaker AI Ground Truth.
dataFormat The format for the training data.
labelDelimiter Delimiter between labels when training a multi-label classifier.
s3Uri Location of training documents.
testS3Uri Optional.
Implementation
const DocumentClassifierInputDataConfig({
this.augmentedManifests,
this.dataFormat,
this.labelDelimiter,
this.s3Uri,
this.testS3Uri,
});