You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Interactive preemptible jobs can be scheduled above guaranteed quota but may be reclaimed at any time.
107
107
108
+
#### --auto-deletion-time-after-completion
109
+
>
110
+
> The timeframe after which a completed or failed job is automatically deleted. Configured in seconds, minutes, or hours (for example 5s, 2m, or 3h). If set to 0, the job will be deleted immediately after completing or failing.
111
+
108
112
<!-- Start of common content from snippets/common-submit-cli-commands.md -->
Copy file name to clipboardExpand all lines: docs/Researcher/user-interface/trainings.md
+16-4Lines changed: 16 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,9 @@ You must have:
16
16
****Workspaces*** enabled.
17
17
* At least one ***Project*** configured.
18
18
19
-
!!! note
19
+
!!! Note
20
20
See your system administrator to ensure the prerequisites are enabled and configured.
21
+
21
22
## Adding Trainings
22
23
23
24
!!! Note
@@ -31,8 +32,19 @@ To add a training:
31
32
4. In the *Training name* pane, enter a name for the *Traninng*, then press continue.
32
33
5. In the *Environment* pane select or [create a new environment](workspaces/create/create-env.md). Use the search box to find environments that are not listed.
33
34
6. In the *Compute resource* pane, select resources for your tranings or [create a new compute resource](workspaces/create/create-compute.md). Use the search box to find resources that are not listed. Press *More settings* to use **Node Affinity** to limit the resources to a specific node.
34
-
7. In the *Data sources* pane, press *add a new data source*. For more information, see [Creating a new data source](workspaces/create/create-ds.md) When complete press, *Create Data Source*.
35
-
8. When complete, press *Create training*.
35
+
7. Open the *Volume* pane, and press *Volume* to add a volume to your training.
36
+
1. Select the *Storage class* from the dropdown.
37
+
2. Select the *Access mode* from the dropdown.
38
+
3. Enter a claim size, and select the units.
39
+
4. Select a *Volume system*, mode from the dropdown.
40
+
5. Enter the *Container path* for volume target location.
41
+
6. Select a *Volume persistency.
42
+
8. In the *Data sources* pane, press *add a new data source*. For more information, see [Creating a new data source](workspaces/create/create-ds.md) When complete press, *Create Data Source*.
43
+
9. In the *General* pane, add special settings for your training (optional):
44
+
1. Press *Auto-deletion* to delete the training automatically when it either completes or fails. You can configure the timeframe in days, hours, minuets, and seconds. If the timeframe is set to 0, the training will be deleted immediately after it completes or fails.
45
+
2. Press *Annotation* to a name and value to annotate the training. Repeat this step to add multiple annotations.
46
+
3. Press *Label* to a name and value to label the training. Repeat this step to add multiple labels.
47
+
10. When complete, press *Create training*.
36
48
37
49
## Managing Trainings
38
50
@@ -64,4 +76,4 @@ Training details are displayed using the *Show details* action. The details avai
64
76
65
77
***Logs**—a log file of the current status. Use the download button to save the logs.
66
78
67
-
To hide the training details, press *Hide details*.
79
+
To hide the training details, press *Hide details*.
A Workspace is assigned to a project and is affected by the project’s quota just like any other workload. A workspace is shared with all project members for collaboration.
3
+
4
+
To create a new workspace:
5
+
6
+
1. Press **Workspaces** on left menu, then press *New workspace*.
7
+
2. Select a project from the project tiles. If your project is not listed, use the *Search projects* box to find a project.
8
+
9
+
!!! Note
10
+
* You must have at least one project configured in the system. To configure a project, see [Creating a project](../../../../admin/admin-ui-setup/project-setup.md#create-a-project).
11
+
* You must have at least 1 researcher assigned to the project.
12
+
13
+
3. Select a template from the template tiles. If your template is not listed, use the *Search templates* box to find a template. Choose *Start from scratch* if you do not have, or want to use a template.
14
+
15
+
A template contains a set of predefined building blocks as well as additional configurations which allow the user to immediately create a templated-based workspace.
16
+
17
+
4. Enter a name for your workspace and press *Continue*.
18
+
5. Select an environment from the tiles. If your environment is not listed, use the *Search environments* box to find it. Press *New environment* to create an environment if needed.
19
+
1. Press *Commands and Arguments* to add special commands and arguments to your environment selection.
20
+
2. Press *Environment variable* to add an environment variable. Press again if you need more environments variables.
21
+
6. Select a compute resource from the tiles. If your compute resource is not listed, use the *Search compute resources* box to find it. Press *New compute resource* to create a compute resource if needed.
22
+
7. Open the *Volume* pane, and press *Volume* to add a volume to your workspace.
23
+
1. Select the *Storage class* from the dropdown.
24
+
2. Select the *Access mode* from the dropdown.
25
+
3. Enter a claim size, and select the units.
26
+
4. Select a *Volume system*, mode from the dropdown.
27
+
5. Enter the *Container path* for volume target location.
28
+
6. Select a *Volume persistency.
29
+
8. Select a data source from the tiles. If your data source is not listed, use the *Search compute resources* box to find it. Press *New data source* to create a new data source if needed.
30
+
9. In the *General* pane, add special settings for your workspace:
31
+
1. Press *Auto-deletion* to delete the workspace automatically when it either completes or fails. You can configure the timeframe in days, hours, minuets, and seconds. If the timeframe is set to 0, the workspace will be deleted immediately after it completes or fails.
32
+
2. Press *Annotation* to a name and value to annotate the workspace. Repeat this step to add multiple annotations.
33
+
3. Press *Label* to a name and value to label the workspace. Repeat this step to add multiple labels.
0 commit comments