EntityRecognizerInputDataConfigAugmentedManifest class

Constructors

EntityRecognizerInputDataConfigAugmentedManifest({Input<String?>? annotationDataS3Uri, required Input<List<String>> attributeNames, Input<String?>? documentType, required Input<String> s3Uri, Input<String?>? sourceDocumentsS3Uri, Input<String?>? split})
Creates a new EntityRecognizerInputDataConfigAugmentedManifest. annotationDataS3Uri Location of annotation files. attributeNames The JSON attribute that contains the annotations for the training documents. documentType Type of augmented manifest. s3Uri Location of augmented manifest file. sourceDocumentsS3Uri Location of source PDF files. split Purpose of data in augmented manifest.
const
EntityRecognizerInputDataConfigAugmentedManifest.fromMap(Map<String, dynamic> map)
factory

Properties

annotationDataS3Uri → Input<String?>?
Location of annotation files.
final
attributeNames → Input<List<String>>
The JSON attribute that contains the annotations for the training documents.
final
documentType → Input<String?>?
Type of augmented manifest. One of PLAIN_TEXT_DOCUMENT or SEMI_STRUCTURED_DOCUMENT.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s3Uri → Input<String>
Location of augmented manifest file.
final
sourceDocumentsS3Uri → Input<String?>?
Location of source PDF files.
final
split → Input<String?>?
Purpose of data in augmented manifest. One of TRAIN or TEST.
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