| Package | Description |
|---|---|
| com.amazonaws.services.mturk.model |
| Modifier and Type | Method and Description |
|---|---|
HIT |
HIT.clone() |
HIT |
GetHITResult.getHIT()
Contains the requested HIT data.
|
HIT |
GetAssignmentResult.getHIT()
The HIT associated with this assignment.
|
HIT |
CreateHITResult.getHIT()
Contains the newly created HIT data.
|
HIT |
CreateHITWithHITTypeResult.getHIT()
Contains the newly created HIT data.
|
HIT |
HIT.withAssignmentDurationInSeconds(Long assignmentDurationInSeconds)
The length of time, in seconds, that a Worker has to complete the HIT after accepting it.
|
HIT |
HIT.withAutoApprovalDelayInSeconds(Long autoApprovalDelayInSeconds)
The amount of time, in seconds, after the Worker submits an assignment for the HIT that the results are
automatically approved by Amazon Mechanical Turk.
|
HIT |
HIT.withCreationTime(Date creationTime)
The date and time the HIT was created.
|
HIT |
HIT.withDescription(String description)
A general description of the HIT.
|
HIT |
HIT.withExpiration(Date expiration)
The date and time the HIT expires.
|
HIT |
HIT.withHITGroupId(String hITGroupId)
The ID of the HIT Group of this HIT.
|
HIT |
HIT.withHITId(String hITId)
A unique identifier for the HIT.
|
HIT |
HIT.withHITLayoutId(String hITLayoutId)
The ID of the HIT Layout of this HIT.
|
HIT |
HIT.withHITReviewStatus(HITReviewStatus hITReviewStatus)
Indicates the review status of the HIT.
|
HIT |
HIT.withHITReviewStatus(String hITReviewStatus)
Indicates the review status of the HIT.
|
HIT |
HIT.withHITStatus(HITStatus hITStatus)
The status of the HIT and its assignments.
|
HIT |
HIT.withHITStatus(String hITStatus)
The status of the HIT and its assignments.
|
HIT |
HIT.withHITTypeId(String hITTypeId)
The ID of the HIT type of this HIT
|
HIT |
HIT.withKeywords(String keywords)
One or more words or phrases that describe the HIT, separated by commas.
|
HIT |
HIT.withMaxAssignments(Integer maxAssignments)
The number of times the HIT can be accepted and completed before the HIT becomes unavailable.
|
HIT |
HIT.withNumberOfAssignmentsAvailable(Integer numberOfAssignmentsAvailable)
The number of assignments for this HIT that are available for Workers to accept.
|
HIT |
HIT.withNumberOfAssignmentsCompleted(Integer numberOfAssignmentsCompleted)
The number of assignments for this HIT that have been approved or rejected.
|
HIT |
HIT.withNumberOfAssignmentsPending(Integer numberOfAssignmentsPending)
The 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.
|
HIT |
HIT.withQualificationRequirements(Collection<QualificationRequirement> qualificationRequirements)
Conditions that a Worker's Qualifications must meet in order to accept the HIT.
|
HIT |
HIT.withQualificationRequirements(QualificationRequirement... qualificationRequirements)
Conditions that a Worker's Qualifications must meet in order to accept the HIT.
|
HIT |
HIT.withQuestion(String question)
The data the Worker completing the HIT uses produce the results.
|
HIT |
HIT.withRequesterAnnotation(String requesterAnnotation)
An arbitrary data field the Requester who created the HIT can use.
|
HIT |
HIT.withReward(String reward) |
HIT |
HIT.withTitle(String title)
The title of the HIT.
|
| Modifier and Type | Method and Description |
|---|---|
List<HIT> |
ListHITsForQualificationTypeResult.getHITs()
The list of HIT elements returned by the query.
|
List<HIT> |
ListReviewableHITsResult.getHITs()
The list of HIT elements returned by the query.
|
List<HIT> |
ListHITsResult.getHITs()
The list of HIT elements returned by the query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetHITResult.setHIT(HIT hIT)
Contains the requested HIT data.
|
void |
GetAssignmentResult.setHIT(HIT hIT)
The HIT associated with this assignment.
|
void |
CreateHITResult.setHIT(HIT hIT)
Contains the newly created HIT data.
|
void |
CreateHITWithHITTypeResult.setHIT(HIT hIT)
Contains the newly created HIT data.
|
GetHITResult |
GetHITResult.withHIT(HIT hIT)
Contains the requested HIT data.
|
GetAssignmentResult |
GetAssignmentResult.withHIT(HIT hIT)
The HIT associated with this assignment.
|
CreateHITResult |
CreateHITResult.withHIT(HIT hIT)
Contains the newly created HIT data.
|
CreateHITWithHITTypeResult |
CreateHITWithHITTypeResult.withHIT(HIT hIT)
Contains the newly created HIT data.
|
ListHITsForQualificationTypeResult |
ListHITsForQualificationTypeResult.withHITs(HIT... hITs)
The list of HIT elements returned by the query.
|
ListReviewableHITsResult |
ListReviewableHITsResult.withHITs(HIT... hITs)
The list of HIT elements returned by the query.
|
ListHITsResult |
ListHITsResult.withHITs(HIT... hITs)
The list of HIT elements returned by the query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListHITsForQualificationTypeResult.setHITs(Collection<HIT> hITs)
The list of HIT elements returned by the query.
|
void |
ListReviewableHITsResult.setHITs(Collection<HIT> hITs)
The list of HIT elements returned by the query.
|
void |
ListHITsResult.setHITs(Collection<HIT> hITs)
The list of HIT elements returned by the query.
|
ListHITsForQualificationTypeResult |
ListHITsForQualificationTypeResult.withHITs(Collection<HIT> hITs)
The list of HIT elements returned by the query.
|
ListReviewableHITsResult |
ListReviewableHITsResult.withHITs(Collection<HIT> hITs)
The list of HIT elements returned by the query.
|
ListHITsResult |
ListHITsResult.withHITs(Collection<HIT> hITs)
The list of HIT elements returned by the query.
|
Copyright © 2023. All rights reserved.