cuda.bindings.nvml.vgpu_instance_get_uuid#

cuda.bindings.nvml.vgpu_instance_get_uuid(unsigned int vgpu_instance) str#
Retrieve the UUID of a vGPU instance.

:param vgpu_instance: Identifier of the target vGPU instance.
:type vgpu_instance: unsigned int

:returns: Pointer to caller-supplied buffer to hold vGPU UUID.
:rtype: char

.. seealso:: `nvmlVgpuInstanceGetUUID`