HyperParameterTuningJobSummary constructor

HyperParameterTuningJobSummary({
  1. required DateTime creationTime,
  2. required String hyperParameterTuningJobArn,
  3. required String hyperParameterTuningJobName,
  4. required HyperParameterTuningJobStatus hyperParameterTuningJobStatus,
  5. required ObjectiveStatusCounters objectiveStatusCounters,
  6. required HyperParameterTuningJobStrategyType strategy,
  7. required TrainingJobStatusCounters trainingJobStatusCounters,
  8. DateTime? hyperParameterTuningEndTime,
  9. DateTime? lastModifiedTime,
  10. ResourceLimits? resourceLimits,
})

Implementation

HyperParameterTuningJobSummary({
  required this.creationTime,
  required this.hyperParameterTuningJobArn,
  required this.hyperParameterTuningJobName,
  required this.hyperParameterTuningJobStatus,
  required this.objectiveStatusCounters,
  required this.strategy,
  required this.trainingJobStatusCounters,
  this.hyperParameterTuningEndTime,
  this.lastModifiedTime,
  this.resourceLimits,
});