Skip to main content
Compute runs containers on the hardware available to your deployment. Use a job for work that finishes, such as training, and a service for a persistent process, such as a model server. Compute schedules and observes the workload. Your container supplies the training or serving software.

Choose a workflow

How a workload runs

  1. Select hardware from your deployment’s catalog and request a quote.
  2. Supply a container image, command, and configuration.
  3. Put credentials in Compute secrets and reference them from the workload.
  4. Create a job or service and inspect its status, logs, and events.
  5. Publish outputs to a repository or supported persistent storage.
  6. Terminate persistent services when you finish using them.
A quote reports price and availability; it does not reserve hardware. Provider capabilities determine which storage and scaling options are available. Your organization must have Compute access enabled.

Keep artifacts separate from the runtime

The container’s ephemeral disk is not an artifact repository. Training workloads should publish checkpoints and final outputs explicitly. Repositories gives jobs and model servers a shared identifier for those artifacts.

Follow the feature status

Individual guides identify early-access or upcoming functionality. Those labels describe the specific workflow; they do not imply that every provider supports every option.