class Aws::Translate::Types::ParallelDataProperties
The properties of a parallel data resource.
@!attribute [rw] name
The custom name assigned to the parallel data resource. @return [String]
@!attribute [rw] arn
The Amazon Resource Name (ARN) of the parallel data resource. @return [String]
@!attribute [rw] description
The description assigned to the parallel data resource. @return [String]
@!attribute [rw] status
The status of the parallel data resource. When the parallel data is ready for you to use, the status is `ACTIVE`. @return [String]
@!attribute [rw] source_language_code
The source language of the translations in the parallel data file. @return [String]
@!attribute [rw] target_language_codes
The language codes for the target languages available in the parallel data file. All possible target languages are returned as an array. @return [Array<String>]
@!attribute [rw] parallel_data_config
Specifies the format and S3 location of the parallel data input file. @return [Types::ParallelDataConfig]
@!attribute [rw] message
Additional information from Amazon Translate about the parallel data resource. @return [String]
@!attribute [rw] imported_data_size
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. @return [Integer]
@!attribute [rw] imported_record_count
The number of records successfully imported from the parallel data input file. @return [Integer]
@!attribute [rw] failed_record_count
The number of records unsuccessfully imported from the parallel data input file. @return [Integer]
@!attribute [rw] skipped_record_count
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. @return [Integer]
@!attribute [rw] encryption_key
The encryption key used to encrypt this object. @return [Types::EncryptionKey]
@!attribute [rw] created_at
The time at which the parallel data resource was created. @return [Time]
@!attribute [rw] last_updated_at
The time at which the parallel data resource was last updated. @return [Time]
@!attribute [rw] latest_update_attempt_status
The status of the most recent update attempt for the parallel data resource. @return [String]
@!attribute [rw] latest_update_attempt_at
The time that the most recent update was attempted. @return [Time]
@see docs.aws.amazon.com/goto/WebAPI/translate-2017-07-01/ParallelDataProperties AWS API Documentation
Constants
- SENSITIVE