Project
A project
represents a data and AI application and is a container for different entities (code, assets, configuration, ...) that form the application. It is the context in which you can run functions and manage models, data, and artifacts.
Managing projects with SDK
Projects can be created and managed as entities with the SDK CRUD methods.
To manage projects, you need to have at least digitalhub[core]
layer installed.
- In the CRUD section, we will see how to create, read, update and delete projects.
- In the methods section, we will see what can be done with the
Project
object.