You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do I register the model and load the different versions of the model using Vertex AI model.
For instance, I have trained scikit-learn model and I want to register it as v1(automatically as v1). After sometime, I have retrained my model with new features and I want to register my model with new version(automatically as v2).
Now I want to load my model like aiplatform.Model.load_model("model_name", "model_version") (not the current feature)
How Can I do this using Vertex AI Models
The text was updated successfully, but these errors were encountered:
How do I register the model and load the different versions of the model using Vertex AI model.
For instance, I have trained scikit-learn model and I want to register it as v1(automatically as v1). After sometime, I have retrained my model with new features and I want to register my model with new version(automatically as v2).
Now I want to load my model like aiplatform.Model.load_model("model_name", "model_version") (not the current feature)
How Can I do this using Vertex AI Models
The text was updated successfully, but these errors were encountered: