Values_2.TrainingJobSummarySourceProvides summary information about a training job.
type nonrec t = {trainingJobName : Values_1.TrainingJobName.t option;The name of the training job that you want a summary for.
*)trainingJobArn : Values_1.TrainingJobArn.t option;The Amazon Resource Name (ARN) of the training job.
*)creationTime : Values_0.Timestamp.t option;A timestamp that shows when the training job was created.
*)trainingEndTime : Values_0.Timestamp.t option;A timestamp that shows when the training job ended. This field is set only if the training job has one of the terminal statuses (Completed, Failed, or Stopped).
*)lastModifiedTime : Values_0.Timestamp.t option;Timestamp when the training job was last modified.
*)trainingJobStatus : Values_1.TrainingJobStatus.t option;The status of the training job.
*)secondaryStatus : Values_1.SecondaryStatus.t option;The secondary status of the training job.
*)warmPoolStatus : Values_1.WarmPoolStatus.t option;The status of the warm pool associated with the training job.
*)trainingPlanArn : Values_0.TrainingPlanArn.t option;The Amazon Resource Name (ARN); of the training plan associated with this training job. For more information about how to reserve GPU capacity for your SageMaker HyperPod clusters using Amazon SageMaker Training Plan, see CreateTrainingPlan .
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Values_1.TrainingJobName.t
| `Structure of
(string
* [> `Enum of string | `Integer of int | `String of string ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ]