HyperParameterTrainingJobSummary constructor

HyperParameterTrainingJobSummary({
  1. required DateTime creationTime,
  2. required String trainingJobArn,
  3. required String trainingJobName,
  4. required TrainingJobStatus trainingJobStatus,
  5. required Map<String, String> tunedHyperParameters,
  6. String? failureReason,
  7. FinalHyperParameterTuningJobObjectiveMetric? finalHyperParameterTuningJobObjectiveMetric,
  8. ObjectiveStatus? objectiveStatus,
  9. DateTime? trainingEndTime,
  10. String? trainingJobDefinitionName,
  11. DateTime? trainingStartTime,
  12. String? tuningJobName,
})

Implementation

HyperParameterTrainingJobSummary({
  required this.creationTime,
  required this.trainingJobArn,
  required this.trainingJobName,
  required this.trainingJobStatus,
  required this.tunedHyperParameters,
  this.failureReason,
  this.finalHyperParameterTuningJobObjectiveMetric,
  this.objectiveStatus,
  this.trainingEndTime,
  this.trainingJobDefinitionName,
  this.trainingStartTime,
  this.tuningJobName,
});