translate_update_parallel_data: Updates a previously created parallel data resource by...

View source: R/translate_operations.R

translate_update_parallel_dataR 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.


paws.machine.learning documentation built on Sept. 12, 2024, 6:23 a.m.