cuda.bindings.nvml.gpu_instance_get_vgpu_type_creatable_placements#

cuda.bindings.nvml.gpu_instance_get_vgpu_type_creatable_placements(
intptr_t gpu_instance,
unsigned int vgpu_type_id,
)#
Query the creatable vGPU placement ID of the vGPU type within a GPU instance.

:param gpu_instance: The identifier of the target GPU Instance.
:type gpu_instance: GpuInstance
:param vgpu_type_id: The vGPU type ID.
:type vgpu_type_id: unsigned int

:returns: The vGPU placement list structure.
:rtype: VgpuPlacementList_v2