EntityRecognizerInputDataConfigAugmentedManifest class
Constructors
-
EntityRecognizerInputDataConfigAugmentedManifest({Input<
String?> ? annotationDataS3Uri, required Input<List< attributeNames, Input<String> >String?> ? documentType, required Input<String> s3Uri, Input<String?> ? sourceDocumentsS3Uri, Input<String?> ? split}) -
Creates a new EntityRecognizerInputDataConfigAugmentedManifest.
annotationDataS3UriLocation of annotation files.attributeNamesThe JSON attribute that contains the annotations for the training documents.documentTypeType of augmented manifest.s3UriLocation of augmented manifest file.sourceDocumentsS3UriLocation of source PDF files.splitPurpose 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_DOCUMENTorSEMI_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
TRAINorTEST.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