DescribeHyperParameterTuningJobResponse constructor
DescribeHyperParameterTuningJobResponse({
- required DateTime creationTime,
- required String hyperParameterTuningJobArn,
- required HyperParameterTuningJobConfig hyperParameterTuningJobConfig,
- required String hyperParameterTuningJobName,
- required HyperParameterTuningJobStatus hyperParameterTuningJobStatus,
- required ObjectiveStatusCounters objectiveStatusCounters,
- required TrainingJobStatusCounters trainingJobStatusCounters,
- HyperParameterTrainingJobSummary? bestTrainingJob,
- String? failureReason,
- DateTime? hyperParameterTuningEndTime,
- DateTime? lastModifiedTime,
- HyperParameterTrainingJobSummary? overallBestTrainingJob,
- HyperParameterTrainingJobDefinition? trainingJobDefinition,
- List<
HyperParameterTrainingJobDefinition> ? trainingJobDefinitions, - 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,
});