List Parallel Data
translate_list_parallel_data | R Documentation |
Provides a list of your parallel data resources in Amazon Translate¶
Description¶
Provides a list of your parallel data resources in Amazon Translate.
Usage¶
Arguments¶
NextToken
A string that specifies the next page of results to return in a paginated response.
MaxResults
The maximum number of parallel data resources returned for each request.
Value¶
A list with the following syntax:
list(
ParallelDataPropertiesList = list(
list(
Name = "string",
Arn = "string",
Description = "string",
Status = "CREATING"|"UPDATING"|"ACTIVE"|"DELETING"|"FAILED",
SourceLanguageCode = "string",
TargetLanguageCodes = list(
"string"
),
ParallelDataConfig = list(
S3Uri = "string",
Format = "TSV"|"CSV"|"TMX"
),
Message = "string",
ImportedDataSize = 123,
ImportedRecordCount = 123,
FailedRecordCount = 123,
SkippedRecordCount = 123,
EncryptionKey = list(
Type = "KMS",
Id = "string"
),
CreatedAt = as.POSIXct(
"2015-01-01"
),
LastUpdatedAt = as.POSIXct(
"2015-01-01"
),
LatestUpdateAttemptStatus = "CREATING"|"UPDATING"|"ACTIVE"|"DELETING"|"FAILED",
LatestUpdateAttemptAt = as.POSIXct(
"2015-01-01"
)
)
),
NextToken = "string"
)