cuda.bindings.nvml.vgpu_type_get_max_instances_per_vm#

cuda.bindings.nvml.vgpu_type_get_max_instances_per_vm(
unsigned int vgpu_type_id,
) unsigned int#
Retrieve the maximum number of vGPU instances supported per VM for given vGPU type.

:param vgpu_type_id: Handle to vGPU type.
:type vgpu_type_id: unsigned int

:returns: Pointer to get the max number of vGPU instances supported per VM for given ``vgpu_type_id``.
:rtype: unsigned int

.. seealso:: `nvmlVgpuTypeGetMaxInstancesPerVm`