Values_0.CheckpointConfigSourceContains information about the output location for managed spot training checkpoint data.
type nonrec t = {s3Uri : S3Uri.t;Identifies the S3 path where you want SageMaker to store checkpoints. For example, s3://bucket-name/key-name-prefix.
*)localPath : DirectoryPath.t option;(Optional) The local directory where checkpoints are written. The default directory is /opt/ml/checkpoints/.
*)}