Activation state of the model. When model is not active
you may get inactive errors from certain properties on the model
- enum ModelActivationState {
- # When the model is not archived and ready to use.
- # When the model has been archived, and many features are unavailable.
- # This is also referred to as `inactive` in other places
- # When the model is in between other activation states
- # When the model has been flagged for compliance or other reasons
- }