HumanLoopSummary class

Summary information about the human loop.

Constructors

HumanLoopSummary({DateTime? creationTime, String? failureReason, String? flowDefinitionArn, String? humanLoopName, HumanLoopStatus? humanLoopStatus})
HumanLoopSummary.fromJson(Map<String, dynamic> json)
factory

Properties

creationTime DateTime?
When Amazon Augmented AI created the human loop.
final
failureReason String?
The reason why the human loop failed. A failure reason is returned when the status of the human loop is Failed.
final
flowDefinitionArn String?
The Amazon Resource Name (ARN) of the flow definition used to configure the human loop.
final
hashCode int
The hash code for this object.
no setterinherited
humanLoopName String?
The name of the human loop.
final
humanLoopStatus HumanLoopStatus?
The status of the human loop.
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
toString() String
A string representation of this object.
inherited

Operators

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