Skip to content
This repository has been archived by the owner on Apr 11, 2022. It is now read-only.

Commit

Permalink
GitBook: [master] 2 pages modified
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredscheib authored and gitbook-bot committed Feb 21, 2020
1 parent b1ff056 commit 126fda6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions tags/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ description: 'Add, edit, and filter on tags across all of a team''s Gradient ent

Tagging is a powerful feature in Gradient that allows teams to organize and track machine learning work.

A tag is an alphanumeric word or phrase scoped to a team that team members can apply to any taggable entity. Entities may then be filtered by tag for easy access and oversight. Taggable entity types include Projects, Experiments, Notebooks, Jobs, Models, and Deployments.
A tag is an alphanumeric word or phrase scoped to a team, which team members can add to any taggable entity type: Projects, Experiments, Notebooks, Jobs, Models, and Deployments.

Entities can then be filtered by tag for easy access and oversight.

![Projects list filtered on 'PyTorch' tag shows 8 projects with that tag](../.gitbook/assets/screen-shot-2020-02-10-at-7.25.47-pm.png)

Team admins and entity creators may add tags to entities. All team members may filter any entity on any tag. Any time a team member adds a tag that doesn't already exist within their team, the tag becomes available across all entities.
Team admins and entity creators can create and add tags to entities, and all team members can filter any entity list by any tag. Whenever a team member adds a tag that doesn't already exist within their team, the tag becomes available across all entity types for adding and filtering.



Expand Down
4 changes: 3 additions & 1 deletion tags/using-tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Adding Tags to Entities

Team admins can add new and existing tags to any of their team's entities. Team members can add new and existing tags to entities that they created. Any new tag that is added will become available for use across all of a team's entities.
Team admins can add new and existing tags to any of their team's entities. Team members can add new and existing tags to entities that they created. Any new tag will become available for use across all of a team's entities.

{% tabs %}
{% tab title="Web UI" %}
Expand Down Expand Up @@ -33,6 +33,8 @@ To find entities with a specific tag, first click the **Filter by tags** dropdow
Type or select tags to filter the entity. This will result in all entities that match the selected tags.

![Project results that match the tag in question](../.gitbook/assets/screen-shot-2020-02-10-at-7.25.47-pm%20%281%29.png)

You can also add tags to filter the current entity list by clicking on any tag on any entity.
{% endtab %}

{% tab title="CLI" %}
Expand Down

0 comments on commit 126fda6

Please sign in to comment.