| Package | Description |
|---|---|
| com.amazonaws.services.translate.model |
| Modifier and Type | Method and Description |
|---|---|
ParallelDataProperties |
ParallelDataProperties.clone() |
ParallelDataProperties |
GetParallelDataResult.getParallelDataProperties()
The properties of the parallel data resource that is being retrieved.
|
ParallelDataProperties |
ParallelDataProperties.withArn(String arn)
The Amazon Resource Name (ARN) of the parallel data resource.
|
ParallelDataProperties |
ParallelDataProperties.withCreatedAt(Date createdAt)
The time at which the parallel data resource was created.
|
ParallelDataProperties |
ParallelDataProperties.withDescription(String description)
The description assigned to the parallel data resource.
|
ParallelDataProperties |
ParallelDataProperties.withEncryptionKey(EncryptionKey encryptionKey) |
ParallelDataProperties |
ParallelDataProperties.withFailedRecordCount(Long failedRecordCount)
The number of records unsuccessfully imported from the parallel data input file.
|
ParallelDataProperties |
ParallelDataProperties.withImportedDataSize(Long importedDataSize)
The number of UTF-8 characters that Amazon Translate imported from the parallel data input file.
|
ParallelDataProperties |
ParallelDataProperties.withImportedRecordCount(Long importedRecordCount)
The number of records successfully imported from the parallel data input file.
|
ParallelDataProperties |
ParallelDataProperties.withLastUpdatedAt(Date lastUpdatedAt)
The time at which the parallel data resource was last updated.
|
ParallelDataProperties |
ParallelDataProperties.withLatestUpdateAttemptAt(Date latestUpdateAttemptAt)
The time that the most recent update was attempted.
|
ParallelDataProperties |
ParallelDataProperties.withLatestUpdateAttemptStatus(ParallelDataStatus latestUpdateAttemptStatus)
The status of the most recent update attempt for the parallel data resource.
|
ParallelDataProperties |
ParallelDataProperties.withLatestUpdateAttemptStatus(String latestUpdateAttemptStatus)
The status of the most recent update attempt for the parallel data resource.
|
ParallelDataProperties |
ParallelDataProperties.withMessage(String message)
Additional information from Amazon Translate about the parallel data resource.
|
ParallelDataProperties |
ParallelDataProperties.withName(String name)
The custom name assigned to the parallel data resource.
|
ParallelDataProperties |
ParallelDataProperties.withParallelDataConfig(ParallelDataConfig parallelDataConfig)
Specifies the format and S3 location of the parallel data input file.
|
ParallelDataProperties |
ParallelDataProperties.withSkippedRecordCount(Long skippedRecordCount)
The number of items in the input file that Amazon Translate skipped when you created or updated the parallel data
resource.
|
ParallelDataProperties |
ParallelDataProperties.withSourceLanguageCode(String sourceLanguageCode)
The source language of the translations in the parallel data file.
|
ParallelDataProperties |
ParallelDataProperties.withStatus(ParallelDataStatus status)
The status of the parallel data resource.
|
ParallelDataProperties |
ParallelDataProperties.withStatus(String status)
The status of the parallel data resource.
|
ParallelDataProperties |
ParallelDataProperties.withTargetLanguageCodes(Collection<String> targetLanguageCodes)
The language codes for the target languages available in the parallel data file.
|
ParallelDataProperties |
ParallelDataProperties.withTargetLanguageCodes(String... targetLanguageCodes)
The language codes for the target languages available in the parallel data file.
|
| Modifier and Type | Method and Description |
|---|---|
List<ParallelDataProperties> |
ListParallelDataResult.getParallelDataPropertiesList()
The properties of the parallel data resources returned by this request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetParallelDataResult.setParallelDataProperties(ParallelDataProperties parallelDataProperties)
The properties of the parallel data resource that is being retrieved.
|
GetParallelDataResult |
GetParallelDataResult.withParallelDataProperties(ParallelDataProperties parallelDataProperties)
The properties of the parallel data resource that is being retrieved.
|
ListParallelDataResult |
ListParallelDataResult.withParallelDataPropertiesList(ParallelDataProperties... parallelDataPropertiesList)
The properties of the parallel data resources returned by this request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListParallelDataResult.setParallelDataPropertiesList(Collection<ParallelDataProperties> parallelDataPropertiesList)
The properties of the parallel data resources returned by this request.
|
ListParallelDataResult |
ListParallelDataResult.withParallelDataPropertiesList(Collection<ParallelDataProperties> parallelDataPropertiesList)
The properties of the parallel data resources returned by this request.
|
Copyright © 2024. All rights reserved.