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
Copy file name to clipboardExpand all lines: .github/README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,12 @@ Visit our LinkedIn page below:
43
43
- createRegisteredModelWithVersion - Creates a new registered model and the frist version of that model
44
44
- updateRegisteredModelDescriptionAndTag - Updates a registered model's description and tags
45
45
- updateAllLatestModelVersion - Updates the latest version of the specified registered model's description, adds a new alias, and tag key/value foro tthat latest version
46
+
- setLatestModelVersionTag - Adds a new tag key/value for the latest version of the specified registered model
47
+
- setLatestModelVersionAlias - Adds an alias for the latest version of the specified registered model
48
+
- updateLatestModelVersion - Updates the description of the latest version of a registered model
49
+
- updateAllModelVersion - Updates the specified version of the specified registered model's description and adds a new alias and tag key/value for that specified version
50
+
- deleteLatestModelVersion - Deletes the latest version of the specified registered model
51
+
- createModelFromRunWithBestMetric - Creates a new model with the specified model name from the run with the best specified metric
46
52
47
53
<br>
48
54
@@ -141,12 +147,8 @@ We welcome contributions to <i>mlflow.js</i>! Please see our [Contributing Guide
| Stephany Ho |[](https://github.com/seneyu)|[](https://www.linkedin.com/in/stephanyho/)|
0 commit comments