EntityRecognizerInputDataConfigDocuments class
Constructors
-
EntityRecognizerInputDataConfigDocuments({Input<
String?> ? inputFormat, required Input<String> s3Uri, Input<String?> ? testS3Uri}) -
Creates a new EntityRecognizerInputDataConfigDocuments.
inputFormatSpecifies how the input files should be processed.s3UriLocation of training documents.testS3UriOptional.const -
EntityRecognizerInputDataConfigDocuments.fromMap(Map<
String, dynamic> map) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
inputFormat
→ Input<
String?> ? -
Specifies how the input files should be processed.
One of
ONE_DOC_PER_LINEorONE_DOC_PER_FILE.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
s3Uri
→ Input<
String> -
Location of training documents.
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