ResolvedAttributes constructor
ResolvedAttributes({
- AutoMLJobObjective? autoMLJobObjective,
- AutoMLJobCompletionCriteria? completionCriteria,
- ProblemType? problemType,
Implementation
ResolvedAttributes({
this.autoMLJobObjective,
this.completionCriteria,
this.problemType,
});