LogoLogo
CtrlK
  • Get Started
  • Concepts
    • Anyscale
    • Clusters
    • Jobs
    • Projects
  • User Guide
    • Onboard
      • Registration
      • Organizations and Users
      • Clouds
      • Access Resources From Cloud
      • Bring Your Own Cloud
    • Configure
      • Compute configs
      • Dependency management
        • Dealing with Dependencies
        • Local Python Environment
        • Cluster and Runtime Environments
      • Migrate from OSS
    • Run and Monitor
      • Ray Jobs on Anyscale
        • Interactive Jobs w/ Ray Client
        • [Experimental] Background Mode Jobs
        • Production Jobs
      • Ray Serve on Anyscale
        • Interactive Development with Ray Client
        • Production Services
        • Serving a Pytorch model
        • Restricting Internet Traffic
      • Orchestration with Airflow
    • Architectures
      • CI/CD
      • Parallelism in Ray with Time Series Data
      • Integration Patterns
  • Reference
    • Web UI
      • Clusters
      • Jobs
      • Projects
      • Configurations
      • Accounts
    • Anyscale Ray Client
      • API
      • Environment Variables
      • [Deprecated] Builder API
    • Python SDK
      • API
        • (A - C)
        • (D - Z)
      • Models
        • (A - C)
        • (D - Z)
    • Supported Node Types
    • Known Issues
Powered by GitBook
On this page

Was this helpful?

  1. Concepts

Projects

A grouping of clusters and jobs

Large organizations can have tens or even hundreds of jobs. To allow for better management of such high number of jobs, they can be organized into projects. One project can contain many jobs while each job belongs to one project only.

Typically, a user works in one project at given time and all jobs started by that user are started within that project. This minimizes interference between users.

PreviousJobsNextOnboard

Last updated 3 years ago

Was this helpful?