The page you navigated to () does not exist, so we brought you to the closest page to it.
You have switched from the to the variant of this site. There is no equivalent of . We have taken you to the closest page in the variant.
2.1.5
CheckpointPaths
Package: flyte.models
Paths the platform provides for this task’s checkpoint output and optional previous-attempt input.
This is distinct from flyte.Checkpoint, which performs download/upload of the checkpoint blob
for those paths (see flyte.models.TaskContext.checkpoint).
Parameters
class CheckpointPaths(
prev_checkpoint_path: str | None,
checkpoint_path: str | None,
)| Parameter | Type | Description |
|---|---|---|
prev_checkpoint_path |
str | None |
|
checkpoint_path |
str | None |