cuda.bindings.nvml.device_get_gpu_instance_profile_info_by_id_v#

cuda.bindings.nvml.device_get_gpu_instance_profile_info_by_id_v(
intptr_t device,
unsigned int profile_id,
)#
GPU instance profile query function that accepts profile ID, instead of profile name. It accepts a versioned ``nvmlGpuInstanceProfileInfo_v3_t`` or later output structure.

:param device: The identifier of the target device.
:type device: intptr_t
:param profile_id: One of the profile IDs.
:type profile_id: unsigned int

:returns: Returns detailed profile information.
:rtype: nvmlGpuInstanceProfileInfo_v3_t

.. seealso:: `nvmlDeviceGetGpuInstanceProfileInfoByIdV`