Module Values.ProjectVersionStatusSource
Sourcetype nonrec t = | TRAINING_IN_PROGRESS| TRAINING_COMPLETED| TRAINING_FAILED| STARTING| RUNNING| FAILED| STOPPING| STOPPED| DELETING| COPYING_IN_PROGRESS| COPYING_COMPLETED| COPYING_FAILED| DEPRECATED| EXPIRED| Non_static_id of string
Sourceval to_value : t -> [> `Enum of string ]