Load model configuration using model_version_id information from WorkerRun
Generic workers will need to retrieve the stored model configuration during configure
. This may be done by
- reading model_version ID from
RetrieveWorkerRun
in normal mode - reading
MODEL_VERSION_ID
from environment inread_only_mode
In both cases, we could then call RetrieveModelVersion
using the ID and update the config
attribute using the configuration
value.