CheckpointDigestProtocol
CheckpointDigestProtocol Objects
class CheckpointDigestProtocol(typing.Protocol)
The digest of a CheckpointSummary.
next_lexicographical
def next_lexicographical() -> CheckpointDigest
Returns the next digest in byte-increasing order.
next_lexicographical_opt
def next_lexicographical_opt() -> typing.Optional[CheckpointDigest]
Returns the next digest in byte-increasing order, or None if
the result would overflow.