SlurmPartition
import type { SlurmPartition } from "https://googleapis.deno.dev/v1/hypercomputecluster:v1.ts";Configuration for Slurm partitions in the cluster. Partitions are groups of nodesets, and are how clients specify where their workloads should be run.
interface SlurmPartition {
id?: string;
nodeSetIds?: string[];
}