Type Alias ModelStatus

ModelStatus:
    | "pending"
    | "training_requested"
    | "training_done"
    | "ready"
    | "error"

Model status. These are the status of the model in relation to experiments (i.e. training status).