DescribeHumanLoopResponse constructor
DescribeHumanLoopResponse({
- required DateTime creationTime,
- required String flowDefinitionArn,
- required String humanLoopArn,
- required String humanLoopName,
- required HumanLoopStatus humanLoopStatus,
- String? failureCode,
- String? failureReason,
- HumanLoopOutput? humanLoopOutput,
Implementation
DescribeHumanLoopResponse({
required this.creationTime,
required this.flowDefinitionArn,
required this.humanLoopArn,
required this.humanLoopName,
required this.humanLoopStatus,
this.failureCode,
this.failureReason,
this.humanLoopOutput,
});