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

interface ParallelDataConfig {
    Format: undefined | string;
    S3Uri: undefined | string;
}

Properties

Properties

Format: undefined | string

The format of the parallel data input file.

S3Uri: undefined | 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.