Open
Description
What would you like to be added:
EPP emits events to log some InferencePool and InferenceModel statuses, the two main events I can think of are:
- InferencePool synced and accepted
- InferenceModel accepted by the epp to be served on the referenced and matching InferencePool
Emitting events when the InferenceModel doesn't match the InferencePool is not applicable since the model likely belongs to another epp/pool.
Why is this needed:
To improve debuggability in the absence of Status updates for the short term (xref #380).