Milestone definition for the training timeline export.
| 82 | |
| 83 | @dataclass |
| 84 | class TimelineMilestone: |
| 85 | """Milestone definition for the training timeline export.""" |
| 86 | |
| 87 | identifier: str |
| 88 | threshold_images: int |
| 89 | label: str |
| 90 | kind: str |
| 91 | dataset_multiple: float | None = None |
| 92 | |
| 93 | |
| 94 | def export_model( |
no outgoing calls
no test coverage detected