ModelProcessingState

open_in_new

Processing State of the model. Some data may not be available until this is completed

GraphQL Schema definition

  • enum ModelProcessingState {
  • # When we are preparing the model for processing
  • staging
  • # When the model is currently processing
  • processing
  • # When the model has failed with errors during processing
  • failed
  • # When the model has finished processing successfully
  • completed
  • }

Require by