translate_describe_text_translation_job {paws.machine.learning}R Documentation

Gets the properties associated with an asynchronous batch translation job including name, ID, status, source and target languages, input/output S3 buckets, and so on

Description

Gets the properties associated with an asynchronous batch translation job including name, ID, status, source and target languages, input/output S3 buckets, and so on.

See https://www.paws-r-sdk.com/docs/translate_describe_text_translation_job/ for full documentation.

Usage

translate_describe_text_translation_job(JobId)

Arguments

JobId

[required] The identifier that Amazon Translate generated for the job. The start_text_translation_job operation returns this identifier in its response.


[Package paws.machine.learning version 0.9.0 Index]