The input for UpdateParallelDataCommand.

interface UpdateParallelDataCommandInput {
    ClientToken?: string;
    Description?: string;
    Name: undefined | string;
    ParallelDataConfig: undefined | ParallelDataConfig;
}

Hierarchy (view full)

Properties

ClientToken?: string

A unique identifier for the request. This token is automatically generated when you use Amazon Translate through an AWS SDK.

Description?: string

A custom description for the parallel data resource in Amazon Translate.

Name: undefined | string

The name of the parallel data resource being updated.

ParallelDataConfig: undefined | ParallelDataConfig

Specifies the format and S3 location of the parallel data input file.