Checkpoints
A class representing the checkpoints for a task. This is used to store the checkpoints for the task execution.
Attributes
-
prev_checkpoint_path: string | None
- The path to the previous checkpoint.
-
checkpoint_path: string | None
- The path to the current checkpoint.
Constructors
- Initializes a new instance of the Checkpoints class.