Skip to content

Commit 3cf9fbd

Browse files
ChromeHeartsOrbax Authors
authored andcommitted
Internal
PiperOrigin-RevId: 937186923
1 parent fbe6113 commit 3cf9fbd

6 files changed

Lines changed: 496 additions & 25 deletions

File tree

checkpoint/orbax/checkpoint/experimental/tiering_service/db_schema.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ class TierPathState(enum.IntEnum):
7272
READY = 3
7373
FAILED = 4
7474
DELETED = 5
75+
DELETE_IN_PROCESS = 6
7576

7677

7778
class Asset(Base):

0 commit comments

Comments
 (0)