HyperParameterTrainingJobSummary class
Specifies summary information about a training job.
Constructors
-
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}) -
HyperParameterTrainingJobSummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- creationTime → DateTime
-
The date and time that the training job was created.
final
- failureReason → String?
-
The reason that the training job failed.
final
- finalHyperParameterTuningJobObjectiveMetric → FinalHyperParameterTuningJobObjectiveMetric?
-
The FinalHyperParameterTuningJobObjectiveMetric object that specifies
the value of the objective metric of the tuning job that launched this
training job.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- objectiveStatus → ObjectiveStatus?
-
The status of the objective metric for the training job:
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- trainingEndTime → DateTime?
-
Specifies the time when the training job ends on training instances. You are
billed for the time interval between the value of
TrainingStartTime
and this time. For successful jobs and stopped jobs, this is the time after model artifacts are uploaded. For failed jobs, this is the time when Amazon SageMaker detects a job failure.final - trainingJobArn → String
-
The Amazon Resource Name (ARN) of the training job.
final
- trainingJobDefinitionName → String?
-
The training job definition name.
final
- trainingJobName → String
-
The name of the training job.
final
- trainingJobStatus → TrainingJobStatus
-
The status of the training job.
final
- trainingStartTime → DateTime?
-
The date and time that the training job started.
final
-
tunedHyperParameters
→ Map<
String, String> -
A list of the hyperparameters for which you specified ranges to search.
final
- tuningJobName → String?
-
The HyperParameter tuning job that launched the training 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