NullCheckpoint¶
Import path: earth2studio.utils.checkpoint.NullCheckpoint
Documentation¶
No-op checkpoint used when checkpointing is disabled.
write_count
property
writable
¶
write_count: int
Number of checkpoint writes accepted by the no-op session.
is_active
property
¶
is_active: bool
Whether this checkpoint session is active in the current context.
catalog
property
¶
catalog: NullCheckpoint
Catalog-like no-op handle for workflow checkpoint checks.