ParallelDataDataLocation class
The location of the most recent parallel data input file that was successfully imported into Amazon Translate.
Constructors
- ParallelDataDataLocation({required String location, required String repositoryType})
-
ParallelDataDataLocation.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- location → String
-
The Amazon S3 location of the parallel data input file. The location is
returned as a presigned URL to that has a 30 minute expiration.
final
- repositoryType → String
-
Describes the repository that contains the parallel data input file.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited