Skip to main content

ITranslateParallelDataProperties

Interface in AWS.Translate

Interface for ParallelDataProperties.

Properties

Arn

property Arn: TARN

Provides the Amazon Resource Name (ARN) of the parallel data resource.

CreatedAt

property CreatedAt: TOptional<TDateTime>

Provides the date and time which the parallel data resource was created.

Description

property Description: string

Provides a description assigned to the parallel data resource.

EncryptionKey

property EncryptionKey: ITranslateEncryptionKey

Type: ITranslateEncryptionKey

Provides the encryption key used to encrypt this object.

FailedRecordCount

property FailedRecordCount: TOptional<Integer>

Provides the number of records unsuccessfully imported from the parallel data input file.

ImportedDataSize

property ImportedDataSize: TOptional<Integer>

Provides the number of UTF-8 characters that Amazon Translate imported from the parallel data input file.

ImportedRecordCount

property ImportedRecordCount: TOptional<Integer>

Provides the number of records successfully imported from the parallel data input file.

LastUpdatedAt

property LastUpdatedAt: TOptional<TDateTime>

Provides the date and time at which the parallel data resource was last updated.

LatestUpdateAttemptAt

property LatestUpdateAttemptAt: TOptional<TDateTime>

Provides the date and time at which the most recent update was attempted.

LatestUpdateAttemptStatus

property LatestUpdateAttemptStatus: string

Provides the status of the most recent update attempt on the parallel data resource.

Valid values: CREATING | UPDATING | ACTIVE | DELETING | FAILED.

Message

property Message: string

Provides additional information from Amazon Translate about the parallel data resource.

Name

property Name: string

Provides the custom assigned name of the parallel data resource.

ParallelDataConfig

property ParallelDataConfig: ITranslateParallelDataConfig

Type: ITranslateParallelDataConfig

Provides the format and location on Amazon S3 of the parallel data input file.

SkippedRecordCount

property SkippedRecordCount: TOptional<Integer>

Provides the number of items in the input file that Amazon Translate skipped when the parallel data resource was created or updated.

SourceLanguageCode

property SourceLanguageCode: string

Provides the source language of the translations in the parallel data file.

Status

property Status: string

Provides the status of the parallel data resource.

Valid values: CREATING | UPDATING | ACTIVE | DELETING | FAILED. The parallel data is ready for use when the status is ACTIVE.

TargetLanguageCodes

property TargetLanguageCodes: TList<string>

Provides a list of language codes for the target languages available in the parallel data file.