Skip to main content

ITranslateTextTranslationJobFilter

Interface in AWS.Translate

Interface for TextTranslationJobFilter.

Properties

JobName

property JobName: string

Specify a job name to filter by.

JobStatus

property JobStatus: string

Specify a job status to filter by.

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

SubmittedAfterTime

property SubmittedAfterTime: TOptional<TDateTime>

Specify a date and time to return results submitted after.

SubmittedBeforeTime

property SubmittedBeforeTime: TOptional<TDateTime>

Specify a data and time to return results submitted before.