You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MTurk::Types::Assignment

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The Assignment data structure represents a single assignment of a HIT to a Worker. The assignment tracks the Worker's efforts to complete the HIT, and contains the results for later retrieval.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#accept_timeTime

The date and time the Worker accepted the assignment.

Returns:

  • (Time)

    The date and time the Worker accepted the assignment.

#answerString

The Worker\'s answers submitted for the HIT contained in a QuestionFormAnswers document, if the Worker provides an answer. If the Worker does not provide any answers, Answer may contain a QuestionFormAnswers document, or Answer may be empty.

Returns:

  • (String)

    The Worker\'s answers submitted for the HIT contained in a QuestionFormAnswers document, if the Worker provides an answer.

#approval_timeTime

If the Worker has submitted results and the Requester has approved the results, ApprovalTime is the date and time the Requester approved the results. This value is omitted from the assignment if the Requester has not yet approved the results.

Returns:

  • (Time)

    If the Worker has submitted results and the Requester has approved the results, ApprovalTime is the date and time the Requester approved the results.

#assignment_idString

A unique identifier for the assignment.

Returns:

  • (String)

    A unique identifier for the assignment.

#assignment_statusString

The status of the assignment.

Possible values:

  • Submitted
  • Approved
  • Rejected

Returns:

  • (String)

    The status of the assignment.

#auto_approval_timeTime

If results have been submitted, AutoApprovalTime is the date and time the results of the assignment results are considered Approved automatically if they have not already been explicitly approved or rejected by the Requester. This value is derived from the auto-approval delay specified by the Requester in the HIT. This value is omitted from the assignment if the Worker has not yet submitted results.

Returns:

  • (Time)

    If results have been submitted, AutoApprovalTime is the date and time the results of the assignment results are considered Approved automatically if they have not already been explicitly approved or rejected by the Requester.

#deadlineTime

The date and time of the deadline for the assignment. This value is derived from the deadline specification for the HIT and the date and time the Worker accepted the HIT.

Returns:

  • (Time)

    The date and time of the deadline for the assignment.

#hit_idString

The ID of the HIT.

Returns:

  • (String)

    The ID of the HIT.

#rejection_timeTime

If the Worker has submitted results and the Requester has rejected the results, RejectionTime is the date and time the Requester rejected the results.

Returns:

  • (Time)

    If the Worker has submitted results and the Requester has rejected the results, RejectionTime is the date and time the Requester rejected the results.

#requester_feedbackString

The feedback string included with the call to the ApproveAssignment operation or the RejectAssignment operation, if the Requester approved or rejected the assignment and specified feedback.

Returns:

  • (String)

    The feedback string included with the call to the ApproveAssignment operation or the RejectAssignment operation, if the Requester approved or rejected the assignment and specified feedback.

#submit_timeTime

If the Worker has submitted results, SubmitTime is the date and time the assignment was submitted. This value is omitted from the assignment if the Worker has not yet submitted results.

Returns:

  • (Time)

    If the Worker has submitted results, SubmitTime is the date and time the assignment was submitted.

#worker_idString

The ID of the Worker who accepted the HIT.

Returns:

  • (String)

    The ID of the Worker who accepted the HIT.