| Package | Description |
|---|---|
| com.amazonaws.services.mturk |
|
| com.amazonaws.services.mturk.model |
| Modifier and Type | Method and Description |
|---|---|
CreateHITWithHITTypeResult |
AbstractAmazonMTurk.createHITWithHITType(CreateHITWithHITTypeRequest request) |
CreateHITWithHITTypeResult |
AmazonMTurkClient.createHITWithHITType(CreateHITWithHITTypeRequest request)
The
CreateHITWithHITType operation creates a new Human Intelligence Task (HIT) using an existing
HITTypeID generated by the CreateHITType operation. |
CreateHITWithHITTypeResult |
AmazonMTurk.createHITWithHITType(CreateHITWithHITTypeRequest createHITWithHITTypeRequest)
The
CreateHITWithHITType operation creates a new Human Intelligence Task (HIT) using an existing
HITTypeID generated by the CreateHITType operation. |
Future<CreateHITWithHITTypeResult> |
AmazonMTurkAsync.createHITWithHITTypeAsync(CreateHITWithHITTypeRequest createHITWithHITTypeRequest)
The
CreateHITWithHITType operation creates a new Human Intelligence Task (HIT) using an existing
HITTypeID generated by the CreateHITType operation. |
Future<CreateHITWithHITTypeResult> |
AbstractAmazonMTurkAsync.createHITWithHITTypeAsync(CreateHITWithHITTypeRequest request) |
Future<CreateHITWithHITTypeResult> |
AmazonMTurkAsyncClient.createHITWithHITTypeAsync(CreateHITWithHITTypeRequest request) |
Future<CreateHITWithHITTypeResult> |
AmazonMTurkAsync.createHITWithHITTypeAsync(CreateHITWithHITTypeRequest createHITWithHITTypeRequest,
AsyncHandler<CreateHITWithHITTypeRequest,CreateHITWithHITTypeResult> asyncHandler)
The
CreateHITWithHITType operation creates a new Human Intelligence Task (HIT) using an existing
HITTypeID generated by the CreateHITType operation. |
Future<CreateHITWithHITTypeResult> |
AbstractAmazonMTurkAsync.createHITWithHITTypeAsync(CreateHITWithHITTypeRequest request,
AsyncHandler<CreateHITWithHITTypeRequest,CreateHITWithHITTypeResult> asyncHandler) |
Future<CreateHITWithHITTypeResult> |
AmazonMTurkAsyncClient.createHITWithHITTypeAsync(CreateHITWithHITTypeRequest request,
AsyncHandler<CreateHITWithHITTypeRequest,CreateHITWithHITTypeResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateHITWithHITTypeResult> |
AmazonMTurkAsync.createHITWithHITTypeAsync(CreateHITWithHITTypeRequest createHITWithHITTypeRequest,
AsyncHandler<CreateHITWithHITTypeRequest,CreateHITWithHITTypeResult> asyncHandler)
The
CreateHITWithHITType operation creates a new Human Intelligence Task (HIT) using an existing
HITTypeID generated by the CreateHITType operation. |
Future<CreateHITWithHITTypeResult> |
AbstractAmazonMTurkAsync.createHITWithHITTypeAsync(CreateHITWithHITTypeRequest request,
AsyncHandler<CreateHITWithHITTypeRequest,CreateHITWithHITTypeResult> asyncHandler) |
Future<CreateHITWithHITTypeResult> |
AmazonMTurkAsyncClient.createHITWithHITTypeAsync(CreateHITWithHITTypeRequest request,
AsyncHandler<CreateHITWithHITTypeRequest,CreateHITWithHITTypeResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateHITWithHITTypeRequest |
CreateHITWithHITTypeRequest.clone() |
CreateHITWithHITTypeRequest |
CreateHITWithHITTypeRequest.withAssignmentReviewPolicy(ReviewPolicy assignmentReviewPolicy)
The Assignment-level Review Policy applies to the assignments under the HIT.
|
CreateHITWithHITTypeRequest |
CreateHITWithHITTypeRequest.withHITLayoutId(String hITLayoutId)
The HITLayoutId allows you to use a pre-existing HIT design with placeholder values and create an additional HIT
by providing those values as HITLayoutParameters.
|
CreateHITWithHITTypeRequest |
CreateHITWithHITTypeRequest.withHITLayoutParameters(Collection<HITLayoutParameter> hITLayoutParameters)
If the HITLayoutId is provided, any placeholder values must be filled in with values using the HITLayoutParameter
structure.
|
CreateHITWithHITTypeRequest |
CreateHITWithHITTypeRequest.withHITLayoutParameters(HITLayoutParameter... hITLayoutParameters)
If the HITLayoutId is provided, any placeholder values must be filled in with values using the HITLayoutParameter
structure.
|
CreateHITWithHITTypeRequest |
CreateHITWithHITTypeRequest.withHITReviewPolicy(ReviewPolicy hITReviewPolicy)
The HIT-level Review Policy applies to the HIT.
|
CreateHITWithHITTypeRequest |
CreateHITWithHITTypeRequest.withHITTypeId(String hITTypeId)
The HIT type ID you want to create this HIT with.
|
CreateHITWithHITTypeRequest |
CreateHITWithHITTypeRequest.withLifetimeInSeconds(Long lifetimeInSeconds)
An amount of time, in seconds, after which the HIT is no longer available for users to accept.
|
CreateHITWithHITTypeRequest |
CreateHITWithHITTypeRequest.withMaxAssignments(Integer maxAssignments)
The number of times the HIT can be accepted and completed before the HIT becomes unavailable.
|
CreateHITWithHITTypeRequest |
CreateHITWithHITTypeRequest.withQuestion(String question)
The data the person completing the HIT uses to produce the results.
|
CreateHITWithHITTypeRequest |
CreateHITWithHITTypeRequest.withRequesterAnnotation(String requesterAnnotation)
An arbitrary data field.
|
CreateHITWithHITTypeRequest |
CreateHITWithHITTypeRequest.withUniqueRequestToken(String uniqueRequestToken)
A unique identifier for this request which allows you to retry the call on error without creating duplicate HITs.
|
Copyright © 2019. All rights reserved.