| Package | Description |
|---|---|
| com.amazonaws.services.translate.model |
| Modifier and Type | Method and Description |
|---|---|
ParallelDataDataLocation |
ParallelDataDataLocation.clone() |
ParallelDataDataLocation |
GetParallelDataResult.getAuxiliaryDataLocation()
The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file.
|
ParallelDataDataLocation |
GetParallelDataResult.getDataLocation()
The Amazon S3 location of the most recent parallel data input file that was successfully imported into Amazon
Translate.
|
ParallelDataDataLocation |
GetParallelDataResult.getLatestUpdateAttemptAuxiliaryDataLocation()
The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file.
|
ParallelDataDataLocation |
ParallelDataDataLocation.withLocation(String location)
The Amazon S3 location of the parallel data input file.
|
ParallelDataDataLocation |
ParallelDataDataLocation.withRepositoryType(String repositoryType)
Describes the repository that contains the parallel data input file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetParallelDataResult.setAuxiliaryDataLocation(ParallelDataDataLocation auxiliaryDataLocation)
The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file.
|
void |
GetParallelDataResult.setDataLocation(ParallelDataDataLocation dataLocation)
The Amazon S3 location of the most recent parallel data input file that was successfully imported into Amazon
Translate.
|
void |
GetParallelDataResult.setLatestUpdateAttemptAuxiliaryDataLocation(ParallelDataDataLocation latestUpdateAttemptAuxiliaryDataLocation)
The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file.
|
GetParallelDataResult |
GetParallelDataResult.withAuxiliaryDataLocation(ParallelDataDataLocation auxiliaryDataLocation)
The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file.
|
GetParallelDataResult |
GetParallelDataResult.withDataLocation(ParallelDataDataLocation dataLocation)
The Amazon S3 location of the most recent parallel data input file that was successfully imported into Amazon
Translate.
|
GetParallelDataResult |
GetParallelDataResult.withLatestUpdateAttemptAuxiliaryDataLocation(ParallelDataDataLocation latestUpdateAttemptAuxiliaryDataLocation)
The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file.
|
Copyright © 2023. All rights reserved.