DescribeHyperParameterTuningJobResponse constructor

DescribeHyperParameterTuningJobResponse({
  1. required DateTime creationTime,
  2. required String hyperParameterTuningJobArn,
  3. required HyperParameterTuningJobConfig hyperParameterTuningJobConfig,
  4. required String hyperParameterTuningJobName,
  5. required HyperParameterTuningJobStatus hyperParameterTuningJobStatus,
  6. required ObjectiveStatusCounters objectiveStatusCounters,
  7. required TrainingJobStatusCounters trainingJobStatusCounters,
  8. HyperParameterTrainingJobSummary? bestTrainingJob,
  9. String? failureReason,
  10. DateTime? hyperParameterTuningEndTime,
  11. DateTime? lastModifiedTime,
  12. HyperParameterTrainingJobSummary? overallBestTrainingJob,
  13. HyperParameterTrainingJobDefinition? trainingJobDefinition,
  14. List<HyperParameterTrainingJobDefinition>? trainingJobDefinitions,
  15. HyperParameterTuningJobWarmStartConfig? warmStartConfig,
})

Implementation

DescribeHyperParameterTuningJobResponse({
  required this.creationTime,
  required this.hyperParameterTuningJobArn,
  required this.hyperParameterTuningJobConfig,
  required this.hyperParameterTuningJobName,
  required this.hyperParameterTuningJobStatus,
  required this.objectiveStatusCounters,
  required this.trainingJobStatusCounters,
  this.bestTrainingJob,
  this.failureReason,
  this.hyperParameterTuningEndTime,
  this.lastModifiedTime,
  this.overallBestTrainingJob,
  this.trainingJobDefinition,
  this.trainingJobDefinitions,
  this.warmStartConfig,
});