Values_1.TrainingProgressInfoSourceThe serverless training job progress information.
type nonrec t = {totalStepCountPerEpoch : TotalStepCountPerEpoch.t option;The total step count per epoch.
*)currentStep : TrainingStepIndex.t option;The current step number.
*)currentEpoch : TrainingEpochIndex.t option;The current epoch number.
*)maxEpoch : TrainingEpochCount.t option;The maximum number of epochs for this job.
*)}