@truenas/api-client
    Preparing search index...

    Interface ContainerGPUDevice

    interface ContainerGPUDevice {
        dtype: "GPU";
        gpu_type: "AMD" | "INTEL" | "NVIDIA";
        pci_address: string;
    }
    Index
    dtype: "GPU"
    gpu_type: "AMD" | "INTEL" | "NVIDIA"
    pci_address: string