ListCandidatesForAutoMLJobResponse constructor

ListCandidatesForAutoMLJobResponse({
  1. required List<AutoMLCandidate> candidates,
  2. String? nextToken,
})

Implementation

ListCandidatesForAutoMLJobResponse({
  required this.candidates,
  this.nextToken,
});