![]() |
![]()
| ![]() |
![]()
NAMEPaws::MTurk::HIT 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::MTurk::HIT object: $service_obj->Method(Att1 => { AssignmentDurationInSeconds => $value, ..., Title => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::MTurk::HIT object: $result = $service_obj->Method(...); $result->Att1->AssignmentDurationInSeconds DESCRIPTIONThe HIT data structure represents a single HIT, including all the information necessary for a Worker to accept and complete the HIT. ATTRIBUTESAssignmentDurationInSeconds => IntThe length of time, in seconds, that a Worker has to complete the HIT after accepting it. AutoApprovalDelayInSeconds => IntThe amount of time, in seconds, after the Worker submits an assignment for the HIT that the results are automatically approved by Amazon Mechanical Turk. This is the amount of time the Requester has to reject an assignment submitted by a Worker before the assignment is auto-approved and the Worker is paid. CreationTime => StrThe date and time the HIT was created. Description => StrA general description of the HIT. Expiration => StrThe date and time the HIT expires. HITGroupId => StrThe ID of the HIT Group of this HIT. HITId => StrA unique identifier for the HIT. HITLayoutId => StrThe ID of the HIT Layout of this HIT. HITReviewStatus => StrIndicates the review status of the HIT. Valid Values are NotReviewed | MarkedForReview | ReviewedAppropriate | ReviewedInappropriate. HITStatus => StrThe status of the HIT and its assignments. Valid Values are Assignable | Unassignable | Reviewable | Reviewing | Disposed. HITTypeId => StrThe ID of the HIT type of this HIT Keywords => StrOne or more words or phrases that describe the HIT, separated by commas. Search terms similar to the keywords of a HIT are more likely to have the HIT in the search results. MaxAssignments => IntThe number of times the HIT can be accepted and completed before the HIT becomes unavailable. NumberOfAssignmentsAvailable => IntThe number of assignments for this HIT that are available for Workers to accept. NumberOfAssignmentsCompleted => IntThe number of assignments for this HIT that have been approved or rejected. NumberOfAssignmentsPending => IntThe number of assignments for this HIT that are being previewed or have been accepted by Workers, but have not yet been submitted, returned, or abandoned. QualificationRequirements => ArrayRef[Paws::MTurk::QualificationRequirement]Conditions that a Worker's Qualifications must meet in order to accept the HIT. A HIT can have between zero and ten Qualification requirements. All requirements must be met in order for a Worker to accept the HIT. Additionally, other actions can be restricted using the "ActionsGuarded" field on each "QualificationRequirement" structure. Question => StrThe data the Worker completing the HIT uses produce the results. This is either either a QuestionForm, HTMLQuestion or an ExternalQuestion data structure. RequesterAnnotation => StrAn arbitrary data field the Requester who created the HIT can use. This field is visible only to the creator of the HIT. Reward => StrTitle => StrThe title of the HIT. SEE ALSOThis class forms part of Paws, describing an object used in Paws::MTurk 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>
|