![]() |
![]()
| ![]() |
![]()
NAMEPaws::Translate::TextTranslationJobProperties USAGEThis 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 DESCRIPTIONProvides information about a translation job. ATTRIBUTESDataAccessRoleArn => StrThe 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 => StrThe time at which the translation job ended. InputDataConfig => Paws::Translate::InputDataConfigThe input configuration properties that were specified when the job was requested. JobDetails => Paws::Translate::JobDetailsThe number of documents successfully and unsuccessfully processed during the translation job. JobId => StrThe ID of the translation job. JobName => StrThe user-defined name of the translation job. JobStatus => StrThe status of the translation job. Message => StrAn explanation of any errors that may have occured during the translation job. OutputDataConfig => Paws::Translate::OutputDataConfigThe 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 => StrThe language code of the language of the source text. The language must be a language supported by Amazon Translate. SubmittedTime => StrThe 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 ALSOThis class forms part of Paws, describing an object used in Paws::Translate BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|