DocumentClassifierInputDataConfig class
Constructors
-
DocumentClassifierInputDataConfig({Input<
List< ? augmentedManifests, Input<DocumentClassifierInputDataConfigAugmentedManifest> ?>String?> ? dataFormat, Input<String?> ? labelDelimiter, Input<String?> ? s3Uri, Input<String?> ? testS3Uri}) -
Creates a new DocumentClassifierInputDataConfig.
augmentedManifestsList of training datasets produced by Amazon SageMaker AI Ground Truth.dataFormatThe format for the training data.labelDelimiterDelimiter between labels when training a multi-label classifier.s3UriLocation of training documents.testS3UriOptional.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
dataFormatisAUGMENTED_MANIFEST. See theaugmentedManifestsConfiguration Block section below.final -
dataFormat
→ Input<
String?> ? -
The format for the training data.
One of
COMPREHEND_CSVorAUGMENTED_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
|,~,!,@,#,$,%,^,*,-,_,+,=,\,:,;,>,?,/,<space>, and<tab>. 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
dataFormatisCOMPREHEND_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