TuningTask constructor
TuningTask({
- Timestamp? startTime,
- Timestamp? completeTime,
- List<
TuningSnapshot> snapshots = const [], - required Dataset? trainingData,
- Hyperparameters? hyperparameters,
Implementation
TuningTask({
this.startTime,
this.completeTime,
this.snapshots = const [],
required this.trainingData,
this.hyperparameters,
}) : super(fullyQualifiedName);