Get desktop application:
View/edit binary Protocol Buffers messages
Represents all the information about a GPU driver version. It contains the GPU driver version label (e.g., "default", "latest"), and the GPU driver version that is associated with that label.
Used in:
GPU driver version label.
The driver version that is associated with this label.
more metadata about the driver version.
Represents the information about a GPU device.
Used in:
GPU type.
reserved for other GPU Device info needed to be included in the proto e.g. string pci_value = 2; // PCI identifier for the GPU
Represents GPU driver version information for a specific GPU type, mapping from GPU type to GPU driver version information.
Used in:
Encapsulated GPU device info
A repeated field to hold list of GPU driver versions with the associated labels that are built by cos. it is something like: <{"latest","535.129.11"}, ...>
Represents a list of GPU driver version information.