ListAutoMLJobsResponse constructor
ListAutoMLJobsResponse({
- required List<
AutoMLJobSummary> autoMLJobSummaries, - String? nextToken,
Implementation
ListAutoMLJobsResponse({
required this.autoMLJobSummaries,
this.nextToken,
});