import osfrom gcore import Gcoreclient = Gcore( api_key=os.environ.get("GCORE_API_KEY"), # This is the default and can be omitted)gpu_image_list = client.cloud.gpu_virtual_clusters.images.list( project_id=1, region_id=7,)print(gpu_image_list.count)
import osfrom gcore import Gcoreclient = Gcore( api_key=os.environ.get("GCORE_API_KEY"), # This is the default and can be omitted)gpu_image_list = client.cloud.gpu_virtual_clusters.images.list( project_id=1, region_id=7,)print(gpu_image_list.count)