Gets a list of the batch translation jobs that you have submitted.
See https://www.paws-r-sdk.com/docs/translate_list_text_translation_jobs/ for full documentation.
translate_list_text_translation_jobs(
Filter = NULL,
NextToken = NULL,
MaxResults = NULL
)
The parameters that specify which batch translation jobs to retrieve. Filters include job name, job status, and submission time. You can only set one filter at a time.
The token to request the next page of results.
The maximum number of results to return in each page. The default value is 100.