LegacyCheckpointMigrationReport
Note
This page is a reference documentation. It only explains the class signature, and not how to use it. Please refer to the Habitat Guide and Python API guide (v2.0) for usage.
- class LegacyCheckpointMigrationReport(migrated: bool = False, completed_migrated: ~typing.List[str] = <factory>, completed_payload_skipped: ~typing.List[str] = <factory>, failed_migrated: ~typing.List[str] = <factory>, archive_dir: str | None = None, notes: ~typing.List[str] = <factory>)[source]
Bases:
objectOutcome of one v0.1 → v1 checkpoint migration attempt.
- completed_migrated
Subject IDs whose scientific payload was written as a v1 success entry.
- Type:
List[str]