HumanLoopSummary constructor
HumanLoopSummary({
- DateTime? creationTime,
- String? failureReason,
- String? flowDefinitionArn,
- String? humanLoopName,
- HumanLoopStatus? humanLoopStatus,
Implementation
HumanLoopSummary({
this.creationTime,
this.failureReason,
this.flowDefinitionArn,
this.humanLoopName,
this.humanLoopStatus,
});