static HumanLoopConfig.Builder |
HumanLoopConfig.builder() |
|
HumanLoopConfig.Builder |
HumanLoopConfig.Builder.humanTaskUiArn(String humanTaskUiArn) |
The Amazon Resource Name (ARN) of the human task user interface.
|
default HumanLoopConfig.Builder |
HumanLoopConfig.Builder.publicWorkforceTaskPrice(Consumer<PublicWorkforceTaskPrice.Builder> publicWorkforceTaskPrice) |
Sets the value of the PublicWorkforceTaskPrice property for this object.
|
HumanLoopConfig.Builder |
HumanLoopConfig.Builder.publicWorkforceTaskPrice(PublicWorkforceTaskPrice publicWorkforceTaskPrice) |
Sets the value of the PublicWorkforceTaskPrice property for this object.
|
HumanLoopConfig.Builder |
HumanLoopConfig.Builder.taskAvailabilityLifetimeInSeconds(Integer taskAvailabilityLifetimeInSeconds) |
The length of time that a task remains available for review by human workers.
|
HumanLoopConfig.Builder |
HumanLoopConfig.Builder.taskCount(Integer taskCount) |
The number of distinct workers who will perform the same task on each object.
|
HumanLoopConfig.Builder |
HumanLoopConfig.Builder.taskDescription(String taskDescription) |
A description for the human worker task.
|
HumanLoopConfig.Builder |
HumanLoopConfig.Builder.taskKeywords(String... taskKeywords) |
Keywords used to describe the task so that workers can discover the task.
|
HumanLoopConfig.Builder |
HumanLoopConfig.Builder.taskKeywords(Collection<String> taskKeywords) |
Keywords used to describe the task so that workers can discover the task.
|
HumanLoopConfig.Builder |
HumanLoopConfig.Builder.taskTimeLimitInSeconds(Integer taskTimeLimitInSeconds) |
The amount of time that a worker has to complete a task.
|
HumanLoopConfig.Builder |
HumanLoopConfig.Builder.taskTitle(String taskTitle) |
A title for the human worker task.
|
HumanLoopConfig.Builder |
HumanLoopConfig.toBuilder() |
|
HumanLoopConfig.Builder |
HumanLoopConfig.Builder.workteamArn(String workteamArn) |
Amazon Resource Name (ARN) of a team of workers.
|