ParallelDataProperties class

The properties of a parallel data resource.

Constructors

ParallelDataProperties({String? arn, DateTime? createdAt, String? description, EncryptionKey? encryptionKey, int? failedRecordCount, int? importedDataSize, int? importedRecordCount, DateTime? lastUpdatedAt, DateTime? latestUpdateAttemptAt, ParallelDataStatus? latestUpdateAttemptStatus, String? message, String? name, ParallelDataConfig? parallelDataConfig, int? skippedRecordCount, String? sourceLanguageCode, ParallelDataStatus? status, List<String>? targetLanguageCodes})
ParallelDataProperties.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The Amazon Resource Name (ARN) of the parallel data resource.
final
createdAt DateTime?
The time at which the parallel data resource was created.
final
description String?
The description assigned to the parallel data resource.
final
encryptionKey EncryptionKey?
final
failedRecordCount int?
The number of records unsuccessfully imported from the parallel data input file.
final
hashCode int
The hash code for this object.
no setterinherited
importedDataSize int?
The number of UTF-8 characters that Amazon Translate imported from the parallel data input file. This number includes only the characters in your translation examples. It does not include characters that are used to format your file. For example, if you provided a Translation Memory Exchange (.tmx) file, this number does not include the tags.
final
importedRecordCount int?
The number of records successfully imported from the parallel data input file.
final
lastUpdatedAt DateTime?
The time at which the parallel data resource was last updated.
final
latestUpdateAttemptAt DateTime?
The time that the most recent update was attempted.
final
latestUpdateAttemptStatus ParallelDataStatus?
The status of the most recent update attempt for the parallel data resource.
final
message String?
Additional information from Amazon Translate about the parallel data resource.
final
name String?
The custom name assigned to the parallel data resource.
final
parallelDataConfig ParallelDataConfig?
Specifies the format and S3 location of the parallel data input file.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skippedRecordCount int?
The number of items in the input file that Amazon Translate skipped when you created or updated the parallel data resource. For example, Amazon Translate skips empty records, empty target texts, and empty lines.
final
sourceLanguageCode String?
The source language of the translations in the parallel data file.
final
status ParallelDataStatus?
The status of the parallel data resource. When the parallel data is ready for you to use, the status is ACTIVE.
final
targetLanguageCodes List<String>?
The language codes for the target languages available in the parallel data file. All possible target languages are returned as an array.
final

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