Orchestrator
import type { Orchestrator } from "https://googleapis.deno.dev/v1/hypercomputecluster:v1.ts";The component responsible for scheduling and running workloads on the cluster as well as providing the user interface for interacting with the cluster at runtime.
interface Orchestrator {
slurm?: SlurmOrchestrator;
}§Properties
§
slurm?: SlurmOrchestrator
[src]Optional. If set, indicates that the cluster should use Slurm as the orchestrator.