cuda.bindings.nvml.vgpu_instance_get_ecc_mode#

cuda.bindings.nvml.vgpu_instance_get_ecc_mode(unsigned int vgpu_instance) int#
Retrieve the current ECC mode of vGPU instance.

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

:returns: Reference in which to return the current ECC mode.
:rtype: int

.. seealso:: `nvmlVgpuInstanceGetEccMode`