Submit Supported Workload Types via YAML
This section describes how to run supported workload types using the NVIDIA Run:ai UI by submitting a YAML manifest directly.
To learn more about workload types in NVIDIA Run:ai and determine what is the most suitable workload type for your goals, see Workload types and features.

Before You Start
Make sure you have created a project or have one created for you.
Supported Workload Types
Supported workload types include a broad range of workloads from the ML and Kubernetes ecosystem that are already registered as workload types in the platform and ready to use. See Supported workload types for more details.
Your administrator can also register additional workload types for your organization. See Registering new workload types for more details.
By default, workload types are grouped into Build, Train and Deploy categories. These categories determine how the workload is scheduled and prioritized within a project and how they are grouped for monitoring and reporting.
Workload Priority
By default, supported workload types are assigned a priority based on their workload type. These defaults determine how workloads are scheduled relative to others within the same project, whether they can use over-quota resources, and whether they may be interrupted once running. You can override the defaults by configuring priority and preemptibility. For more details on the default values per workload type, see Workload types and defaults.
Creating a New Workload
To create a workload, go to Workload manager → Workloads.
Click + NEW WORKLOAD and select Via YAML from the dropdown.
In the YAML submission form, select the cluster where the workload will run.
Upload or paste your YAML manifest. Hover over Supported workload types to view a full list of available workloads:
To upload a file, click UPLOAD YAML FILE and choose your YAML.
To paste the YAML, insert it directly into the editor.
Select a project:
If the
namespaceis not defined in the YAML, select a project from the submission form. To create a new project, click +NEW PROJECT and refer to Projects for a step-by-step guide.If a project is selected in the form, it overrides the
namespacedefined in the YAML.Alternatively, set the project directly in the YAML using the
metadata.namespacefield.
Set the workload priority. Change this setting only if you want to override the default preemptibility defined for the workload type. Higher priority workloads are scheduled before lower-priority ones:
In the UI, select a priority from the dropdown.
In the YAML, set
priorityClassNameundermetadata.labelsusing one of the supported values:very-low,low,medium-low,medium,medium-high,high,very-high:
Click CREATE WORKLOAD
Managing and Monitoring
After the workload is created, it is added to the Workloads table, where it can be managed and monitored.
Using CLI
To view the available actions, see the CLI v2 reference.
Using API
To view the available actions, see the Workloads V2 API reference.
Troubleshooting
Last updated