mlflow-tclake-plugin 2.1.7.dev1__tar.gz → 2.1.7.dev2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {mlflow_tclake_plugin-2.1.7.dev1 → mlflow_tclake_plugin-2.1.7.dev2}/PKG-INFO +1 -1
- {mlflow_tclake_plugin-2.1.7.dev1 → mlflow_tclake_plugin-2.1.7.dev2}/mlflow_tclake_plugin/tclake_store.py +2 -2
- {mlflow_tclake_plugin-2.1.7.dev1 → mlflow_tclake_plugin-2.1.7.dev2}/mlflow_tclake_plugin.egg-info/PKG-INFO +1 -1
- {mlflow_tclake_plugin-2.1.7.dev1 → mlflow_tclake_plugin-2.1.7.dev2}/setup.py +1 -1
- {mlflow_tclake_plugin-2.1.7.dev1 → mlflow_tclake_plugin-2.1.7.dev2}/LICENSE.txt +0 -0
- {mlflow_tclake_plugin-2.1.7.dev1 → mlflow_tclake_plugin-2.1.7.dev2}/README.md +0 -0
- {mlflow_tclake_plugin-2.1.7.dev1 → mlflow_tclake_plugin-2.1.7.dev2}/mlflow_tclake_plugin/__init__.py +0 -0
- {mlflow_tclake_plugin-2.1.7.dev1 → mlflow_tclake_plugin-2.1.7.dev2}/mlflow_tclake_plugin.egg-info/SOURCES.txt +0 -0
- {mlflow_tclake_plugin-2.1.7.dev1 → mlflow_tclake_plugin-2.1.7.dev2}/mlflow_tclake_plugin.egg-info/dependency_links.txt +0 -0
- {mlflow_tclake_plugin-2.1.7.dev1 → mlflow_tclake_plugin-2.1.7.dev2}/mlflow_tclake_plugin.egg-info/entry_points.txt +0 -0
- {mlflow_tclake_plugin-2.1.7.dev1 → mlflow_tclake_plugin-2.1.7.dev2}/mlflow_tclake_plugin.egg-info/requires.txt +0 -0
- {mlflow_tclake_plugin-2.1.7.dev1 → mlflow_tclake_plugin-2.1.7.dev2}/mlflow_tclake_plugin.egg-info/top_level.txt +0 -0
- {mlflow_tclake_plugin-2.1.7.dev1 → mlflow_tclake_plugin-2.1.7.dev2}/setup.cfg +0 -0
|
@@ -730,7 +730,7 @@ class TCLakeStore(AbstractStore):
|
|
|
730
730
|
"ModelVersion": _set_model_version(version),
|
|
731
731
|
"AddedAliases": [alias],
|
|
732
732
|
}
|
|
733
|
-
self._call("
|
|
733
|
+
self._call("ModifyModelVersionAliases", req)
|
|
734
734
|
|
|
735
735
|
def delete_registered_model_alias(self, name, alias):
|
|
736
736
|
log_msg("delete_registered_model_alias {} {}".format(name, alias))
|
|
@@ -748,7 +748,7 @@ class TCLakeStore(AbstractStore):
|
|
|
748
748
|
"ModelVersion": _set_model_version(model_version.version),
|
|
749
749
|
"RemovedAliases": [alias],
|
|
750
750
|
}
|
|
751
|
-
self._call("
|
|
751
|
+
self._call("ModifyModelVersionAliases", req)
|
|
752
752
|
|
|
753
753
|
def get_model_version_by_alias(self, name, alias):
|
|
754
754
|
log_msg("get_model_version_by_alias {} {}".format(name, alias))
|
|
@@ -2,7 +2,7 @@ from setuptools import find_packages, setup
|
|
|
2
2
|
|
|
3
3
|
setup(
|
|
4
4
|
name="mlflow-tclake-plugin",
|
|
5
|
-
version="2.1.7.
|
|
5
|
+
version="2.1.7.dev2",
|
|
6
6
|
description="Tclake plugin for MLflow",
|
|
7
7
|
packages=find_packages(),
|
|
8
8
|
# Require MLflow as a dependency of the plugin, so that plugin users can simply install
|
|
File without changes
|
|
File without changes
|
{mlflow_tclake_plugin-2.1.7.dev1 → mlflow_tclake_plugin-2.1.7.dev2}/mlflow_tclake_plugin/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|