interface ServerTypeGPUInfo {
    gpuManufacturer: string;
    gpuMemory: number;
    gpuName: string;
}

Properties

gpuManufacturer: string

GPU manufacturer.

gpuMemory: number

RAM of a single GPU, in bytes.

gpuName: string

GPU model name.