DocumentClassifierInputDataConfig class

Constructors

DocumentClassifierInputDataConfig({Input<List<DocumentClassifierInputDataConfigAugmentedManifest>?>? augmentedManifests, Input<String?>? dataFormat, Input<String?>? labelDelimiter, Input<String?>? s3Uri, Input<String?>? testS3Uri})
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.
const
DocumentClassifierInputDataConfig.fromMap(Map<String, dynamic> map)
factory

Properties

augmentedManifests → Input<List<DocumentClassifierInputDataConfigAugmentedManifest>?>?
List of training datasets produced by Amazon SageMaker AI Ground Truth. Used if dataFormat is AUGMENTED_MANIFEST. See the augmentedManifests Configuration Block section below.
final
dataFormat → Input<String?>?
The format for the training data. One of COMPREHEND_CSV or AUGMENTED_MANIFEST.
final
hashCode int
The hash code for this object.
no setterinherited
labelDelimiter → Input<String?>?
Delimiter between labels when training a multi-label classifier. Valid values are |, ~, !, @, #, $, %, ^, *, -, _, +, =, \, :, ;, &gt;, ?, /, &lt;space&gt;, and &lt;tab&gt;. Default is |.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s3Uri → Input<String?>?
Location of training documents. Used if dataFormat is COMPREHEND_CSV.
final
testS3Uri → Input<String?>?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited