Skip to content

Commit f0881c7

Browse files
committed
WIP on dev-project
1 parent d48f678 commit f0881c7

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

md-docs/user_guide/project.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Project
2+
3+
A Project is the secondary organizational entity in the ML cube Platform hierarchy.
4+
A Project groups together a set of artificial intelligence algorithms that share a common goal expressed by a set of KPIs.
5+
For this reason, it is composed of several [Tasks].
6+
7+
Users in the [Company] can have access to one or more Projects according to their roles.
8+
9+
When a Project is created, the [User] specifies its *name*, *description*, and selects the *default storage policy*.
10+
Storage policy defines the default behavior the Platform follows to store data that are shared with it.
11+
Indeed, data can be shared via direct upload or remote cloud data source.
12+
In the first case, data are copied in the ML cube private cloud storage, while, for the second one there is the possibility to do not duplicate data keeping them only in the source cloud
13+
14+
15+
[Company]: company.md
16+
[Tasks]: task.md
17+
[User]: user.md

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ nav:
107107
- User Guide:
108108
- user_guide/index.md
109109
- user_guide/company.md
110+
- user_guide/project.md
110111

111112
- Modules:
112113
- user_guide/modules/index.md

0 commit comments

Comments
 (0)