| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
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(Collection<String> taskKeywords)
Keywords used to describe the task so that workers can discover the 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.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HumanLoopConfig.Builder> |
HumanLoopConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateFlowDefinitionRequest.Builder |
CreateFlowDefinitionRequest.Builder.humanLoopConfig(Consumer<HumanLoopConfig.Builder> humanLoopConfig)
An object containing information about the tasks the human reviewers will perform.
|
default DescribeFlowDefinitionResponse.Builder |
DescribeFlowDefinitionResponse.Builder.humanLoopConfig(Consumer<HumanLoopConfig.Builder> humanLoopConfig)
An object containing information about who works on the task, the workforce task price, and other task
details.
|
Copyright © 2022. All rights reserved.