FlowDefinitionHumanLoopConfig class

Constructors

FlowDefinitionHumanLoopConfig({required Input<String> humanTaskUiArn, Input<FlowDefinitionHumanLoopConfigPublicWorkforceTaskPrice?>? publicWorkforceTaskPrice, Input<int?>? taskAvailabilityLifetimeInSeconds, required Input<int> taskCount, required Input<String> taskDescription, Input<List<String>?>? taskKeywords, Input<int?>? taskTimeLimitInSeconds, required Input<String> taskTitle, required Input<String> workteamArn})
Creates a new FlowDefinitionHumanLoopConfig. humanTaskUiArn ARN of the human task user interface. publicWorkforceTaskPrice Defines the amount of money paid to an Amazon Mechanical Turk worker for each task performed. See Public Workforce Task Price details below. taskAvailabilityLifetimeInSeconds The length of time that a task remains available for review by human workers. Valid value range between 1 and 864000. taskCount The number of distinct workers who will perform the same task on each object. Valid value range between 1 and 3. taskDescription A description for the human worker task. taskKeywords An array of keywords used to describe the task so that workers can discover the task. taskTimeLimitInSeconds The amount of time that a worker has to complete a task. The default value is 3600 seconds. taskTitle A title for the human worker task. workteamArn ARN of the human task user interface. ARN of a team of workers. For Public workforces see AWS Docs.
const
FlowDefinitionHumanLoopConfig.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
humanTaskUiArn → Input<String>
ARN of the human task user interface.
final
publicWorkforceTaskPrice → Input<FlowDefinitionHumanLoopConfigPublicWorkforceTaskPrice?>?
Defines the amount of money paid to an Amazon Mechanical Turk worker for each task performed. See Public Workforce Task Price details below.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
taskAvailabilityLifetimeInSeconds → Input<int?>?
The length of time that a task remains available for review by human workers. Valid value range between 1 and 864000.
final
taskCount → Input<int>
The number of distinct workers who will perform the same task on each object. Valid value range between 1 and 3.
final
taskDescription → Input<String>
A description for the human worker task.
final
taskKeywords → Input<List<String>?>?
An array of keywords used to describe the task so that workers can discover the task.
final
taskTimeLimitInSeconds → Input<int?>?
The amount of time that a worker has to complete a task. The default value is 3600 seconds.
final
taskTitle → Input<String>
A title for the human worker task.
final
workteamArn → Input<String>
ARN of the human task user interface. ARN of a team of workers. For Public workforces see AWS Docs.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited