@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HumanTaskConfig extends Object implements Serializable, Cloneable, StructuredPojo
Information required for human workers to complete a labeling task.
Constructor and Description |
---|
HumanTaskConfig() |
Modifier and Type | Method and Description |
---|---|
HumanTaskConfig |
clone() |
boolean |
equals(Object obj) |
AnnotationConsolidationConfig |
getAnnotationConsolidationConfig()
Configures how labels are consolidated across human workers.
|
Integer |
getMaxConcurrentTaskCount()
Defines the maximum number of data objects that can be labeled by human workers at the same time.
|
Integer |
getNumberOfHumanWorkersPerDataObject()
The number of human workers that will label an object.
|
String |
getPreHumanTaskLambdaArn()
The Amazon Resource Name (ARN) of a Lambda function that is run before a data object is sent to a human worker.
|
PublicWorkforceTaskPrice |
getPublicWorkforceTaskPrice()
The price that you pay for each task performed by an Amazon Mechanical Turk worker.
|
Integer |
getTaskAvailabilityLifetimeInSeconds()
The length of time that a task remains available for labeling by human workers.
|
String |
getTaskDescription()
A description of the task for your human workers.
|
List<String> |
getTaskKeywords()
Keywords used to describe the task so that workers on Amazon Mechanical Turk can discover the task.
|
Integer |
getTaskTimeLimitInSeconds()
The amount of time that a worker has to complete a task.
|
String |
getTaskTitle()
A title for the task for your human workers.
|
UiConfig |
getUiConfig()
Information about the user interface that workers use to complete the labeling task.
|
String |
getWorkteamArn()
The Amazon Resource Name (ARN) of the work team assigned to complete the tasks.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAnnotationConsolidationConfig(AnnotationConsolidationConfig annotationConsolidationConfig)
Configures how labels are consolidated across human workers.
|
void |
setMaxConcurrentTaskCount(Integer maxConcurrentTaskCount)
Defines the maximum number of data objects that can be labeled by human workers at the same time.
|
void |
setNumberOfHumanWorkersPerDataObject(Integer numberOfHumanWorkersPerDataObject)
The number of human workers that will label an object.
|
void |
setPreHumanTaskLambdaArn(String preHumanTaskLambdaArn)
The Amazon Resource Name (ARN) of a Lambda function that is run before a data object is sent to a human worker.
|
void |
setPublicWorkforceTaskPrice(PublicWorkforceTaskPrice publicWorkforceTaskPrice)
The price that you pay for each task performed by an Amazon Mechanical Turk worker.
|
void |
setTaskAvailabilityLifetimeInSeconds(Integer taskAvailabilityLifetimeInSeconds)
The length of time that a task remains available for labeling by human workers.
|
void |
setTaskDescription(String taskDescription)
A description of the task for your human workers.
|
void |
setTaskKeywords(Collection<String> taskKeywords)
Keywords used to describe the task so that workers on Amazon Mechanical Turk can discover the task.
|
void |
setTaskTimeLimitInSeconds(Integer taskTimeLimitInSeconds)
The amount of time that a worker has to complete a task.
|
void |
setTaskTitle(String taskTitle)
A title for the task for your human workers.
|
void |
setUiConfig(UiConfig uiConfig)
Information about the user interface that workers use to complete the labeling task.
|
void |
setWorkteamArn(String workteamArn)
The Amazon Resource Name (ARN) of the work team assigned to complete the tasks.
|
String |
toString()
Returns a string representation of this object.
|
HumanTaskConfig |
withAnnotationConsolidationConfig(AnnotationConsolidationConfig annotationConsolidationConfig)
Configures how labels are consolidated across human workers.
|
HumanTaskConfig |
withMaxConcurrentTaskCount(Integer maxConcurrentTaskCount)
Defines the maximum number of data objects that can be labeled by human workers at the same time.
|
HumanTaskConfig |
withNumberOfHumanWorkersPerDataObject(Integer numberOfHumanWorkersPerDataObject)
The number of human workers that will label an object.
|
HumanTaskConfig |
withPreHumanTaskLambdaArn(String preHumanTaskLambdaArn)
The Amazon Resource Name (ARN) of a Lambda function that is run before a data object is sent to a human worker.
|
HumanTaskConfig |
withPublicWorkforceTaskPrice(PublicWorkforceTaskPrice publicWorkforceTaskPrice)
The price that you pay for each task performed by an Amazon Mechanical Turk worker.
|
HumanTaskConfig |
withTaskAvailabilityLifetimeInSeconds(Integer taskAvailabilityLifetimeInSeconds)
The length of time that a task remains available for labeling by human workers.
|
HumanTaskConfig |
withTaskDescription(String taskDescription)
A description of the task for your human workers.
|
HumanTaskConfig |
withTaskKeywords(Collection<String> taskKeywords)
Keywords used to describe the task so that workers on Amazon Mechanical Turk can discover the task.
|
HumanTaskConfig |
withTaskKeywords(String... taskKeywords)
Keywords used to describe the task so that workers on Amazon Mechanical Turk can discover the task.
|
HumanTaskConfig |
withTaskTimeLimitInSeconds(Integer taskTimeLimitInSeconds)
The amount of time that a worker has to complete a task.
|
HumanTaskConfig |
withTaskTitle(String taskTitle)
A title for the task for your human workers.
|
HumanTaskConfig |
withUiConfig(UiConfig uiConfig)
Information about the user interface that workers use to complete the labeling task.
|
HumanTaskConfig |
withWorkteamArn(String workteamArn)
The Amazon Resource Name (ARN) of the work team assigned to complete the tasks.
|
public void setWorkteamArn(String workteamArn)
The Amazon Resource Name (ARN) of the work team assigned to complete the tasks.
workteamArn
- The Amazon Resource Name (ARN) of the work team assigned to complete the tasks.public String getWorkteamArn()
The Amazon Resource Name (ARN) of the work team assigned to complete the tasks.
public HumanTaskConfig withWorkteamArn(String workteamArn)
The Amazon Resource Name (ARN) of the work team assigned to complete the tasks.
workteamArn
- The Amazon Resource Name (ARN) of the work team assigned to complete the tasks.public void setUiConfig(UiConfig uiConfig)
Information about the user interface that workers use to complete the labeling task.
uiConfig
- Information about the user interface that workers use to complete the labeling task.public UiConfig getUiConfig()
Information about the user interface that workers use to complete the labeling task.
public HumanTaskConfig withUiConfig(UiConfig uiConfig)
Information about the user interface that workers use to complete the labeling task.
uiConfig
- Information about the user interface that workers use to complete the labeling task.public void setPreHumanTaskLambdaArn(String preHumanTaskLambdaArn)
The Amazon Resource Name (ARN) of a Lambda function that is run before a data object is sent to a human worker. Use this function to provide input to a custom labeling job.
For the built-in bounding box, image classification, semantic segmentation, and text classification task types, Amazon SageMaker Ground Truth provides the following Lambda functions:
US East (Northern Virginia) (us-east-1):
arn:aws:lambda:us-east-1:432418664414:function:PRE-BoundingBox
arn:aws:lambda:us-east-1:432418664414:function:PRE-ImageMultiClass
arn:aws:lambda:us-east-1:432418664414:function:PRE-SemanticSegmentation
arn:aws:lambda:us-east-1:432418664414:function:PRE-TextMultiClass
arn:aws:lambda:us-east-1:432418664414:function:PRE-NamedEntityRecognition
US East (Ohio) (us-east-2):
arn:aws:lambda:us-east-2:266458841044:function:PRE-BoundingBox
arn:aws:lambda:us-east-2:266458841044:function:PRE-ImageMultiClass
arn:aws:lambda:us-east-2:266458841044:function:PRE-SemanticSegmentation
arn:aws:lambda:us-east-2:266458841044:function:PRE-TextMultiClass
arn:aws:lambda:us-east-2:266458841044:function:PRE-NamedEntityRecognition
US West (Oregon) (us-west-2):
arn:aws:lambda:us-west-2:081040173940:function:PRE-BoundingBox
arn:aws:lambda:us-west-2:081040173940:function:PRE-ImageMultiClass
arn:aws:lambda:us-west-2:081040173940:function:PRE-SemanticSegmentation
arn:aws:lambda:us-west-2:081040173940:function:PRE-TextMultiClass
arn:aws:lambda:us-west-2:081040173940:function:PRE-NamedEntityRecognition
Canada (Central) (ca-central-1):
arn:awslambda:ca-central-1:918755190332:function:PRE-BoundingBox
arn:awslambda:ca-central-1:918755190332:function:PRE-ImageMultiClass
arn:awslambda:ca-central-1:918755190332:function:PRE-SemanticSegmentation
arn:awslambda:ca-central-1:918755190332:function:PRE-TextMultiClass
arn:awslambda:ca-central-1:918755190332:function:PRE-NamedEntityRecognition
EU (Ireland) (eu-west-1):
arn:aws:lambda:eu-west-1:568282634449:function:PRE-BoundingBox
arn:aws:lambda:eu-west-1:568282634449:function:PRE-ImageMultiClass
arn:aws:lambda:eu-west-1:568282634449:function:PRE-SemanticSegmentation
arn:aws:lambda:eu-west-1:568282634449:function:PRE-TextMultiClass
arn:aws:lambda:eu-west-1:568282634449:function:PRE-NamedEntityRecognition
EU (London) (eu-west-2):
arn:awslambda:eu-west-2:487402164563:function:PRE-BoundingBox
arn:awslambda:eu-west-2:487402164563:function:PRE-ImageMultiClass
arn:awslambda:eu-west-2:487402164563:function:PRE-SemanticSegmentation
arn:awslambda:eu-west-2:487402164563:function:PRE-TextMultiClass
arn:awslambda:eu-west-2:487402164563:function:PRE-NamedEntityRecognition
EU Frankfurt (eu-central-1):
arn:awslambda:eu-central-1:203001061592:function:PRE-BoundingBox
arn:awslambda:eu-central-1:203001061592:function:PRE-ImageMultiClass
arn:awslambda:eu-central-1:203001061592:function:PRE-SemanticSegmentation
arn:awslambda:eu-central-1:203001061592:function:PRE-TextMultiClass
arn:awslambda:eu-central-1:203001061592:function:PRE-NamedEntityRecognition
Asia Pacific (Tokyo) (ap-northeast-1):
arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-BoundingBox
arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-ImageMultiClass
arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-SemanticSegmentation
arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-TextMultiClass
arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-NamedEntityRecognition
Asia Pacific (Seoul) (ap-northeast-2):
arn:awslambda:ap-northeast-2:845288260483:function:PRE-BoundingBox
arn:awslambda:ap-northeast-2:845288260483:function:PRE-ImageMultiClass
arn:awslambda:ap-northeast-2:845288260483:function:PRE-SemanticSegmentation
arn:awslambda:ap-northeast-2:845288260483:function:PRE-TextMultiClass
arn:awslambda:ap-northeast-2:845288260483:function:PRE-NamedEntityRecognition
Asia Pacific (Mumbai) (ap-south-1):
arn:awslambda:ap-south-1:565803892007:function:PRE-BoundingBox
arn:awslambda:ap-south-1:565803892007:function:PRE-ImageMultiClass
arn:awslambda:ap-south-1:565803892007:function:PRE-SemanticSegmentation
arn:awslambda:ap-south-1:565803892007:function:PRE-TextMultiClass
arn:awslambda:ap-south-1:565803892007:function:PRE-NamedEntityRecognition
Asia Pacific (Singapore) (ap-southeast-1):
arn:awslambda:ap-southeast-1:377565633583:function:PRE-BoundingBox
arn:awslambda:ap-southeast-1:377565633583:function:PRE-ImageMultiClass
arn:awslambda:ap-southeast-1:377565633583:function:PRE-SemanticSegmentation
arn:awslambda:ap-southeast-1:377565633583:function:PRE-TextMultiClass
arn:awslambda:ap-southeast-1:377565633583:function:PRE-NamedEntityRecognition
Asia Pacific (Sydney) (ap-southeast-2):
arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-BoundingBox
arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-ImageMultiClass
arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-SemanticSegmentation
arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-TextMultiClass
arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-NamedEntityRecognition
preHumanTaskLambdaArn
- The Amazon Resource Name (ARN) of a Lambda function that is run before a data object is sent to a human
worker. Use this function to provide input to a custom labeling job.
For the built-in bounding box, image classification, semantic segmentation, and text classification task types, Amazon SageMaker Ground Truth provides the following Lambda functions:
US East (Northern Virginia) (us-east-1):
arn:aws:lambda:us-east-1:432418664414:function:PRE-BoundingBox
arn:aws:lambda:us-east-1:432418664414:function:PRE-ImageMultiClass
arn:aws:lambda:us-east-1:432418664414:function:PRE-SemanticSegmentation
arn:aws:lambda:us-east-1:432418664414:function:PRE-TextMultiClass
arn:aws:lambda:us-east-1:432418664414:function:PRE-NamedEntityRecognition
US East (Ohio) (us-east-2):
arn:aws:lambda:us-east-2:266458841044:function:PRE-BoundingBox
arn:aws:lambda:us-east-2:266458841044:function:PRE-ImageMultiClass
arn:aws:lambda:us-east-2:266458841044:function:PRE-SemanticSegmentation
arn:aws:lambda:us-east-2:266458841044:function:PRE-TextMultiClass
arn:aws:lambda:us-east-2:266458841044:function:PRE-NamedEntityRecognition
US West (Oregon) (us-west-2):
arn:aws:lambda:us-west-2:081040173940:function:PRE-BoundingBox
arn:aws:lambda:us-west-2:081040173940:function:PRE-ImageMultiClass
arn:aws:lambda:us-west-2:081040173940:function:PRE-SemanticSegmentation
arn:aws:lambda:us-west-2:081040173940:function:PRE-TextMultiClass
arn:aws:lambda:us-west-2:081040173940:function:PRE-NamedEntityRecognition
Canada (Central) (ca-central-1):
arn:awslambda:ca-central-1:918755190332:function:PRE-BoundingBox
arn:awslambda:ca-central-1:918755190332:function:PRE-ImageMultiClass
arn:awslambda:ca-central-1:918755190332:function:PRE-SemanticSegmentation
arn:awslambda:ca-central-1:918755190332:function:PRE-TextMultiClass
arn:awslambda:ca-central-1:918755190332:function:PRE-NamedEntityRecognition
EU (Ireland) (eu-west-1):
arn:aws:lambda:eu-west-1:568282634449:function:PRE-BoundingBox
arn:aws:lambda:eu-west-1:568282634449:function:PRE-ImageMultiClass
arn:aws:lambda:eu-west-1:568282634449:function:PRE-SemanticSegmentation
arn:aws:lambda:eu-west-1:568282634449:function:PRE-TextMultiClass
arn:aws:lambda:eu-west-1:568282634449:function:PRE-NamedEntityRecognition
EU (London) (eu-west-2):
arn:awslambda:eu-west-2:487402164563:function:PRE-BoundingBox
arn:awslambda:eu-west-2:487402164563:function:PRE-ImageMultiClass
arn:awslambda:eu-west-2:487402164563:function:PRE-SemanticSegmentation
arn:awslambda:eu-west-2:487402164563:function:PRE-TextMultiClass
arn:awslambda:eu-west-2:487402164563:function:PRE-NamedEntityRecognition
EU Frankfurt (eu-central-1):
arn:awslambda:eu-central-1:203001061592:function:PRE-BoundingBox
arn:awslambda:eu-central-1:203001061592:function:PRE-ImageMultiClass
arn:awslambda:eu-central-1:203001061592:function:PRE-SemanticSegmentation
arn:awslambda:eu-central-1:203001061592:function:PRE-TextMultiClass
arn:awslambda:eu-central-1:203001061592:function:PRE-NamedEntityRecognition
Asia Pacific (Tokyo) (ap-northeast-1):
arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-BoundingBox
arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-ImageMultiClass
arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-SemanticSegmentation
arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-TextMultiClass
arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-NamedEntityRecognition
Asia Pacific (Seoul) (ap-northeast-2):
arn:awslambda:ap-northeast-2:845288260483:function:PRE-BoundingBox
arn:awslambda:ap-northeast-2:845288260483:function:PRE-ImageMultiClass
arn:awslambda:ap-northeast-2:845288260483:function:PRE-SemanticSegmentation
arn:awslambda:ap-northeast-2:845288260483:function:PRE-TextMultiClass
arn:awslambda:ap-northeast-2:845288260483:function:PRE-NamedEntityRecognition
Asia Pacific (Mumbai) (ap-south-1):
arn:awslambda:ap-south-1:565803892007:function:PRE-BoundingBox
arn:awslambda:ap-south-1:565803892007:function:PRE-ImageMultiClass
arn:awslambda:ap-south-1:565803892007:function:PRE-SemanticSegmentation
arn:awslambda:ap-south-1:565803892007:function:PRE-TextMultiClass
arn:awslambda:ap-south-1:565803892007:function:PRE-NamedEntityRecognition
Asia Pacific (Singapore) (ap-southeast-1):
arn:awslambda:ap-southeast-1:377565633583:function:PRE-BoundingBox
arn:awslambda:ap-southeast-1:377565633583:function:PRE-ImageMultiClass
arn:awslambda:ap-southeast-1:377565633583:function:PRE-SemanticSegmentation
arn:awslambda:ap-southeast-1:377565633583:function:PRE-TextMultiClass
arn:awslambda:ap-southeast-1:377565633583:function:PRE-NamedEntityRecognition
Asia Pacific (Sydney) (ap-southeast-2):
arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-BoundingBox
arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-ImageMultiClass
arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-SemanticSegmentation
arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-TextMultiClass
arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-NamedEntityRecognition
public String getPreHumanTaskLambdaArn()
The Amazon Resource Name (ARN) of a Lambda function that is run before a data object is sent to a human worker. Use this function to provide input to a custom labeling job.
For the built-in bounding box, image classification, semantic segmentation, and text classification task types, Amazon SageMaker Ground Truth provides the following Lambda functions:
US East (Northern Virginia) (us-east-1):
arn:aws:lambda:us-east-1:432418664414:function:PRE-BoundingBox
arn:aws:lambda:us-east-1:432418664414:function:PRE-ImageMultiClass
arn:aws:lambda:us-east-1:432418664414:function:PRE-SemanticSegmentation
arn:aws:lambda:us-east-1:432418664414:function:PRE-TextMultiClass
arn:aws:lambda:us-east-1:432418664414:function:PRE-NamedEntityRecognition
US East (Ohio) (us-east-2):
arn:aws:lambda:us-east-2:266458841044:function:PRE-BoundingBox
arn:aws:lambda:us-east-2:266458841044:function:PRE-ImageMultiClass
arn:aws:lambda:us-east-2:266458841044:function:PRE-SemanticSegmentation
arn:aws:lambda:us-east-2:266458841044:function:PRE-TextMultiClass
arn:aws:lambda:us-east-2:266458841044:function:PRE-NamedEntityRecognition
US West (Oregon) (us-west-2):
arn:aws:lambda:us-west-2:081040173940:function:PRE-BoundingBox
arn:aws:lambda:us-west-2:081040173940:function:PRE-ImageMultiClass
arn:aws:lambda:us-west-2:081040173940:function:PRE-SemanticSegmentation
arn:aws:lambda:us-west-2:081040173940:function:PRE-TextMultiClass
arn:aws:lambda:us-west-2:081040173940:function:PRE-NamedEntityRecognition
Canada (Central) (ca-central-1):
arn:awslambda:ca-central-1:918755190332:function:PRE-BoundingBox
arn:awslambda:ca-central-1:918755190332:function:PRE-ImageMultiClass
arn:awslambda:ca-central-1:918755190332:function:PRE-SemanticSegmentation
arn:awslambda:ca-central-1:918755190332:function:PRE-TextMultiClass
arn:awslambda:ca-central-1:918755190332:function:PRE-NamedEntityRecognition
EU (Ireland) (eu-west-1):
arn:aws:lambda:eu-west-1:568282634449:function:PRE-BoundingBox
arn:aws:lambda:eu-west-1:568282634449:function:PRE-ImageMultiClass
arn:aws:lambda:eu-west-1:568282634449:function:PRE-SemanticSegmentation
arn:aws:lambda:eu-west-1:568282634449:function:PRE-TextMultiClass
arn:aws:lambda:eu-west-1:568282634449:function:PRE-NamedEntityRecognition
EU (London) (eu-west-2):
arn:awslambda:eu-west-2:487402164563:function:PRE-BoundingBox
arn:awslambda:eu-west-2:487402164563:function:PRE-ImageMultiClass
arn:awslambda:eu-west-2:487402164563:function:PRE-SemanticSegmentation
arn:awslambda:eu-west-2:487402164563:function:PRE-TextMultiClass
arn:awslambda:eu-west-2:487402164563:function:PRE-NamedEntityRecognition
EU Frankfurt (eu-central-1):
arn:awslambda:eu-central-1:203001061592:function:PRE-BoundingBox
arn:awslambda:eu-central-1:203001061592:function:PRE-ImageMultiClass
arn:awslambda:eu-central-1:203001061592:function:PRE-SemanticSegmentation
arn:awslambda:eu-central-1:203001061592:function:PRE-TextMultiClass
arn:awslambda:eu-central-1:203001061592:function:PRE-NamedEntityRecognition
Asia Pacific (Tokyo) (ap-northeast-1):
arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-BoundingBox
arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-ImageMultiClass
arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-SemanticSegmentation
arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-TextMultiClass
arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-NamedEntityRecognition
Asia Pacific (Seoul) (ap-northeast-2):
arn:awslambda:ap-northeast-2:845288260483:function:PRE-BoundingBox
arn:awslambda:ap-northeast-2:845288260483:function:PRE-ImageMultiClass
arn:awslambda:ap-northeast-2:845288260483:function:PRE-SemanticSegmentation
arn:awslambda:ap-northeast-2:845288260483:function:PRE-TextMultiClass
arn:awslambda:ap-northeast-2:845288260483:function:PRE-NamedEntityRecognition
Asia Pacific (Mumbai) (ap-south-1):
arn:awslambda:ap-south-1:565803892007:function:PRE-BoundingBox
arn:awslambda:ap-south-1:565803892007:function:PRE-ImageMultiClass
arn:awslambda:ap-south-1:565803892007:function:PRE-SemanticSegmentation
arn:awslambda:ap-south-1:565803892007:function:PRE-TextMultiClass
arn:awslambda:ap-south-1:565803892007:function:PRE-NamedEntityRecognition
Asia Pacific (Singapore) (ap-southeast-1):
arn:awslambda:ap-southeast-1:377565633583:function:PRE-BoundingBox
arn:awslambda:ap-southeast-1:377565633583:function:PRE-ImageMultiClass
arn:awslambda:ap-southeast-1:377565633583:function:PRE-SemanticSegmentation
arn:awslambda:ap-southeast-1:377565633583:function:PRE-TextMultiClass
arn:awslambda:ap-southeast-1:377565633583:function:PRE-NamedEntityRecognition
Asia Pacific (Sydney) (ap-southeast-2):
arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-BoundingBox
arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-ImageMultiClass
arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-SemanticSegmentation
arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-TextMultiClass
arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-NamedEntityRecognition
For the built-in bounding box, image classification, semantic segmentation, and text classification task types, Amazon SageMaker Ground Truth provides the following Lambda functions:
US East (Northern Virginia) (us-east-1):
arn:aws:lambda:us-east-1:432418664414:function:PRE-BoundingBox
arn:aws:lambda:us-east-1:432418664414:function:PRE-ImageMultiClass
arn:aws:lambda:us-east-1:432418664414:function:PRE-SemanticSegmentation
arn:aws:lambda:us-east-1:432418664414:function:PRE-TextMultiClass
arn:aws:lambda:us-east-1:432418664414:function:PRE-NamedEntityRecognition
US East (Ohio) (us-east-2):
arn:aws:lambda:us-east-2:266458841044:function:PRE-BoundingBox
arn:aws:lambda:us-east-2:266458841044:function:PRE-ImageMultiClass
arn:aws:lambda:us-east-2:266458841044:function:PRE-SemanticSegmentation
arn:aws:lambda:us-east-2:266458841044:function:PRE-TextMultiClass
arn:aws:lambda:us-east-2:266458841044:function:PRE-NamedEntityRecognition
US West (Oregon) (us-west-2):
arn:aws:lambda:us-west-2:081040173940:function:PRE-BoundingBox
arn:aws:lambda:us-west-2:081040173940:function:PRE-ImageMultiClass
arn:aws:lambda:us-west-2:081040173940:function:PRE-SemanticSegmentation
arn:aws:lambda:us-west-2:081040173940:function:PRE-TextMultiClass
arn:aws:lambda:us-west-2:081040173940:function:PRE-NamedEntityRecognition
Canada (Central) (ca-central-1):
arn:awslambda:ca-central-1:918755190332:function:PRE-BoundingBox
arn:awslambda:ca-central-1:918755190332:function:PRE-ImageMultiClass
arn:awslambda:ca-central-1:918755190332:function:PRE-SemanticSegmentation
arn:awslambda:ca-central-1:918755190332:function:PRE-TextMultiClass
arn:awslambda:ca-central-1:918755190332:function:PRE-NamedEntityRecognition
EU (Ireland) (eu-west-1):
arn:aws:lambda:eu-west-1:568282634449:function:PRE-BoundingBox
arn:aws:lambda:eu-west-1:568282634449:function:PRE-ImageMultiClass
arn:aws:lambda:eu-west-1:568282634449:function:PRE-SemanticSegmentation
arn:aws:lambda:eu-west-1:568282634449:function:PRE-TextMultiClass
arn:aws:lambda:eu-west-1:568282634449:function:PRE-NamedEntityRecognition
EU (London) (eu-west-2):
arn:awslambda:eu-west-2:487402164563:function:PRE-BoundingBox
arn:awslambda:eu-west-2:487402164563:function:PRE-ImageMultiClass
arn:awslambda:eu-west-2:487402164563:function:PRE-SemanticSegmentation
arn:awslambda:eu-west-2:487402164563:function:PRE-TextMultiClass
arn:awslambda:eu-west-2:487402164563:function:PRE-NamedEntityRecognition
EU Frankfurt (eu-central-1):
arn:awslambda:eu-central-1:203001061592:function:PRE-BoundingBox
arn:awslambda:eu-central-1:203001061592:function:PRE-ImageMultiClass
arn:awslambda:eu-central-1:203001061592:function:PRE-SemanticSegmentation
arn:awslambda:eu-central-1:203001061592:function:PRE-TextMultiClass
arn:awslambda:eu-central-1:203001061592:function:PRE-NamedEntityRecognition
Asia Pacific (Tokyo) (ap-northeast-1):
arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-BoundingBox
arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-ImageMultiClass
arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-SemanticSegmentation
arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-TextMultiClass
arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-NamedEntityRecognition
Asia Pacific (Seoul) (ap-northeast-2):
arn:awslambda:ap-northeast-2:845288260483:function:PRE-BoundingBox
arn:awslambda:ap-northeast-2:845288260483:function:PRE-ImageMultiClass
arn:awslambda:ap-northeast-2:845288260483:function:PRE-SemanticSegmentation
arn:awslambda:ap-northeast-2:845288260483:function:PRE-TextMultiClass
arn:awslambda:ap-northeast-2:845288260483:function:PRE-NamedEntityRecognition
Asia Pacific (Mumbai) (ap-south-1):
arn:awslambda:ap-south-1:565803892007:function:PRE-BoundingBox
arn:awslambda:ap-south-1:565803892007:function:PRE-ImageMultiClass
arn:awslambda:ap-south-1:565803892007:function:PRE-SemanticSegmentation
arn:awslambda:ap-south-1:565803892007:function:PRE-TextMultiClass
arn:awslambda:ap-south-1:565803892007:function:PRE-NamedEntityRecognition
Asia Pacific (Singapore) (ap-southeast-1):
arn:awslambda:ap-southeast-1:377565633583:function:PRE-BoundingBox
arn:awslambda:ap-southeast-1:377565633583:function:PRE-ImageMultiClass
arn:awslambda:ap-southeast-1:377565633583:function:PRE-SemanticSegmentation
arn:awslambda:ap-southeast-1:377565633583:function:PRE-TextMultiClass
arn:awslambda:ap-southeast-1:377565633583:function:PRE-NamedEntityRecognition
Asia Pacific (Sydney) (ap-southeast-2):
arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-BoundingBox
arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-ImageMultiClass
arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-SemanticSegmentation
arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-TextMultiClass
arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-NamedEntityRecognition
public HumanTaskConfig withPreHumanTaskLambdaArn(String preHumanTaskLambdaArn)
The Amazon Resource Name (ARN) of a Lambda function that is run before a data object is sent to a human worker. Use this function to provide input to a custom labeling job.
For the built-in bounding box, image classification, semantic segmentation, and text classification task types, Amazon SageMaker Ground Truth provides the following Lambda functions:
US East (Northern Virginia) (us-east-1):
arn:aws:lambda:us-east-1:432418664414:function:PRE-BoundingBox
arn:aws:lambda:us-east-1:432418664414:function:PRE-ImageMultiClass
arn:aws:lambda:us-east-1:432418664414:function:PRE-SemanticSegmentation
arn:aws:lambda:us-east-1:432418664414:function:PRE-TextMultiClass
arn:aws:lambda:us-east-1:432418664414:function:PRE-NamedEntityRecognition
US East (Ohio) (us-east-2):
arn:aws:lambda:us-east-2:266458841044:function:PRE-BoundingBox
arn:aws:lambda:us-east-2:266458841044:function:PRE-ImageMultiClass
arn:aws:lambda:us-east-2:266458841044:function:PRE-SemanticSegmentation
arn:aws:lambda:us-east-2:266458841044:function:PRE-TextMultiClass
arn:aws:lambda:us-east-2:266458841044:function:PRE-NamedEntityRecognition
US West (Oregon) (us-west-2):
arn:aws:lambda:us-west-2:081040173940:function:PRE-BoundingBox
arn:aws:lambda:us-west-2:081040173940:function:PRE-ImageMultiClass
arn:aws:lambda:us-west-2:081040173940:function:PRE-SemanticSegmentation
arn:aws:lambda:us-west-2:081040173940:function:PRE-TextMultiClass
arn:aws:lambda:us-west-2:081040173940:function:PRE-NamedEntityRecognition
Canada (Central) (ca-central-1):
arn:awslambda:ca-central-1:918755190332:function:PRE-BoundingBox
arn:awslambda:ca-central-1:918755190332:function:PRE-ImageMultiClass
arn:awslambda:ca-central-1:918755190332:function:PRE-SemanticSegmentation
arn:awslambda:ca-central-1:918755190332:function:PRE-TextMultiClass
arn:awslambda:ca-central-1:918755190332:function:PRE-NamedEntityRecognition
EU (Ireland) (eu-west-1):
arn:aws:lambda:eu-west-1:568282634449:function:PRE-BoundingBox
arn:aws:lambda:eu-west-1:568282634449:function:PRE-ImageMultiClass
arn:aws:lambda:eu-west-1:568282634449:function:PRE-SemanticSegmentation
arn:aws:lambda:eu-west-1:568282634449:function:PRE-TextMultiClass
arn:aws:lambda:eu-west-1:568282634449:function:PRE-NamedEntityRecognition
EU (London) (eu-west-2):
arn:awslambda:eu-west-2:487402164563:function:PRE-BoundingBox
arn:awslambda:eu-west-2:487402164563:function:PRE-ImageMultiClass
arn:awslambda:eu-west-2:487402164563:function:PRE-SemanticSegmentation
arn:awslambda:eu-west-2:487402164563:function:PRE-TextMultiClass
arn:awslambda:eu-west-2:487402164563:function:PRE-NamedEntityRecognition
EU Frankfurt (eu-central-1):
arn:awslambda:eu-central-1:203001061592:function:PRE-BoundingBox
arn:awslambda:eu-central-1:203001061592:function:PRE-ImageMultiClass
arn:awslambda:eu-central-1:203001061592:function:PRE-SemanticSegmentation
arn:awslambda:eu-central-1:203001061592:function:PRE-TextMultiClass
arn:awslambda:eu-central-1:203001061592:function:PRE-NamedEntityRecognition
Asia Pacific (Tokyo) (ap-northeast-1):
arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-BoundingBox
arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-ImageMultiClass
arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-SemanticSegmentation
arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-TextMultiClass
arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-NamedEntityRecognition
Asia Pacific (Seoul) (ap-northeast-2):
arn:awslambda:ap-northeast-2:845288260483:function:PRE-BoundingBox
arn:awslambda:ap-northeast-2:845288260483:function:PRE-ImageMultiClass
arn:awslambda:ap-northeast-2:845288260483:function:PRE-SemanticSegmentation
arn:awslambda:ap-northeast-2:845288260483:function:PRE-TextMultiClass
arn:awslambda:ap-northeast-2:845288260483:function:PRE-NamedEntityRecognition
Asia Pacific (Mumbai) (ap-south-1):
arn:awslambda:ap-south-1:565803892007:function:PRE-BoundingBox
arn:awslambda:ap-south-1:565803892007:function:PRE-ImageMultiClass
arn:awslambda:ap-south-1:565803892007:function:PRE-SemanticSegmentation
arn:awslambda:ap-south-1:565803892007:function:PRE-TextMultiClass
arn:awslambda:ap-south-1:565803892007:function:PRE-NamedEntityRecognition
Asia Pacific (Singapore) (ap-southeast-1):
arn:awslambda:ap-southeast-1:377565633583:function:PRE-BoundingBox
arn:awslambda:ap-southeast-1:377565633583:function:PRE-ImageMultiClass
arn:awslambda:ap-southeast-1:377565633583:function:PRE-SemanticSegmentation
arn:awslambda:ap-southeast-1:377565633583:function:PRE-TextMultiClass
arn:awslambda:ap-southeast-1:377565633583:function:PRE-NamedEntityRecognition
Asia Pacific (Sydney) (ap-southeast-2):
arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-BoundingBox
arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-ImageMultiClass
arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-SemanticSegmentation
arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-TextMultiClass
arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-NamedEntityRecognition
preHumanTaskLambdaArn
- The Amazon Resource Name (ARN) of a Lambda function that is run before a data object is sent to a human
worker. Use this function to provide input to a custom labeling job.
For the built-in bounding box, image classification, semantic segmentation, and text classification task types, Amazon SageMaker Ground Truth provides the following Lambda functions:
US East (Northern Virginia) (us-east-1):
arn:aws:lambda:us-east-1:432418664414:function:PRE-BoundingBox
arn:aws:lambda:us-east-1:432418664414:function:PRE-ImageMultiClass
arn:aws:lambda:us-east-1:432418664414:function:PRE-SemanticSegmentation
arn:aws:lambda:us-east-1:432418664414:function:PRE-TextMultiClass
arn:aws:lambda:us-east-1:432418664414:function:PRE-NamedEntityRecognition
US East (Ohio) (us-east-2):
arn:aws:lambda:us-east-2:266458841044:function:PRE-BoundingBox
arn:aws:lambda:us-east-2:266458841044:function:PRE-ImageMultiClass
arn:aws:lambda:us-east-2:266458841044:function:PRE-SemanticSegmentation
arn:aws:lambda:us-east-2:266458841044:function:PRE-TextMultiClass
arn:aws:lambda:us-east-2:266458841044:function:PRE-NamedEntityRecognition
US West (Oregon) (us-west-2):
arn:aws:lambda:us-west-2:081040173940:function:PRE-BoundingBox
arn:aws:lambda:us-west-2:081040173940:function:PRE-ImageMultiClass
arn:aws:lambda:us-west-2:081040173940:function:PRE-SemanticSegmentation
arn:aws:lambda:us-west-2:081040173940:function:PRE-TextMultiClass
arn:aws:lambda:us-west-2:081040173940:function:PRE-NamedEntityRecognition
Canada (Central) (ca-central-1):
arn:awslambda:ca-central-1:918755190332:function:PRE-BoundingBox
arn:awslambda:ca-central-1:918755190332:function:PRE-ImageMultiClass
arn:awslambda:ca-central-1:918755190332:function:PRE-SemanticSegmentation
arn:awslambda:ca-central-1:918755190332:function:PRE-TextMultiClass
arn:awslambda:ca-central-1:918755190332:function:PRE-NamedEntityRecognition
EU (Ireland) (eu-west-1):
arn:aws:lambda:eu-west-1:568282634449:function:PRE-BoundingBox
arn:aws:lambda:eu-west-1:568282634449:function:PRE-ImageMultiClass
arn:aws:lambda:eu-west-1:568282634449:function:PRE-SemanticSegmentation
arn:aws:lambda:eu-west-1:568282634449:function:PRE-TextMultiClass
arn:aws:lambda:eu-west-1:568282634449:function:PRE-NamedEntityRecognition
EU (London) (eu-west-2):
arn:awslambda:eu-west-2:487402164563:function:PRE-BoundingBox
arn:awslambda:eu-west-2:487402164563:function:PRE-ImageMultiClass
arn:awslambda:eu-west-2:487402164563:function:PRE-SemanticSegmentation
arn:awslambda:eu-west-2:487402164563:function:PRE-TextMultiClass
arn:awslambda:eu-west-2:487402164563:function:PRE-NamedEntityRecognition
EU Frankfurt (eu-central-1):
arn:awslambda:eu-central-1:203001061592:function:PRE-BoundingBox
arn:awslambda:eu-central-1:203001061592:function:PRE-ImageMultiClass
arn:awslambda:eu-central-1:203001061592:function:PRE-SemanticSegmentation
arn:awslambda:eu-central-1:203001061592:function:PRE-TextMultiClass
arn:awslambda:eu-central-1:203001061592:function:PRE-NamedEntityRecognition
Asia Pacific (Tokyo) (ap-northeast-1):
arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-BoundingBox
arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-ImageMultiClass
arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-SemanticSegmentation
arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-TextMultiClass
arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-NamedEntityRecognition
Asia Pacific (Seoul) (ap-northeast-2):
arn:awslambda:ap-northeast-2:845288260483:function:PRE-BoundingBox
arn:awslambda:ap-northeast-2:845288260483:function:PRE-ImageMultiClass
arn:awslambda:ap-northeast-2:845288260483:function:PRE-SemanticSegmentation
arn:awslambda:ap-northeast-2:845288260483:function:PRE-TextMultiClass
arn:awslambda:ap-northeast-2:845288260483:function:PRE-NamedEntityRecognition
Asia Pacific (Mumbai) (ap-south-1):
arn:awslambda:ap-south-1:565803892007:function:PRE-BoundingBox
arn:awslambda:ap-south-1:565803892007:function:PRE-ImageMultiClass
arn:awslambda:ap-south-1:565803892007:function:PRE-SemanticSegmentation
arn:awslambda:ap-south-1:565803892007:function:PRE-TextMultiClass
arn:awslambda:ap-south-1:565803892007:function:PRE-NamedEntityRecognition
Asia Pacific (Singapore) (ap-southeast-1):
arn:awslambda:ap-southeast-1:377565633583:function:PRE-BoundingBox
arn:awslambda:ap-southeast-1:377565633583:function:PRE-ImageMultiClass
arn:awslambda:ap-southeast-1:377565633583:function:PRE-SemanticSegmentation
arn:awslambda:ap-southeast-1:377565633583:function:PRE-TextMultiClass
arn:awslambda:ap-southeast-1:377565633583:function:PRE-NamedEntityRecognition
Asia Pacific (Sydney) (ap-southeast-2):
arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-BoundingBox
arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-ImageMultiClass
arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-SemanticSegmentation
arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-TextMultiClass
arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-NamedEntityRecognition
public List<String> getTaskKeywords()
Keywords used to describe the task so that workers on Amazon Mechanical Turk can discover the task.
public void setTaskKeywords(Collection<String> taskKeywords)
Keywords used to describe the task so that workers on Amazon Mechanical Turk can discover the task.
taskKeywords
- Keywords used to describe the task so that workers on Amazon Mechanical Turk can discover the task.public HumanTaskConfig withTaskKeywords(String... taskKeywords)
Keywords used to describe the task so that workers on Amazon Mechanical Turk can discover the task.
NOTE: This method appends the values to the existing list (if any). Use
setTaskKeywords(java.util.Collection)
or withTaskKeywords(java.util.Collection)
if you want to
override the existing values.
taskKeywords
- Keywords used to describe the task so that workers on Amazon Mechanical Turk can discover the task.public HumanTaskConfig withTaskKeywords(Collection<String> taskKeywords)
Keywords used to describe the task so that workers on Amazon Mechanical Turk can discover the task.
taskKeywords
- Keywords used to describe the task so that workers on Amazon Mechanical Turk can discover the task.public void setTaskTitle(String taskTitle)
A title for the task for your human workers.
taskTitle
- A title for the task for your human workers.public String getTaskTitle()
A title for the task for your human workers.
public HumanTaskConfig withTaskTitle(String taskTitle)
A title for the task for your human workers.
taskTitle
- A title for the task for your human workers.public void setTaskDescription(String taskDescription)
A description of the task for your human workers.
taskDescription
- A description of the task for your human workers.public String getTaskDescription()
A description of the task for your human workers.
public HumanTaskConfig withTaskDescription(String taskDescription)
A description of the task for your human workers.
taskDescription
- A description of the task for your human workers.public void setNumberOfHumanWorkersPerDataObject(Integer numberOfHumanWorkersPerDataObject)
The number of human workers that will label an object.
numberOfHumanWorkersPerDataObject
- The number of human workers that will label an object.public Integer getNumberOfHumanWorkersPerDataObject()
The number of human workers that will label an object.
public HumanTaskConfig withNumberOfHumanWorkersPerDataObject(Integer numberOfHumanWorkersPerDataObject)
The number of human workers that will label an object.
numberOfHumanWorkersPerDataObject
- The number of human workers that will label an object.public void setTaskTimeLimitInSeconds(Integer taskTimeLimitInSeconds)
The amount of time that a worker has to complete a task.
taskTimeLimitInSeconds
- The amount of time that a worker has to complete a task.public Integer getTaskTimeLimitInSeconds()
The amount of time that a worker has to complete a task.
public HumanTaskConfig withTaskTimeLimitInSeconds(Integer taskTimeLimitInSeconds)
The amount of time that a worker has to complete a task.
taskTimeLimitInSeconds
- The amount of time that a worker has to complete a task.public void setTaskAvailabilityLifetimeInSeconds(Integer taskAvailabilityLifetimeInSeconds)
The length of time that a task remains available for labeling by human workers. If you choose the Amazon Mechanical Turk workforce, the maximum is 12 hours (43200). For private and vendor workforces, the maximum is as listed.
taskAvailabilityLifetimeInSeconds
- The length of time that a task remains available for labeling by human workers. If you choose the
Amazon Mechanical Turk workforce, the maximum is 12 hours (43200). For private and vendor workforces,
the maximum is as listed.public Integer getTaskAvailabilityLifetimeInSeconds()
The length of time that a task remains available for labeling by human workers. If you choose the Amazon Mechanical Turk workforce, the maximum is 12 hours (43200). For private and vendor workforces, the maximum is as listed.
public HumanTaskConfig withTaskAvailabilityLifetimeInSeconds(Integer taskAvailabilityLifetimeInSeconds)
The length of time that a task remains available for labeling by human workers. If you choose the Amazon Mechanical Turk workforce, the maximum is 12 hours (43200). For private and vendor workforces, the maximum is as listed.
taskAvailabilityLifetimeInSeconds
- The length of time that a task remains available for labeling by human workers. If you choose the
Amazon Mechanical Turk workforce, the maximum is 12 hours (43200). For private and vendor workforces,
the maximum is as listed.public void setMaxConcurrentTaskCount(Integer maxConcurrentTaskCount)
Defines the maximum number of data objects that can be labeled by human workers at the same time. Each object may have more than one worker at one time.
maxConcurrentTaskCount
- Defines the maximum number of data objects that can be labeled by human workers at the same time. Each
object may have more than one worker at one time.public Integer getMaxConcurrentTaskCount()
Defines the maximum number of data objects that can be labeled by human workers at the same time. Each object may have more than one worker at one time.
public HumanTaskConfig withMaxConcurrentTaskCount(Integer maxConcurrentTaskCount)
Defines the maximum number of data objects that can be labeled by human workers at the same time. Each object may have more than one worker at one time.
maxConcurrentTaskCount
- Defines the maximum number of data objects that can be labeled by human workers at the same time. Each
object may have more than one worker at one time.public void setAnnotationConsolidationConfig(AnnotationConsolidationConfig annotationConsolidationConfig)
Configures how labels are consolidated across human workers.
annotationConsolidationConfig
- Configures how labels are consolidated across human workers.public AnnotationConsolidationConfig getAnnotationConsolidationConfig()
Configures how labels are consolidated across human workers.
public HumanTaskConfig withAnnotationConsolidationConfig(AnnotationConsolidationConfig annotationConsolidationConfig)
Configures how labels are consolidated across human workers.
annotationConsolidationConfig
- Configures how labels are consolidated across human workers.public void setPublicWorkforceTaskPrice(PublicWorkforceTaskPrice publicWorkforceTaskPrice)
The price that you pay for each task performed by an Amazon Mechanical Turk worker.
publicWorkforceTaskPrice
- The price that you pay for each task performed by an Amazon Mechanical Turk worker.public PublicWorkforceTaskPrice getPublicWorkforceTaskPrice()
The price that you pay for each task performed by an Amazon Mechanical Turk worker.
public HumanTaskConfig withPublicWorkforceTaskPrice(PublicWorkforceTaskPrice publicWorkforceTaskPrice)
The price that you pay for each task performed by an Amazon Mechanical Turk worker.
publicWorkforceTaskPrice
- The price that you pay for each task performed by an Amazon Mechanical Turk worker.public String toString()
toString
in class Object
Object.toString()
public HumanTaskConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.