ModelType

open_in_new

Type of the model

GraphQL Schema definition

  • enum ModelType {
  • # The model is used for demo purposes
  • demo
  • # The model is created by copying another model
  • copy
  • # The model is uploaded and processed normally
  • original
  • }

Require by