FlowDefinitionHumanLoopConfig class
Constructors
-
FlowDefinitionHumanLoopConfig({required Input<
String> humanTaskUiArn, Input<FlowDefinitionHumanLoopConfigPublicWorkforceTaskPrice?> ? publicWorkforceTaskPrice, Input<int?> ? taskAvailabilityLifetimeInSeconds, required Input<int> taskCount, required Input<String> taskDescription, Input<List< ? taskKeywords, Input<String> ?>int?> ? taskTimeLimitInSeconds, required Input<String> taskTitle, required Input<String> workteamArn}) -
Creates a new FlowDefinitionHumanLoopConfig.
humanTaskUiArnARN of the human task user interface.publicWorkforceTaskPriceDefines the amount of money paid to an Amazon Mechanical Turk worker for each task performed. See Public Workforce Task Price details below.taskAvailabilityLifetimeInSecondsThe length of time that a task remains available for review by human workers. Valid value range between1and864000.taskCountThe number of distinct workers who will perform the same task on each object. Valid value range between1and3.taskDescriptionA description for the human worker task.taskKeywordsAn array of keywords used to describe the task so that workers can discover the task.taskTimeLimitInSecondsThe amount of time that a worker has to complete a task. The default value is3600seconds.taskTitleA title for the human worker task.workteamArnARN 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
1and864000.final -
taskCount
→ Input<
int> -
The number of distinct workers who will perform the same task on each object. Valid value range between
1and3.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
3600seconds.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