| Package | Description |
|---|---|
| com.amazonaws.services.translate.model |
| Modifier and Type | Method and Description |
|---|---|
ParallelDataConfig |
ParallelDataConfig.clone() |
ParallelDataConfig |
ParallelDataProperties.getParallelDataConfig()
Specifies the format and S3 location of the parallel data input file.
|
ParallelDataConfig |
UpdateParallelDataRequest.getParallelDataConfig()
Specifies the format and S3 location of the parallel data input file.
|
ParallelDataConfig |
CreateParallelDataRequest.getParallelDataConfig()
Specifies the format and S3 location of the parallel data input file.
|
ParallelDataConfig |
ParallelDataConfig.withFormat(ParallelDataFormat format)
The format of the parallel data input file.
|
ParallelDataConfig |
ParallelDataConfig.withFormat(String format)
The format of the parallel data input file.
|
ParallelDataConfig |
ParallelDataConfig.withS3Uri(String s3Uri)
The URI of the Amazon S3 folder that contains the parallel data input file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParallelDataProperties.setParallelDataConfig(ParallelDataConfig parallelDataConfig)
Specifies the format and S3 location of the parallel data input file.
|
void |
UpdateParallelDataRequest.setParallelDataConfig(ParallelDataConfig parallelDataConfig)
Specifies the format and S3 location of the parallel data input file.
|
void |
CreateParallelDataRequest.setParallelDataConfig(ParallelDataConfig parallelDataConfig)
Specifies the format and S3 location of the parallel data input file.
|
ParallelDataProperties |
ParallelDataProperties.withParallelDataConfig(ParallelDataConfig parallelDataConfig)
Specifies the format and S3 location of the parallel data input file.
|
UpdateParallelDataRequest |
UpdateParallelDataRequest.withParallelDataConfig(ParallelDataConfig parallelDataConfig)
Specifies the format and S3 location of the parallel data input file.
|
CreateParallelDataRequest |
CreateParallelDataRequest.withParallelDataConfig(ParallelDataConfig parallelDataConfig)
Specifies the format and S3 location of the parallel data input file.
|
Copyright © 2024. All rights reserved.