| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
HumanTaskConfig |
HumanTaskConfig.clone() |
HumanTaskConfig |
DescribeLabelingJobResult.getHumanTaskConfig()
Configuration information required for human workers to complete a labeling task.
|
HumanTaskConfig |
CreateLabelingJobRequest.getHumanTaskConfig()
Configures the labeling task and how it is presented to workers; including, but not limited to price, keywords,
and batch size (task count).
|
HumanTaskConfig |
HumanTaskConfig.withAnnotationConsolidationConfig(AnnotationConsolidationConfig annotationConsolidationConfig)
Configures how labels are consolidated across human workers.
|
HumanTaskConfig |
HumanTaskConfig.withMaxConcurrentTaskCount(Integer maxConcurrentTaskCount)
Defines the maximum number of data objects that can be labeled by human workers at the same time.
|
HumanTaskConfig |
HumanTaskConfig.withNumberOfHumanWorkersPerDataObject(Integer numberOfHumanWorkersPerDataObject)
The number of human workers that will label an object.
|
HumanTaskConfig |
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 |
HumanTaskConfig.withPublicWorkforceTaskPrice(PublicWorkforceTaskPrice publicWorkforceTaskPrice)
The price that you pay for each task performed by an Amazon Mechanical Turk worker.
|
HumanTaskConfig |
HumanTaskConfig.withTaskAvailabilityLifetimeInSeconds(Integer taskAvailabilityLifetimeInSeconds)
The length of time that a task remains available for labeling by human workers.
|
HumanTaskConfig |
HumanTaskConfig.withTaskDescription(String taskDescription)
A description of the task for your human workers.
|
HumanTaskConfig |
HumanTaskConfig.withTaskKeywords(Collection<String> taskKeywords)
Keywords used to describe the task so that workers on Amazon Mechanical Turk can discover the task.
|
HumanTaskConfig |
HumanTaskConfig.withTaskKeywords(String... taskKeywords)
Keywords used to describe the task so that workers on Amazon Mechanical Turk can discover the task.
|
HumanTaskConfig |
HumanTaskConfig.withTaskTimeLimitInSeconds(Integer taskTimeLimitInSeconds)
The amount of time that a worker has to complete a task.
|
HumanTaskConfig |
HumanTaskConfig.withTaskTitle(String taskTitle)
A title for the task for your human workers.
|
HumanTaskConfig |
HumanTaskConfig.withUiConfig(UiConfig uiConfig)
Information about the user interface that workers use to complete the labeling task.
|
HumanTaskConfig |
HumanTaskConfig.withWorkteamArn(String workteamArn)
The Amazon Resource Name (ARN) of the work team assigned to complete the tasks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeLabelingJobResult.setHumanTaskConfig(HumanTaskConfig humanTaskConfig)
Configuration information required for human workers to complete a labeling task.
|
void |
CreateLabelingJobRequest.setHumanTaskConfig(HumanTaskConfig humanTaskConfig)
Configures the labeling task and how it is presented to workers; including, but not limited to price, keywords,
and batch size (task count).
|
DescribeLabelingJobResult |
DescribeLabelingJobResult.withHumanTaskConfig(HumanTaskConfig humanTaskConfig)
Configuration information required for human workers to complete a labeling task.
|
CreateLabelingJobRequest |
CreateLabelingJobRequest.withHumanTaskConfig(HumanTaskConfig humanTaskConfig)
Configures the labeling task and how it is presented to workers; including, but not limited to price, keywords,
and batch size (task count).
|
Copyright © 2025. All rights reserved.