![]() |
![]()
| ![]() |
![]()
NAMEPaws::MediaConvert::Job 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::MediaConvert::Job object: $service_obj->Method(Att1 => { AccelerationSettings => $value, ..., UserMetadata => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::MediaConvert::Job object: $result = $service_obj->Method(...); $result->Att1->AccelerationSettings DESCRIPTIONEach job converts an input file into an output file or files. For more information, see the User Guide at https://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html ATTRIBUTESAccelerationSettings => Paws::MediaConvert::AccelerationSettingsAccelerated transcoding can significantly speed up jobs with long, visually complex content. AccelerationStatus => StrDescribes whether the current job is running with accelerated transcoding. For jobs that have Acceleration (AccelerationMode) set to DISABLED, AccelerationStatus is always NOT_APPLICABLE. For jobs that have Acceleration (AccelerationMode) set to ENABLED or PREFERRED, AccelerationStatus is one of the other states. AccelerationStatus is IN_PROGRESS initially, while the service determines whether the input files and job settings are compatible with accelerated transcoding. If they are, AcclerationStatus is ACCELERATED. If your input files and job settings aren't compatible with accelerated transcoding, the service either fails your job or runs it without accelerated transcoding, depending on how you set Acceleration (AccelerationMode). When the service runs your job without accelerated transcoding, AccelerationStatus is NOT_ACCELERATED. Arn => StrAn identifier for this resource that is unique within all of AWS. BillingTagsSource => StrThe tag type that AWS Billing and Cost Management will use to sort your AWS Elemental MediaConvert costs on any billing report that you set up. CreatedAt => StrThe time, in Unix epoch format in seconds, when the job got created. CurrentPhase => StrA job's phase can be PROBING, TRANSCODING OR UPLOADING ErrorCode => IntError code for the job ErrorMessage => StrError message of Job HopDestinations => ArrayRef[Paws::MediaConvert::HopDestination]Optional list of hop destinations. Id => StrA portion of the job's ARN, unique within your AWS Elemental MediaConvert resources JobPercentComplete => IntAn estimate of how far your job has progressed. This estimate is shown as a percentage of the total time from when your job leaves its queue to when your output files appear in your output Amazon S3 bucket. AWS Elemental MediaConvert provides jobPercentComplete in CloudWatch STATUS_UPDATE events and in the response to GetJob and ListJobs requests. The jobPercentComplete estimate is reliable for the following input containers: Quicktime, Transport Stream, MP4, and MXF. For some jobs, the service can't provide information about job progress. In those cases, jobPercentComplete returns a null value. JobTemplate => StrThe job template that the job is created from, if it is created from a job template. Messages => Paws::MediaConvert::JobMessagesProvides messages from the service about jobs that you have already successfully submitted. OutputGroupDetails => ArrayRef[Paws::MediaConvert::OutputGroupDetail]List of output group details Priority => IntRelative priority on the job. Queue => StrWhen you create a job, you can specify a queue to send it to. If you don't specify, the job will go to the default queue. For more about queues, see the User Guide topic at https://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html QueueTransitions => ArrayRef[Paws::MediaConvert::QueueTransition]The job's queue hopping history. RetryCount => IntThe number of times that the service automatically attempted to process your job after encountering an error. REQUIRED Role => StrThe IAM role you use for creating this job. For details about permissions, see the User Guide topic at the User Guide at https://docs.aws.amazon.com/mediaconvert/latest/ug/iam-role.html REQUIRED Settings => Paws::MediaConvert::JobSettingsJobSettings contains all the transcode settings for a job. SimulateReservedQueue => StrEnable this setting when you run a test job to estimate how many reserved transcoding slots (RTS) you need. When this is enabled, MediaConvert runs your job from an on-demand queue with similar performance to what you will see with one RTS in a reserved queue. This setting is disabled by default. Status => StrA job's status can be SUBMITTED, PROGRESSING, COMPLETE, CANCELED, or ERROR. StatusUpdateInterval => StrSpecify how often MediaConvert sends STATUS_UPDATE events to Amazon CloudWatch Events. Set the interval, in seconds, between status updates. MediaConvert sends an update at this interval from the time the service begins processing your job to the time it completes the transcode or encounters an error. Timing => Paws::MediaConvert::TimingInformation about when jobs are submitted, started, and finished is specified in Unix epoch format in seconds. UserMetadata => Paws::MediaConvert::__mapOf__stringUser-defined metadata that you want to associate with an MediaConvert job. You specify metadata in key/value pairs. SEE ALSOThis class forms part of Paws, describing an object used in Paws::MediaConvert 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>
|