class Aws::Translate::Types::ParallelDataConfig

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

@note When making an API call, you may pass ParallelDataConfig

data as a hash:

    {
      s3_uri: "S3Uri", # required
      format: "TSV", # required, accepts TSV, CSV, TMX
    }

@!attribute [rw] s3_uri

The URI of the Amazon S3 folder that contains the parallel data
input file. The folder must be in the same Region as the API
endpoint you are calling.
@return [String]

@!attribute [rw] format

The format of the parallel data input file.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/translate-2017-07-01/ParallelDataConfig AWS API Documentation

Constants

SENSITIVE