ListHyperParameterTuningJobsResponse constructor
ListHyperParameterTuningJobsResponse({
- required List<
HyperParameterTuningJobSummary> hyperParameterTuningJobSummaries, - String? nextToken,
Implementation
ListHyperParameterTuningJobsResponse({
required this.hyperParameterTuningJobSummaries,
this.nextToken,
});