Skip to main content

ITranslateStopTextTranslationJobResponse

Interface in AWS.Translate

Interface for StopTextTranslationJob responses.

Ancestors

Properties

JobId

property JobId: string

Provides the identifier of the stopped batch translation job.

JobStatus

property JobStatus: string

Provides the current status of the job. Upon successful completion, the JobStatus will be STOPPED.

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