Model Update#

Model Registry service integration#

EVAM supports MLOps capabilities through integration with the Model Registry service. This enhancement streamlines the model management process, enabling dynamic updates and ensuring that EVAM utilizes the most accurate and up-to-date models. Currently it supports following features:

Model Initialization: Upon initialization, EVAM can retrieve and deploy machine learning models directly from a Model Registry. To leverage this feature, users must specify the necessary model details in the configuration file.

Runtime Model Update: EVAM offers a REST endpoint that facilitates on-demand model updates during runtime. This endpoint allows users to pull the latest model version from the Model Registry and download it for immediate use within the existing EVAM pipeline.

Note: Currently, users are required to manually stop the running pipeline and restart it with the new model. Our upcoming release will automate this process, enabling the REST endpoint to handle both the model download from the registry and the pipeline restart, all in one seamless operation.

Refer the detailed documentation for steps on launching the model registry microservice and configurations to interact with it during EVAM’s startup and runtime.