Processing State of the model. Some data may not be available until this is completed
- enum ModelProcessingState {
- # When we are preparing the model for processing
- # When the model is currently processing
- # When the model has failed with errors during processing
- # When the model has finished processing successfully
- }