Type of the model
enum ModelType {# The model is used for demo purposesdemo# The model is created by copying another modelcopy# The model is uploaded and processed normallyoriginal}