ListHyperParameterTuningJobsResponse constructor

ListHyperParameterTuningJobsResponse({
  1. required List<HyperParameterTuningJobSummary> hyperParameterTuningJobSummaries,
  2. String? nextToken,
})

Implementation

ListHyperParameterTuningJobsResponse({
  required this.hyperParameterTuningJobSummaries,
  this.nextToken,
});