translate_update_parallel_data {paws.machine.learning} | R Documentation |
Updates a previously created parallel data resource by importing a new input file from Amazon S3
Description
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.
Usage
translate_update_parallel_data(
Name,
Description = NULL,
ParallelDataConfig,
ClientToken
)
Arguments
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. |
[Package paws.machine.learning version 0.9.0 Index]