AutoMLCandidateStep constructor

AutoMLCandidateStep({
  1. required String candidateStepArn,
  2. required String candidateStepName,
  3. required CandidateStepType candidateStepType,
})

Implementation

AutoMLCandidateStep({
  required this.candidateStepArn,
  required this.candidateStepName,
  required this.candidateStepType,
});