The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Paws::Translate::TextTranslationJobProperties

USAGE

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::Translate::TextTranslationJobProperties object:

  $service_obj->Method(Att1 => { DataAccessRoleArn => $value, ..., TerminologyNames => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::Translate::TextTranslationJobProperties object:

  $result = $service_obj->Method(...);
  $result->Att1->DataAccessRoleArn

DESCRIPTION

Provides information about a translation job.

ATTRIBUTES

DataAccessRoleArn => Str

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.

EndTime => Str

The time at which the translation job ended.

InputDataConfig => Paws::Translate::InputDataConfig

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

JobDetails => Paws::Translate::JobDetails

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

JobId => Str

The ID of the translation job.

JobName => Str

The user-defined name of the translation job.

JobStatus => Str

The status of the translation job.

Message => Str

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

OutputDataConfig => Paws::Translate::OutputDataConfig

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

ParallelDataNames => ArrayRef[Str|Undef]

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

SourceLanguageCode => Str

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

SubmittedTime => Str

The time at which the translation job was submitted.

TargetLanguageCodes => ArrayRef[Str|Undef]

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

TerminologyNames => ArrayRef[Str|Undef]

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.

SEE ALSO

This class forms part of Paws, describing an object used in Paws::Translate

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues