DescribeHumanLoopResponse class

Constructors

DescribeHumanLoopResponse({required DateTime creationTime, required String flowDefinitionArn, required String humanLoopArn, required String humanLoopName, required HumanLoopStatus humanLoopStatus, String? failureCode, String? failureReason, HumanLoopOutput? humanLoopOutput})
DescribeHumanLoopResponse.fromJson(Map<String, dynamic> json)
factory

Properties

creationTime DateTime
The creation time when Amazon Augmented AI created the human loop.
final
failureCode String?
A failure code that identifies the type of failure.
final
failureReason String?
The reason why a human loop failed. The 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.
final
hashCode int
The hash code for this object.
no setterinherited
humanLoopArn String
The Amazon Resource Name (ARN) of the human loop.
final
humanLoopName String
The name of the human loop. The name must be lowercase, unique within the Region in your account, and can have up to 63 characters. Valid characters: a-z, 0-9, and - (hyphen).
final
humanLoopOutput HumanLoopOutput?
An object that contains information about the output 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