HumanLoopConfig

Describes the work to be performed by human workers.

Types

Link copied to clipboard
class Builder
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.

Link copied to clipboard

The length of time that a task remains available for review by human workers.

Link copied to clipboard

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.

Link copied to clipboard

A description for the human worker task.

Link copied to clipboard

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 3,600 seconds (1 hour).

Link copied to clipboard

A title for the human worker task.

Link copied to clipboard

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.

Functions

Link copied to clipboard
inline fun copy(block: HumanLoopConfig.Builder.() -> Unit = {}): HumanLoopConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String