Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Model Versioning using Vertex AI Model #16

Open
dineshvelmuruga opened this issue Feb 15, 2022 · 2 comments
Open

Model Versioning using Vertex AI Model #16

dineshvelmuruga opened this issue Feb 15, 2022 · 2 comments

Comments

@dineshvelmuruga
Copy link

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

@clausagerskov
Copy link

@SaschaHeyer
Copy link

Hi @dineshvelmuruga
I have written an article on how to properly use Vertex AI Model Registry's Versioning functionality
https://medium.com/google-cloud/google-vertex-ai-model-versioning-72696bccd0d2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants