Quick way to setup per platform LODS in StaticMesh Assets with Python

I would like to setup per platform LODS for over 100 meshes to LOD 2 on mobile in one go. I’ve been trying to use the python API however it doesn’t appear to have a set function for minimum LODS. It does weirdly however have a get function get_minimum_lod_for_platform(self, platform_name). Is there a way I can do this through python?

What unreal version are you using? 5.1 has

    def set_minimum_lod_for_platforms(self, platform_minimum_lo_ds: Map[Name, int]) -> None:

4.27.1