ListHumanLoopsResponse constructor
ListHumanLoopsResponse({
- required List<
HumanLoopSummary> humanLoopSummaries, - String? nextToken,
Implementation
ListHumanLoopsResponse({
required this.humanLoopSummaries,
this.nextToken,
});