class Aws::Translate::Types::TextTranslationJobProperties

Provides information about a translation job.

@!attribute [rw] job_id

The ID of the translation job.
@return [String]

@!attribute [rw] job_name

The user-defined name of the translation job.
@return [String]

@!attribute [rw] job_status

The status of the translation job.
@return [String]

@!attribute [rw] job_details

The number of documents successfully and unsuccessfully processed
during the translation job.
@return [Types::JobDetails]

@!attribute [rw] source_language_code

The language code of the language of the source text. The language
must be a language supported by Amazon Translate.
@return [String]

@!attribute [rw] target_language_codes

The language code of the language of the target text. The language
must be a language supported by Amazon Translate.
@return [Array<String>]

@!attribute [rw] terminology_names

A list containing the names of the terminologies applied to a
translation job. Only one terminology can be applied per
StartTextTranslationJob request at this time.
@return [Array<String>]

@!attribute [rw] parallel_data_names

A list containing the names of the parallel data resources applied
to the translation job.
@return [Array<String>]

@!attribute [rw] message

An explanation of any errors that may have occured during the
translation job.
@return [String]

@!attribute [rw] submitted_time

The time at which the translation job was submitted.
@return [Time]

@!attribute [rw] end_time

The time at which the translation job ended.
@return [Time]

@!attribute [rw] input_data_config

The input configuration properties that were specified when the job
was requested.
@return [Types::InputDataConfig]

@!attribute [rw] output_data_config

The output configuration properties that were specified when the job
was requested.
@return [Types::OutputDataConfig]

@!attribute [rw] data_access_role_arn

The Amazon Resource Name (ARN) of an AWS Identity Access and
Management (IAM) role that granted Amazon Translate read access to
the job's input data.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/translate-2017-07-01/TextTranslationJobProperties AWS API Documentation

Constants

SENSITIVE