DescribeHyperParameterTuningJobResponse class

Constructors

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})
DescribeHyperParameterTuningJobResponse.fromJson(Map<String, dynamic> json)
factory

Properties

bestTrainingJob HyperParameterTrainingJobSummary?
A TrainingJobSummary object that describes the training job that completed with the best current HyperParameterTuningJobObjective.
final
creationTime DateTime
The date and time that the tuning job started.
final
failureReason String?
If the tuning job failed, the reason it failed.
final
hashCode int
The hash code for this object.
no setterinherited
hyperParameterTuningEndTime DateTime?
The date and time that the tuning job ended.
final
hyperParameterTuningJobArn String
The Amazon Resource Name (ARN) of the tuning job.
final
hyperParameterTuningJobConfig HyperParameterTuningJobConfig
The HyperParameterTuningJobConfig object that specifies the configuration of the tuning job.
final
hyperParameterTuningJobName String
The name of the tuning job.
final
hyperParameterTuningJobStatus HyperParameterTuningJobStatus
The status of the tuning job: InProgress, Completed, Failed, Stopping, or Stopped.
final
lastModifiedTime DateTime?
The date and time that the status of the tuning job was modified.
final
objectiveStatusCounters ObjectiveStatusCounters
The ObjectiveStatusCounters object that specifies the number of training jobs, categorized by the status of their final objective metric, that this tuning job launched.
final
overallBestTrainingJob HyperParameterTrainingJobSummary?
If the hyperparameter tuning job is an warm start tuning job with a WarmStartType of IDENTICAL_DATA_AND_ALGORITHM, this is the TrainingJobSummary for the training job with the best objective metric value of all training jobs launched by this tuning job and all parent jobs specified for the warm start tuning job.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trainingJobDefinition HyperParameterTrainingJobDefinition?
The HyperParameterTrainingJobDefinition object that specifies the definition of the training jobs that this tuning job launches.
final
trainingJobDefinitions List<HyperParameterTrainingJobDefinition>?
A list of the HyperParameterTrainingJobDefinition objects launched for this tuning job.
final
trainingJobStatusCounters TrainingJobStatusCounters
The TrainingJobStatusCounters object that specifies the number of training jobs, categorized by status, that this tuning job launched.
final
warmStartConfig HyperParameterTuningJobWarmStartConfig?
The configuration for starting the hyperparameter parameter tuning job using one or more previous tuning jobs as a starting point. The results of previous tuning jobs are used to inform which combinations of hyperparameters to search over in the new tuning job.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited