ComputeInstanceSlurmNodeSet
import type { ComputeInstanceSlurmNodeSet } from "https://googleapis.deno.dev/v1/hypercomputecluster:v1.ts";When set in a SlurmNodeSet, indicates that the nodeset should be backed by Compute Engine VM instances.
interface ComputeInstanceSlurmNodeSet {
bootDisk?: BootDisk;
labels?: {};
[key: string]: string;
startupScript?: string;
}§Properties
§
startupScript?: string
[src]Optional. Startup script to be run on each VM instance in the nodeset. Max 256KB.