Skip to main content

ITranslateTextTranslationJobProperties

Interface in AWS.Translate

Interface for TextTranslationJobProperties.

Properties

DataAccessRoleArn

property DataAccessRoleArn: TARN

The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role granting Amazon Translate read access to the job's input data.

EndTime

property EndTime: TOptional<TDateTime>

Provides the date and time at which the translation job ended.

InputDataConfig

property InputDataConfig: ITranslateInputDataConfig

Type: ITranslateInputDataConfig

Provides the input configuration that was specified when the job was started.

JobDetails

property JobDetails: ITranslateJobDetails

Type: ITranslateJobDetails

Provides the number of documents successfully and unsuccessfully processed during the translation job.

JobId

property JobId: string

Provides the identifier for the translation job.

JobName

property JobName: string

Provides the user-defined name of the translation job.

JobStatus

property JobStatus: string

Provides the status of the translation job.

Valid values: SUBMITTED | IN_PROGRESS | COMPLETED | COMPLETED_WITH_ERROR | FAILED | STOP_REQUESTED | STOPPED.

Message

property Message: string

Provides an explanation of any errors that may have occurred during the translation job.

OutputDataConfig

property OutputDataConfig: ITranslateOutputDataConfig

Type: ITranslateOutputDataConfig

Provides the output configuration that was specified when the job was started.

ParallelDataNames

property ParallelDataNames: TList<string>

Provides a list of parallel data resource names applied to the translation job.

Settings

property Settings: ITranslateTranslationSettings

Type: ITranslateTranslationSettings

Provides the settings configured for the translation output.

SourceLanguageCode

property SourceLanguageCode: string

Provides the language code for the language of the source text.

SubmittedTime

property SubmittedTime: TOptional<TDateTime>

Provides the date and time at which the translation job was submitted.

TargetLanguageCodes

property TargetLanguageCodes: TList<string>

Provides a list of target language codes for the text.

TerminologyNames

property TerminologyNames: TList<string>

Provides a list of names of terminologies applied to a translation job.