cuda.bindings.nvml.vgpu_instance_get_type#

cuda.bindings.nvml.vgpu_instance_get_type(unsigned int vgpu_instance) unsigned int#
Retrieve the vGPU type of a vGPU instance.

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

:returns: Reference to return the vgpu_type_id.
:rtype: unsigned int

.. seealso:: `nvmlVgpuInstanceGetType`