mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Small edits (#731)
This commit is contained in:
@@ -19,10 +19,10 @@ Once you have launched an app instance, you can view the following information i
|
||||
* <img src="/docs/latest/icons/ico-vscode-loading.svg" alt="VS Code loading" className="icon size-md" /> - Remote IDE is setting up
|
||||
* <img src="/docs/latest/icons/ico-vscode-active.svg" alt="VS Code active" className="icon size-md" /> - Remote IDE is active
|
||||
* <img src="/docs/latest/icons/ico-vscode-idle.svg" alt="VS Code idle" className="icon size-md" /> - Remote IDE is idle
|
||||
* <img src="/docs/latest/icons/ico-vscode-stopped.svg" alt="VS Code stopped" className="icon size-md" /> Remote IDE is stopped
|
||||
* <img src="/docs/latest/icons/ico-vscode-stopped.svg" alt="VS Code stopped" className="icon size-md" /> - Remote IDE is stopped
|
||||
* Open IDE - link to the IDE session
|
||||
* Idle time
|
||||
* Server’s resources monitoring (CPU / GPU / vMem utilization)
|
||||
* Server's resources monitoring (CPU / GPU / vMem utilization)
|
||||
* Console - The console log shows the instance's activity, including server setup progress, server status changes
|
||||
|
||||

|
||||
|
||||
@@ -34,7 +34,7 @@ The models table contains the following columns:
|
||||
| **NAME** | Model name. | String |
|
||||
| **TAGS** | User-defined labels added to models for grouping and organization. | Tag |
|
||||
| **STATUS** | The status of the model, which can be *Draft* (editable) or *Published* (read-only). | String |
|
||||
| **PROJECT** | The project with which the model is associated.| String |
|
||||
| **PROJECT** | Name of the model's project | String |
|
||||
| **USER** | The user who ran the experiment that created the model, or the user who imported the model.| String |
|
||||
| **TASK** | The experiment (Task) name that created the model. | String |
|
||||
| **UPDATED** | Elapsed time since the model was updated. Hover over the elapsed time to view the date and time.| Date-time |
|
||||
|
||||
Reference in New Issue
Block a user