In some cases, we want to have models that not only handle training and inference, but can also react to events from the platform.An example might be a model that is used to determine which documents should be inferred in a project for example. These are not traditional models, but are really event handlers that are triggered by events in the platform. To support this, we need to do two things:
Add a flag to our model metadata to indicate that we want to handle events