Projects
Projects
Projects organize your models, datasets, and jobs within an organization.
Overview
A project:
- Belongs to an organization
- Contains models, datasets, and jobs
- Has its own team members with specific access
- Isolates resources for different use cases
Creating a Project
Project Structure
Organization
└── Project
├── Models
│ ├── Model 1
│ │ ├── Version 1.0
│ │ └── Version 1.1
│ └── Model 2
├── Datasets
│ ├── Training Data
│ └── Test Data
└── Jobs
├── Training Job
└── Inference JobManaging Project Members
Add Members
Project Roles
| Role | Permissions |
|---|---|
| Admin | Full project control |
| Contributor | Create and edit resources |
| Viewer | Read-only access |
Project Settings
Configure:
- Project visibility
- Default compute settings
- Notification preferences
- Integration webhooks

