HumanLoopConfig class
Sets up the human review workflow the document will be sent to if one of the conditions is met. You can also set certain attributes of the image before review.
Constructors
- HumanLoopConfig.new({required String flowDefinitionArn, required String humanLoopName, HumanLoopDataAttributes? dataAttributes})
Properties
- dataAttributes → HumanLoopDataAttributes?
-
Sets attributes of the input data.
final
- flowDefinitionArn → String
-
The Amazon Resource Name (ARN) of the flow definition.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- humanLoopName → String
-
The name of the human workflow used for this image. This should be kept
unique within a region.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited