cuda.bindings.nvml.vgpu_instance_get_runtime_state_size#

cuda.bindings.nvml.vgpu_instance_get_runtime_state_size(
unsigned int vgpu_instance,
) unsigned long long#
Retrieve the currently used runtime state size of the vGPU instance.

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

:returns: Runtime state size of the vGPU instance.
:rtype: unsigned long long

.. seealso:: `nvmlVgpuInstanceGetRuntimeStateSize`