MachineSelectionType
August 5, 2026 ยท View on GitHub
Whether the build ran on a fixed or elastic machine. Used to drive billing for the build.
Example Usage
import { MachineSelectionType } from "@vercel/sdk/models/canceldeploymentservicesdeploymentsmaxduration.js";
let value: MachineSelectionType = "fixed";
Values
"elastic" | "fixed"