InputDataConfig class

The input properties for an entities detection job. This includes the name of the S3 bucket and the path to the files to be analyzed. See batch-manifest for more information.

Constructors

InputDataConfig({required String s3Bucket, String? s3Key})
InputDataConfig.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s3Bucket String
The URI of the S3 bucket that contains the input data. The bucket must be in the same region as the API endpoint that you are calling.
final
s3Key String?
The path to the input data files in the S3 bucket.
final

Methods

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

Operators

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