Add DatasetVersion usage and model column (#92)

This commit is contained in:
pollfly
2021-10-21 11:42:38 +03:00
committed by GitHub
parent 6d54c6baaa
commit 29a2553dd6
5 changed files with 62 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ The models table contains the following columns:
| **PROJECT** | The project with which the model is associated.| Default |
| **USER** | The user who ran the experiment that created the model, or the user who imported the model.| Default |
| **TASK** | The experiment (Task) name that created the model. | Default |
| **CREATED** | Elapsed time since the model creation. Hover over the elapsed time to view the date and time.| Default |
| **UPDATED** | Elapsed time since the model was updated. Hover over the elapsed time to view the date and time.| Default |
| **DESCRIPTION** | The model description. | Default (hidden) |