SolutionVersion constructor

SolutionVersion({
  1. DateTime? creationDateTime,
  2. String? datasetGroupArn,
  3. String? eventType,
  4. String? failureReason,
  5. DateTime? lastUpdatedDateTime,
  6. bool? performAutoML,
  7. bool? performHPO,
  8. String? recipeArn,
  9. String? solutionArn,
  10. SolutionConfig? solutionConfig,
  11. String? solutionVersionArn,
  12. String? status,
  13. double? trainingHours,
  14. TrainingMode? trainingMode,
  15. TunedHPOParams? tunedHPOParams,
})

Implementation

SolutionVersion({
  this.creationDateTime,
  this.datasetGroupArn,
  this.eventType,
  this.failureReason,
  this.lastUpdatedDateTime,
  this.performAutoML,
  this.performHPO,
  this.recipeArn,
  this.solutionArn,
  this.solutionConfig,
  this.solutionVersionArn,
  this.status,
  this.trainingHours,
  this.trainingMode,
  this.tunedHPOParams,
});