HyperParameterTrainingJobSummary constructor
HyperParameterTrainingJobSummary({
- required DateTime creationTime,
- required String trainingJobArn,
- required String trainingJobName,
- required TrainingJobStatus trainingJobStatus,
- required Map<
String, String> tunedHyperParameters, - String? failureReason,
- FinalHyperParameterTuningJobObjectiveMetric? finalHyperParameterTuningJobObjectiveMetric,
- ObjectiveStatus? objectiveStatus,
- DateTime? trainingEndTime,
- String? trainingJobDefinitionName,
- DateTime? trainingStartTime,
- 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,
});