aws translate start-text-translation-job

Starts an asynchronous batch translation job. Batch translation jobs can be used to translate large volumes of text across multiple documents at once. For more information, see async. Batch translation jobs can be described with the DescribeTextTranslationJob operation, listed with the ListTextTranslationJobs operation, and stopped with the StopTextTranslationJob operation. Amazon Translate does not support batch translation of multiple source languages at once

Options

NameDescription
--job-name <string>The name of the batch translation job to be performed
--input-data-config <structure>Specifies the format and S3 location of the input documents for the translation job
--output-data-config <structure>Specifies the S3 folder to which your job output will be saved
--data-access-role-arn <string>The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that grants Amazon Translate read access to your input data. For more nformation, see identity-and-access-management
--source-language-code <string>The language code of the input language. For a list of language codes, see what-is-languages. Amazon Translate does not automatically detect a source language during batch translation jobs
--target-language-codes <list>The language code of the output language
--terminology-names <list>The name of the terminology to use in the batch translation job. For a list of available terminologies, use the ListTerminologies operation
--parallel-data-names <list>The names of the parallel data resources to use in the batch translation job. For a list of available parallel data resources, use the ListParallelData operation
--client-token <string>A unique identifier for the request. This token is auto-generated when using the Amazon Translate SDK
--cli-input-json <string>Performs service operation based on the JSON string provided. The JSON string follows the format provided by ``--generate-cli-skeleton``. If other arguments are provided on the command line, the CLI values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally
--generate-cli-skeleton <string>Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value ``input``, prints a sample input JSON that can be used as an argument for ``--cli-input-json``. If provided with the value ``output``, it validates the command inputs and returns a sample output JSON for that command