Values_1.HyperParameterTrainingJobSummarySourceThe container for the summary information about a training job.
type nonrec t = {trainingJobDefinitionName : Values_0.HyperParameterTrainingJobDefinitionName.t
option;The training job definition name.
*)trainingJobName : TrainingJobName.t option;The name of the training job.
*)trainingJobArn : TrainingJobArn.t option;The Amazon Resource Name (ARN) of the training job.
*)tuningJobName : Values_0.HyperParameterTuningJobName.t option;The HyperParameter tuning job that launched the training job.
*)creationTime : Values_0.Timestamp.t option;The date and time that the training job was created.
*)trainingStartTime : Values_0.Timestamp.t option;The date and time that the training job started.
*)trainingEndTime : Values_0.Timestamp.t option;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 SageMaker detects a job failure.
*)trainingJobStatus : TrainingJobStatus.t option;The status of the training job.
*)tunedHyperParameters : Values_0.HyperParameters.t option;A list of the hyperparameters for which you specified ranges to search.
*)failureReason : Values_0.FailureReason.t option;The reason that the training job failed.
*)finalHyperParameterTuningJobObjectiveMetric : FinalHyperParameterTuningJobObjectiveMetric.t
option;The FinalHyperParameterTuningJobObjectiveMetric object that specifies the value of the objective metric of the tuning job that launched this training job.
*)objectiveStatus : Values_0.ObjectiveStatus.t option;The status of the objective metric for the training job: Succeeded: The final objective metric for the training job was evaluated by the hyperparameter tuning job and used in the hyperparameter tuning process. Pending: The training job is in progress and evaluation of its final objective metric is pending. Failed: The final objective metric for the training job was not evaluated, and was not used in the hyperparameter tuning process. This typically occurs when the training job failed or did not emit an objective metric.
*)}val make :
?trainingJobDefinitionName:??? ->
?trainingJobName:??? ->
?trainingJobArn:??? ->
?tuningJobName:??? ->
?creationTime:??? ->
?trainingStartTime:??? ->
?trainingEndTime:??? ->
?trainingJobStatus:??? ->
?tunedHyperParameters:??? ->
?failureReason:??? ->
?finalHyperParameterTuningJobObjectiveMetric:??? ->
?objectiveStatus:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of ([> `String of string ] * [> `String of string ]) list
| `String of Values_0.HyperParameterTrainingJobDefinitionName.t
| `Structure of
(string
* [> `Enum of string
| `Float of Values_0.MetricValue.t
| `String of Values_0.MetricName.t ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ]