TextTranslationJobProperties

Provides information about a translation job.

Types

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

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that granted Amazon Translate read access to the job's input data.

Link copied to clipboard

The time at which the translation job ended.

Link copied to clipboard

The input configuration properties that were specified when the job was requested.

Link copied to clipboard

The number of documents successfully and unsuccessfully processed during the translation job.

Link copied to clipboard

The ID of the translation job.

Link copied to clipboard

The user-defined name of the translation job.

Link copied to clipboard

The status of the translation job.

Link copied to clipboard

An explanation of any errors that may have occurred during the translation job.

Link copied to clipboard

The output configuration properties that were specified when the job was requested.

Link copied to clipboard

A list containing the names of the parallel data resources applied to the translation job.

Link copied to clipboard

Settings that modify the translation output.

Link copied to clipboard

The language code of the language of the source text. The language must be a language supported by Amazon Translate.

Link copied to clipboard

The time at which the translation job was submitted.

Link copied to clipboard

The language code of the language of the target text. The language must be a language supported by Amazon Translate.

Link copied to clipboard

A list containing the names of the terminologies applied to a translation job. Only one terminology can be applied per StartTextTranslationJob request at this time.

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