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.

Parameters:
  • gpu_instance (GpuInstance) – The identifier of the target GPU Instance.

  • vgpu_type_id (unsigned int) – The vGPU type ID.

Returns:

The vGPU placement list structure.

Return type:

VgpuPlacementList_v2