Solution constructor

Solution({
  1. AutoMLResult? autoMLResult,
  2. DateTime? creationDateTime,
  3. String? datasetGroupArn,
  4. String? eventType,
  5. DateTime? lastUpdatedDateTime,
  6. SolutionVersionSummary? latestSolutionVersion,
  7. String? name,
  8. bool? performAutoML,
  9. bool? performHPO,
  10. String? recipeArn,
  11. String? solutionArn,
  12. SolutionConfig? solutionConfig,
  13. String? status,
})

Implementation

Solution({
  this.autoMLResult,
  this.creationDateTime,
  this.datasetGroupArn,
  this.eventType,
  this.lastUpdatedDateTime,
  this.latestSolutionVersion,
  this.name,
  this.performAutoML,
  this.performHPO,
  this.recipeArn,
  this.solutionArn,
  this.solutionConfig,
  this.status,
});