Expose model version details in RetrieveWorkerRun
This is needed for generic worker execution.
We need to know the configuration of a model version while calling RetrieveWorkerRun
during base-worker boot process.
The serializer must export:
- id
- model:
- id
- name
- tag
- state
- size
- configuration