translate_list_text_translation_jobs {paws.machine.learning} | R Documentation |
Gets a list of the batch translation jobs that you have submitted
Description
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.
Usage
translate_list_text_translation_jobs(
Filter = NULL,
NextToken = NULL,
MaxResults = NULL
)
Arguments
Filter |
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. |
NextToken |
The token to request the next page of results. |
MaxResults |
The maximum number of results to return in each page. The default value is 100. |
[Package paws.machine.learning version 0.9.0 Index]