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

interface ParallelDataConfig {
    Format?: ParallelDataFormat;
    S3Uri?: string;
}

Properties

Properties

The format of the parallel data input file.

S3Uri?: string

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.