FlowDefinitionHumanLoopConfig

data class FlowDefinitionHumanLoopConfig(val humanTaskUiArn: String, val publicWorkforceTaskPrice: FlowDefinitionHumanLoopConfigPublicWorkforceTaskPrice? = null, val taskAvailabilityLifetimeInSeconds: Int? = null, val taskCount: Int, val taskDescription: String, val taskKeywords: List<String>? = null, val taskTimeLimitInSeconds: Int? = null, val taskTitle: String, val workteamArn: String)

Constructors

Link copied to clipboard
constructor(humanTaskUiArn: String, publicWorkforceTaskPrice: FlowDefinitionHumanLoopConfigPublicWorkforceTaskPrice? = null, taskAvailabilityLifetimeInSeconds: Int? = null, taskCount: Int, taskDescription: String, taskKeywords: List<String>? = null, taskTimeLimitInSeconds: Int? = null, taskTitle: String, workteamArn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the human task user interface.

Link copied to clipboard

Defines the amount of money paid to an Amazon Mechanical Turk worker for each task performed. See Public Workforce Task Price details below.

Link copied to clipboard

The length of time that a task remains available for review by human workers. Valid value range between 1 and 864000.

Link copied to clipboard

The number of distinct workers who will perform the same task on each object. Valid value range between 1 and 3.

Link copied to clipboard

A description for the human worker task.

Link copied to clipboard
val taskKeywords: List<String>? = null

An array of keywords used to describe the task so that workers can discover the task.

Link copied to clipboard

The amount of time that a worker has to complete a task. The default value is 3600 seconds.

Link copied to clipboard

A title for the human worker task.

Link copied to clipboard

The Amazon Resource Name (ARN) of the human task user interface. Amazon Resource Name (ARN) of a team of workers. For Public workforces see AWS Docs.