Values_0.HumanLoopConfigSourceDescribes the work to be performed by human workers.
type nonrec t = {workteamArn : WorkteamArn.t;Amazon Resource Name (ARN) of a team of workers. To learn more about the types of workforces and work teams you can create and use with Amazon A2I, see Create and Manage Workforces.
*)humanTaskUiArn : HumanTaskUiArn.t;The Amazon Resource Name (ARN) of the human task user interface. You can use standard HTML and Crowd HTML Elements to create a custom worker task template. You use this template to create a human task UI. To learn how to create a custom HTML template, see Create Custom Worker Task Template. To learn how to create a human task UI, which is a worker task template that can be used in a flow definition, see Create and Delete a Worker Task Templates.
*)taskTitle : FlowDefinitionTaskTitle.t;A title for the human worker task.
*)taskDescription : FlowDefinitionTaskDescription.t;A description for the human worker task.
*)taskCount : FlowDefinitionTaskCount.t;The number of distinct workers who will perform the same task on each object. For example, if TaskCount is set to 3 for an image classification labeling job, three workers will classify each input image. Increasing TaskCount can improve label accuracy.
*)taskAvailabilityLifetimeInSeconds : FlowDefinitionTaskAvailabilityLifetimeInSeconds.t
option;The length of time that a task remains available for review by human workers.
*)taskTimeLimitInSeconds : FlowDefinitionTaskTimeLimitInSeconds.t option;The amount of time that a worker has to complete a task. The default value is 3,600 seconds (1 hour).
*)taskKeywords : FlowDefinitionTaskKeywords.t option;Keywords used to describe the task so that workers can discover the task.
*)publicWorkforceTaskPrice : PublicWorkforceTaskPrice.t option;}val make :
?taskAvailabilityLifetimeInSeconds:??? ->
?taskTimeLimitInSeconds:??? ->
?taskKeywords:??? ->
?publicWorkforceTaskPrice:??? ->
workteamArn:WorkteamArn.t ->
humanTaskUiArn:HumanTaskUiArn.t ->
taskTitle:FlowDefinitionTaskTitle.t ->
taskDescription:FlowDefinitionTaskDescription.t ->
taskCount:FlowDefinitionTaskCount.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of FlowDefinitionTaskCount.t
| `List of [> `String of FlowDefinitionTaskKeyword.t ] list
| `String of WorkteamArn.t
| `Structure of
(string
* [> `Structure of (string * [> `Integer of Dollars.t ]) list ])
list ])
list ]