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

Adding ability to add description to RegisteredModel #283

Merged
merged 2 commits into from
Aug 15, 2020
Merged

Adding ability to add description to RegisteredModel #283

merged 2 commits into from
Aug 15, 2020

Conversation

willvelida
Copy link
Collaborator

Resolves

Fixes #220 by adding a string field for description to the RegisteredModel class.

Description

In this PR, There is now a string property in the RegisteredModel class that allows users to add a basic description to the model.

Unit Tests have also been updated.

@willvelida
Copy link
Collaborator Author

@aslotte I've kept this simple and just added a string property for now. Let me know if you have any feedback :)

Copy link
Owner

@aslotte aslotte left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work @willvelida! We can add some method overload methods in an upcoming PR (to not provide a description if the user doesn't want to) but I think this is great 👍

Thank you for your contribution and welcome to the MLOps.NET team!

@aslotte aslotte changed the title [WIP] Adding ability to add description to RegisteredModel Adding ability to add description to RegisteredModel Aug 15, 2020
@aslotte aslotte merged commit 0d61e65 into aslotte:master Aug 15, 2020
@aslotte aslotte added this to the v1.1.0 milestone Aug 15, 2020
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

Successfully merging this pull request may close these issues.

Add description to saved model
2 participants