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 Job

Managing Project Members

Add Members

Project Roles

RolePermissions
AdminFull project control
ContributorCreate and edit resources
ViewerRead-only access

Project Settings

Configure:

  • Project visibility
  • Default compute settings
  • Notification preferences
  • Integration webhooks