Skip to content

Commit

Permalink
Add DeleteTag endpoint to MLFlow storage backends (mlflow#1558)
Browse files Browse the repository at this point in the history
* add delete tag endpoint and tests to OSS storage interfaces

* lints and order fix to deploy paths for API

* update protos with comments

* nits, docs

* file store removes hard instead of move to trash

* final proto update, final test coverage updates

* update docs
  • Loading branch information
ankit-db authored Jul 12, 2019
1 parent 9390f44 commit 849161e
Show file tree
Hide file tree
Showing 11 changed files with 1,687 additions and 156 deletions.
2 changes: 1 addition & 1 deletion docs/source/tracking.rst
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ add tags to a run, and more.
Adding Tags to Runs
~~~~~~~~~~~~~~~~~~~

The :py:func:`mlflow.tracking.MlflowClient.set_tag` function lets you add custom tags to runs. For example:
The :py:func:`mlflow.tracking.MlflowClient.set_tag` function lets you add custom tags to runs. A tag can only have a single unique value mapped to it at a time. For example:

.. code-block:: py
Expand Down
Loading

0 comments on commit 849161e

Please sign in to comment.