Skip to content
Snippets Groups Projects
Verified Commit 272f8087 authored by Alper Akgun's avatar Alper Akgun :one: Committed by GitLab
Browse files

Docs fix model registry version update example

parent df31e7c3
No related branches found
No related tags found
1 merge request!148643Docs fix model registry version update example
......@@ -157,8 +157,8 @@ must follow [SemVer](https://semver.org/) format.
client = MlflowClient()
model_name = '<your_model_name>'
version = '<your_version>'
tags = { "gitlab.version" = version }
client.create_model)version(model_name, version, description=description, tags=tags)
tags = { "gitlab.version": version }
client.create_model_version(model_name, version, description=description, tags=tags)
```
**Notes**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment