CheckpointPaths
Paths the platform provides for this task's checkpoint output and optional previous-attempt input.
Attributes
| Attribute | Type | Description |
|---|---|---|
| prev_checkpoint_path | `str | None` |
| checkpoint_path | `str | None` |
Constructor
Signature
def CheckpointPaths(
prev_checkpoint_path: str | None = null,
checkpoint_path: str | None = null
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| prev_checkpoint_path | `str | None` = null |
| checkpoint_path | `str | None` = null |
Signature
def CheckpointPaths(
prev_checkpoint_path: str | None = null,
checkpoint_path: str | None = null
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| prev_checkpoint_path | `str | None` = null |
| checkpoint_path | `str | None` = null |