Expand description
Per-model lifecycle state machine (see docs/runtime/model-lifecycle.md).
Pure: it decides what the model host must do next, and the host reports back when that work finishes. Admission and exclusive groups are the host’s concern; this only guards one model’s transitions.
Structs§
- Lifecycle
- One model’s lifecycle.
- Unexpected
Event - A finish event arrived in a state that never started that work.
Enums§
- Command
- Work the host must start after a transition.
- Model
State - Where one catalogue model is. Only the worker changes it.