Skip to content

Latest commit

 

History

History
67 lines (50 loc) · 1.64 KB

File metadata and controls

67 lines (50 loc) · 1.64 KB

Tag

TensorBay supports tagging specific commits in a dataset's history as being important. Typically, people use this functionality to mark release revisions (v1.0, v2.0 and so on).

Before operating tags, a dataset client instance with existing commit is needed.

../../../docs/code/tag.py

Create Tag

TensorBay SDK supports three approaches of creating the tag.

First is to create the tag when committing.

../../../docs/code/tag.py

Second is to create the tag straightforwardly, which is based on the current commit.

../../../docs/code/tag.py

Third is to create tag on an existing commit.

../../../docs/code/tag.py

Get Tag

../../../docs/code/tag.py

List Tags

../../../docs/code/tag.py

Delete Tag

../../../docs/code/tag.py