| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
HumanLoopConfig |
HumanLoopConfig.clone() |
HumanLoopConfig |
CreateFlowDefinitionRequest.getHumanLoopConfig()
An object containing information about the tasks the human reviewers will perform.
|
HumanLoopConfig |
DescribeFlowDefinitionResult.getHumanLoopConfig()
An object containing information about who works on the task, the workforce task price, and other task details.
|
HumanLoopConfig |
HumanLoopConfig.withHumanTaskUiArn(String humanTaskUiArn)
The Amazon Resource Name (ARN) of the human task user interface.
|
HumanLoopConfig |
HumanLoopConfig.withPublicWorkforceTaskPrice(PublicWorkforceTaskPrice publicWorkforceTaskPrice) |
HumanLoopConfig |
HumanLoopConfig.withTaskAvailabilityLifetimeInSeconds(Integer taskAvailabilityLifetimeInSeconds)
The length of time that a task remains available for review by human workers.
|
HumanLoopConfig |
HumanLoopConfig.withTaskCount(Integer taskCount)
The number of distinct workers who will perform the same task on each object.
|
HumanLoopConfig |
HumanLoopConfig.withTaskDescription(String taskDescription)
A description for the human worker task.
|
HumanLoopConfig |
HumanLoopConfig.withTaskKeywords(Collection<String> taskKeywords)
Keywords used to describe the task so that workers can discover the task.
|
HumanLoopConfig |
HumanLoopConfig.withTaskKeywords(String... taskKeywords)
Keywords used to describe the task so that workers can discover the task.
|
HumanLoopConfig |
HumanLoopConfig.withTaskTimeLimitInSeconds(Integer taskTimeLimitInSeconds)
The amount of time that a worker has to complete a task.
|
HumanLoopConfig |
HumanLoopConfig.withTaskTitle(String taskTitle)
A title for the human worker task.
|
HumanLoopConfig |
HumanLoopConfig.withWorkteamArn(String workteamArn)
Amazon Resource Name (ARN) of a team of workers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateFlowDefinitionRequest.setHumanLoopConfig(HumanLoopConfig humanLoopConfig)
An object containing information about the tasks the human reviewers will perform.
|
void |
DescribeFlowDefinitionResult.setHumanLoopConfig(HumanLoopConfig humanLoopConfig)
An object containing information about who works on the task, the workforce task price, and other task details.
|
CreateFlowDefinitionRequest |
CreateFlowDefinitionRequest.withHumanLoopConfig(HumanLoopConfig humanLoopConfig)
An object containing information about the tasks the human reviewers will perform.
|
DescribeFlowDefinitionResult |
DescribeFlowDefinitionResult.withHumanLoopConfig(HumanLoopConfig humanLoopConfig)
An object containing information about who works on the task, the workforce task price, and other task details.
|
Copyright © 2022. All rights reserved.