Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SchedulingConfig

import type { SchedulingConfig } from "https://googleapis.deno.dev/v1/tpu:v2.ts";

Sets the scheduling options for this node.

interface SchedulingConfig {
preemptible?: boolean;
reserved?: boolean;
spot?: boolean;
}

§Properties

§
preemptible?: boolean
[src]

Defines whether the node is preemptible.

§
reserved?: boolean
[src]

Whether the node is created under a reservation.

§
spot?: boolean
[src]

Optional. Defines whether the node is Spot VM.