Amazon Translate · Schema

Amazon Translate Translation Job

Schema representing an Amazon Translate batch translation job resource.

AWSLanguage ProcessingLocalizationMachine TranslationNLPTranslation

Properties

Name Type Description
JobId string The ID of the translation job.
JobName string The user-provided name of the translation job.
JobStatus string The status of the translation job.
SourceLanguageCode string The language code of the source language.
TargetLanguageCodes array The language codes of the target languages.
InputDataConfig object The input data configuration for the translation job.
OutputDataConfig object The output data configuration for the translation job.
DataAccessRoleArn string The Amazon Resource Name (ARN) of the IAM role for S3 access.
TerminologyNames array The names of custom terminologies applied to the job.
SubmittedTime string The time the translation job was submitted.
EndTime string The time the translation job ended.
Tags array A list of tags associated with the translation job.
View JSON Schema on GitHub