View source: R/translate_operations.R
translate_update_parallel_data | R Documentation |
Updates a previously created parallel data resource by importing a new input file from Amazon S3.
See https://www.paws-r-sdk.com/docs/translate_update_parallel_data/ for full documentation.
translate_update_parallel_data(
Name,
Description = NULL,
ParallelDataConfig,
ClientToken
)
Name |
[required] The name of the parallel data resource being updated. |
Description |
A custom description for the parallel data resource in Amazon Translate. |
ParallelDataConfig |
[required] Specifies the format and S3 location of the parallel data input file. |
ClientToken |
[required] A unique identifier for the request. This token is automatically generated when you use Amazon Translate through an AWS SDK. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.