ParallelDataProperties

The properties of a parallel data resource.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the parallel data resource.

Link copied to clipboard

The time at which the parallel data resource was created.

Link copied to clipboard

The description assigned to the parallel data resource.

Link copied to clipboard

The encryption key used to encrypt this object.

Link copied to clipboard

The number of records unsuccessfully imported from the parallel data input file.

Link copied to clipboard

The number of UTF-8 characters that Amazon Translate imported from the parallel data input file. This number includes only the characters in your translation examples. It does not include characters that are used to format your file. For example, if you provided a Translation Memory Exchange (.tmx) file, this number does not include the tags.

Link copied to clipboard

The number of records successfully imported from the parallel data input file.

Link copied to clipboard

The time at which the parallel data resource was last updated.

Link copied to clipboard

The time that the most recent update was attempted.

Link copied to clipboard

The status of the most recent update attempt for the parallel data resource.

Link copied to clipboard

Additional information from Amazon Translate about the parallel data resource.

Link copied to clipboard
val name: String?

The custom name assigned to the parallel data resource.

Link copied to clipboard

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

Link copied to clipboard

The number of items in the input file that Amazon Translate skipped when you created or updated the parallel data resource. For example, Amazon Translate skips empty records, empty target texts, and empty lines.

Link copied to clipboard

The source language of the translations in the parallel data file.

Link copied to clipboard

The status of the parallel data resource. When the parallel data is ready for you to use, the status is ACTIVE.

Link copied to clipboard

The language codes for the target languages available in the parallel data file. All possible target languages are returned as an array.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String