SolutionVersion constructor
SolutionVersion({
- DateTime? creationDateTime,
- String? datasetGroupArn,
- String? eventType,
- String? failureReason,
- DateTime? lastUpdatedDateTime,
- bool? performAutoML,
- bool? performHPO,
- String? recipeArn,
- String? solutionArn,
- SolutionConfig? solutionConfig,
- String? solutionVersionArn,
- String? status,
- double? trainingHours,
- TrainingMode? trainingMode,
- 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,
});