cuda.bindings.nvml.vgpu_instance_get_metadata#

cuda.bindings.nvml.vgpu_instance_get_metadata(unsigned int vgpu_instance)#

Returns vGPU metadata structure for a running vGPU. The structure contains information about the vGPU and its associated VM such as the currently installed NVIDIA guest driver version, together with host driver version and an opaque data section containing internal state.

Parameters:

vgpu_instance (unsigned int) – The identifier of the target vGPU instance.

Returns:

Metadata.

Return type:

VgpuMetadata