Package | Description |
---|---|
software.amazon.awssdk.services.sagemaker.model |
Modifier and Type | Method and Description |
---|---|
HumanTaskConfig.Builder |
HumanTaskConfig.Builder.annotationConsolidationConfig(AnnotationConsolidationConfig annotationConsolidationConfig)
Configures how labels are consolidated across human workers.
|
default HumanTaskConfig.Builder |
HumanTaskConfig.Builder.annotationConsolidationConfig(Consumer<AnnotationConsolidationConfig.Builder> annotationConsolidationConfig)
Configures how labels are consolidated across human workers.
|
static HumanTaskConfig.Builder |
HumanTaskConfig.builder() |
HumanTaskConfig.Builder |
HumanTaskConfig.Builder.maxConcurrentTaskCount(Integer maxConcurrentTaskCount)
Defines the maximum number of data objects that can be labeled by human workers at the same time.
|
HumanTaskConfig.Builder |
HumanTaskConfig.Builder.numberOfHumanWorkersPerDataObject(Integer numberOfHumanWorkersPerDataObject)
The number of human workers that will label an object.
|
HumanTaskConfig.Builder |
HumanTaskConfig.Builder.preHumanTaskLambdaArn(String preHumanTaskLambdaArn)
The Amazon Resource Name (ARN) of a Lambda function that is run before a data object is sent to a human
worker.
|
default HumanTaskConfig.Builder |
HumanTaskConfig.Builder.publicWorkforceTaskPrice(Consumer<PublicWorkforceTaskPrice.Builder> publicWorkforceTaskPrice)
The price that you pay for each task performed by an Amazon Mechanical Turk worker.
|
HumanTaskConfig.Builder |
HumanTaskConfig.Builder.publicWorkforceTaskPrice(PublicWorkforceTaskPrice publicWorkforceTaskPrice)
The price that you pay for each task performed by an Amazon Mechanical Turk worker.
|
HumanTaskConfig.Builder |
HumanTaskConfig.Builder.taskAvailabilityLifetimeInSeconds(Integer taskAvailabilityLifetimeInSeconds)
The length of time that a task remains available for labeling by human workers.
|
HumanTaskConfig.Builder |
HumanTaskConfig.Builder.taskDescription(String taskDescription)
A description of the task for your human workers.
|
HumanTaskConfig.Builder |
HumanTaskConfig.Builder.taskKeywords(Collection<String> taskKeywords)
Keywords used to describe the task so that workers on Amazon Mechanical Turk can discover the task.
|
HumanTaskConfig.Builder |
HumanTaskConfig.Builder.taskKeywords(String... taskKeywords)
Keywords used to describe the task so that workers on Amazon Mechanical Turk can discover the task.
|
HumanTaskConfig.Builder |
HumanTaskConfig.Builder.taskTimeLimitInSeconds(Integer taskTimeLimitInSeconds)
The amount of time that a worker has to complete a task.
|
HumanTaskConfig.Builder |
HumanTaskConfig.Builder.taskTitle(String taskTitle)
A title for the task for your human workers.
|
HumanTaskConfig.Builder |
HumanTaskConfig.toBuilder() |
default HumanTaskConfig.Builder |
HumanTaskConfig.Builder.uiConfig(Consumer<UiConfig.Builder> uiConfig)
Information about the user interface that workers use to complete the labeling task.
|
HumanTaskConfig.Builder |
HumanTaskConfig.Builder.uiConfig(UiConfig uiConfig)
Information about the user interface that workers use to complete the labeling task.
|
HumanTaskConfig.Builder |
HumanTaskConfig.Builder.workteamArn(String workteamArn)
The Amazon Resource Name (ARN) of the work team assigned to complete the tasks.
|
Modifier and Type | Method and Description |
---|---|
static Class<? extends HumanTaskConfig.Builder> |
HumanTaskConfig.serializableBuilderClass() |
Modifier and Type | Method and Description |
---|---|
default CreateLabelingJobRequest.Builder |
CreateLabelingJobRequest.Builder.humanTaskConfig(Consumer<HumanTaskConfig.Builder> humanTaskConfig)
Configures the labeling task and how it is presented to workers; including, but not limited to price,
keywords, and batch size (task count).
|
default DescribeLabelingJobResponse.Builder |
DescribeLabelingJobResponse.Builder.humanTaskConfig(Consumer<HumanTaskConfig.Builder> humanTaskConfig)
Configuration information required for human workers to complete a labeling task.
|
Copyright © 2022. All rights reserved.