ModelActivationState

open_in_new

Activation state of the model. When model is not active you may get inactive errors from certain properties on the model

GraphQL Schema definition

  • enum ModelActivationState {
  • # When the model is not archived and ready to use.
  • active
  • # When the model has been archived, and many features are unavailable.
  • # This is also referred to as `inactive` in other places
  • archived
  • # When the model is in between other activation states
  • pending
  • # When the model has been flagged for compliance or other reasons
  • flagged
  • }

Require by