cuda.bindings.nvml.vgpu_instance_get_metadata#
- cuda.bindings.nvml.vgpu_instance_get_metadata(unsigned int vgpu_instance)#
Returns vGPU metadata structure for a running vGPU. The structure contains information about the vGPU and its associated VM such as the currently installed NVIDIA guest driver version, together with host driver version and an opaque data section containing internal state. :param vgpu_instance: The identifier of the target vGPU instance. :type vgpu_instance: unsigned int :returns: Metadata. :rtype: VgpuMetadata