Store model_version details regardless of model version configuration
We need to have the model_version_id
and model_details
attribute set, regardless of the configuration of the model version.
This part should be updated to be run everytime a worker run has a model version.
The model_version_id
should be initialized to None
in BaseWorker.__init__
.
Edited by Yoann Schneider