/AWS1/CL_XL8STRTTEXTXLATJOBRSP¶
StartTextTranslationJobResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_jobid TYPE /AWS1/XL8JOBID /AWS1/XL8JOBID¶
The identifier generated for the job. To get the status of a job, use this ID with the DescribeTextTranslationJob operation.
iv_jobstatus TYPE /AWS1/XL8JOBSTATUS /AWS1/XL8JOBSTATUS¶
The status of the job. Possible values include:
SUBMITTED- The job has been received and is queued for processing.
IN_PROGRESS- Amazon Translate is processing the job.
COMPLETED- The job was successfully completed and the output is available.
COMPLETED_WITH_ERROR- The job was completed with errors. The errors can be analyzed in the job's output.
FAILED- The job did not complete. To get details, use the DescribeTextTranslationJob operation.
STOP_REQUESTED- The user who started the job has requested that it be stopped.
STOPPED- The job has been stopped.
Queryable Attributes¶
JobId¶
The identifier generated for the job. To get the status of a job, use this ID with the DescribeTextTranslationJob operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBID() |
Getter for JOBID, with configurable default |
ASK_JOBID() |
Getter for JOBID w/ exceptions if field has no value |
HAS_JOBID() |
Determine if JOBID has a value |
JobStatus¶
The status of the job. Possible values include:
SUBMITTED- The job has been received and is queued for processing.
IN_PROGRESS- Amazon Translate is processing the job.
COMPLETED- The job was successfully completed and the output is available.
COMPLETED_WITH_ERROR- The job was completed with errors. The errors can be analyzed in the job's output.
FAILED- The job did not complete. To get details, use the DescribeTextTranslationJob operation.
STOP_REQUESTED- The user who started the job has requested that it be stopped.
STOPPED- The job has been stopped.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBSTATUS() |
Getter for JOBSTATUS, with configurable default |
ASK_JOBSTATUS() |
Getter for JOBSTATUS w/ exceptions if field has no value |
HAS_JOBSTATUS() |
Determine if JOBSTATUS has a value |