ListTrainingJobsForHyperParameterTuningJobResponse constructor

ListTrainingJobsForHyperParameterTuningJobResponse({
  1. required List<HyperParameterTrainingJobSummary> trainingJobSummaries,
  2. String? nextToken,
})

Implementation

ListTrainingJobsForHyperParameterTuningJobResponse({
  required this.trainingJobSummaries,
  this.nextToken,
});