ResolvedAttributes constructor

ResolvedAttributes({
  1. AutoMLJobObjective? autoMLJobObjective,
  2. AutoMLJobCompletionCriteria? completionCriteria,
  3. ProblemType? problemType,
})

Implementation

ResolvedAttributes({
  this.autoMLJobObjective,
  this.completionCriteria,
  this.problemType,
});