Values.PlatformDeviceSourceThe devices that are available on the container instance. The only supported device type is a GPU.
type nonrec t = {id : String_.t;The ID for the GPUs on the container instance. The available GPU IDs can also be obtained on the container instance in the /var/lib/ecs/gpu/nvidia_gpu_info.json file.
*)type_ : PlatformDeviceType.t;The type of device that's available on the container instance. The only supported value is GPU.
*)}