Models
Manage Model Versions
Below are the functions that let you work with multiple version of a model.
Use the list_versions()
method to view all available version of a model:
Use the get_version()
method to use a specific version of a model:
Use the set_active()
method to set a specific version of a model as active:
Use the drop_model_version()
method to remove a specific version of a model:
Please note that the model version should be deactivated before it is removed.