See `BaseCheckpointer.wait_until_finished` docstring for details.
(self)
| 608 | |
| 609 | # Validate ckpt structure. |
| 610 | check_state_structure( |
| 611 | restored_index, |
| 612 | target_structure=self._get_spec(step=step, state=state)["index"], |
| 613 | validation=cfg.validation_type, |
| 614 | ) |
| 615 | return step, restored_state |