GetParallelDataResponse class

Constructors

GetParallelDataResponse({ParallelDataDataLocation? auxiliaryDataLocation, ParallelDataDataLocation? dataLocation, ParallelDataDataLocation? latestUpdateAttemptAuxiliaryDataLocation, ParallelDataProperties? parallelDataProperties})
GetParallelDataResponse.fromJson(Map<String, dynamic> json)
factory

Properties

auxiliaryDataLocation ParallelDataDataLocation?
The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file. This file was created when Amazon Translate attempted to create a parallel data resource. The location is returned as a presigned URL to that has a 30 minute expiration.
final
dataLocation ParallelDataDataLocation?
The location of the most recent parallel data input file that was successfully imported into Amazon Translate. The location is returned as a presigned URL that has a 30 minute expiration.
final
hashCode int
The hash code for this object.
no setterinherited
latestUpdateAttemptAuxiliaryDataLocation ParallelDataDataLocation?
The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file. This file was created when Amazon Translate attempted to update a parallel data resource. The location is returned as a presigned URL to that has a 30 minute expiration.
final
parallelDataProperties ParallelDataProperties?
The properties of the parallel data resource that is being retrieved.
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