summaryrefslogtreecommitdiff
path: root/data/zh_cn/eflo-cnp/2023-08-28/api-docs.php
blob: a6d9d4853abe09f93af27fe2d665a8d5076b388a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
<?php return [
    'version' => '1.0',
    'info' => ['style' => 'RPC', 'product' => 'eflo-cnp', 'version' => '2023-08-28'],
    'directories' => [
        [
            'children' => ['CreateResource', 'ValidateResource', 'GetResource'],
            'type' => 'directory',
            'title' => '资源',
        ],
        [
            'children' => ['ListWorkloads', 'GetWorkload'],
            'type' => 'directory',
            'title' => '模型',
        ],
        [
            'children' => ['StopExperiment', 'GetExperiment', 'DeleteExperiment', 'ListExperiments', 'GetExperimentResultData', 'CheckServiceLinkedRoleEfloCnpForDeleting'],
            'type' => 'directory',
            'title' => '实验',
        ],
        [
            'children' => ['CreateExperimentPlanTemplate', 'UpdateExperimentPlanTemplate', 'GetExperimentPlanTemplate', 'DeleteExperimentPlanTemplate', 'ListExperimentPlanTemplates', 'GetResourcePredictResult'],
            'type' => 'directory',
            'title' => '实验模版',
        ],
        [
            'children' => ['CreateExperimentPlan', 'UpdateExperimentPlan', 'GetExperimentPlan', 'DeleteExperimentPlan', 'ListExperimentPlans', 'ChangeResourceGroup', 'UntagResources', 'TagResources', 'ListTagResources'],
            'type' => 'directory',
            'title' => '实验计划',
        ],
    ],
    'components' => [
        'schemas' => [],
    ],
    'apis' => [
        'ChangeResourceGroup' => [
            'summary' => '资源转组',
            'methods' => ['post', 'get'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'update',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeCode' => '213735',
                'abilityTreeNodes' => ['FEATUREbcclusterFASAIP'],
                'tenantRelevance' => 'publicInformation',
            ],
            'parameters' => [
                [
                    'name' => 'ResourceType',
                    'in' => 'query',
                    'schema' => ['title' => '资源类型', 'description' => '资源类型', 'type' => 'string', 'required' => false, 'example' => 'ExperimentPlan', 'default' => 'ExperimentPlan'],
                ],
                [
                    'name' => 'ResourceId',
                    'in' => 'query',
                    'schema' => ['title' => '资源Id', 'description' => '资源Id', 'type' => 'string', 'required' => true, 'example' => '123'],
                ],
                [
                    'name' => 'RegionId',
                    'in' => 'query',
                    'schema' => ['title' => '地域Id', 'description' => '地域Id', 'type' => 'string', 'required' => false, 'example' => 'cn-shanghai'],
                ],
                [
                    'name' => 'ResourceGroupId',
                    'in' => 'query',
                    'schema' => ['title' => '目标资源组', 'description' => '目标资源组', 'type' => 'string', 'required' => true, 'example' => 'rg-aek25k3b4pbhc4a'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => '结果',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID', 'type' => 'string', 'example' => '5514CB39-B7C0-5B89-8534-2DE1E0F2B7AB'],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'MissingParameter.RegionId', 'errorMessage' => 'The RegionId parameters that are required for processing this request are missing', 'description' => ''],
                    ['errorCode' => 'MissingParameter.ResourceId', 'errorMessage' => 'The ResourceId parameters that are required for processing this request are missing', 'description' => ''],
                    ['errorCode' => 'MissingParameter.ResourceGroupId', 'errorMessage' => 'The ResourceGroupId parameters that are required for processing this request are missing', 'description' => ''],
                    ['errorCode' => 'InvalidResourceGroup', 'errorMessage' => 'The specified ResourceGroupId is invalid', 'description' => ''],
                    ['errorCode' => 'SystemError', 'errorMessage' => 'A system error occurred while processing your request', 'description' => '系统错误'],
                    ['errorCode' => 'ResourceNotFound', 'errorMessage' => ' The specified resource is not found', 'description' => ''],
                ],
                403 => [
                    ['errorCode' => 'NoPermission.ChangeResourceGroup', 'errorMessage' => 'You are not authorized to change resourcegroup', 'description' => ''],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"5514CB39-B7C0-5B89-8534-2DE1E0F2B7AB\\"\\n}","type":"json"}]',
            'title' => '资源转组',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ChangeResourceGroup'],
                ],
            ],
            'ramActions' => [
                [
                    'operationType' => 'update',
                    'ramAction' => [
                        'action' => 'eflo:ChangeResourceGroup',
                        'authLevel' => 'resource',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Eflo', 'resourceType' => '全部资源', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
        ],
        'CheckServiceLinkedRoleEfloCnpForDeleting' => [
            'summary' => 'slr权限校验。',
            'methods' => ['post', 'get'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'get',
                'abilityTreeCode' => '195191',
                'abilityTreeNodes' => ['FEATUREbcclusterFASAIP'],
                'tenantRelevance' => 'publicInformation',
            ],
            'parameters' => [
                [
                    'name' => 'RoleArn',
                    'in' => 'query',
                    'schema' => ['title' => 'API角色', 'description' => 'API角色', 'type' => 'string', 'required' => false, 'example' => 'arn:aws:iam::345678901234:role/eflo-cnp-role'],
                ],
                [
                    'name' => 'ServiceName',
                    'in' => 'query',
                    'schema' => ['title' => '服务名称', 'description' => '服务名称', 'type' => 'string', 'required' => false, 'example' => 'eflo-cnp'],
                ],
                [
                    'name' => 'SPIRegionId',
                    'in' => 'query',
                    'schema' => ['title' => 'SPI的地域', 'description' => 'SPI的地域', 'type' => 'string', 'required' => false, 'example' => 'cn-hangzhou'],
                ],
                [
                    'name' => 'DeletionTaskId',
                    'in' => 'query',
                    'schema' => ['title' => '删除的任务ID', 'description' => '删除的任务ID', 'type' => 'string', 'required' => false, 'example' => 'task-003'],
                ],
                [
                    'name' => 'AccountId',
                    'in' => 'query',
                    'schema' => ['title' => '主账号ID', 'description' => '主账号ID', 'type' => 'string', 'required' => false, 'example' => '345678901234'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'DeleteSlrResultVO',
                        'description' => 'DeleteSlrResultVO',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => '6C212C4A-2CB3-56E6-BA2F-1CE2B03C5C94'],
                            'Deletable' => ['description' => '是否可以删除。取值:'."\n"
                                .'- `true`: 可删除。'."\n"
                                .'- `false`: 不可删除。', 'type' => 'boolean', 'example' => 'True'],
                            'Resources' => [
                                'description' => '资源列表。',
                                'type' => 'array',
                                'items' => [
                                    'description' => '资源',
                                    'type' => 'object',
                                    'properties' => [
                                        'Region' => ['description' => '地域。', 'type' => 'string', 'example' => 'cn-beijing'],
                                        'Resources' => [
                                            'description' => '资源列表。',
                                            'type' => 'array',
                                            'items' => ['description' => '资源', 'type' => 'string', 'example' => '1049462126009625'],
                                        ],
                                    ],
                                ],
                            ],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"6C212C4A-2CB3-56E6-BA2F-1CE2B03C5C94\\",\\n  \\"Deletable\\": true,\\n  \\"Resources\\": [\\n    {\\n      \\"Region\\": \\"cn-beijing\\",\\n      \\"Resources\\": [\\n        \\"1049462126009625\\"\\n      ]\\n    }\\n  ]\\n}","type":"json"}]',
            'title' => '校验服务角色',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CheckServiceLinkedRoleEfloCnpForDeleting'],
                ],
            ],
            'ramActions' => [
                [
                    'operationType' => 'get',
                    'ramAction' => [
                        'action' => 'eflo:CheckServiceLinkedRoleEfloCnpForDeleting',
                        'authLevel' => 'resource',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Eflo', 'resourceType' => '全部资源', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
        ],
        'CreateExperimentPlan' => [
            'summary' => '创建实验计划。',
            'methods' => ['post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'create',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeCode' => '194770',
                'abilityTreeNodes' => ['FEATUREbcclusterFASAIP'],
                'tenantRelevance' => 'publicInformation',
            ],
            'parameters' => [
                [
                    'name' => 'TemplateId',
                    'in' => 'query',
                    'schema' => ['title' => '模板ID', 'description' => '模板ID', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '349623'],
                ],
                [
                    'name' => 'ResourceId',
                    'in' => 'query',
                    'schema' => ['title' => '资源ID', 'description' => '资源ID', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '189'],
                ],
                [
                    'name' => 'ExternalParams',
                    'in' => 'query',
                    'style' => 'json',
                    'schema' => ['title' => '额外的参数', 'description' => '额外的参数', 'type' => 'object', 'required' => false, 'example' => '{}'],
                ],
                [
                    'name' => 'ResourceGroupId',
                    'in' => 'query',
                    'schema' => ['title' => '资源组id', 'description' => '资源组id', 'type' => 'string', 'required' => false, 'example' => 'rg-aekzij65sf2rr5i'],
                ],
                [
                    'name' => 'Tag',
                    'in' => 'query',
                    'style' => 'repeatList',
                    'schema' => [
                        'title' => '资源标签',
                        'description' => '资源标签',
                        'type' => 'array',
                        'items' => [
                            'type' => 'object',
                            'properties' => [
                                'Key' => ['title' => '键', 'description' => '键', 'type' => 'string', 'required' => false, 'example' => 'owner'],
                                'Value' => ['title' => '值', 'description' => '值', 'type' => 'string', 'required' => false, 'example' => 'test'],
                            ],
                            'required' => false,
                        ],
                        'required' => false,
                        'maxItems' => 21,
                    ],
                ],
                [
                    'name' => 'PlanTemplateName',
                    'in' => 'query',
                    'schema' => ['description' => '计划模版名称', 'type' => 'string', 'required' => false, 'example' => 'test'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => '结果',
                        'description' => '结果',
                        'type' => 'object',
                        'properties' => [
                            'Data' => ['title' => '数据', 'description' => '数据', 'type' => 'integer', 'format' => 'int64', 'example' => '[]'],
                            'RequestId' => ['title' => '请求id', 'description' => '请求id', 'type' => 'string', 'example' => '5514CB39-B7C0-5B89-8534-2DE1E0F2B7AB'],
                            'AccessDeniedDetail' => ['title' => '无权限信息', 'description' => '无权限信息', 'type' => 'string', 'example' => '{}'],
                            'TotalCount' => ['title' => '查询总数', 'description' => '查询总数', 'type' => 'integer', 'format' => 'int64', 'example' => '0'],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Data\\": 0,\\n  \\"RequestId\\": \\"5514CB39-B7C0-5B89-8534-2DE1E0F2B7AB\\",\\n  \\"AccessDeniedDetail\\": \\"{}\\",\\n  \\"TotalCount\\": 0\\n}","type":"json"}]',
            'title' => '创建实验计划',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateExperimentPlan'],
                ],
            ],
            'ramActions' => [
                [
                    'operationType' => 'create',
                    'ramAction' => [
                        'action' => 'eflo:CreateExperimentPlan',
                        'authLevel' => 'resource',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Eflo', 'resourceType' => 'ExperimentPlan', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:experimentplan/*'],
                        ],
                    ],
                ],
            ],
        ],
        'CreateExperimentPlanTemplate' => [
            'summary' => '创建实验计划模版。',
            'methods' => ['post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'create',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeCode' => '195306',
                'abilityTreeNodes' => ['FEATUREbcclusterFASAIP'],
                'tenantRelevance' => 'publicInformation',
            ],
            'parameters' => [
                [
                    'name' => 'TemplateId',
                    'in' => 'query',
                    'schema' => ['title' => '模板ID', 'description' => 'Template ID', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '4724'],
                ],
                [
                    'name' => 'TemplateName',
                    'in' => 'query',
                    'schema' => ['title' => '模板名称', 'description' => 'Template Name', 'type' => 'string', 'required' => true, 'example' => 'test'],
                ],
                [
                    'name' => 'TemplateDescription',
                    'in' => 'query',
                    'schema' => ['title' => '模板介绍', 'description' => 'Template Description', 'type' => 'string', 'required' => false, 'example' => 'The template installs jdk and tomcat on a new ECS instance.'],
                ],
                [
                    'name' => 'PrivacyLevel',
                    'in' => 'query',
                    'schema' => ['title' => '隐私级别', 'description' => 'Privacy Level', 'type' => 'string', 'required' => true, 'example' => 'private'],
                ],
                [
                    'name' => 'TemplatePipeline',
                    'in' => 'formData',
                    'style' => 'json',
                    'schema' => [
                        'title' => '模板流水线',
                        'description' => 'Template Pipeline',
                        'type' => 'array',
                        'items' => [
                            'type' => 'object',
                            'properties' => [
                                'WorkloadId' => ['title' => '负载id', 'description' => 'Workload ID', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '14'],
                                'WorkloadName' => ['title' => '负载名称', 'description' => 'Workload Name', 'type' => 'string', 'required' => true, 'example' => 'test'],
                                'Scene' => ['title' => '使用场景,例如"baseline"', 'description' => 'Usage Scenario, e.g., "baseline"', 'type' => 'string', 'required' => true, 'example' => 'baseline'],
                                'EnvParams' => [
                                    'title' => '配置的环境参数',
                                    'description' => 'Configured Environment Parameters',
                                    'type' => 'object',
                                    'properties' => [
                                        'CpuPerWorker' => ['title' => 'cpu分配数', 'description' => 'CPU allocation count', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '90'],
                                        'GpuPerWorker' => ['title' => 'gpu分配数', 'description' => 'GPU allocation count', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '8'],
                                        'MemoryPerWorker' => ['title' => '内存GB分配数', 'description' => 'Memory (GB) allocation count', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '500'],
                                        'ShareMemory' => ['title' => '共享内存GB分配数', 'description' => 'Shared Memory (GB) allocation count', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '500'],
                                        'WorkerNum' => ['title' => '节点数', 'description' => 'Number of nodes', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '1'],
                                        'CudaVersion' => ['title' => 'cudaVersion', 'description' => 'CUDA Version', 'type' => 'string', 'required' => false, 'example' => '1.0.0'],
                                        'NCCLVersion' => ['title' => 'NCCLVersion', 'description' => 'NCCL Version', 'type' => 'string', 'required' => false, 'example' => '1.0.0'],
                                        'GpuDriverVersion' => ['title' => 'GpuDriverVersion', 'description' => 'GPU Driver Version', 'type' => 'string', 'required' => false, 'example' => '1.0.0'],
                                        'PyTorchVersion' => ['title' => 'PyTorchVersion', 'description' => 'PyTorch Version', 'type' => 'string', 'required' => false, 'example' => '1.0.0'],
                                    ],
                                    'required' => true,
                                ],
                                'PipelineOrder' => ['title' => '节点序号', 'description' => 'Node Order Number', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '1'],
                                'SettingParams' => [
                                    'description' => 'Configured Workload Parameters',
                                    'type' => 'object',
                                    'required' => false,
                                    'additionalProperties' => ['type' => 'string', 'example' => '{}', 'description' => 'key-value pair'],
                                ],
                            ],
                            'required' => false,
                        ],
                        'required' => true,
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => '结果',
                        'description' => 'Result',
                        'type' => 'object',
                        'properties' => [
                            'Data' => [
                                'title' => '数据',
                                'description' => 'Data',
                                'type' => 'object',
                                'properties' => [
                                    'CreatorUid' => ['title' => '主账号uid', 'description' => 'Primary Account UID', 'type' => 'integer', 'format' => 'int64', 'example' => '12312312312312'],
                                    'TemplateId' => ['title' => '模板ID', 'description' => 'Template ID', 'type' => 'integer', 'format' => 'int64', 'example' => '17615126'],
                                    'CreateTime' => ['title' => '创建时间', 'description' => 'Creation Time', 'type' => 'string', 'example' => '2024-11-19T02:01:05Z'],
                                    'UpdateTime' => ['title' => '更新时间', 'description' => 'Update Time', 'type' => 'string', 'example' => '2023-10-16T01:58Z'],
                                    'TemplateName' => ['title' => '模板名称', 'description' => 'Template Name', 'type' => 'string', 'example' => 'test'],
                                    'TemplateDescription' => ['title' => '模板描述', 'description' => 'Template Description', 'type' => 'string', 'example' => 'test'],
                                    'PrivacyLevel' => ['title' => '隐私级别', 'description' => 'Privacy Level', 'type' => 'string', 'example' => 'private'],
                                    'TemplatePipelineParam' => [
                                        'title' => '模板流水线',
                                        'description' => 'Template Pipeline',
                                        'type' => 'array',
                                        'items' => [
                                            'type' => 'object',
                                            'properties' => [
                                                'WorkloadId' => ['title' => '负载id', 'description' => 'Workload ID', 'type' => 'integer', 'format' => 'int64', 'example' => '13'],
                                                'WorkloadName' => ['title' => '负载名称', 'description' => 'Workload Name', 'type' => 'string', 'example' => 'test'],
                                                'Scene' => ['title' => '使用场景,例如"baseline"', 'description' => 'Usage Scenario, e.g., "baseline"', 'type' => 'string', 'example' => 'baseline'],
                                                'SettingParams' => [
                                                    'title' => '配置的负载参数',
                                                    'description' => 'Configured Workload Parameters',
                                                    'type' => 'object',
                                                    'additionalProperties' => ['type' => 'string', 'description' => 'key-value', 'example' => '{}'],
                                                ],
                                                'EnvParams' => [
                                                    'title' => '配置的环境参数',
                                                    'description' => 'Configured Environment Parameters',
                                                    'type' => 'object',
                                                    'properties' => [
                                                        'CpuPerWorker' => ['title' => 'cpu分配数', 'description' => 'CPU Allocation', 'type' => 'integer', 'format' => 'int32', 'example' => '90'],
                                                        'GpuPerWorker' => ['title' => 'gpu分配数', 'description' => 'GPU Allocation', 'type' => 'integer', 'format' => 'int32', 'example' => '8'],
                                                        'MemoryPerWorker' => ['title' => '内存GB分配数', 'description' => 'Memory (GB) Allocation', 'type' => 'integer', 'format' => 'int32', 'example' => '500'],
                                                        'ShareMemory' => ['title' => '共享内存GB分配数', 'description' => 'Shared Memory (GB) Allocation', 'type' => 'integer', 'format' => 'int32', 'example' => '500'],
                                                        'WorkerNum' => ['title' => '节点数', 'description' => 'Number of Nodes', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
                                                        'CudaVersion' => ['title' => 'cudaVersion', 'description' => 'cudaVersion', 'type' => 'string', 'example' => '1.0.0'],
                                                        'NCCLVersion' => ['title' => 'NCCLVersion', 'description' => 'NCCL Version', 'type' => 'string', 'example' => '1.0.0'],
                                                        'GpuDriverVersion' => ['title' => 'GpuDriverVersion', 'description' => 'GPU Driver Version', 'type' => 'string', 'example' => '1.0.0'],
                                                        'PyTorchVersion' => ['title' => 'PyTorchVersion', 'description' => 'PyTorch Version', 'type' => 'string', 'example' => '1.0.0'],
                                                    ],
                                                ],
                                                'PipelineOrder' => ['title' => '节点序号', 'description' => 'Pipeline Order', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
                                            ],
                                        ],
                                    ],
                                    'VersionId' => ['title' => '版本号', 'description' => 'Version ID', 'type' => 'integer', 'format' => 'int64', 'example' => '1'],
                                    'IsDelete' => ['title' => '是否删除', 'description' => 'Is Deleted', 'type' => 'integer', 'format' => 'int32', 'example' => '0'],
                                    'TemplateCode' => ['description' => 'Template Code', 'type' => 'integer', 'format' => 'int64', 'example' => '464086216'],
                                ],
                            ],
                            'RequestId' => ['title' => '请求id', 'description' => 'Request ID', 'type' => 'string', 'example' => '5514CB39-B7C0-5B89-8534-2DE1E0F2B7AB'],
                            'AccessDeniedDetail' => ['title' => '无权限信息', 'description' => 'Access Denied Detail', 'type' => 'string', 'example' => '{}'],
                            'TotalCount' => ['title' => '查询总数', 'description' => 'total', 'type' => 'integer', 'format' => 'int64', 'example' => '0'],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Data\\": {\\n    \\"CreatorUid\\": 12312312312312,\\n    \\"TemplateId\\": 17615126,\\n    \\"CreateTime\\": \\"2024-11-19T02:01:05Z\\",\\n    \\"UpdateTime\\": \\"2023-10-16T01:58Z\\",\\n    \\"TemplateName\\": \\"test\\",\\n    \\"TemplateDescription\\": \\"test\\",\\n    \\"PrivacyLevel\\": \\"private\\",\\n    \\"TemplatePipelineParam\\": [\\n      {\\n        \\"WorkloadId\\": 13,\\n        \\"WorkloadName\\": \\"test\\",\\n        \\"Scene\\": \\"baseline\\",\\n        \\"SettingParams\\": {\\n          \\"key\\": \\"{}\\"\\n        },\\n        \\"EnvParams\\": {\\n          \\"CpuPerWorker\\": 90,\\n          \\"GpuPerWorker\\": 8,\\n          \\"MemoryPerWorker\\": 500,\\n          \\"ShareMemory\\": 500,\\n          \\"WorkerNum\\": 1,\\n          \\"CudaVersion\\": \\"1.0.0\\",\\n          \\"NCCLVersion\\": \\"1.0.0\\",\\n          \\"GpuDriverVersion\\": \\"1.0.0\\",\\n          \\"PyTorchVersion\\": \\"1.0.0\\"\\n        },\\n        \\"PipelineOrder\\": 1\\n      }\\n    ],\\n    \\"VersionId\\": 1,\\n    \\"IsDelete\\": 0,\\n    \\"TemplateCode\\": 464086216\\n  },\\n  \\"RequestId\\": \\"5514CB39-B7C0-5B89-8534-2DE1E0F2B7AB\\",\\n  \\"AccessDeniedDetail\\": \\"{}\\",\\n  \\"TotalCount\\": 0\\n}","type":"json"}]',
            'title' => '创建实验计划模版',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateExperimentPlanTemplate'],
                ],
            ],
            'ramActions' => [
                [
                    'operationType' => 'create',
                    'ramAction' => [
                        'action' => 'eflo:CreateExperimentPlanTemplate',
                        'authLevel' => 'resource',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Eflo', 'resourceType' => 'ExperimentPlanTemplate', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:experimentplantemplate/*'],
                        ],
                    ],
                ],
            ],
        ],
        'CreateResource' => [
            'summary' => '添加集群信息。',
            'methods' => ['post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'write',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'create',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeCode' => '195094',
                'abilityTreeNodes' => ['FEATUREbcclusterFASAIP'],
                'tenantRelevance' => 'publicInformation',
            ],
            'parameters' => [
                [
                    'name' => 'ClusterName',
                    'in' => 'query',
                    'schema' => ['title' => '集群名称', 'description' => '集群名称', 'type' => 'string', 'required' => true, 'example' => 'tre-1'],
                ],
                [
                    'name' => 'ClusterDesc',
                    'in' => 'query',
                    'schema' => ['title' => '集群描述', 'description' => '集群描述', 'type' => 'string', 'required' => false, 'example' => '集群1'],
                ],
                [
                    'name' => 'ClusterId',
                    'in' => 'query',
                    'schema' => ['title' => '集群Id', 'description' => '集群Id', 'type' => 'string', 'required' => true, 'example' => 'ehpc-sh-fj71c0ycfw'],
                ],
                [
                    'name' => 'MachineTypes',
                    'in' => 'formData',
                    'style' => 'json',
                    'schema' => [
                        'title' => '规格类型',
                        'description' => '规格类型',
                        'type' => 'object',
                        'properties' => [
                            'MemoryInfo' => ['title' => '内存信息', 'description' => '内存信息', 'type' => 'string', 'required' => false, 'example' => '32x 64GB DDR4 4800 Memory'],
                            'Type' => ['title' => '类型', 'description' => '类型', 'type' => 'string', 'required' => false, 'example' => 'Private'],
                            'BondNum' => ['title' => '网络bond的数量', 'description' => '网络bond的数量', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '5'],
                            'NodeCount' => ['title' => '节点个数', 'description' => '节点个数', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
                            'CpuInfo' => ['title' => 'cpu的信息', 'description' => 'cpu的信息', 'type' => 'string', 'required' => true, 'example' => '2x Intel Saphhire Rapid 8469C 48C CPU'],
                            'NetworkInfo' => ['title' => '网络信息', 'description' => '网络信息', 'type' => 'string', 'required' => false, 'example' => '1x 200Gbps Dual Port BF3 DPU for VPC\\\\n4x 200Gbps Dual Port EIC'],
                            'GpuInfo' => ['title' => 'gpu的信息', 'description' => 'gpu的信息', 'type' => 'string', 'required' => true, 'example' => '8x NVIDIA SXM4 80GB A100 GPU'],
                            'DiskInfo' => ['title' => '磁盘信息', 'description' => '磁盘信息', 'type' => 'string', 'required' => false, 'example' => '2x 480GB SATA SSD \\n 4x 3.84TB NVMe SSD'],
                            'NetworkMode' => ['title' => '网络模式', 'description' => '网络模式', 'type' => 'string', 'required' => false, 'example' => '2'],
                            'Name' => ['title' => '规格名称', 'description' => '规格名称', 'type' => 'string', 'required' => false, 'example' => 'efg1.nvga1n'],
                        ],
                        'required' => true,
                    ],
                ],
                [
                    'name' => 'UserAccessParam',
                    'in' => 'formData',
                    'style' => 'json',
                    'schema' => [
                        'title' => '用户授权参数',
                        'description' => '用户授权参数',
                        'type' => 'object',
                        'properties' => [
                            'AccessId' => ['title' => '用户id', 'description' => '用户id', 'type' => 'string', 'required' => true, 'example' => 'dev'],
                            'AccessKey' => ['title' => '用户key', 'description' => '用户key', 'type' => 'string', 'required' => true, 'example' => 'test'],
                            'WorkspaceId' => ['title' => '工作空间ID', 'description' => '工作空间ID', 'type' => 'string', 'required' => true, 'example' => '1245688643'],
                            'Endpoint' => ['title' => 'endpoint', 'description' => 'endpoint', 'type' => 'string', 'required' => true, 'example' => 'test'],
                        ],
                        'required' => true,
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => '资源对象',
                        'description' => '资源对象',
                        'type' => 'object',
                        'properties' => [
                            'Data' => ['title' => '数据', 'description' => '数据', 'type' => 'integer', 'format' => 'int64', 'example' => '[]'],
                            'RequestId' => ['title' => '请求id', 'description' => '请求id', 'type' => 'string', 'example' => '5514CB39-B7C0-5B89-8534-2DE1E0F2B7AB'],
                            'TotalCount' => ['title' => '查询总数', 'description' => '查询总数', 'type' => 'integer', 'format' => 'int64', 'example' => '0'],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Data\\": 0,\\n  \\"RequestId\\": \\"5514CB39-B7C0-5B89-8534-2DE1E0F2B7AB\\",\\n  \\"TotalCount\\": 0\\n}","type":"json"}]',
            'title' => '添加集群信息',
            'changeSet' => [
                ['createdAt' => '2025-04-15T02:39:59.000Z', 'description' => '请求参数发生变更'],
                ['createdAt' => '2025-03-27T05:11:13.000Z', 'description' => '请求参数发生变更'],
                ['createdAt' => '2025-01-22T11:38:26.000Z', 'description' => '请求参数发生变更'],
            ],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateResource'],
                ],
            ],
            'ramActions' => [
                [
                    'operationType' => 'create',
                    'ramAction' => [
                        'action' => 'eflo:CreateResource',
                        'authLevel' => 'resource',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Eflo', 'resourceType' => 'Resource', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:resource/*'],
                        ],
                    ],
                    'additionalActions' => [],
                ],
            ],
        ],
        'DeleteExperiment' => [
            'summary' => '删除实验。',
            'methods' => ['post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'write',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'delete',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeCode' => '195100',
                'abilityTreeNodes' => ['FEATUREbcclusterFASAIP'],
                'tenantRelevance' => 'publicInformation',
            ],
            'parameters' => [
                [
                    'name' => 'ExperimentId',
                    'in' => 'query',
                    'schema' => ['title' => '计划ID', 'description' => '计划ID', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '234'],
                ],
                [
                    'name' => 'ResourceGroupId',
                    'in' => 'query',
                    'schema' => ['description' => 'Resource Group Id', 'type' => 'string', 'required' => false, 'example' => 'rg-sdkfjgnvd24'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => '是否成功',
                        'description' => '是否成功',
                        'type' => 'object',
                        'properties' => [
                            'Data' => ['title' => '数据', 'description' => '数据', 'type' => 'boolean', 'example' => '[]'],
                            'RequestId' => ['title' => '请求id', 'description' => '请求id', 'type' => 'string', 'example' => '5514CB39-B7C0-5B89-8534-2DE1E0F2B7AB'],
                            'AccessDeniedDetail' => ['title' => '无权限信息', 'description' => '无权限信息', 'type' => 'string', 'example' => '{}'],
                            'TotalCount' => ['title' => '查询总数', 'description' => '查询总数', 'type' => 'integer', 'format' => 'int64', 'example' => '0'],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'NotFound', 'errorMessage' => 'not found.', 'description' => '数据不存在'],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Data\\": true,\\n  \\"RequestId\\": \\"5514CB39-B7C0-5B89-8534-2DE1E0F2B7AB\\",\\n  \\"AccessDeniedDetail\\": \\"{}\\",\\n  \\"TotalCount\\": 0\\n}","type":"json"}]',
            'title' => '删除实验',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeleteExperiment'],
                ],
            ],
            'ramActions' => [
                [
                    'operationType' => 'delete',
                    'ramAction' => [
                        'action' => 'eflo:DeleteExperiment',
                        'authLevel' => 'resource',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Eflo', 'resourceType' => 'Experiment', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:experiment/{#ExperimentId}'],
                        ],
                    ],
                ],
            ],
        ],
        'DeleteExperimentPlan' => [
            'summary' => '删除实验计划。',
            'methods' => ['post', 'get'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'write',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'delete',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeCode' => '262196',
                'abilityTreeNodes' => ['FEATUREbcclusterFASAIP'],
                'tenantRelevance' => 'publicInformation',
            ],
            'parameters' => [
                [
                    'name' => 'PlanId',
                    'in' => 'query',
                    'schema' => ['title' => '计划ID', 'description' => '计划ID', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '189'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => '查询结果',
                        'description' => '查询结果',
                        'type' => 'object',
                        'properties' => [
                            'Data' => ['title' => '数据', 'description' => '数据', 'type' => 'boolean', 'example' => 'true'],
                            'RequestId' => ['title' => '请求id', 'description' => '请求id', 'type' => 'string', 'example' => 'E67E2E4C-2B47-5C55-AA17-1D771E070AEF'],
                            'AccessDeniedDetail' => ['title' => '无权限信息', 'description' => '无权限信息', 'type' => 'string', 'example' => '{}'],
                            'TotalCount' => ['title' => '查询总数', 'description' => '查询总数', 'type' => 'integer', 'format' => 'int64', 'example' => '0'],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'NotFound', 'errorMessage' => 'not found.', 'description' => '数据不存在'],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Data\\": true,\\n  \\"RequestId\\": \\"E67E2E4C-2B47-5C55-AA17-1D771E070AEF\\",\\n  \\"AccessDeniedDetail\\": \\"{}\\",\\n  \\"TotalCount\\": 0\\n}","type":"json"}]',
            'title' => '删除实验计划',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeleteExperimentPlan'],
                ],
            ],
            'ramActions' => [
                [
                    'operationType' => 'delete',
                    'ramAction' => [
                        'action' => 'eflo:DeleteExperimentPlan',
                        'authLevel' => 'resource',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Eflo', 'resourceType' => 'ExperimentPlanTemplate', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:experimentplan/{#ExperimentPlanId}'],
                        ],
                    ],
                ],
            ],
        ],
        'DeleteExperimentPlanTemplate' => [
            'summary' => '删除实验计划模版。',
            'methods' => ['post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'delete',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeCode' => '195194',
                'abilityTreeNodes' => ['FEATUREbcclusterFASAIP'],
                'tenantRelevance' => 'publicInformation',
            ],
            'parameters' => [
                [
                    'name' => 'TemplateId',
                    'in' => 'query',
                    'schema' => ['title' => '模板ID', 'description' => '模板ID', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '346527'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => '结果',
                        'description' => '结果',
                        'type' => 'object',
                        'properties' => [
                            'Data' => ['title' => '数据', 'description' => '数据', 'type' => 'boolean', 'example' => '[]'],
                            'RequestId' => ['title' => '请求id', 'description' => '请求id', 'type' => 'string', 'example' => '4D3FD55F-3BCD-5914-9B74-A1F4961327E7'],
                            'TotalCount' => ['title' => '查询总数', 'description' => '查询总数', 'type' => 'integer', 'format' => 'int64', 'example' => '0'],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'NotFound', 'errorMessage' => 'not found.', 'description' => '数据不存在'],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Data\\": true,\\n  \\"RequestId\\": \\"4D3FD55F-3BCD-5914-9B74-A1F4961327E7\\",\\n  \\"TotalCount\\": 0\\n}","type":"json"}]',
            'title' => '删除实验计划模版',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeleteExperimentPlanTemplate'],
                ],
            ],
            'ramActions' => [
                [
                    'operationType' => 'delete',
                    'ramAction' => [
                        'action' => 'eflo:DeleteExperimentPlanTemplate',
                        'authLevel' => 'resource',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Eflo', 'resourceType' => 'ExperimentPlanTemplate', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:experimentplantemplate/{#ExperimentPlanTemplateId}'],
                        ],
                    ],
                ],
            ],
        ],
        'GetExperiment' => [
            'summary' => '获取实验详情。',
            'methods' => ['post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'get',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeCode' => '195099',
                'abilityTreeNodes' => ['FEATUREbcclusterFASAIP'],
            ],
            'parameters' => [
                [
                    'name' => 'ExperimentId',
                    'in' => 'query',
                    'schema' => ['title' => '实验ID', 'description' => '实验ID', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '234'],
                ],
                [
                    'name' => 'ResourceGroupId',
                    'in' => 'query',
                    'schema' => ['description' => 'Resource Group Id', 'type' => 'string', 'required' => false, 'example' => 'rg-kdsfjascjfm3'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => '实验对象',
                        'description' => '实验对象',
                        'type' => 'object',
                        'properties' => [
                            'Data' => [
                                'title' => '数据',
                                'description' => '数据',
                                'type' => 'object',
                                'properties' => [
                                    'Task' => [
                                        'title' => '实验任务',
                                        'description' => '实验任务',
                                        'type' => 'object',
                                        'properties' => [
                                            'TaskId' => ['title' => '任务id', 'description' => '任务id', 'type' => 'integer', 'format' => 'int64', 'example' => '167420'],
                                            'CreateTime' => ['title' => '创建时间', 'description' => '创建时间', 'type' => 'integer', 'format' => 'int64', 'example' => '2024-03-05 18:24:08'],
                                            'UpdateTime' => ['title' => '更新时间', 'description' => '更新时间', 'type' => 'integer', 'format' => 'int64', 'example' => '2024-03-05 18:24:08'],
                                            'StartTime' => ['title' => '开始时间', 'description' => '开始时间', 'type' => 'integer', 'format' => 'int64', 'example' => '2024-03-05 18:24:08'],
                                            'EndTime' => ['title' => '结束时间', 'description' => '结束时间', 'type' => 'integer', 'format' => 'int64', 'example' => '2024-03-05 18:34:08'],
                                            'Params' => [
                                                'title' => '实验参数',
                                                'description' => '实验参数',
                                                'type' => 'object',
                                                'additionalProperties' => ['type' => 'string', 'description' => '环境参数', 'example' => '{}'],
                                            ],
                                            'Scene' => ['title' => '场景', 'description' => '场景', 'type' => 'string', 'example' => 'baseline'],
                                            'Status' => ['title' => '状态', 'description' => '状态', 'type' => 'string', 'example' => 'success'],
                                        ],
                                    ],
                                    'Workload' => [
                                        'title' => '负载信息',
                                        'description' => '负载信息',
                                        'type' => 'object',
                                        'properties' => [
                                            'WorkloadId' => ['title' => '负载id', 'description' => '负载id', 'type' => 'integer', 'format' => 'int64', 'example' => '13'],
                                            'WorkloadName' => ['title' => '负载名称', 'description' => '负载名称', 'type' => 'string', 'example' => 'test'],
                                            'WorkloadDescription' => ['title' => '负载描述', 'description' => '负载描述', 'type' => 'string', 'example' => 'test'],
                                            'WorkloadType' => ['title' => '负载名称', 'description' => '负载名称', 'type' => 'string', 'example' => 'AI'],
                                            'Family' => ['title' => '负载簇, AI、GPU', 'description' => '负载簇, AI、GPU', 'type' => 'string', 'example' => 'AI'],
                                            'Scene' => ['title' => '负载使用场景', 'description' => '负载使用场景', 'type' => 'string', 'example' => 'NLP-LLM'],
                                            'Scope' => ['title' => '负载使用的范围标识', 'description' => '负载使用的范围标识', 'type' => 'string', 'example' => 'common'],
                                            'JobKind' => ['title' => '训练任务类型', 'description' => '训练任务类型', 'type' => 'string', 'example' => 'PyTorchJob'],
                                            'DefaultCpuPerWorker' => ['title' => '默认cpu分配数', 'description' => '默认cpu分配数', 'type' => 'integer', 'format' => 'int32', 'example' => '90'],
                                            'DefaultGpuPerWorker' => ['title' => '默认gpu分配数', 'description' => '默认gpu分配数', 'type' => 'integer', 'format' => 'int32', 'example' => '8'],
                                            'DefaultMemoryPerWorker' => ['title' => '默认内存GB分配数', 'description' => '默认内存GB分配数', 'type' => 'integer', 'format' => 'int32', 'example' => '500'],
                                            'DefaultShareMemory' => ['title' => '默认共享内存GB分配数', 'description' => '默认共享内存GB分配数', 'type' => 'integer', 'format' => 'int32', 'example' => '500'],
                                            'ParamSettings' => [
                                                'title' => '参数设置',
                                                'description' => '参数设置',
                                                'type' => 'array',
                                                'items' => [
                                                    'type' => 'object',
                                                    'properties' => [
                                                        'ParamName' => ['title' => '参数名称', 'description' => '参数名称', 'type' => 'string', 'example' => 'ITERATION'],
                                                        'ParamDesc' => ['title' => '参数描述', 'description' => '参数描述', 'type' => 'string', 'example' => '迭代数'],
                                                        'ParamValue' => ['title' => '参数值', 'description' => '参数值', 'type' => 'string', 'example' => '100'],
                                                        'DefaultValue' => ['title' => '参数默认值', 'description' => '参数默认值', 'type' => 'string', 'example' => '100'],
                                                        'ParamRegex' => ['title' => '参数正则表达式', 'description' => '参数正则表达式', 'type' => 'string', 'example' => '[0-9]+'],
                                                        'ParamType' => ['title' => '参数类型', 'description' => '参数类型', 'type' => 'string', 'example' => 'number'],
                                                    ],
                                                ],
                                            ],
                                            'StaticConfig' => [
                                                'title' => '静态配置',
                                                'description' => '静态配置',
                                                'type' => 'object',
                                                'properties' => [
                                                    'FrameWork' => ['title' => '框架', 'description' => '框架', 'type' => 'string', 'example' => 'pyTorch'],
                                                    'SoftwareStack' => ['title' => '软件栈', 'description' => '软件栈', 'type' => 'string', 'example' => 'python'],
                                                    'Os' => ['title' => '系统', 'description' => '系统', 'type' => 'string', 'example' => 'linux'],
                                                    'Parameters' => ['title' => '参数量', 'description' => '参数量', 'type' => 'string', 'example' => '7B'],
                                                ],
                                            ],
                                            'VersionId' => ['title' => '版本号', 'description' => '版本号', 'type' => 'integer', 'format' => 'int64', 'example' => '1'],
                                        ],
                                    ],
                                    'Resource' => [
                                        'title' => '集群信息',
                                        'description' => '集群信息',
                                        'type' => 'object',
                                        'properties' => [
                                            'ResourceId' => ['title' => '集群id', 'description' => '集群id', 'type' => 'integer', 'format' => 'int64', 'example' => '189'],
                                            'ResourceName' => ['title' => '集群名称', 'description' => '集群名称', 'type' => 'string', 'example' => 'ecs.r8y.4xlarge'],
                                            'CpuCoreLimit' => ['title' => '已使用cpu', 'description' => '已使用cpu', 'type' => 'integer', 'format' => 'int32', 'example' => '90'],
                                            'GpuLimit' => ['title' => '已使用gpu', 'description' => '已使用gpu', 'type' => 'integer', 'format' => 'int32', 'example' => '8'],
                                            'MemoryLimit' => ['title' => '已使用内存', 'description' => '已使用内存', 'type' => 'integer', 'format' => 'int64', 'example' => '500'],
                                            'MaxGpu' => ['title' => '已使用内存', 'description' => '已使用内存', 'type' => 'integer', 'format' => 'int32', 'example' => '8'],
                                            'MaxCpuCore' => ['title' => '已使用内存', 'description' => '已使用内存', 'type' => 'integer', 'format' => 'int32', 'example' => '90'],
                                            'MaxMemory' => ['title' => '已使用内存', 'description' => '已使用内存', 'type' => 'integer', 'format' => 'int64', 'example' => '500'],
                                            'UserAccessParam' => [
                                                'title' => '用户授权参数',
                                                'description' => '用户授权参数',
                                                'type' => 'object',
                                                'properties' => [
                                                    'AccessId' => ['title' => '用户id', 'description' => '用户id', 'type' => 'string', 'example' => 'dev'],
                                                    'AccessKey' => ['title' => '用户key', 'description' => '用户key', 'type' => 'string', 'example' => 'test'],
                                                    'WorkspaceId' => ['title' => '工作空间ID', 'description' => '工作空间ID', 'type' => 'string', 'example' => '123434542498'],
                                                    'Endpoint' => ['title' => 'endpoint', 'description' => 'endpoint', 'type' => 'string', 'example' => 'test'],
                                                ],
                                            ],
                                            'MachineType' => [
                                                'title' => '规格类型',
                                                'description' => '规格类型',
                                                'type' => 'object',
                                                'properties' => [
                                                    'MemoryInfo' => ['title' => '内存信息', 'description' => '内存信息', 'type' => 'string', 'example' => '32x 64GB DDR4 3200 Memory'],
                                                    'Type' => ['title' => '类型', 'description' => '类型', 'type' => 'string', 'example' => 'Public'],
                                                    'BondNum' => ['title' => '网络bond的数量', 'description' => '网络bond的数量', 'type' => 'integer', 'format' => 'int32', 'example' => '5'],
                                                    'NodeCount' => ['title' => '节点个数', 'description' => '节点个数', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
                                                    'CpuInfo' => ['title' => 'cpu的信息', 'description' => 'cpu的信息', 'type' => 'string', 'example' => '2x Intel Icelake 8369B 32C CPU'],
                                                    'NetworkInfo' => ['title' => '网络信息', 'description' => '网络信息', 'type' => 'string', 'example' => '1x 100Gbps DP NIC for VPC \\n 4x 100Gbps DP RoCE NIC'],
                                                    'GpuInfo' => ['title' => 'gpu的信息', 'description' => 'gpu的信息', 'type' => 'string', 'example' => '8x NVIDIA SXM4 80GB A100 GPU'],
                                                    'DiskInfo' => ['title' => '磁盘信息', 'description' => '磁盘信息', 'type' => 'string', 'example' => '2x 480GB SATA SSD \\n 4x 3.84TB NVMe SSD'],
                                                    'NetworkMode' => ['title' => '网络模式', 'description' => '网络模式', 'type' => 'string', 'example' => '2'],
                                                    'Name' => ['title' => '规格名称', 'description' => '规格名称', 'type' => 'string', 'example' => 'efg1.nvga1n'],
                                                ],
                                            ],
                                            'ResourceNodes' => [
                                                'title' => '资源节点列表',
                                                'description' => '资源节点列表',
                                                'type' => 'array',
                                                'items' => [
                                                    'type' => 'object',
                                                    'properties' => [
                                                        'NodeName' => ['title' => '节点名称', 'description' => '节点名称', 'type' => 'string', 'example' => 'InputCheck'],
                                                    ],
                                                ],
                                            ],
                                        ],
                                    ],
                                    'ExperimentId' => ['title' => '实验id', 'description' => '实验id', 'type' => 'integer', 'format' => 'int64', 'example' => '1726882991828688898'],
                                    'CreateTime' => ['title' => '创建时间', 'description' => '创建时间', 'type' => 'integer', 'format' => 'int64', 'example' => '2024-11-29 02:16:35'],
                                    'UpdateTime' => ['title' => '更新时间', 'description' => '更新时间', 'type' => 'integer', 'format' => 'int64', 'example' => '2024-11-29 02:16:35'],
                                    'ExperimentName' => ['title' => '实验名称', 'description' => '实验名称', 'type' => 'string', 'example' => 'test'],
                                    'ExperimentType' => ['title' => '实验类型', 'description' => '实验类型', 'type' => 'string', 'example' => 'AI'],
                                    'ResourceName' => ['title' => '资源名称', 'description' => '资源名称', 'type' => 'string', 'example' => 'cifnews-guoyuan'],
                                    'WorkloadName' => ['title' => '负载名称', 'description' => '负载名称', 'type' => 'string', 'example' => 'test'],
                                    'StartTime' => ['title' => '任务开始时间', 'description' => '任务开始时间', 'type' => 'string', 'example' => '2024-11-29 02:16:35'],
                                    'EndTime' => ['title' => '任务结束时间', 'description' => '任务结束时间', 'type' => 'string', 'example' => '2024-11-29 02:26:35'],
                                    'Status' => ['title' => '状态', 'description' => '状态', 'type' => 'string', 'example' => 'RUNNING'],
                                    'Results' => [
                                        'title' => '任务结果',
                                        'description' => '任务结果',
                                        'type' => 'object',
                                        'properties' => [
                                            'ExperimentId' => ['title' => '参数名称', 'description' => '参数名称', 'type' => 'integer', 'format' => 'int64', 'example' => '1748274952976261121'],
                                            'Duration' => ['title' => '时间', 'description' => '时间', 'type' => 'number', 'format' => 'double', 'example' => '764'],
                                            'SecondsPerIteration' => ['title' => '每次迭代的秒数', 'description' => '每次迭代的秒数', 'type' => 'number', 'format' => 'double', 'example' => '1000'],
                                            'SamplesPerSecond' => ['title' => '每秒采样数', 'description' => '每秒采样数', 'type' => 'number', 'format' => 'double', 'example' => '10'],
                                            'Mfu' => ['description' => 'MFU', 'type' => 'number', 'format' => 'double', 'example' => '54.2'],
                                            'WarningWorker' => [
                                                'title' => '警告worker',
                                                'description' => '警告worker',
                                                'type' => 'array',
                                                'items' => [
                                                    'type' => 'object',
                                                    'properties' => [
                                                        'ExperimentId' => ['description' => '实验id', 'type' => 'integer', 'format' => 'int64', 'example' => '9'],
                                                        'Hostname' => ['description' => '服务地址', 'type' => 'string', 'example' => 'whza008403'],
                                                        'PodName' => ['description' => 'Pod名称。', 'type' => 'string', 'example' => 'fluxserv-6fc89b45cf-w8wq6'],
                                                        'GpuNum' => ['description' => 'GPU数量', 'type' => 'integer', 'format' => 'int32', 'example' => '8'],
                                                        'GpuName' => ['description' => 'GPU名称', 'type' => 'string', 'example' => '8x OAM 810 GPU'],
                                                        'WarningFlag' => ['title' => '是否有报警', 'description' => '是否有报警', 'type' => 'boolean', 'example' => 'true'],
                                                        'WarningMsg' => ['title' => '报警信息', 'description' => '报警信息', 'type' => 'string', 'example' => '存在慢节点'],
                                                        'ErrorFlag' => ['title' => '是否有错误', 'description' => '是否有错误', 'type' => 'boolean', 'example' => 'true'],
                                                        'ErrorMsg' => ['title' => '错误信息', 'description' => '错误信息', 'type' => 'string', 'example' => '错误信息'],
                                                        'Tflops' => ['title' => 'TFLOPS值', 'description' => 'TFLOPS值', 'type' => 'number', 'format' => 'double', 'example' => '14'],
                                                        'SamplesPerSecond' => ['title' => '吞吐量', 'description' => '吞吐量', 'type' => 'number', 'format' => 'double', 'example' => '15'],
                                                    ],
                                                ],
                                            ],
                                            'ErrorWorker' => [
                                                'description' => '错误节点',
                                                'type' => 'array',
                                                'items' => [
                                                    'type' => 'object',
                                                    'properties' => [
                                                        'ExperimentId' => ['description' => '实验id', 'type' => 'integer', 'format' => 'int64', 'example' => '97'],
                                                        'Hostname' => ['description' => '服务地址', 'type' => 'string', 'example' => '60.188.98.209'],
                                                        'PodName' => ['description' => 'Pod名称。', 'type' => 'string', 'example' => 'hzs-forge-sdxl-online-7ff4d86444-pc95h'],
                                                        'GpuNum' => ['description' => 'GPU数量', 'type' => 'integer', 'format' => 'int32', 'example' => '8'],
                                                        'GpuName' => ['description' => 'GPU名称', 'type' => 'string', 'example' => '8x OAM 810 GPU'],
                                                        'WarningFlag' => ['title' => '是否有报警', 'description' => '是否有报警', 'type' => 'boolean', 'example' => 'false'],
                                                        'WarningMsg' => ['title' => '报警信息', 'description' => '报警信息', 'type' => 'string', 'example' => '无'],
                                                        'ErrorFlag' => ['title' => '是否有错误', 'description' => '是否有错误', 'type' => 'boolean', 'example' => 'true'],
                                                        'ErrorMsg' => ['title' => '错误信息', 'description' => '错误信息', 'type' => 'string', 'example' => 'Connection reset'],
                                                        'Tflops' => ['title' => 'TFLOPS值', 'description' => 'TFLOPS值', 'type' => 'number', 'format' => 'double', 'example' => '12'],
                                                        'SamplesPerSecond' => ['title' => '吞吐量', 'description' => '吞吐量', 'type' => 'number', 'format' => 'double', 'example' => '23'],
                                                    ],
                                                ],
                                            ],
                                            'WarningBoundList' => [
                                                'description' => '警告节点',
                                                'type' => 'array',
                                                'items' => [
                                                    'type' => 'object',
                                                    'properties' => [
                                                        'Iteration' => ['description' => '迭代', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
                                                        'Upper' => ['description' => 'UPPER', 'type' => 'number', 'format' => 'double', 'example' => '56'],
                                                        'Lower' => ['description' => 'LOWER', 'type' => 'number', 'format' => 'double', 'example' => '14'],
                                                    ],
                                                ],
                                            ],
                                            'TaskIndividualResultList' => [
                                                'description' => '任务无效结果',
                                                'type' => 'array',
                                                'items' => [
                                                    'type' => 'object',
                                                    'properties' => [
                                                        'ExperimentId' => ['description' => '实验ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '48'],
                                                        'Hostname' => ['description' => '节点主机名称。', 'type' => 'string', 'example' => 'p-jt-waf-app1'],
                                                        'PodName' => ['description' => 'Pod名称。', 'type' => 'string', 'example' => 'fluxserv-6fc89b45cf-w8wq6'],
                                                        'GpuNum' => ['description' => 'GPU数量', 'type' => 'integer', 'format' => 'int32', 'example' => '8'],
                                                        'GpuName' => ['description' => 'GPU名称', 'type' => 'string', 'example' => '8x OAM 810 GPU'],
                                                        'WarningFlag' => ['title' => '是否有报警', 'description' => '是否有报警', 'type' => 'boolean', 'example' => 'false'],
                                                        'WarningMsg' => ['title' => '报警信息', 'description' => '报警信息', 'type' => 'string', 'example' => '无'],
                                                        'ErrorFlag' => ['title' => '是否有错误', 'description' => '是否有错误', 'type' => 'boolean', 'example' => 'false'],
                                                        'ErrorMsg' => ['title' => '错误信息', 'description' => '错误信息', 'type' => 'string', 'example' => '无'],
                                                        'Tflops' => ['title' => 'TFLOPS值', 'description' => 'TFLOPS值', 'type' => 'number', 'format' => 'double', 'example' => '16'],
                                                        'SamplesPerSecond' => ['title' => '吞吐量', 'description' => '吞吐量', 'type' => 'number', 'format' => 'double', 'example' => '28'],
                                                    ],
                                                ],
                                            ],
                                            'TaskIndividualResultMap' => [
                                                'description' => '任务无效结果',
                                                'type' => 'object',
                                                'additionalProperties' => [
                                                    'type' => 'array',
                                                    'items' => [
                                                        'type' => 'object',
                                                        'properties' => [
                                                            'ExperimentId' => ['type' => 'integer', 'format' => 'int64', 'example' => '54', 'description' => '实验id'],
                                                            'Hostname' => ['type' => 'string', 'example' => 'p-jt-waf-app1'."\n", 'description' => '主机ip'],
                                                            'PodName' => ['type' => 'string', 'description' => 'Pod名称', 'example' => 'fluxserv-6fc89b45cf-w8wq6'],
                                                            'GpuNum' => ['type' => 'integer', 'format' => 'int32', 'description' => 'GPU数量', 'example' => '8'],
                                                            'GpuName' => ['type' => 'string', 'description' => 'GPU名称', 'example' => '8x OAM 810 GPU'."\n"],
                                                            'WarningFlag' => ['title' => '是否有报警', 'type' => 'boolean', 'description' => '是否warning', 'example' => 'false'],
                                                            'WarningMsg' => ['title' => '报警信息', 'type' => 'string', 'description' => '警告内容', 'example' => '无'],
                                                            'ErrorFlag' => ['title' => '是否有错误', 'type' => 'boolean', 'description' => '是否errror', 'example' => 'false'],
                                                            'ErrorMsg' => ['title' => '错误信息', 'type' => 'string', 'example' => '无', 'description' => '错误内容'],
                                                            'Tflops' => ['title' => 'TFLOPS值', 'type' => 'number', 'format' => 'double', 'example' => '45', 'description' => 'TFLOPS'],
                                                            'SamplesPerSecond' => ['title' => '吞吐量', 'type' => 'number', 'format' => 'double', 'description' => '吞吐量', 'example' => '23'],
                                                        ],
                                                    ],
                                                    'description' => '结果对象',
                                                ],
                                            ],
                                        ],
                                    ],
                                    'SetParams' => [
                                        'title' => '运行的负载参数',
                                        'description' => '运行的负载参数',
                                        'type' => 'object',
                                        'additionalProperties' => ['type' => 'string', 'example' => '{}', 'description' => '参数'],
                                    ],
                                    'GetParams' => [
                                        'title' => '解析的负载参数',
                                        'description' => '解析的负载参数',
                                        'type' => 'object',
                                        'additionalProperties' => ['type' => 'string', 'example' => '{}', 'description' => '参数'],
                                    ],
                                    'EnvParams' => [
                                        'title' => '运行的环境参数',
                                        'description' => '运行的环境参数',
                                        'type' => 'object',
                                        'properties' => [
                                            'CpuPerWorker' => ['title' => 'cpu分配数', 'description' => 'cpu分配数', 'type' => 'integer', 'format' => 'int32', 'example' => '90'],
                                            'GpuPerWorker' => ['title' => 'gpu分配数', 'description' => 'gpu分配数', 'type' => 'integer', 'format' => 'int32', 'example' => '8'],
                                            'MemoryPerWorker' => ['title' => '内存GB分配数', 'description' => '内存GB分配数', 'type' => 'integer', 'format' => 'int32', 'example' => '500'],
                                            'ShareMemory' => ['title' => '共享内存GB分配数', 'description' => '共享内存GB分配数', 'type' => 'integer', 'format' => 'int32', 'example' => '500'],
                                            'WorkerNum' => ['title' => '节点数', 'description' => '节点数', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
                                            'CudaVersion' => ['title' => 'cudaVersion', 'description' => 'cudaVersion', 'type' => 'string', 'example' => '1.0.0'],
                                            'NCCLVersion' => ['title' => 'NCCLVersion', 'description' => 'NCCLVersion', 'type' => 'string', 'example' => '1.0.0'],
                                            'GpuDriverVersion' => ['title' => 'GpuDriverVersion', 'description' => 'GpuDriverVersion', 'type' => 'string', 'example' => '1.0.0'],
                                            'PyTorchVersion' => ['title' => 'PyTorchVersion', 'description' => 'PyTorchVersion', 'type' => 'string', 'example' => '1.0.0'],
                                            'ResourceNodes' => [
                                                'title' => '指定的节点',
                                                'description' => '指定的节点',
                                                'type' => 'array',
                                                'items' => [
                                                    'type' => 'object',
                                                    'properties' => [
                                                        'NodeName' => ['title' => '节点名称', 'description' => '节点名称', 'type' => 'string', 'example' => 'p-jt-waf-app1'],
                                                        'TotalCPU' => ['title' => '总的cpu', 'description' => '总的cpu', 'type' => 'integer', 'format' => 'int32', 'example' => '90'],
                                                        'TotalGPU' => ['title' => '总的gpu', 'description' => '总的gpu', 'type' => 'integer', 'format' => 'int32', 'example' => '8'],
                                                        'TotalMemory' => ['title' => '总的memory', 'description' => '总的memory', 'type' => 'integer', 'format' => 'int64', 'example' => '500'],
                                                        'RequestCPU' => ['title' => '当前请求的cpu', 'description' => '当前请求的cpu', 'type' => 'integer', 'format' => 'int32', 'example' => '90'],
                                                        'RequestGPU' => ['title' => '当前请求的gpu', 'description' => '当前请求的gpu', 'type' => 'integer', 'format' => 'int32', 'example' => '8'],
                                                        'RequestMemory' => ['title' => '当前请求的memory', 'description' => '当前请求的memory', 'type' => 'integer', 'format' => 'int32', 'example' => '500'],
                                                    ],
                                                ],
                                            ],
                                            'ExtendParam' => [
                                                'title' => '额外的参数',
                                                'description' => '额外的参数',
                                                'type' => 'object',
                                                'additionalProperties' => ['type' => 'string', 'example' => '{}', 'description' => '参数'],
                                            ],
                                        ],
                                    ],
                                ],
                            ],
                            'RequestId' => ['title' => '请求id', 'description' => '请求id', 'type' => 'string', 'example' => 'E67E2E4C-2B47-5C55-AA17-1D771E070AEF'],
                            'AccessDeniedDetail' => ['title' => '无权限信息', 'description' => '无权限信息', 'type' => 'string', 'example' => '{}'],
                            'TotalCount' => ['title' => '查询总数', 'description' => '查询总数', 'type' => 'integer', 'format' => 'int64', 'example' => '0'],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'NotFound', 'errorMessage' => 'not found.', 'description' => '数据不存在'],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Data\\": {\\n    \\"Task\\": {\\n      \\"TaskId\\": 167420,\\n      \\"CreateTime\\": 0,\\n      \\"UpdateTime\\": 0,\\n      \\"StartTime\\": 0,\\n      \\"EndTime\\": 0,\\n      \\"Params\\": {\\n        \\"key\\": \\"{}\\"\\n      },\\n      \\"Scene\\": \\"baseline\\",\\n      \\"Status\\": \\"success\\"\\n    },\\n    \\"Workload\\": {\\n      \\"WorkloadId\\": 13,\\n      \\"WorkloadName\\": \\"test\\",\\n      \\"WorkloadDescription\\": \\"test\\",\\n      \\"WorkloadType\\": \\"AI\\",\\n      \\"Family\\": \\"AI\\",\\n      \\"Scene\\": \\"NLP-LLM\\",\\n      \\"Scope\\": \\"common\\",\\n      \\"JobKind\\": \\"PyTorchJob\\",\\n      \\"DefaultCpuPerWorker\\": 90,\\n      \\"DefaultGpuPerWorker\\": 8,\\n      \\"DefaultMemoryPerWorker\\": 500,\\n      \\"DefaultShareMemory\\": 500,\\n      \\"ParamSettings\\": [\\n        {\\n          \\"ParamName\\": \\"ITERATION\\",\\n          \\"ParamDesc\\": \\"迭代数\\",\\n          \\"ParamValue\\": \\"100\\",\\n          \\"DefaultValue\\": \\"100\\",\\n          \\"ParamRegex\\": \\"[0-9]+\\",\\n          \\"ParamType\\": \\"number\\"\\n        }\\n      ],\\n      \\"StaticConfig\\": {\\n        \\"FrameWork\\": \\"pyTorch\\",\\n        \\"SoftwareStack\\": \\"python\\",\\n        \\"Os\\": \\"linux\\",\\n        \\"Parameters\\": \\"7B\\"\\n      },\\n      \\"VersionId\\": 1\\n    },\\n    \\"Resource\\": {\\n      \\"ResourceId\\": 189,\\n      \\"ResourceName\\": \\"ecs.r8y.4xlarge\\",\\n      \\"CpuCoreLimit\\": 90,\\n      \\"GpuLimit\\": 8,\\n      \\"MemoryLimit\\": 500,\\n      \\"MaxGpu\\": 8,\\n      \\"MaxCpuCore\\": 90,\\n      \\"MaxMemory\\": 500,\\n      \\"UserAccessParam\\": {\\n        \\"AccessId\\": \\"dev\\",\\n        \\"AccessKey\\": \\"test\\",\\n        \\"WorkspaceId\\": \\"123434542498\\",\\n        \\"Endpoint\\": \\"test\\"\\n      },\\n      \\"MachineType\\": {\\n        \\"MemoryInfo\\": \\"32x 64GB DDR4 3200 Memory\\",\\n        \\"Type\\": \\"Public\\",\\n        \\"BondNum\\": 5,\\n        \\"NodeCount\\": 1,\\n        \\"CpuInfo\\": \\"2x Intel Icelake 8369B 32C CPU\\",\\n        \\"NetworkInfo\\": \\"1x 100Gbps DP NIC for VPC \\\\\\\\n 4x 100Gbps DP RoCE NIC\\",\\n        \\"GpuInfo\\": \\"8x NVIDIA SXM4 80GB A100 GPU\\",\\n        \\"DiskInfo\\": \\"2x 480GB SATA SSD \\\\\\\\n 4x 3.84TB NVMe SSD\\",\\n        \\"NetworkMode\\": \\"2\\",\\n        \\"Name\\": \\"efg1.nvga1n\\"\\n      },\\n      \\"ResourceNodes\\": [\\n        {\\n          \\"NodeName\\": \\"InputCheck\\"\\n        }\\n      ]\\n    },\\n    \\"ExperimentId\\": 1726882991828689000,\\n    \\"CreateTime\\": 0,\\n    \\"UpdateTime\\": 0,\\n    \\"ExperimentName\\": \\"test\\",\\n    \\"ExperimentType\\": \\"AI\\",\\n    \\"ResourceName\\": \\"cifnews-guoyuan\\",\\n    \\"WorkloadName\\": \\"test\\",\\n    \\"StartTime\\": \\"2024-11-29 02:16:35\\",\\n    \\"EndTime\\": \\"2024-11-29 02:26:35\\",\\n    \\"Status\\": \\"RUNNING\\",\\n    \\"Results\\": {\\n      \\"ExperimentId\\": 1748274952976261000,\\n      \\"Duration\\": 764,\\n      \\"SecondsPerIteration\\": 1000,\\n      \\"SamplesPerSecond\\": 10,\\n      \\"Mfu\\": 54.2,\\n      \\"WarningWorker\\": [\\n        {\\n          \\"ExperimentId\\": 9,\\n          \\"Hostname\\": \\"whza008403\\",\\n          \\"PodName\\": \\"fluxserv-6fc89b45cf-w8wq6\\",\\n          \\"GpuNum\\": 8,\\n          \\"GpuName\\": \\"8x OAM 810 GPU\\",\\n          \\"WarningFlag\\": true,\\n          \\"WarningMsg\\": \\"存在慢节点\\",\\n          \\"ErrorFlag\\": true,\\n          \\"ErrorMsg\\": \\"错误信息\\",\\n          \\"Tflops\\": 14,\\n          \\"SamplesPerSecond\\": 15\\n        }\\n      ],\\n      \\"ErrorWorker\\": [\\n        {\\n          \\"ExperimentId\\": 97,\\n          \\"Hostname\\": \\"60.188.98.209\\",\\n          \\"PodName\\": \\"hzs-forge-sdxl-online-7ff4d86444-pc95h\\",\\n          \\"GpuNum\\": 8,\\n          \\"GpuName\\": \\"8x OAM 810 GPU\\",\\n          \\"WarningFlag\\": false,\\n          \\"WarningMsg\\": \\"无\\",\\n          \\"ErrorFlag\\": true,\\n          \\"ErrorMsg\\": \\"Connection reset\\",\\n          \\"Tflops\\": 12,\\n          \\"SamplesPerSecond\\": 23\\n        }\\n      ],\\n      \\"WarningBoundList\\": [\\n        {\\n          \\"Iteration\\": 10,\\n          \\"Upper\\": 56,\\n          \\"Lower\\": 14\\n        }\\n      ],\\n      \\"TaskIndividualResultList\\": [\\n        {\\n          \\"ExperimentId\\": 48,\\n          \\"Hostname\\": \\"p-jt-waf-app1\\",\\n          \\"PodName\\": \\"fluxserv-6fc89b45cf-w8wq6\\",\\n          \\"GpuNum\\": 8,\\n          \\"GpuName\\": \\"8x OAM 810 GPU\\",\\n          \\"WarningFlag\\": false,\\n          \\"WarningMsg\\": \\"无\\",\\n          \\"ErrorFlag\\": false,\\n          \\"ErrorMsg\\": \\"无\\",\\n          \\"Tflops\\": 16,\\n          \\"SamplesPerSecond\\": 28\\n        }\\n      ],\\n      \\"TaskIndividualResultMap\\": {\\n        \\"key\\": [\\n          {\\n            \\"ExperimentId\\": 54,\\n            \\"Hostname\\": \\"p-jt-waf-app1\\\\n\\",\\n            \\"PodName\\": \\"fluxserv-6fc89b45cf-w8wq6\\",\\n            \\"GpuNum\\": 8,\\n            \\"GpuName\\": \\"8x OAM 810 GPU\\\\n\\",\\n            \\"WarningFlag\\": false,\\n            \\"WarningMsg\\": \\"无\\",\\n            \\"ErrorFlag\\": false,\\n            \\"ErrorMsg\\": \\"无\\",\\n            \\"Tflops\\": 45,\\n            \\"SamplesPerSecond\\": 23\\n          }\\n        ]\\n      }\\n    },\\n    \\"SetParams\\": {\\n      \\"key\\": \\"{}\\"\\n    },\\n    \\"GetParams\\": {\\n      \\"key\\": \\"{}\\"\\n    },\\n    \\"EnvParams\\": {\\n      \\"CpuPerWorker\\": 90,\\n      \\"GpuPerWorker\\": 8,\\n      \\"MemoryPerWorker\\": 500,\\n      \\"ShareMemory\\": 500,\\n      \\"WorkerNum\\": 1,\\n      \\"CudaVersion\\": \\"1.0.0\\",\\n      \\"NCCLVersion\\": \\"1.0.0\\",\\n      \\"GpuDriverVersion\\": \\"1.0.0\\",\\n      \\"PyTorchVersion\\": \\"1.0.0\\",\\n      \\"ResourceNodes\\": [\\n        {\\n          \\"NodeName\\": \\"p-jt-waf-app1\\",\\n          \\"TotalCPU\\": 90,\\n          \\"TotalGPU\\": 8,\\n          \\"TotalMemory\\": 500,\\n          \\"RequestCPU\\": 90,\\n          \\"RequestGPU\\": 8,\\n          \\"RequestMemory\\": 500\\n        }\\n      ],\\n      \\"ExtendParam\\": {\\n        \\"key\\": \\"{}\\"\\n      }\\n    }\\n  },\\n  \\"RequestId\\": \\"E67E2E4C-2B47-5C55-AA17-1D771E070AEF\\",\\n  \\"AccessDeniedDetail\\": \\"{}\\",\\n  \\"TotalCount\\": 0\\n}","type":"json"}]',
            'title' => '获取实验详情',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'GetExperiment'],
                ],
            ],
            'ramActions' => [
                [
                    'operationType' => 'get',
                    'ramAction' => [
                        'action' => 'eflo:GetExperiment',
                        'authLevel' => 'resource',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Eflo', 'resourceType' => 'Experiment', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:experiment/{#ExperimentId}'],
                        ],
                    ],
                ],
            ],
        ],
        'GetExperimentPlan' => [
            'summary' => '获取实验计划详情。',
            'methods' => ['post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'get',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeCode' => '194769',
                'abilityTreeNodes' => ['FEATUREbcclusterFASAIP'],
            ],
            'parameters' => [
                [
                    'name' => 'PlanId',
                    'in' => 'query',
                    'schema' => ['title' => '计划ID', 'description' => '计划ID', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '189'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => '查询结果',
                        'description' => '查询结果',
                        'type' => 'object',
                        'properties' => [
                            'Data' => [
                                'title' => '数据',
                                'description' => '数据',
                                'type' => 'object',
                                'properties' => [
                                    'PlanId' => ['title' => '计划ID', 'description' => '计划ID', 'type' => 'integer', 'format' => 'int64', 'example' => '189'],
                                    'CreateTime' => ['title' => '创建时间', 'description' => '创建时间', 'type' => 'string', 'example' => '2024-07-07 02:08:54'],
                                    'UpdateTime' => ['title' => '更新时间', 'description' => '更新时间', 'type' => 'string', 'example' => '2024-07-07 02:08:54'],
                                    'TemplateId' => ['title' => '关联的测试计划模板ID', 'description' => '关联的测试计划模板ID', 'type' => 'integer', 'format' => 'int64', 'example' => '2162'],
                                    'TemplateName' => ['title' => '关联的测试计划模板名称', 'description' => '关联的测试计划模板名称', 'type' => 'string', 'example' => 'MM'],
                                    'ResourceId' => ['title' => '关联的资源ID', 'description' => '关联的资源ID', 'type' => 'integer', 'format' => 'int64', 'example' => '260860230684'],
                                    'PlanPipeline' => [
                                        'title' => '测试计划pipeline',
                                        'description' => '测试计划pipeline',
                                        'type' => 'array',
                                        'items' => [
                                            'type' => 'object',
                                            'properties' => [
                                                'WorkloadId' => ['title' => '负载id', 'description' => '负载id', 'type' => 'integer', 'format' => 'int64', 'example' => '14'],
                                                'WorkloadName' => ['title' => '负载名称', 'description' => '负载名称', 'type' => 'string', 'example' => 'test'],
                                                'ResourceId' => ['title' => '资源id', 'description' => '资源id', 'type' => 'integer', 'format' => 'int64', 'example' => '36'],
                                                'ResourceName' => ['title' => '资源名称', 'description' => '资源名称', 'type' => 'string', 'example' => 'GPU'],
                                                'Scene' => ['title' => '使用场景,例如"baseline"', 'description' => '使用场景,例如"baseline"', 'type' => 'string', 'example' => 'baseline'],
                                                'SettingParams' => [
                                                    'title' => '配置的负载参数',
                                                    'description' => '配置的负载参数',
                                                    'type' => 'object',
                                                    'additionalProperties' => ['type' => 'string', 'example' => '{}', 'description' => '参数'],
                                                ],
                                                'EnvParams' => [
                                                    'title' => '配置的环境参数',
                                                    'description' => '配置的环境参数',
                                                    'type' => 'object',
                                                    'properties' => [
                                                        'CpuPerWorker' => ['title' => 'cpu分配数', 'description' => 'cpu分配数', 'type' => 'integer', 'format' => 'int32', 'example' => '90'],
                                                        'GpuPerWorker' => ['title' => 'gpu分配数', 'description' => 'gpu分配数', 'type' => 'integer', 'format' => 'int32', 'example' => '8'],
                                                        'MemoryPerWorker' => ['title' => '内存GB分配数', 'description' => '内存GB分配数', 'type' => 'integer', 'format' => 'int32', 'example' => '500'],
                                                        'ShareMemory' => ['title' => '共享内存GB分配数', 'description' => '共享内存GB分配数', 'type' => 'integer', 'format' => 'int32', 'example' => '500'],
                                                        'WorkerNum' => ['title' => '节点数', 'description' => '节点数', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
                                                        'CudaVersion' => ['title' => 'cudaVersion', 'description' => 'cudaVersion', 'type' => 'string', 'example' => '1.0.0'],
                                                        'NCCLVersion' => ['title' => 'NCCLVersion', 'description' => 'NCCLVersion', 'type' => 'string', 'example' => '1.0.0'],
                                                        'GpuDriverVersion' => ['title' => 'GpuDriverVersion', 'description' => 'GpuDriverVersion', 'type' => 'string', 'example' => '1.0.0'],
                                                        'PyTorchVersion' => ['title' => 'PyTorchVersion', 'description' => 'PyTorchVersion', 'type' => 'string', 'example' => '1.0.0'],
                                                        'ResourceNodes' => [
                                                            'title' => '指定的节点',
                                                            'description' => '指定的节点',
                                                            'type' => 'array',
                                                            'items' => [
                                                                'type' => 'object',
                                                                'properties' => [
                                                                    'NodeName' => ['title' => '节点名称', 'description' => '节点名称', 'type' => 'string', 'example' => 'ods_galaxy_gateway_tickets'],
                                                                    'TotalCPU' => ['title' => '总的cpu', 'description' => '总的cpu', 'type' => 'integer', 'format' => 'int32', 'example' => '90'],
                                                                    'TotalGPU' => ['title' => '总的gpu', 'description' => '总的gpu', 'type' => 'integer', 'format' => 'int32', 'example' => '8'],
                                                                    'TotalMemory' => ['title' => '总的memory', 'description' => '总的memory', 'type' => 'integer', 'format' => 'int64', 'example' => '500'],
                                                                    'RequestCPU' => ['title' => '当前请求的cpu', 'description' => '当前请求的cpu', 'type' => 'integer', 'format' => 'int32', 'example' => '90'],
                                                                    'RequestGPU' => ['title' => '当前请求的gpu', 'description' => '当前请求的gpu', 'type' => 'integer', 'format' => 'int32', 'example' => '8'],
                                                                    'RequestMemory' => ['title' => '当前请求的memory', 'description' => '当前请求的memory', 'type' => 'integer', 'format' => 'int32', 'example' => '500'],
                                                                ],
                                                            ],
                                                        ],
                                                        'ExtendParam' => [
                                                            'title' => '额外的参数',
                                                            'description' => '额外的参数',
                                                            'type' => 'object',
                                                            'additionalProperties' => ['type' => 'string', 'example' => '{}', 'description' => '参数'],
                                                        ],
                                                    ],
                                                ],
                                                'PipelineOrder' => ['title' => '节点序号', 'description' => '节点序号', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
                                            ],
                                        ],
                                    ],
                                    'ResourceGroupId' => ['title' => '资源组id', 'description' => '资源组id', 'type' => 'string', 'example' => 'rg-acfmvmpzi7lmxhq'],
                                    'Tags' => [
                                        'description' => '标签',
                                        'type' => 'array',
                                        'items' => [
                                            'description' => '标签信息。',
                                            'type' => 'object',
                                            'properties' => [
                                                'TagKey' => ['description' => '标签键。', 'type' => 'string', 'example' => 'appName'],
                                                'TagValue' => ['description' => '标签值。', 'type' => 'string', 'example' => 'test'],
                                            ],
                                        ],
                                    ],
                                ],
                            ],
                            'RequestId' => ['title' => '请求id', 'description' => '请求id', 'type' => 'string', 'example' => '6DBAC169-93D1-5DCD-8109-30FB623B3197'],
                            'AccessDeniedDetail' => ['title' => '无权限信息', 'description' => '无权限信息', 'type' => 'string', 'example' => '{}'],
                            'TotalCount' => ['title' => '查询总数', 'description' => '查询总数', 'type' => 'integer', 'format' => 'int64', 'example' => '0'],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'NotFound', 'errorMessage' => 'not found.', 'description' => '数据不存在'],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Data\\": {\\n    \\"PlanId\\": 189,\\n    \\"CreateTime\\": \\"2024-07-07 02:08:54\\",\\n    \\"UpdateTime\\": \\"2024-07-07 02:08:54\\",\\n    \\"TemplateId\\": 2162,\\n    \\"TemplateName\\": \\"MM\\",\\n    \\"ResourceId\\": 260860230684,\\n    \\"PlanPipeline\\": [\\n      {\\n        \\"WorkloadId\\": 14,\\n        \\"WorkloadName\\": \\"test\\",\\n        \\"ResourceId\\": 36,\\n        \\"ResourceName\\": \\"GPU\\",\\n        \\"Scene\\": \\"baseline\\",\\n        \\"SettingParams\\": {\\n          \\"key\\": \\"{}\\"\\n        },\\n        \\"EnvParams\\": {\\n          \\"CpuPerWorker\\": 90,\\n          \\"GpuPerWorker\\": 8,\\n          \\"MemoryPerWorker\\": 500,\\n          \\"ShareMemory\\": 500,\\n          \\"WorkerNum\\": 1,\\n          \\"CudaVersion\\": \\"1.0.0\\",\\n          \\"NCCLVersion\\": \\"1.0.0\\",\\n          \\"GpuDriverVersion\\": \\"1.0.0\\",\\n          \\"PyTorchVersion\\": \\"1.0.0\\",\\n          \\"ResourceNodes\\": [\\n            {\\n              \\"NodeName\\": \\"ods_galaxy_gateway_tickets\\",\\n              \\"TotalCPU\\": 90,\\n              \\"TotalGPU\\": 8,\\n              \\"TotalMemory\\": 500,\\n              \\"RequestCPU\\": 90,\\n              \\"RequestGPU\\": 8,\\n              \\"RequestMemory\\": 500\\n            }\\n          ],\\n          \\"ExtendParam\\": {\\n            \\"key\\": \\"{}\\"\\n          }\\n        },\\n        \\"PipelineOrder\\": 1\\n      }\\n    ],\\n    \\"ResourceGroupId\\": \\"rg-acfmvmpzi7lmxhq\\",\\n    \\"Tags\\": [\\n      {\\n        \\"TagKey\\": \\"appName\\",\\n        \\"TagValue\\": \\"test\\"\\n      }\\n    ]\\n  },\\n  \\"RequestId\\": \\"6DBAC169-93D1-5DCD-8109-30FB623B3197\\",\\n  \\"AccessDeniedDetail\\": \\"{}\\",\\n  \\"TotalCount\\": 0\\n}","type":"json"}]',
            'title' => '获取实验计划详情',
            'changeSet' => [
                ['createdAt' => '2025-03-27T05:11:13.000Z', 'description' => '请求参数发生变更'],
                ['createdAt' => '2025-03-19T02:42:56.000Z', 'description' => '错误码发生变更'],
                ['createdAt' => '2025-02-21T07:57:21.000Z', 'description' => '错误码发生变更、响应参数发生变更'],
            ],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'GetExperimentPlan'],
                ],
            ],
            'ramActions' => [
                [
                    'operationType' => 'get',
                    'ramAction' => [
                        'action' => 'eflo:GetExperimentPlan',
                        'authLevel' => 'resource',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Eflo', 'resourceType' => 'ExperimentPlan', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:experimentplan/{#ExperimentPlanId}'],
                        ],
                    ],
                ],
            ],
        ],
        'GetExperimentPlanTemplate' => [
            'summary' => '查询测试计划模板详情',
            'methods' => ['post'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'write',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'get',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeCode' => '262199',
                'abilityTreeNodes' => ['FEATUREbcclusterFASAIP'],
                'tenantRelevance' => 'publicInformation',
            ],
            'parameters' => [
                [
                    'name' => 'TemplateId',
                    'in' => 'query',
                    'schema' => ['title' => '模板ID', 'description' => '模板ID', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '315797'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => '结果',
                        'description' => '结果',
                        'type' => 'object',
                        'properties' => [
                            'Data' => [
                                'title' => '数据',
                                'description' => '数据',
                                'type' => 'object',
                                'properties' => [
                                    'CreatorUid' => ['title' => '主账号uid', 'description' => '主账号uid', 'type' => 'integer', 'format' => 'int64', 'example' => '12312312312312'],
                                    'TemplateId' => ['title' => '模板ID', 'description' => '模板ID', 'type' => 'integer', 'format' => 'int64', 'example' => '17615126'],
                                    'TemplateCode' => ['title' => '模板Code', 'description' => '模板Code', 'type' => 'integer', 'format' => 'int64', 'example' => '464086216'],
                                    'CreateTime' => ['title' => '创建时间', 'description' => '创建时间', 'type' => 'string', 'example' => '2024-11-29 02:16:35'],
                                    'UpdateTime' => ['title' => '更新时间', 'description' => '更新时间', 'type' => 'string', 'example' => '2024-10-22 10:18:10'],
                                    'TemplateName' => ['title' => '模板名称', 'description' => '模板名称', 'type' => 'string', 'example' => '模板1'],
                                    'TemplateDescription' => ['title' => '模板描述', 'description' => '模板描述', 'type' => 'string', 'example' => 'test'],
                                    'PrivacyLevel' => ['title' => '隐私级别', 'description' => '隐私级别', 'type' => 'string', 'example' => 'private'],
                                    'TemplatePipelineParam' => [
                                        'title' => '模板流水线',
                                        'description' => '模板流水线',
                                        'type' => 'array',
                                        'items' => [
                                            'description' => '模板流水线',
                                            'type' => 'object',
                                            'properties' => [
                                                'WorkloadId' => ['title' => '负载id', 'description' => '负载id', 'type' => 'integer', 'format' => 'int64', 'example' => '13'],
                                                'WorkloadName' => ['title' => '负载名称', 'description' => '负载名称', 'type' => 'string', 'example' => 'test'],
                                                'Scene' => ['title' => '使用场景,例如"baseline"', 'description' => '使用场景,例如"baseline"', 'type' => 'string', 'example' => 'baseline'],
                                                'SettingParams' => [
                                                    'title' => '配置的负载参数',
                                                    'description' => '配置的负载参数',
                                                    'type' => 'object',
                                                    'additionalProperties' => ['type' => 'string', 'description' => '配置的负载参数', 'example' => 'batch_size'],
                                                ],
                                                'EnvParams' => [
                                                    'title' => '配置的环境参数',
                                                    'description' => '配置的环境参数',
                                                    'type' => 'object',
                                                    'properties' => [
                                                        'CpuPerWorker' => ['title' => 'cpu分配数', 'description' => 'cpu分配数', 'type' => 'integer', 'format' => 'int32', 'example' => '90'],
                                                        'GpuPerWorker' => ['title' => 'gpu分配数', 'description' => 'gpu分配数', 'type' => 'integer', 'format' => 'int32', 'example' => '8'],
                                                        'MemoryPerWorker' => ['title' => '内存GB分配数', 'description' => '内存GB分配数', 'type' => 'integer', 'format' => 'int32', 'example' => '500'],
                                                        'ShareMemory' => ['title' => '共享内存GB分配数', 'description' => '共享内存GB分配数', 'type' => 'integer', 'format' => 'int32', 'example' => '500'],
                                                        'WorkerNum' => ['title' => '节点数', 'description' => '节点数', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
                                                        'CudaVersion' => ['title' => 'cudaVersion', 'description' => 'cudaVersion', 'type' => 'string', 'example' => '1.0.0'],
                                                        'NCCLVersion' => ['title' => 'NCCLVersion', 'description' => 'NCCLVersion', 'type' => 'string', 'example' => '1.0.0'],
                                                        'GpuDriverVersion' => ['title' => 'GpuDriverVersion', 'description' => 'GpuDriverVersion', 'type' => 'string', 'example' => '1.0.0'],
                                                        'PyTorchVersion' => ['title' => 'PyTorchVersion', 'description' => 'PyTorchVersion', 'type' => 'string', 'example' => '1.0.0'],
                                                        'ResourceNodes' => [
                                                            'title' => '指定的节点',
                                                            'description' => '指定的节点',
                                                            'type' => 'array',
                                                            'items' => [
                                                                'description' => '节点',
                                                                'type' => 'object',
                                                                'properties' => [
                                                                    'NodeName' => ['title' => '节点名称', 'description' => '节点名称', 'type' => 'string', 'example' => 'exclusive_coud'],
                                                                    'TotalCPU' => ['title' => '总的cpu', 'description' => '总的cpu', 'type' => 'integer', 'format' => 'int32', 'example' => '100'],
                                                                    'TotalGPU' => ['title' => '总的gpu', 'description' => '总的gpu', 'type' => 'integer', 'format' => 'int32', 'example' => '100'],
                                                                    'TotalMemory' => ['title' => '总的memory', 'description' => '总的memory', 'type' => 'integer', 'format' => 'int64', 'example' => '2048'],
                                                                    'RequestCPU' => ['title' => '当前请求的cpu', 'description' => '当前请求的cpu', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
                                                                    'RequestGPU' => ['title' => '当前请求的gpu', 'description' => '当前请求的gpu', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
                                                                    'RequestMemory' => ['title' => '当前请求的memory', 'description' => '当前请求的memory', 'type' => 'integer', 'format' => 'int32', 'example' => '1024'],
                                                                ],
                                                            ],
                                                        ],
                                                        'ExtendParam' => [
                                                            'title' => '额外的参数',
                                                            'description' => '额外的参数',
                                                            'type' => 'object',
                                                            'additionalProperties' => ['type' => 'string', 'description' => '额外的参数', 'example' => '{}'],
                                                        ],
                                                    ],
                                                ],
                                                'PipelineOrder' => ['title' => '节点序号', 'description' => '节点序号', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
                                            ],
                                        ],
                                    ],
                                    'VersionId' => ['title' => '版本号', 'description' => '版本号', 'type' => 'integer', 'format' => 'int64', 'example' => '1'],
                                    'IsDelete' => ['title' => '是否删除', 'description' => '是否删除', 'type' => 'integer', 'format' => 'int32', 'example' => '0'],
                                ],
                            ],
                            'RequestId' => ['title' => '请求id', 'description' => '请求id', 'type' => 'string', 'example' => '5514CB39-B7C0-5B89-8534-2DE1E0F2B7AB'],
                            'AccessDeniedDetail' => ['title' => '无权限信息', 'description' => '无权限信息', 'type' => 'string', 'example' => '{}'],
                            'TotalCount' => ['title' => '查询总数', 'description' => '查询总数', 'type' => 'integer', 'format' => 'int64', 'example' => '0'],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'NotFound', 'errorMessage' => 'not found.', 'description' => '数据不存在'],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Data\\": {\\n    \\"CreatorUid\\": 12312312312312,\\n    \\"TemplateId\\": 17615126,\\n    \\"TemplateCode\\": 464086216,\\n    \\"CreateTime\\": \\"2024-11-29 02:16:35\\",\\n    \\"UpdateTime\\": \\"2024-10-22 10:18:10\\",\\n    \\"TemplateName\\": \\"模板1\\",\\n    \\"TemplateDescription\\": \\"test\\",\\n    \\"PrivacyLevel\\": \\"private\\",\\n    \\"TemplatePipelineParam\\": [\\n      {\\n        \\"WorkloadId\\": 13,\\n        \\"WorkloadName\\": \\"test\\",\\n        \\"Scene\\": \\"baseline\\",\\n        \\"SettingParams\\": {\\n          \\"key\\": \\"batch_size\\"\\n        },\\n        \\"EnvParams\\": {\\n          \\"CpuPerWorker\\": 90,\\n          \\"GpuPerWorker\\": 8,\\n          \\"MemoryPerWorker\\": 500,\\n          \\"ShareMemory\\": 500,\\n          \\"WorkerNum\\": 1,\\n          \\"CudaVersion\\": \\"1.0.0\\",\\n          \\"NCCLVersion\\": \\"1.0.0\\",\\n          \\"GpuDriverVersion\\": \\"1.0.0\\",\\n          \\"PyTorchVersion\\": \\"1.0.0\\",\\n          \\"ResourceNodes\\": [\\n            {\\n              \\"NodeName\\": \\"exclusive_coud\\",\\n              \\"TotalCPU\\": 100,\\n              \\"TotalGPU\\": 100,\\n              \\"TotalMemory\\": 2048,\\n              \\"RequestCPU\\": 10,\\n              \\"RequestGPU\\": 10,\\n              \\"RequestMemory\\": 1024\\n            }\\n          ],\\n          \\"ExtendParam\\": {\\n            \\"key\\": \\"{}\\"\\n          }\\n        },\\n        \\"PipelineOrder\\": 1\\n      }\\n    ],\\n    \\"VersionId\\": 1,\\n    \\"IsDelete\\": 0\\n  },\\n  \\"RequestId\\": \\"5514CB39-B7C0-5B89-8534-2DE1E0F2B7AB\\",\\n  \\"AccessDeniedDetail\\": \\"{}\\",\\n  \\"TotalCount\\": 0\\n}","type":"json"}]',
            'title' => '获取实验计划模版',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'GetExperimentPlanTemplate'],
                ],
            ],
            'ramActions' => [
                [
                    'operationType' => 'get',
                    'ramAction' => [
                        'action' => 'eflo:GetExperimentPlanTemplate',
                        'authLevel' => 'resource',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Eflo', 'resourceType' => 'ExperimentPlanTemplate', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:experimentplantemplate/{#ExperimentPlanTemplateId}'],
                        ],
                    ],
                ],
            ],
        ],
        'GetExperimentResultData' => [
            'summary' => '获取实验结果数据。',
            'methods' => ['post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'get',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeCode' => '194764',
                'abilityTreeNodes' => ['FEATUREbcclusterFASAIP'],
            ],
            'parameters' => [
                [
                    'name' => 'ExperimentId',
                    'in' => 'query',
                    'schema' => ['title' => '计划ID', 'description' => '计划ID', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '234'],
                ],
                [
                    'name' => 'Hostname',
                    'in' => 'query',
                    'schema' => ['title' => '主机名', 'description' => '主机名', 'type' => 'string', 'required' => false, 'example' => 'iZj6ccwd7zwfms7hzaz2riZ'],
                ],
                [
                    'name' => 'WorkloadType',
                    'in' => 'query',
                    'schema' => ['title' => '负载类型', 'description' => '负载类型', 'type' => 'string', 'required' => false, 'example' => 'AI'],
                ],
                [
                    'name' => 'ResourceGroupId',
                    'in' => 'query',
                    'schema' => ['description' => 'Resource Group Id', 'type' => 'string', 'required' => false, 'example' => 'rg-sfjgskdfj3k4'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'CnpResult<List<ExperimentDataResultVO>>',
                        'description' => 'CnpResult<List<ExperimentDataResultVO>>',
                        'type' => 'object',
                        'properties' => [
                            'Data' => [
                                'title' => '数据',
                                'description' => '数据',
                                'type' => 'array',
                                'items' => [
                                    'description' => '结果',
                                    'type' => 'object',
                                    'properties' => [
                                        'Hostname' => ['description' => '主机ip', 'type' => 'string', 'example' => 'p-jt-waf-app1'],
                                        'PodName' => ['description' => 'Pod名称', 'type' => 'string', 'example' => 'hzs-forge-sdxl-online-7ff4d86444-pc95h'],
                                        'GpuNum' => ['description' => 'GPU数量', 'type' => 'string', 'example' => '8'],
                                        'MetricsInfos' => [
                                            'title' => '指标信息列表',
                                            'description' => '指标信息列表',
                                            'type' => 'array',
                                            'items' => [
                                                'type' => 'object',
                                                'properties' => [
                                                    'Timestamp' => ['description' => '操作时间戳', 'type' => 'integer', 'format' => 'int64', 'example' => '1715393860'],
                                                    'Iteration' => ['title' => 'iteration', 'description' => 'iteration', 'type' => 'integer', 'format' => 'int64', 'example' => '100'],
                                                    'Tflops' => ['description' => 'TFLOPS', 'type' => 'number', 'format' => 'double', 'example' => '43'],
                                                    'Value' => ['title' => '指标值', 'description' => '指标值', 'type' => 'number', 'format' => 'double', 'example' => '126'],
                                                    'Gpu_num' => ['title' => 'gpu', 'description' => 'gpu', 'type' => 'string', 'example' => '8'],
                                                ],
                                            ],
                                        ],
                                    ],
                                ],
                            ],
                            'RequestId' => ['title' => '请求id', 'description' => '请求id', 'type' => 'string', 'example' => 'C1D34EC2-AB13-56F4-8322-F15AE563EA04'],
                            'AccessDeniedDetail' => ['title' => '无权限信息', 'description' => '无权限信息', 'type' => 'string', 'example' => '{}'],
                            'TotalCount' => ['title' => '查询总数', 'description' => '查询总数', 'type' => 'integer', 'format' => 'int64', 'example' => '0'],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'NotFound', 'errorMessage' => 'not found.', 'description' => '数据不存在'],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Data\\": [\\n    {\\n      \\"Hostname\\": \\"p-jt-waf-app1\\",\\n      \\"PodName\\": \\"hzs-forge-sdxl-online-7ff4d86444-pc95h\\",\\n      \\"GpuNum\\": \\"8\\",\\n      \\"MetricsInfos\\": [\\n        {\\n          \\"Timestamp\\": 1715393860,\\n          \\"Iteration\\": 100,\\n          \\"Tflops\\": 43,\\n          \\"Value\\": 126,\\n          \\"Gpu_num\\": \\"8\\"\\n        }\\n      ]\\n    }\\n  ],\\n  \\"RequestId\\": \\"C1D34EC2-AB13-56F4-8322-F15AE563EA04\\",\\n  \\"AccessDeniedDetail\\": \\"{}\\",\\n  \\"TotalCount\\": 0\\n}","type":"json"}]',
            'title' => '获取实验结果数据',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'GetExperimentResultData'],
                ],
            ],
            'ramActions' => [
                [
                    'operationType' => 'get',
                    'ramAction' => [
                        'action' => 'eflo:GetExperimentResultData',
                        'authLevel' => 'resource',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Eflo', 'resourceType' => 'Experiment', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:experiment/{#ExperimentId}'],
                        ],
                    ],
                ],
            ],
        ],
        'GetResource' => [
            'summary' => '获取集群信息。',
            'methods' => ['post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'get',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeCode' => '195097',
                'abilityTreeNodes' => ['FEATUREbcclusterFASAIP'],
                'tenantRelevance' => 'publicInformation',
            ],
            'parameters' => [
                [
                    'name' => 'ClusterId',
                    'in' => 'query',
                    'schema' => ['title' => '灵骏的集群ID', 'description' => '灵骏的集群ID', 'type' => 'string', 'required' => true, 'example' => 'ehpc-bj-uo8f26cpmo'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => '资源对象',
                        'description' => '资源对象',
                        'type' => 'object',
                        'properties' => [
                            'Data' => [
                                'title' => '数据',
                                'description' => '数据',
                                'type' => 'object',
                                'properties' => [
                                    'ResourceId' => ['title' => '集群id', 'description' => '集群id', 'type' => 'integer', 'format' => 'int64', 'example' => '189'],
                                    'ClusterId' => ['title' => '集群id', 'description' => '集群id', 'type' => 'string', 'example' => '3123121223'],
                                    'ClusterName' => ['title' => '集群名称', 'description' => '集群名称', 'type' => 'string', 'example' => 'main_cluster'],
                                    'ClusterDesc' => ['title' => '集群描述', 'description' => '集群描述', 'type' => 'string', 'example' => 'test'],
                                    'CpuCoreLimit' => ['title' => '已使用cpu', 'description' => '已使用cpu', 'type' => 'integer', 'format' => 'int32', 'example' => '90'],
                                    'GpuLimit' => ['title' => '已使用gpu', 'description' => '已使用gpu', 'type' => 'integer', 'format' => 'int32', 'example' => '8'],
                                    'MemoryLimit' => ['title' => '已使用内存', 'description' => '已使用内存', 'type' => 'integer', 'format' => 'int64', 'example' => '500'],
                                    'MaxGpu' => ['title' => '已使用内存', 'description' => '已使用内存', 'type' => 'integer', 'format' => 'int32', 'example' => '8'],
                                    'MaxCpuCore' => ['title' => '已使用内存', 'description' => '已使用内存', 'type' => 'integer', 'format' => 'int32', 'example' => '90'],
                                    'MaxMemory' => ['title' => '已使用内存', 'description' => '已使用内存', 'type' => 'integer', 'format' => 'int64', 'example' => '500'],
                                    'UserAccessParam' => [
                                        'title' => '用户授权参数',
                                        'description' => '用户授权参数',
                                        'type' => 'object',
                                        'properties' => [
                                            'AccessId' => ['title' => '用户id', 'description' => '用户id', 'type' => 'string', 'example' => 'dev'],
                                            'AccessKey' => ['title' => '用户key', 'description' => '用户key', 'type' => 'string', 'example' => 'test'],
                                            'WorkspaceId' => ['title' => '工作空间ID', 'description' => '工作空间ID', 'type' => 'string', 'example' => 'test'],
                                            'Endpoint' => ['title' => 'endpoint', 'description' => 'endpoint', 'type' => 'string', 'example' => 'test'],
                                        ],
                                    ],
                                    'MachineType' => [
                                        'title' => '规格类型',
                                        'description' => '规格类型',
                                        'type' => 'object',
                                        'properties' => [
                                            'MemoryInfo' => ['title' => '内存信息', 'description' => '内存信息', 'type' => 'string', 'example' => '32x 64GB DDR4 4800 Memory'],
                                            'Type' => ['title' => '类型', 'description' => '类型', 'type' => 'string', 'example' => 'Private'],
                                            'BondNum' => ['title' => '网络bond的数量', 'description' => '网络bond的数量', 'type' => 'integer', 'format' => 'int32', 'example' => '5'],
                                            'NodeCount' => ['title' => '节点个数', 'description' => '节点个数', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
                                            'CpuInfo' => ['title' => 'cpu的信息', 'description' => 'cpu的信息', 'type' => 'string', 'example' => '2x Intel Saphhire Rapid 8469C 48C CPU'],
                                            'NetworkInfo' => ['title' => '网络信息', 'description' => '网络信息', 'type' => 'string', 'example' => '1x 200Gbps Dual Port BF3 DPU for VPC\\n4x 200Gbps Dual Port EIC'],
                                            'GpuInfo' => ['title' => 'gpu的信息', 'description' => 'gpu的信息', 'type' => 'string', 'example' => '8x OAM 810 GPU'],
                                            'DiskInfo' => ['title' => '磁盘信息', 'description' => '磁盘信息', 'type' => 'string', 'example' => '2x 480GB SATA SSD\\n4x 3.84TB NVMe SSD'],
                                            'NetworkMode' => ['title' => '网络模式', 'description' => '网络模式', 'type' => 'string', 'example' => '2'],
                                            'Name' => ['title' => '规格名称', 'description' => '规格名称', 'type' => 'string', 'example' => 'efg2.p8en'],
                                        ],
                                    ],
                                    'ResourceNodes' => [
                                        'title' => '资源节点列表',
                                        'description' => '资源节点列表',
                                        'type' => 'array',
                                        'items' => [
                                            'type' => 'object',
                                            'properties' => [
                                                'NodeName' => ['title' => '节点名称', 'description' => '节点名称', 'type' => 'string', 'example' => 'lingj19q90jp66nq-mg2pa0p2l2bipnsi-17'],
                                            ],
                                        ],
                                    ],
                                ],
                            ],
                            'RequestId' => ['title' => '请求id', 'description' => '请求id', 'type' => 'string', 'example' => '25859897-35C8-5015-8365-7A3CE52F4854'],
                            'AccessDeniedDetail' => ['title' => '无权限信息', 'description' => '无权限信息', 'type' => 'string', 'example' => '{}'],
                            'TotalCount' => ['title' => '查询总数', 'description' => '查询总数', 'type' => 'integer', 'format' => 'int64', 'example' => '0'],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'NotFound', 'errorMessage' => 'not found.', 'description' => '数据不存在'],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Data\\": {\\n    \\"ResourceId\\": 189,\\n    \\"ClusterId\\": \\"3123121223\\",\\n    \\"ClusterName\\": \\"main_cluster\\",\\n    \\"ClusterDesc\\": \\"test\\",\\n    \\"CpuCoreLimit\\": 90,\\n    \\"GpuLimit\\": 8,\\n    \\"MemoryLimit\\": 500,\\n    \\"MaxGpu\\": 8,\\n    \\"MaxCpuCore\\": 90,\\n    \\"MaxMemory\\": 500,\\n    \\"UserAccessParam\\": {\\n      \\"AccessId\\": \\"dev\\",\\n      \\"AccessKey\\": \\"test\\",\\n      \\"WorkspaceId\\": \\"test\\",\\n      \\"Endpoint\\": \\"test\\"\\n    },\\n    \\"MachineType\\": {\\n      \\"MemoryInfo\\": \\"32x 64GB DDR4 4800 Memory\\",\\n      \\"Type\\": \\"Private\\",\\n      \\"BondNum\\": 5,\\n      \\"NodeCount\\": 1,\\n      \\"CpuInfo\\": \\"2x Intel Saphhire Rapid 8469C 48C CPU\\",\\n      \\"NetworkInfo\\": \\"1x 200Gbps Dual Port BF3 DPU for VPC\\\\\\\\n4x 200Gbps Dual Port EIC\\",\\n      \\"GpuInfo\\": \\"8x OAM 810 GPU\\",\\n      \\"DiskInfo\\": \\"2x 480GB SATA SSD\\\\\\\\n4x 3.84TB NVMe SSD\\",\\n      \\"NetworkMode\\": \\"2\\",\\n      \\"Name\\": \\"efg2.p8en\\"\\n    },\\n    \\"ResourceNodes\\": [\\n      {\\n        \\"NodeName\\": \\"lingj19q90jp66nq-mg2pa0p2l2bipnsi-17\\"\\n      }\\n    ]\\n  },\\n  \\"RequestId\\": \\"25859897-35C8-5015-8365-7A3CE52F4854\\",\\n  \\"AccessDeniedDetail\\": \\"{}\\",\\n  \\"TotalCount\\": 0\\n}","type":"json"}]',
            'title' => '获取集群信息',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'GetResource'],
                ],
            ],
            'ramActions' => [
                [
                    'operationType' => 'get',
                    'ramAction' => [
                        'action' => 'eflo:GetResource',
                        'authLevel' => 'resource',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Eflo', 'resourceType' => 'Resource', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:resource/{#ClusterId}'],
                        ],
                    ],
                ],
            ],
        ],
        'GetResourcePredictResult' => [
            'summary' => '获取集群评测结果。',
            'methods' => ['post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'get',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeCode' => '195200',
                'abilityTreeNodes' => ['FEATUREbcclusterFASAIP'],
                'tenantRelevance' => 'publicInformation',
            ],
            'parameters' => [
                [
                    'name' => 'TemplateId',
                    'in' => 'query',
                    'schema' => ['title' => '模板ID', 'description' => '模板ID', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '315797'],
                ],
                [
                    'name' => 'ResourceId',
                    'in' => 'query',
                    'schema' => ['title' => '资源ID', 'description' => '资源ID', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '36'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => '查询结果',
                        'description' => '查询结果',
                        'type' => 'object',
                        'properties' => [
                            'Data' => ['title' => '数据', 'description' => '数据', 'type' => 'integer', 'format' => 'int64', 'example' => '2'],
                            'RequestId' => ['title' => '请求id', 'description' => '请求id', 'type' => 'string', 'example' => '5514CB39-B7C0-5B89-8534-2DE1E0F2B7AB'],
                            'TotalCount' => ['title' => '查询总数', 'description' => '查询总数', 'type' => 'integer', 'format' => 'int64', 'example' => '1'],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Data\\": 2,\\n  \\"RequestId\\": \\"5514CB39-B7C0-5B89-8534-2DE1E0F2B7AB\\",\\n  \\"TotalCount\\": 1\\n}","type":"json"}]',
            'title' => '获取集群评测结果',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'GetResourcePredictResult'],
                ],
            ],
            'ramActions' => [
                [
                    'operationType' => 'get',
                    'ramAction' => [
                        'action' => 'eflo:GetResourcePredictResult',
                        'authLevel' => 'resource',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Eflo', 'resourceType' => 'ExperimentPlanTemplate', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:experimentplantemplate/{#ExperimentPlanTemplateId}'],
                        ],
                    ],
                ],
            ],
        ],
        'GetWorkload' => [
            'summary' => '获取模型信息。',
            'methods' => ['post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'get',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeCode' => '194273',
                'abilityTreeNodes' => ['FEATUREbcclusterFASAIP'],
                'tenantRelevance' => 'publicInformation',
            ],
            'parameters' => [
                [
                    'name' => 'WorkloadId',
                    'in' => 'query',
                    'schema' => ['title' => '负载id', 'description' => '负载id', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '13'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => '结果',
                        'description' => '结果',
                        'type' => 'object',
                        'properties' => [
                            'Data' => [
                                'title' => '数据',
                                'description' => '数据',
                                'type' => 'object',
                                'properties' => [
                                    'WorkloadId' => ['title' => '负载id', 'description' => '负载id', 'type' => 'integer', 'format' => 'int64', 'example' => '13'],
                                    'WorkloadName' => ['title' => '负载名称', 'description' => '负载名称', 'type' => 'string', 'example' => 'test'],
                                    'WorkloadDescription' => ['title' => '负载描述', 'description' => '负载描述', 'type' => 'string', 'example' => 'test'],
                                    'WorkloadType' => ['title' => '负载名称', 'description' => '负载名称', 'type' => 'string', 'example' => 'AI'],
                                    'Family' => ['title' => '负载簇, AI、GPU', 'description' => '负载簇, AI、GPU', 'type' => 'string', 'example' => 'AI'],
                                    'Scene' => ['title' => '负载使用场景', 'description' => '负载使用场景', 'type' => 'string', 'example' => 'NLP-LLM'],
                                    'Scope' => ['title' => '负载使用的范围标识', 'description' => '负载使用的范围标识', 'type' => 'string', 'example' => 'common'],
                                    'JobKind' => ['title' => '训练任务类型', 'description' => '训练任务类型', 'type' => 'string', 'example' => 'PyTorchJob'],
                                    'DefaultCpuPerWorker' => ['title' => '默认cpu分配数', 'description' => '默认cpu分配数', 'type' => 'integer', 'format' => 'int32', 'example' => '90'],
                                    'DefaultGpuPerWorker' => ['title' => '默认gpu分配数', 'description' => '默认gpu分配数', 'type' => 'integer', 'format' => 'int32', 'example' => '8'],
                                    'DefaultMemoryPerWorker' => ['title' => '默认内存GB分配数', 'description' => '默认内存GB分配数', 'type' => 'integer', 'format' => 'int32', 'example' => '500'],
                                    'DefaultShareMemory' => ['title' => '默认共享内存GB分配数', 'description' => '默认共享内存GB分配数', 'type' => 'integer', 'format' => 'int32', 'example' => '500'],
                                    'ParamSettings' => [
                                        'title' => '参数设置',
                                        'description' => '参数设置',
                                        'type' => 'array',
                                        'items' => [
                                            'description' => '参数',
                                            'type' => 'object',
                                            'properties' => [
                                                'ParamName' => ['title' => '参数名称', 'description' => '参数名称', 'type' => 'string', 'example' => 'ITERATION'],
                                                'ParamDesc' => ['title' => '参数描述', 'description' => '参数描述', 'type' => 'string', 'example' => '迭代数'],
                                                'ParamValue' => ['title' => '参数值', 'description' => '参数值', 'type' => 'string', 'example' => '100'],
                                                'DefaultValue' => ['title' => '参数默认值', 'description' => '参数默认值', 'type' => 'string', 'example' => '100'],
                                                'ParamRegex' => ['title' => '参数正则表达式', 'description' => '参数正则表达式', 'type' => 'string', 'example' => '[0-9]+'],
                                                'ParamType' => ['title' => '参数类型', 'description' => '参数类型', 'type' => 'string', 'example' => 'number'],
                                            ],
                                        ],
                                    ],
                                    'StaticConfig' => [
                                        'title' => '静态配置',
                                        'description' => '静态配置',
                                        'type' => 'object',
                                        'properties' => [
                                            'FrameWork' => ['title' => '框架', 'description' => '框架', 'type' => 'string', 'example' => 'PyTorch'],
                                            'SoftwareStack' => ['title' => '软件栈', 'description' => '软件栈', 'type' => 'string', 'example' => 'python'],
                                            'Os' => ['title' => '系统', 'description' => '系统', 'type' => 'string', 'example' => 'linux'],
                                            'Parameters' => ['title' => '参数量', 'description' => '参数量', 'type' => 'string', 'example' => '7B'],
                                        ],
                                    ],
                                    'VersionId' => ['title' => '版本号', 'description' => '版本号', 'type' => 'integer', 'format' => 'int64', 'example' => '1'],
                                ],
                            ],
                            'RequestId' => ['title' => '请求id', 'description' => '请求id', 'type' => 'string', 'example' => 'E67E2E4C-2B47-5C55-AA17-1D771E070AEF'],
                            'AccessDeniedDetail' => ['title' => '无权限信息', 'description' => '无权限信息', 'type' => 'string', 'example' => '{}'],
                            'TotalCount' => ['title' => '查询总数', 'description' => '查询总数', 'type' => 'integer', 'format' => 'int64', 'example' => '0'],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'NotFound', 'errorMessage' => 'not found.', 'description' => '数据不存在'],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Data\\": {\\n    \\"WorkloadId\\": 13,\\n    \\"WorkloadName\\": \\"test\\",\\n    \\"WorkloadDescription\\": \\"test\\",\\n    \\"WorkloadType\\": \\"AI\\",\\n    \\"Family\\": \\"AI\\",\\n    \\"Scene\\": \\"NLP-LLM\\",\\n    \\"Scope\\": \\"common\\",\\n    \\"JobKind\\": \\"PyTorchJob\\",\\n    \\"DefaultCpuPerWorker\\": 90,\\n    \\"DefaultGpuPerWorker\\": 8,\\n    \\"DefaultMemoryPerWorker\\": 500,\\n    \\"DefaultShareMemory\\": 500,\\n    \\"ParamSettings\\": [\\n      {\\n        \\"ParamName\\": \\"ITERATION\\",\\n        \\"ParamDesc\\": \\"迭代数\\",\\n        \\"ParamValue\\": \\"100\\",\\n        \\"DefaultValue\\": \\"100\\",\\n        \\"ParamRegex\\": \\"[0-9]+\\",\\n        \\"ParamType\\": \\"number\\"\\n      }\\n    ],\\n    \\"StaticConfig\\": {\\n      \\"FrameWork\\": \\"PyTorch\\",\\n      \\"SoftwareStack\\": \\"python\\",\\n      \\"Os\\": \\"linux\\",\\n      \\"Parameters\\": \\"7B\\"\\n    },\\n    \\"VersionId\\": 1\\n  },\\n  \\"RequestId\\": \\"E67E2E4C-2B47-5C55-AA17-1D771E070AEF\\",\\n  \\"AccessDeniedDetail\\": \\"{}\\",\\n  \\"TotalCount\\": 0\\n}","type":"json"}]',
            'title' => '获取模型信息',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'GetWorkload'],
                ],
            ],
            'ramActions' => [
                [
                    'operationType' => 'get',
                    'ramAction' => [
                        'action' => 'eflo:GetWorkload',
                        'authLevel' => 'resource',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Eflo', 'resourceType' => 'Workload', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:workload/{#WorkloadId}'],
                        ],
                    ],
                ],
            ],
        ],
        'ListExperimentPlanTemplates' => [
            'summary' => '获取实验计划模版列表。',
            'methods' => ['post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'list',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeCode' => '194771',
                'abilityTreeNodes' => ['FEATUREbcclusterFASAIP'],
                'tenantRelevance' => 'publicInformation',
            ],
            'parameters' => [
                [
                    'name' => 'PrivacyLevel',
                    'in' => 'query',
                    'schema' => ['title' => '模板的共享级别,默认私有,public、private', 'description' => '模板的共享级别,默认私有,public、private', 'type' => 'string', 'required' => false, 'example' => 'private', 'default' => 'private'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => '查询结果',
                        'description' => '查询结果',
                        'type' => 'object',
                        'properties' => [
                            'Data' => [
                                'title' => '数据',
                                'description' => '数据',
                                'type' => 'array',
                                'items' => [
                                    'type' => 'object',
                                    'properties' => [
                                        'CreatorUid' => ['title' => '主账号uid', 'description' => '主账号uid', 'type' => 'integer', 'format' => 'int64', 'example' => '178154411231232'],
                                        'TemplateId' => ['title' => '模板ID', 'description' => '模板ID', 'type' => 'integer', 'format' => 'int64', 'example' => '17815441'],
                                        'CreateTime' => ['title' => '创建时间', 'description' => '创建时间', 'type' => 'string', 'example' => '2024-11-29 02:16:35'],
                                        'UpdateTime' => ['title' => '更新时间', 'description' => '更新时间', 'type' => 'string', 'example' => '2024-11-29 02:16:35'],
                                        'TemplateName' => ['title' => '模板名称', 'description' => '模板名称', 'type' => 'string', 'example' => '模版名称'],
                                        'TemplateDescription' => ['title' => '模板描述', 'description' => '模板描述', 'type' => 'string', 'example' => 'test'],
                                        'PrivacyLevel' => ['title' => '隐私级别', 'description' => '隐私级别', 'type' => 'string', 'example' => 'private'],
                                        'TemplatePipelineParam' => [
                                            'title' => '模板流水线',
                                            'description' => '模板流水线',
                                            'type' => 'array',
                                            'items' => [
                                                'type' => 'object',
                                                'properties' => [
                                                    'WorkloadId' => ['title' => '负载id', 'description' => '负载id', 'type' => 'integer', 'format' => 'int64', 'example' => '13'],
                                                    'WorkloadName' => ['title' => '负载名称', 'description' => '负载名称', 'type' => 'string', 'example' => 'test'],
                                                    'Scene' => ['title' => '使用场景,例如"baseline"', 'description' => '使用场景,例如"baseline"', 'type' => 'string', 'example' => 'baseline'],
                                                    'SettingParams' => [
                                                        'title' => '配置的负载参数',
                                                        'description' => '配置的负载参数',
                                                        'type' => 'object',
                                                        'additionalProperties' => ['type' => 'string', 'example' => '{}', 'description' => '参数'],
                                                    ],
                                                    'EnvParams' => [
                                                        'title' => '配置的环境参数',
                                                        'description' => '配置的环境参数',
                                                        'type' => 'object',
                                                        'properties' => [
                                                            'CpuPerWorker' => ['title' => 'cpu分配数', 'description' => 'cpu分配数', 'type' => 'integer', 'format' => 'int32', 'example' => '90'],
                                                            'GpuPerWorker' => ['title' => 'gpu分配数', 'description' => 'gpu分配数', 'type' => 'integer', 'format' => 'int32', 'example' => '8'],
                                                            'MemoryPerWorker' => ['title' => '内存GB分配数', 'description' => '内存GB分配数', 'type' => 'integer', 'format' => 'int32', 'example' => '500'],
                                                            'ShareMemory' => ['title' => '共享内存GB分配数', 'description' => '共享内存GB分配数', 'type' => 'integer', 'format' => 'int32', 'example' => '500'],
                                                            'WorkerNum' => ['title' => '节点数', 'description' => '节点数', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
                                                            'CudaVersion' => ['description' => 'cuda版本', 'type' => 'string', 'example' => '1.0.0'],
                                                            'NCCLVersion' => ['description' => 'NCCL版本', 'type' => 'string', 'example' => '1.0.0'],
                                                            'GpuDriverVersion' => ['description' => 'GPU驱动版本号。', 'type' => 'string', 'example' => '1.0.0'],
                                                            'PyTorchVersion' => ['description' => 'PyTorch版本', 'type' => 'string', 'example' => '1.0.0'],
                                                        ],
                                                    ],
                                                    'PipelineOrder' => ['title' => '节点序号', 'description' => '节点序号', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
                                                ],
                                            ],
                                        ],
                                        'VersionId' => ['title' => '版本号', 'description' => '版本号', 'type' => 'integer', 'format' => 'int64', 'example' => '1'],
                                        'IsDelete' => ['title' => '是否删除', 'description' => '是否删除', 'type' => 'integer', 'format' => 'int32', 'example' => '0'],
                                        'TemplateCode' => ['description' => '模板Code。', 'type' => 'integer', 'format' => 'int64', 'example' => '237202524'],
                                    ],
                                ],
                            ],
                            'RequestId' => ['title' => '请求id', 'description' => '请求id', 'type' => 'string', 'example' => 'AAE4AFED-7AE6-52FA-80B6-448E63760552'],
                            'TotalCount' => ['title' => '查询总数', 'description' => '查询总数', 'type' => 'integer', 'format' => 'int64', 'example' => '0'],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Data\\": [\\n    {\\n      \\"CreatorUid\\": 178154411231232,\\n      \\"TemplateId\\": 17815441,\\n      \\"CreateTime\\": \\"2024-11-29 02:16:35\\",\\n      \\"UpdateTime\\": \\"2024-11-29 02:16:35\\",\\n      \\"TemplateName\\": \\"模版名称\\",\\n      \\"TemplateDescription\\": \\"test\\",\\n      \\"PrivacyLevel\\": \\"private\\",\\n      \\"TemplatePipelineParam\\": [\\n        {\\n          \\"WorkloadId\\": 13,\\n          \\"WorkloadName\\": \\"test\\",\\n          \\"Scene\\": \\"baseline\\",\\n          \\"SettingParams\\": {\\n            \\"key\\": \\"{}\\"\\n          },\\n          \\"EnvParams\\": {\\n            \\"CpuPerWorker\\": 90,\\n            \\"GpuPerWorker\\": 8,\\n            \\"MemoryPerWorker\\": 500,\\n            \\"ShareMemory\\": 500,\\n            \\"WorkerNum\\": 1,\\n            \\"CudaVersion\\": \\"1.0.0\\",\\n            \\"NCCLVersion\\": \\"1.0.0\\",\\n            \\"GpuDriverVersion\\": \\"1.0.0\\",\\n            \\"PyTorchVersion\\": \\"1.0.0\\"\\n          },\\n          \\"PipelineOrder\\": 1\\n        }\\n      ],\\n      \\"VersionId\\": 1,\\n      \\"IsDelete\\": 0,\\n      \\"TemplateCode\\": 237202524\\n    }\\n  ],\\n  \\"RequestId\\": \\"AAE4AFED-7AE6-52FA-80B6-448E63760552\\",\\n  \\"TotalCount\\": 0\\n}","type":"json"}]',
            'title' => '获取实验计划模版列表',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListExperimentPlanTemplates'],
                ],
            ],
            'ramActions' => [
                [
                    'operationType' => 'list',
                    'ramAction' => [
                        'action' => 'eflo:ListExperimentPlanTemplates',
                        'authLevel' => 'resource',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Eflo', 'resourceType' => 'ExperimentPlanTemplate', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:experimentplantemplate/*'],
                        ],
                    ],
                ],
            ],
        ],
        'ListExperimentPlans' => [
            'methods' => ['post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'list',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeCode' => '194768',
                'abilityTreeNodes' => ['FEATUREbcclusterTOL3OM'],
                'tenantRelevance' => 'publicInformation',
            ],
            'parameters' => [
                [
                    'name' => 'ResourceName',
                    'in' => 'formData',
                    'style' => 'json',
                    'schema' => [
                        'title' => '资源',
                        'description' => '资源',
                        'type' => 'array',
                        'items' => ['description' => '资源名称', 'type' => 'string', 'required' => false, 'example' => 'cls-pim0anlrtm3ef4vstou001'],
                        'required' => false,
                    ],
                ],
                [
                    'name' => 'PlanTaskStatus',
                    'in' => 'formData',
                    'style' => 'json',
                    'schema' => [
                        'title' => '执行状态',
                        'description' => '执行状态',
                        'type' => 'array',
                        'items' => ['description' => '状态', 'type' => 'string', 'required' => false, 'example' => 'RUNNING'],
                        'required' => false,
                    ],
                ],
                [
                    'name' => 'CreatTimeOrder',
                    'in' => 'query',
                    'schema' => ['title' => '创建时间排序规则', 'description' => '创建时间排序规则', 'type' => 'string', 'required' => false, 'example' => 'desc'],
                ],
                [
                    'name' => 'StartTimeOrder',
                    'in' => 'query',
                    'schema' => ['title' => '开始时间排序规则', 'description' => '开始时间排序规则', 'type' => 'string', 'required' => false, 'example' => 'desc'],
                ],
                [
                    'name' => 'EndTimeOrder',
                    'in' => 'query',
                    'schema' => ['title' => '结束时间排序规则', 'description' => '结束时间排序规则', 'type' => 'string', 'required' => false, 'example' => 'desc'],
                ],
                [
                    'name' => 'Page',
                    'in' => 'query',
                    'schema' => ['title' => '页数', 'description' => '页数', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', 'default' => '0'],
                ],
                [
                    'name' => 'Size',
                    'in' => 'query',
                    'schema' => ['title' => '条数', 'description' => '条数', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '100', 'default' => '10'],
                ],
                [
                    'name' => 'ResourceGroupId',
                    'in' => 'query',
                    'schema' => ['title' => '资源组id', 'description' => '资源组id', 'type' => 'string', 'required' => false, 'example' => 'rg-aekzij65sf2rr5i'],
                ],
                [
                    'name' => 'Tag',
                    'in' => 'query',
                    'style' => 'json',
                    'schema' => [
                        'description' => '标签组',
                        'type' => 'array',
                        'items' => [
                            'description' => '标签信息。'."\n"
                                ."\n"
                                .'一次最多支持输入20个标签信息。',
                            'type' => 'object',
                            'properties' => [
                                'Key' => ['description' => '标签键。', 'type' => 'string', 'required' => false, 'example' => 'tag1'],
                                'Value' => ['description' => '标签值。', 'type' => 'string', 'required' => false, 'example' => '172'],
                            ],
                            'required' => false,
                        ],
                        'required' => false,
                    ],
                ],
                [
                    'name' => 'TemplateId',
                    'in' => 'query',
                    'schema' => ['description' => '模板ID', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '96'],
                ],
                [
                    'name' => 'ResourceId',
                    'in' => 'query',
                    'schema' => ['description' => '资源ID', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '189'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => '查询结果',
                        'description' => '查询结果',
                        'type' => 'object',
                        'properties' => [
                            'Data' => [
                                'title' => '数据',
                                'description' => '数据',
                                'type' => 'array',
                                'items' => [
                                    'description' => '查询结果。',
                                    'type' => 'object',
                                    'properties' => [
                                        'PlanId' => ['title' => '计划ID', 'description' => '计划ID', 'type' => 'integer', 'format' => 'int64', 'example' => '189'],
                                        'CreateTime' => ['title' => '创建时间', 'description' => '创建时间', 'type' => 'string', 'example' => '2024-07-08 10:12:42'],
                                        'UpdateTime' => ['title' => '更新时间', 'description' => '更新时间', 'type' => 'string', 'example' => '2024-07-08 10:12:42'],
                                        'TemplateId' => ['title' => '关联的测试计划模板ID', 'description' => '关联的测试计划模板ID', 'type' => 'integer', 'format' => 'int64', 'example' => '6'],
                                        'TemplateName' => ['title' => '关联的测试计划模板名称', 'description' => '关联的测试计划模板名称', 'type' => 'string', 'example' => 'test'],
                                        'ResourceName' => ['title' => '关联的资源名称', 'description' => '关联的资源名称', 'type' => 'string', 'example' => 'q_ecs_xpec_postpay_c'],
                                        'PlanTaskStatus' => [
                                            'title' => '测试计划执行状态',
                                            'description' => '测试计划执行状态',
                                            'type' => 'object',
                                            'additionalProperties' => ['type' => 'integer', 'format' => 'int32', 'example' => '1', 'description' => '状态'],
                                        ],
                                        'StartTime' => ['title' => '开始时间', 'description' => '开始时间', 'type' => 'string', 'example' => '2024-07-08 10:12:42'],
                                        'EndTime' => ['title' => '结束时间', 'description' => '结束时间', 'type' => 'string', 'example' => '2024-07-08 10:22:42'],
                                        'ResourceGroupId' => ['title' => '资源组id', 'description' => '资源组id', 'type' => 'string', 'example' => 'rg-aek5behqmwbfhuy'],
                                        'Tags' => [
                                            'description' => '标签组',
                                            'type' => 'array',
                                            'items' => [
                                                'description' => '标签',
                                                'type' => 'object',
                                                'properties' => [
                                                    'TagKey' => ['description' => '标签键。', 'type' => 'string', 'example' => 'owner'],
                                                    'TagValue' => ['description' => '标签值。', 'type' => 'string', 'example' => 'test'],
                                                ],
                                            ],
                                        ],
                                        'ResourceId' => ['description' => '资源ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '189'],
                                    ],
                                ],
                            ],
                            'RequestId' => ['title' => '请求id', 'description' => '请求id', 'type' => 'string', 'example' => 'FA9F1DE7-103B-5C18-AE9E-EB2BFF11C685'],
                            'TotalCount' => ['title' => '查询总数', 'description' => '查询总数', 'type' => 'integer', 'format' => 'int64', 'example' => '0'],
                            'AccessDeniedDetail' => ['description' => '无权限信息', 'type' => 'string', 'example' => '{}'],
                        ],
                    ],
                ],
            ],
            'title' => '获取实验计划列表',
            'summary' => '获取实验计划列表。',
            'changeSet' => [
                ['createdAt' => '2025-03-27T05:11:13.000Z', 'description' => '请求参数发生变更、响应参数发生变更'],
                ['createdAt' => '2025-02-21T07:57:21.000Z', 'description' => '响应参数发生变更'],
            ],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListExperimentPlans'],
                ],
            ],
            'ramActions' => [
                [
                    'operationType' => 'list',
                    'ramAction' => [
                        'action' => 'eflo:ListExperimentPlans',
                        'authLevel' => 'resource',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Eflo', 'resourceType' => 'ExperimentPlan', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:experimentplan/*'],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Data\\": [\\n    {\\n      \\"PlanId\\": 189,\\n      \\"CreateTime\\": \\"2024-07-08 10:12:42\\",\\n      \\"UpdateTime\\": \\"2024-07-08 10:12:42\\",\\n      \\"TemplateId\\": 6,\\n      \\"TemplateName\\": \\"test\\",\\n      \\"ResourceName\\": \\"q_ecs_xpec_postpay_c\\",\\n      \\"PlanTaskStatus\\": {\\n        \\"key\\": 1\\n      },\\n      \\"StartTime\\": \\"2024-07-08 10:12:42\\",\\n      \\"EndTime\\": \\"2024-07-08 10:22:42\\",\\n      \\"ResourceGroupId\\": \\"rg-aek5behqmwbfhuy\\",\\n      \\"Tags\\": [\\n        {\\n          \\"TagKey\\": \\"owner\\",\\n          \\"TagValue\\": \\"test\\"\\n        }\\n      ],\\n      \\"ResourceId\\": 189\\n    }\\n  ],\\n  \\"RequestId\\": \\"FA9F1DE7-103B-5C18-AE9E-EB2BFF11C685\\",\\n  \\"TotalCount\\": 0,\\n  \\"AccessDeniedDetail\\": \\"{}\\"\\n}","type":"json"}]',
        ],
        'ListExperiments' => [
            'summary' => '获取实验列表。',
            'methods' => ['post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'list',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeCode' => '195098',
                'abilityTreeNodes' => ['FEATUREbcclusterFASAIP'],
                'tenantRelevance' => 'publicInformation',
            ],
            'parameters' => [
                [
                    'name' => 'PlanId',
                    'in' => 'query',
                    'schema' => ['title' => '计划ID', 'description' => '计划ID', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '189'],
                ],
                [
                    'name' => 'Order',
                    'in' => 'query',
                    'schema' => ['title' => '次序', 'description' => '次序', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
                ],
                [
                    'name' => 'ResourceGroupId',
                    'in' => 'query',
                    'schema' => ['title' => '资源组id', 'description' => '资源组id', 'type' => 'string', 'required' => false, 'example' => 'rg-uo8f26cpmo'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => '实验对象列表',
                        'description' => '实验对象列表',
                        'type' => 'object',
                        'properties' => [
                            'Data' => [
                                'title' => '数据',
                                'description' => '数据',
                                'type' => 'array',
                                'items' => [
                                    'type' => 'object',
                                    'properties' => [
                                        'ExperimentId' => ['title' => '实验id', 'description' => '实验id', 'type' => 'integer', 'format' => 'int64', 'example' => '1684537476910997506'],
                                        'CreateTime' => ['title' => '创建时间', 'description' => '创建时间', 'type' => 'integer', 'format' => 'int64', 'example' => '2024-10-22 10:18:10'],
                                        'UpdateTime' => ['title' => '更新时间', 'description' => '更新时间', 'type' => 'integer', 'format' => 'int64', 'example' => '2024-10-22 10:18:10'],
                                        'ExperimentName' => ['title' => '实验名称', 'description' => '实验名称', 'type' => 'string', 'example' => 'test'],
                                        'ExperimentType' => ['title' => '实验类型', 'description' => '实验类型', 'type' => 'string', 'example' => 'AI'],
                                        'ResourceName' => ['title' => '资源名称', 'description' => '资源名称', 'type' => 'string', 'example' => 'ecs.r8y.4xlarge'],
                                        'WorkloadName' => ['title' => '负载名称', 'description' => '负载名称', 'type' => 'string', 'example' => 'test'],
                                        'StartTime' => ['title' => '任务开始时间', 'description' => '任务开始时间', 'type' => 'string', 'example' => '2024-10-22 10:18:10'],
                                        'EndTime' => ['title' => '任务结束时间', 'description' => '任务结束时间', 'type' => 'string', 'example' => '2024-10-22 10:28:10'],
                                        'Status' => ['title' => '状态', 'description' => '状态', 'type' => 'string', 'example' => 'RUNNING'],
                                        'Results' => [
                                            'title' => '任务结果',
                                            'description' => '任务结果',
                                            'type' => 'object',
                                            'properties' => [
                                                'ExperimentId' => ['title' => '参数名称', 'description' => '参数名称', 'type' => 'integer', 'format' => 'int64', 'example' => '440'],
                                                'Duration' => ['title' => '时间', 'description' => '时间', 'type' => 'number', 'format' => 'double', 'example' => '20'],
                                                'SecondsPerIteration' => ['title' => '每次迭代的秒数', 'description' => '每次迭代的秒数', 'type' => 'number', 'format' => 'double', 'example' => '89'],
                                                'SamplesPerSecond' => ['title' => '每秒采样数', 'description' => '每秒采样数', 'type' => 'number', 'format' => 'double', 'example' => '10'],
                                                'Mfu' => ['description' => 'MFU', 'type' => 'number', 'format' => 'double', 'example' => '34'],
                                                'WarningWorker' => [
                                                    'title' => '警告worker',
                                                    'description' => '警告worker',
                                                    'type' => 'array',
                                                    'items' => [
                                                        'type' => 'object',
                                                        'properties' => [
                                                            'ExperimentId' => ['description' => '实验id', 'type' => 'integer', 'format' => 'int64', 'example' => '113'],
                                                            'Hostname' => ['description' => '主机ip', 'type' => 'string', 'example' => '101.66.165.102'],
                                                            'PodName' => ['description' => 'Pod名称', 'type' => 'string', 'example' => 'hzs-forge-sdxl-online-7ff4d86444-pc95h'],
                                                            'GpuNum' => ['description' => 'GPU数量', 'type' => 'integer', 'format' => 'int32', 'example' => '90'],
                                                            'GpuName' => ['description' => 'GPU名称', 'type' => 'string', 'example' => '8x OAM 810 GPU'],
                                                            'WarningFlag' => ['title' => '是否有报警', 'description' => '是否有报警', 'type' => 'boolean', 'example' => 'false'],
                                                            'WarningMsg' => ['title' => '报警信息', 'description' => '报警信息', 'type' => 'string', 'example' => '无'],
                                                            'ErrorFlag' => ['title' => '是否有错误', 'description' => '是否有错误', 'type' => 'boolean', 'example' => 'false'],
                                                            'ErrorMsg' => ['title' => '错误信息', 'description' => '错误信息', 'type' => 'string', 'example' => '无'],
                                                            'Tflops' => ['title' => 'TFLOPS值', 'description' => 'TFLOPS值', 'type' => 'number', 'format' => 'double', 'example' => '43'],
                                                            'SamplesPerSecond' => ['title' => '吞吐量', 'description' => '吞吐量', 'type' => 'number', 'format' => 'double', 'example' => '53'],
                                                        ],
                                                    ],
                                                ],
                                                'ErrorWorker' => [
                                                    'description' => '错误节点',
                                                    'type' => 'array',
                                                    'items' => [
                                                        'description' => '错误节点',
                                                        'type' => 'object',
                                                        'properties' => [
                                                            'ExperimentId' => ['description' => '实验id', 'type' => 'integer', 'format' => 'int64', 'example' => '176'],
                                                            'Hostname' => ['description' => '主机ip', 'type' => 'string', 'example' => 'etcd_cluster_c0n2'],
                                                            'PodName' => ['description' => 'Pod名称', 'type' => 'string', 'example' => 'fluxserv-6fc89b45cf-w8wq6'],
                                                            'GpuNum' => ['description' => 'GPU数量', 'type' => 'integer', 'format' => 'int32', 'example' => '8'],
                                                            'GpuName' => ['description' => 'GPU名称', 'type' => 'string', 'example' => '8x OAM 810 GPU'],
                                                            'WarningFlag' => ['title' => '是否有报警', 'description' => '是否有报警', 'type' => 'boolean', 'example' => 'false'],
                                                            'WarningMsg' => ['title' => '报警信息', 'description' => '报警信息', 'type' => 'string', 'example' => '无'],
                                                            'ErrorFlag' => ['title' => '是否有错误', 'description' => '是否有错误', 'type' => 'boolean', 'example' => 'false'],
                                                            'ErrorMsg' => ['title' => '错误信息', 'description' => '错误信息', 'type' => 'string', 'example' => '无'],
                                                            'Tflops' => ['title' => 'TFLOPS值', 'description' => 'TFLOPS值', 'type' => 'number', 'format' => 'double', 'example' => '42'],
                                                            'SamplesPerSecond' => ['title' => '吞吐量', 'description' => '吞吐量', 'type' => 'number', 'format' => 'double', 'example' => '65'],
                                                        ],
                                                    ],
                                                ],
                                            ],
                                        ],
                                        'SetParams' => [
                                            'title' => '运行的负载参数',
                                            'description' => '运行的负载参数',
                                            'type' => 'object',
                                            'additionalProperties' => ['type' => 'string', 'example' => '{}', 'description' => '参数'],
                                        ],
                                        'GetParams' => [
                                            'title' => '解析的负载参数',
                                            'description' => '解析的负载参数',
                                            'type' => 'object',
                                            'additionalProperties' => ['type' => 'string', 'description' => '参数', 'example' => '{}'],
                                        ],
                                        'EnvParams' => [
                                            'title' => '运行的环境参数',
                                            'description' => '运行的环境参数',
                                            'type' => 'object',
                                            'properties' => [
                                                'CpuPerWorker' => ['title' => 'cpu分配数', 'description' => 'cpu分配数', 'type' => 'integer', 'format' => 'int32', 'example' => '90'],
                                                'GpuPerWorker' => ['title' => 'gpu分配数', 'description' => 'gpu分配数', 'type' => 'integer', 'format' => 'int32', 'example' => '8'],
                                                'MemoryPerWorker' => ['title' => '内存GB分配数', 'description' => '内存GB分配数', 'type' => 'integer', 'format' => 'int32', 'example' => '500'],
                                                'ShareMemory' => ['title' => '共享内存GB分配数', 'description' => '共享内存GB分配数', 'type' => 'integer', 'format' => 'int32', 'example' => '500'],
                                                'WorkerNum' => ['title' => '节点数', 'description' => '节点数', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
                                                'CudaVersion' => ['title' => 'cudaVersion', 'description' => 'cudaVersion', 'type' => 'string', 'example' => '1.0.0'],
                                                'NCCLVersion' => ['title' => 'NCCLVersion', 'description' => 'NCCLVersion', 'type' => 'string', 'example' => '1.0.0'],
                                                'GpuDriverVersion' => ['title' => 'GpuDriverVersion', 'description' => 'GpuDriverVersion', 'type' => 'string', 'example' => '1.0.0'],
                                                'PyTorchVersion' => ['title' => 'PyTorchVersion', 'description' => 'PyTorchVersion', 'type' => 'string', 'example' => '1.0.0'],
                                                'ResourceNodes' => [
                                                    'title' => '指定的节点',
                                                    'description' => '指定的节点',
                                                    'type' => 'array',
                                                    'items' => [
                                                        'type' => 'object',
                                                        'properties' => [
                                                            'NodeName' => ['title' => '节点名称', 'description' => '节点名称', 'type' => 'string', 'example' => 'lingj1xxnjt1k4nv-mg18v52pydyuumae-0'],
                                                            'TotalCPU' => ['title' => '总的cpu', 'description' => '总的cpu', 'type' => 'integer', 'format' => 'int32', 'example' => '90'],
                                                            'TotalGPU' => ['title' => '总的gpu', 'description' => '总的gpu', 'type' => 'integer', 'format' => 'int32', 'example' => '8'],
                                                            'TotalMemory' => ['title' => '总的memory', 'description' => '总的memory', 'type' => 'integer', 'format' => 'int64', 'example' => '500'],
                                                            'RequestCPU' => ['title' => '当前请求的cpu', 'description' => '当前请求的cpu', 'type' => 'integer', 'format' => 'int32', 'example' => '90'],
                                                            'RequestGPU' => ['title' => '当前请求的gpu', 'description' => '当前请求的gpu', 'type' => 'integer', 'format' => 'int32', 'example' => '8'],
                                                            'RequestMemory' => ['title' => '当前请求的memory', 'description' => '当前请求的memory', 'type' => 'integer', 'format' => 'int32', 'example' => '500'],
                                                        ],
                                                    ],
                                                ],
                                                'ExtendParam' => [
                                                    'title' => '额外的参数',
                                                    'description' => '额外的参数',
                                                    'type' => 'object',
                                                    'additionalProperties' => ['type' => 'string', 'description' => '参数', 'example' => '{}'],
                                                ],
                                            ],
                                        ],
                                    ],
                                ],
                            ],
                            'RequestId' => ['title' => '请求id', 'description' => '请求id', 'type' => 'string', 'example' => '5514CB39-B7C0-5B89-8534-2DE1E0F2B7AB'],
                            'AccessDeniedDetail' => ['title' => '无权限信息', 'description' => '无权限信息', 'type' => 'string', 'example' => '{}'],
                            'TotalCount' => ['title' => '查询总数', 'description' => '查询总数', 'type' => 'integer', 'format' => 'int64', 'example' => '0'],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Data\\": [\\n    {\\n      \\"ExperimentId\\": 1684537476910997500,\\n      \\"CreateTime\\": 0,\\n      \\"UpdateTime\\": 0,\\n      \\"ExperimentName\\": \\"test\\",\\n      \\"ExperimentType\\": \\"AI\\",\\n      \\"ResourceName\\": \\"ecs.r8y.4xlarge\\",\\n      \\"WorkloadName\\": \\"test\\",\\n      \\"StartTime\\": \\"2024-10-22 10:18:10\\",\\n      \\"EndTime\\": \\"2024-10-22 10:28:10\\",\\n      \\"Status\\": \\"RUNNING\\",\\n      \\"Results\\": {\\n        \\"ExperimentId\\": 440,\\n        \\"Duration\\": 20,\\n        \\"SecondsPerIteration\\": 89,\\n        \\"SamplesPerSecond\\": 10,\\n        \\"Mfu\\": 34,\\n        \\"WarningWorker\\": [\\n          {\\n            \\"ExperimentId\\": 113,\\n            \\"Hostname\\": \\"101.66.165.102\\",\\n            \\"PodName\\": \\"hzs-forge-sdxl-online-7ff4d86444-pc95h\\",\\n            \\"GpuNum\\": 90,\\n            \\"GpuName\\": \\"8x OAM 810 GPU\\",\\n            \\"WarningFlag\\": false,\\n            \\"WarningMsg\\": \\"无\\",\\n            \\"ErrorFlag\\": false,\\n            \\"ErrorMsg\\": \\"无\\",\\n            \\"Tflops\\": 43,\\n            \\"SamplesPerSecond\\": 53\\n          }\\n        ],\\n        \\"ErrorWorker\\": [\\n          {\\n            \\"ExperimentId\\": 176,\\n            \\"Hostname\\": \\"etcd_cluster_c0n2\\",\\n            \\"PodName\\": \\"fluxserv-6fc89b45cf-w8wq6\\",\\n            \\"GpuNum\\": 8,\\n            \\"GpuName\\": \\"8x OAM 810 GPU\\",\\n            \\"WarningFlag\\": false,\\n            \\"WarningMsg\\": \\"无\\",\\n            \\"ErrorFlag\\": false,\\n            \\"ErrorMsg\\": \\"无\\",\\n            \\"Tflops\\": 42,\\n            \\"SamplesPerSecond\\": 65\\n          }\\n        ]\\n      },\\n      \\"SetParams\\": {\\n        \\"key\\": \\"{}\\"\\n      },\\n      \\"GetParams\\": {\\n        \\"key\\": \\"{}\\"\\n      },\\n      \\"EnvParams\\": {\\n        \\"CpuPerWorker\\": 90,\\n        \\"GpuPerWorker\\": 8,\\n        \\"MemoryPerWorker\\": 500,\\n        \\"ShareMemory\\": 500,\\n        \\"WorkerNum\\": 1,\\n        \\"CudaVersion\\": \\"1.0.0\\",\\n        \\"NCCLVersion\\": \\"1.0.0\\",\\n        \\"GpuDriverVersion\\": \\"1.0.0\\",\\n        \\"PyTorchVersion\\": \\"1.0.0\\",\\n        \\"ResourceNodes\\": [\\n          {\\n            \\"NodeName\\": \\"lingj1xxnjt1k4nv-mg18v52pydyuumae-0\\",\\n            \\"TotalCPU\\": 90,\\n            \\"TotalGPU\\": 8,\\n            \\"TotalMemory\\": 500,\\n            \\"RequestCPU\\": 90,\\n            \\"RequestGPU\\": 8,\\n            \\"RequestMemory\\": 500\\n          }\\n        ],\\n        \\"ExtendParam\\": {\\n          \\"key\\": \\"{}\\"\\n        }\\n      }\\n    }\\n  ],\\n  \\"RequestId\\": \\"5514CB39-B7C0-5B89-8534-2DE1E0F2B7AB\\",\\n  \\"AccessDeniedDetail\\": \\"{}\\",\\n  \\"TotalCount\\": 0\\n}","type":"json"}]',
            'title' => '获取实验列表',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListExperiments'],
                ],
            ],
            'ramActions' => [
                [
                    'operationType' => 'list',
                    'ramAction' => [
                        'action' => 'eflo:ListExperiments',
                        'authLevel' => 'resource',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Eflo', 'resourceType' => 'Experiment', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:experiment/*'],
                        ],
                    ],
                ],
            ],
        ],
        'ListTagResources' => [
            'summary' => '查询资源标签',
            'methods' => ['post'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'list',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeCode' => '260247',
                'abilityTreeNodes' => ['FEATUREbcclusterFASAIP'],
                'tenantRelevance' => 'tenant',
            ],
            'parameters' => [
                [
                    'name' => 'ResourceType',
                    'in' => 'query',
                    'schema' => ['title' => '资源类型', 'description' => '资源类型', 'type' => 'string', 'required' => true, 'example' => 'ExperimentPlan'],
                ],
                [
                    'name' => 'ResourceId',
                    'in' => 'query',
                    'style' => 'repeatList',
                    'schema' => [
                        'description' => '资源Id',
                        'type' => 'array',
                        'items' => ['description' => '资源Id', 'type' => 'string', 'required' => false, 'example' => '189'],
                        'required' => false,
                        'maxItems' => 51,
                    ],
                ],
                [
                    'name' => 'Tag',
                    'in' => 'query',
                    'style' => 'repeatList',
                    'schema' => [
                        'description' => '要查询的标签列表。N的取值范围1~20。',
                        'type' => 'array',
                        'items' => [
                            'description' => '资源的标签。'."\n"
                                ."\n"
                                .'最多支持绑定20个标签。',
                            'type' => 'object',
                            'properties' => [
                                'Key' => ['description' => '标签键,n 的取值范围为 [1, 20]。', 'type' => 'string', 'required' => false, 'example' => 'owner'],
                                'Value' => ['description' => '指标值', 'type' => 'string', 'required' => false, 'example' => 'syg'],
                            ],
                            'required' => false,
                        ],
                        'required' => false,
                        'maxItems' => 21,
                    ],
                ],
                [
                    'name' => 'NextToken',
                    'in' => 'query',
                    'schema' => ['title' => '下一个查询开始Token', 'description' => '下一个查询开始Token', 'type' => 'string', 'required' => false, 'example' => 'F0lqbr2JpLDppro1RahGKViWtqXr3L28cePimcRn'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'CnpListTagResponse<TagResourceVO>',
                        'description' => 'CnpListTagResponse<TagResourceVO>',
                        'type' => 'object',
                        'properties' => [
                            'NextToken' => ['title' => '下一个查询开始Token,NextToken为空说明没有下一个', 'description' => '下一个查询开始Token,NextToken为空说明没有下一个', 'type' => 'string', 'example' => 'uPZbmbpgxp2/6vNWNPoase3Eqy+gL9pdDBH7KGZXMuZ9GxmBbMJcTP/dlrNqRaWF'],
                            'TagResources' => [
                                'title' => '资源列表列表',
                                'description' => '资源列表',
                                'type' => 'array',
                                'items' => [
                                    'description' => '数组长度最大为20。',
                                    'type' => 'object',
                                    'properties' => [
                                        'TagKey' => ['title' => '标签键', 'description' => '标签键', 'type' => 'string', 'example' => 'owner'],
                                        'TagValue' => ['title' => '标签值', 'description' => '标签值', 'type' => 'string', 'example' => 'syg'],
                                        'ResourceId' => ['title' => '资源ID', 'description' => '资源ID', 'type' => 'string', 'example' => '189'],
                                        'ResourceType' => ['title' => '资源类型', 'description' => '资源类型', 'type' => 'string', 'example' => 'ExperimentPlan'],
                                    ],
                                ],
                            ],
                            'RequestId' => ['title' => '请求id', 'description' => '请求id', 'type' => 'string', 'example' => '5514CB39-B7C0-5B89-8534-2DE1E0F2B7AB'],
                            'AccessDeniedDetail' => ['title' => '无权限信息', 'description' => '无权限信息', 'type' => 'string', 'example' => '{}'],
                            'TotalCount' => ['title' => '查询总数', 'description' => '查询总数', 'type' => 'integer', 'format' => 'int64', 'example' => '0'],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'MissingParameter.ResourceIdOrTag', 'errorMessage' => 'Either ResourceId or Tag must be specified.', 'description' => ''],
                    ['errorCode' => 'InvalidNextToken', 'errorMessage' => 'The NextToken is invalid.', 'description' => ''],
                    ['errorCode' => 'NumberExceed.ResourceIds', 'errorMessage' => 'The maximum number of ResourceIds is exceeded. The maximum is 50.', 'description' => ''],
                    ['errorCode' => 'MissingParameter.ResourceIds', 'errorMessage' => 'You must specify ResourceIds.', 'description' => ''],
                    ['errorCode' => 'Duplicate.ResourceId', 'errorMessage' => 'The request contains duplicated ResourceId.', 'description' => ''],
                    ['errorCode' => 'NumberExceed.Tags', 'errorMessage' => 'The maximum number of Tags is exceeded. The maximum is 20.', 'description' => ''],
                    ['errorCode' => 'Duplicate.TagKey', 'errorMessage' => 'The Tag.N.Key contains a duplicated key.', 'description' => ''],
                    ['errorCode' => 'InvalidResourceId.NotFound', 'errorMessage' => 'The ResourceId does not exist.', 'description' => ''],
                    ['errorCode' => 'InvalidParameter.TagKey', 'errorMessage' => 'The specified Tag.n.Key is invalid.', 'description' => ''],
                    ['errorCode' => 'InvalidParameter.TagValue', 'errorMessage' => 'The specified Tag.n.Value is invalid.', 'description' => ''],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"NextToken\\": \\"uPZbmbpgxp2/6vNWNPoase3Eqy+gL9pdDBH7KGZXMuZ9GxmBbMJcTP/dlrNqRaWF\\",\\n  \\"TagResources\\": [\\n    {\\n      \\"TagKey\\": \\"owner\\",\\n      \\"TagValue\\": \\"syg\\",\\n      \\"ResourceId\\": \\"189\\",\\n      \\"ResourceType\\": \\"ExperimentPlan\\"\\n    }\\n  ],\\n  \\"RequestId\\": \\"5514CB39-B7C0-5B89-8534-2DE1E0F2B7AB\\",\\n  \\"AccessDeniedDetail\\": \\"{}\\",\\n  \\"TotalCount\\": 0\\n}","type":"json"}]',
            'title' => '查询资源标签',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListTagResources'],
                ],
            ],
            'ramActions' => [
                [
                    'operationType' => 'list',
                    'ramAction' => [
                        'action' => 'eflo:ListTagResources',
                        'authLevel' => 'resource',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Eflo', 'resourceType' => 'ExperimentPlan', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:experimentplan/*'],
                        ],
                    ],
                ],
            ],
        ],
        'ListWorkloads' => [
            'summary' => '获取模型列表。',
            'methods' => ['post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'list',
                'abilityTreeCode' => '194285',
                'abilityTreeNodes' => ['FEATUREbcclusterFASAIP'],
                'tenantRelevance' => 'publicInformation',
            ],
            'parameters' => [
                [
                    'name' => 'Scope',
                    'in' => 'query',
                    'schema' => ['title' => '作用域', 'description' => '作用域', 'type' => 'string', 'required' => false, 'example' => 'common'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => '结果',
                        'description' => '结果',
                        'type' => 'object',
                        'properties' => [
                            'Data' => [
                                'title' => '数据',
                                'description' => '数据',
                                'type' => 'array',
                                'items' => [
                                    'type' => 'object',
                                    'properties' => [
                                        'WorkloadId' => ['title' => '负载id', 'description' => '负载id', 'type' => 'integer', 'format' => 'int64', 'example' => '13'],
                                        'WorkloadName' => ['title' => '负载名称', 'description' => '负载名称', 'type' => 'string', 'example' => 'test'],
                                        'WorkloadDescription' => ['title' => '负载描述', 'description' => '负载描述', 'type' => 'string', 'example' => 'test'],
                                        'WorkloadType' => ['title' => '负载名称', 'description' => '负载名称', 'type' => 'string', 'example' => 'AI'],
                                        'Family' => ['title' => '负载簇, AI、GPU', 'description' => '负载簇, AI、GPU', 'type' => 'string', 'example' => 'AI'],
                                        'Scene' => ['title' => '负载使用场景', 'description' => '负载使用场景', 'type' => 'string', 'example' => 'NLP-LLM'],
                                        'Scope' => ['title' => '负载使用的范围标识', 'description' => '负载使用的范围标识', 'type' => 'string', 'example' => 'common'],
                                        'JobKind' => ['title' => '训练任务类型', 'description' => '训练任务类型', 'type' => 'string', 'example' => 'PyTorchJob'],
                                        'DefaultCpuPerWorker' => ['title' => '默认cpu分配数', 'description' => '默认cpu分配数', 'type' => 'integer', 'format' => 'int32', 'example' => '90'],
                                        'DefaultGpuPerWorker' => ['title' => '默认gpu分配数', 'description' => '默认gpu分配数', 'type' => 'integer', 'format' => 'int32', 'example' => '8'],
                                        'DefaultMemoryPerWorker' => ['title' => '默认内存GB分配数', 'description' => '默认内存GB分配数', 'type' => 'integer', 'format' => 'int32', 'example' => '500'],
                                        'DefaultShareMemory' => ['title' => '默认共享内存GB分配数', 'description' => '默认共享内存GB分配数', 'type' => 'integer', 'format' => 'int32', 'example' => '500'],
                                        'ParamSettings' => [
                                            'title' => '参数设置',
                                            'description' => '参数设置',
                                            'type' => 'array',
                                            'items' => [
                                                'type' => 'object',
                                                'properties' => [
                                                    'ParamName' => ['title' => '参数名称', 'description' => '参数名称', 'type' => 'string', 'example' => 'ITERATION'],
                                                    'ParamDesc' => ['title' => '参数描述', 'description' => '参数描述', 'type' => 'string', 'example' => '迭代数'],
                                                    'ParamValue' => ['title' => '参数值', 'description' => '参数值', 'type' => 'string', 'example' => '100'],
                                                    'DefaultValue' => ['title' => '参数默认值', 'description' => '参数默认值', 'type' => 'string', 'example' => '100'],
                                                    'ParamRegex' => ['title' => '参数正则表达式', 'description' => '参数正则表达式', 'type' => 'string', 'example' => '[0-9]+'],
                                                    'ParamType' => ['title' => '参数类型', 'description' => '参数类型', 'type' => 'string', 'example' => 'number'],
                                                ],
                                            ],
                                        ],
                                        'StaticConfig' => [
                                            'title' => '静态配置',
                                            'description' => '静态配置',
                                            'type' => 'object',
                                            'properties' => [
                                                'FrameWork' => ['title' => '框架', 'description' => '框架', 'type' => 'string', 'example' => 'PyTorch'],
                                                'SoftwareStack' => ['title' => '软件栈', 'description' => '软件栈', 'type' => 'string', 'example' => 'python'],
                                                'Os' => ['title' => '系统', 'description' => '系统', 'type' => 'string', 'example' => 'linux'],
                                                'Parameters' => ['title' => '参数量', 'description' => '参数量', 'type' => 'string', 'example' => '7B'],
                                            ],
                                        ],
                                        'VersionId' => ['title' => '版本号', 'description' => '版本号', 'type' => 'integer', 'format' => 'int64', 'example' => '1'],
                                    ],
                                ],
                            ],
                            'RequestId' => ['title' => '请求id', 'description' => '请求id', 'type' => 'string', 'example' => '4AC08332-436C-57A3-9FBA-26772B1A9901'],
                            'AccessDeniedDetail' => ['title' => '无权限信息', 'description' => '无权限信息', 'type' => 'string', 'example' => '{}'],
                            'TotalCount' => ['title' => '查询总数', 'description' => '查询总数', 'type' => 'integer', 'format' => 'int64', 'example' => '1'],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Data\\": [\\n    {\\n      \\"WorkloadId\\": 13,\\n      \\"WorkloadName\\": \\"test\\",\\n      \\"WorkloadDescription\\": \\"test\\",\\n      \\"WorkloadType\\": \\"AI\\",\\n      \\"Family\\": \\"AI\\",\\n      \\"Scene\\": \\"NLP-LLM\\",\\n      \\"Scope\\": \\"common\\",\\n      \\"JobKind\\": \\"PyTorchJob\\",\\n      \\"DefaultCpuPerWorker\\": 90,\\n      \\"DefaultGpuPerWorker\\": 8,\\n      \\"DefaultMemoryPerWorker\\": 500,\\n      \\"DefaultShareMemory\\": 500,\\n      \\"ParamSettings\\": [\\n        {\\n          \\"ParamName\\": \\"ITERATION\\",\\n          \\"ParamDesc\\": \\"迭代数\\",\\n          \\"ParamValue\\": \\"100\\",\\n          \\"DefaultValue\\": \\"100\\",\\n          \\"ParamRegex\\": \\"[0-9]+\\",\\n          \\"ParamType\\": \\"number\\"\\n        }\\n      ],\\n      \\"StaticConfig\\": {\\n        \\"FrameWork\\": \\"PyTorch\\",\\n        \\"SoftwareStack\\": \\"python\\",\\n        \\"Os\\": \\"linux\\",\\n        \\"Parameters\\": \\"7B\\"\\n      },\\n      \\"VersionId\\": 1\\n    }\\n  ],\\n  \\"RequestId\\": \\"4AC08332-436C-57A3-9FBA-26772B1A9901\\",\\n  \\"AccessDeniedDetail\\": \\"{}\\",\\n  \\"TotalCount\\": 1\\n}","type":"json"}]',
            'title' => '获取模型列表',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListWorkloads'],
                ],
            ],
            'ramActions' => [
                [
                    'operationType' => 'list',
                    'ramAction' => [
                        'action' => 'eflo:ListWorkloads',
                        'authLevel' => 'resource',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Eflo', 'resourceType' => 'Workload', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:workload/*'],
                        ],
                    ],
                ],
            ],
        ],
        'StopExperiment' => [
            'summary' => '停止实验。',
            'methods' => ['post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'update',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeCode' => '195093',
                'abilityTreeNodes' => ['FEATUREbcclusterFASAIP'],
                'tenantRelevance' => 'publicInformation',
            ],
            'parameters' => [
                [
                    'name' => 'ExperimentId',
                    'in' => 'query',
                    'schema' => ['title' => '计划ID', 'description' => '计划ID', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '234'],
                ],
                [
                    'name' => 'ResourceGroupId',
                    'in' => 'query',
                    'schema' => ['description' => 'Resource Group Id', 'type' => 'string', 'required' => false, 'example' => 'rg-kdsflsdfj23m'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => '是否成功',
                        'description' => '是否成功',
                        'type' => 'object',
                        'properties' => [
                            'Data' => ['title' => '数据', 'description' => '数据', 'type' => 'boolean', 'example' => 'true'],
                            'RequestId' => ['title' => '请求id', 'description' => '请求id', 'type' => 'string', 'example' => '5514CB39-B7C0-5B89-8534-2DE1E0F2B7AB'],
                            'AccessDeniedDetail' => ['title' => '无权限信息', 'description' => '无权限信息', 'type' => 'string', 'example' => '{}'],
                            'TotalCount' => ['title' => '查询总数', 'description' => '查询总数', 'type' => 'integer', 'format' => 'int64', 'example' => '0'],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'NotFound', 'errorMessage' => 'not found.', 'description' => '数据不存在'],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Data\\": true,\\n  \\"RequestId\\": \\"5514CB39-B7C0-5B89-8534-2DE1E0F2B7AB\\",\\n  \\"AccessDeniedDetail\\": \\"{}\\",\\n  \\"TotalCount\\": 0\\n}","type":"json"}]',
            'title' => '停止实验',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'StopExperiment'],
                ],
            ],
            'ramActions' => [
                [
                    'operationType' => 'update',
                    'ramAction' => [
                        'action' => 'eflo:StopExperiment',
                        'authLevel' => 'resource',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Eflo', 'resourceType' => 'Experiment', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:experiment/{#ExperimentId}'],
                        ],
                    ],
                ],
            ],
        ],
        'TagResources' => [
            'summary' => '资源打用户标签',
            'methods' => ['post'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'write',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'update',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeCode' => '260245',
                'abilityTreeNodes' => ['FEATUREbcclusterFASAIP'],
                'tenantRelevance' => 'tenant',
            ],
            'parameters' => [
                [
                    'name' => 'ResourceType',
                    'in' => 'query',
                    'schema' => ['title' => '资源类型', 'description' => '资源类型', 'type' => 'string', 'required' => true, 'example' => 'ExperimentPlan'],
                ],
                [
                    'name' => 'ResourceId',
                    'in' => 'query',
                    'style' => 'repeatList',
                    'schema' => [
                        'description' => '资源Id',
                        'type' => 'array',
                        'items' => ['description' => '资源Id', 'type' => 'string', 'required' => false, 'example' => '189'],
                        'required' => true,
                        'maxItems' => 51,
                    ],
                ],
                [
                    'name' => 'Tag',
                    'in' => 'query',
                    'style' => 'repeatList',
                    'schema' => [
                        'description' => '标签列表,最多20个。',
                        'type' => 'array',
                        'items' => [
                            'description' => '标签列表。',
                            'type' => 'object',
                            'properties' => [
                                'Key' => ['description' => '标签键。', 'type' => 'string', 'required' => false, 'example' => 'owner', 'maxLength' => 128],
                                'Value' => ['description' => '指标值', 'type' => 'string', 'required' => false, 'example' => 'syg', 'maxLength' => 256],
                            ],
                            'required' => false,
                        ],
                        'required' => true,
                        'maxItems' => 21,
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'CnpResult<String>',
                        'description' => 'CnpResult<String>',
                        'type' => 'object',
                        'properties' => [
                            'Data' => ['title' => '数据', 'description' => '数据', 'type' => 'string', 'example' => '[]'],
                            'RequestId' => ['title' => '请求id', 'description' => '请求id', 'type' => 'string', 'example' => 'E67E2E4C-2B47-5C55-AA17-1D771E070AEF'],
                            'AccessDeniedDetail' => ['title' => '无权限信息', 'description' => '无权限信息', 'type' => 'string', 'example' => '{}'],
                            'TotalCount' => ['title' => '查询总数', 'description' => '查询总数', 'type' => 'integer', 'format' => 'int64', 'example' => '0'],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Data\\": \\"[]\\",\\n  \\"RequestId\\": \\"E67E2E4C-2B47-5C55-AA17-1D771E070AEF\\",\\n  \\"AccessDeniedDetail\\": \\"{}\\",\\n  \\"TotalCount\\": 0\\n}","type":"json"}]',
            'title' => '资源打用户标签',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'TagResources'],
                ],
            ],
            'ramActions' => [
                [
                    'operationType' => 'update',
                    'ramAction' => [
                        'action' => 'eflo:TagResources',
                        'authLevel' => 'resource',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Eflo', 'resourceType' => 'ExperimentPlan', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:experimentplan/{#ExperimentPlanId}'],
                        ],
                    ],
                ],
            ],
        ],
        'UntagResources' => [
            'summary' => '资源去除用户标签',
            'methods' => ['post'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'update',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeCode' => '260246',
                'abilityTreeNodes' => ['FEATUREbcclusterFASAIP'],
                'tenantRelevance' => 'tenant',
            ],
            'parameters' => [
                [
                    'name' => 'ResourceType',
                    'in' => 'query',
                    'schema' => ['title' => '资源类型', 'description' => '资源类型', 'type' => 'string', 'required' => true, 'example' => 'ExperimentPlan'],
                ],
                [
                    'name' => 'ResourceId',
                    'in' => 'query',
                    'style' => 'repeatList',
                    'schema' => [
                        'description' => '资源Id',
                        'type' => 'array',
                        'items' => ['description' => '资源Id', 'type' => 'string', 'required' => false, 'example' => '189'],
                        'required' => true,
                        'maxItems' => 51,
                    ],
                ],
                [
                    'name' => 'TagKey',
                    'in' => 'query',
                    'style' => 'repeatList',
                    'schema' => [
                        'description' => '标签键组,最多20个子项',
                        'type' => 'array',
                        'items' => ['description' => '标签键列表,n 的取值范围为 1, 20。', 'type' => 'string', 'required' => false, 'example' => 'owner'],
                        'required' => true,
                        'maxItems' => 100,
                    ],
                ],
                [
                    'name' => 'All',
                    'in' => 'query',
                    'schema' => ['title' => '是否全部删除,只针对TagKey.N为空时有效。 取值范围: true  false True False  默认是 false', 'description' => '是否全部删除,只针对TagKey.N为空时有效。 取值范围: true  false True False  默认是 false', 'type' => 'boolean', 'required' => false, 'example' => 'true'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'CnpResult<String>',
                        'description' => 'CnpResult<String>',
                        'type' => 'object',
                        'properties' => [
                            'Data' => ['title' => '数据', 'description' => '数据', 'type' => 'string', 'example' => '[]'],
                            'RequestId' => ['title' => '请求id', 'description' => '请求id', 'type' => 'string', 'example' => '25859897-35C8-5015-8365-7A3CE52F4854'],
                            'AccessDeniedDetail' => ['title' => '无权限信息', 'description' => '无权限信息', 'type' => 'string', 'example' => '{}'],
                            'TotalCount' => ['title' => '查询总数', 'description' => '查询总数', 'type' => 'integer', 'format' => 'int64', 'example' => '0'],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Data\\": \\"[]\\",\\n  \\"RequestId\\": \\"25859897-35C8-5015-8365-7A3CE52F4854\\",\\n  \\"AccessDeniedDetail\\": \\"{}\\",\\n  \\"TotalCount\\": 0\\n}","type":"json"}]',
            'title' => '资源去除用户标签',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'UntagResources'],
                ],
            ],
            'ramActions' => [
                [
                    'operationType' => 'update',
                    'ramAction' => [
                        'action' => 'eflo:UntagResources',
                        'authLevel' => 'resource',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Eflo', 'resourceType' => 'ExperimentPlan', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:experimentplan/{#ExperimentPlanId}'],
                        ],
                    ],
                ],
            ],
        ],
        'UpdateExperimentPlan' => [
            'summary' => '更新实验计划',
            'methods' => ['post', 'get'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'update',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeCode' => '262195',
                'abilityTreeNodes' => ['FEATUREbcclusterFASAIP'],
                'tenantRelevance' => 'publicInformation',
            ],
            'parameters' => [
                [
                    'name' => 'PlanId',
                    'in' => 'query',
                    'schema' => ['title' => '实验计划id', 'description' => '实验计划id', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '189'],
                ],
                [
                    'name' => 'PlanTemplateName',
                    'in' => 'query',
                    'schema' => ['title' => '实验计划名称', 'description' => '实验计划名称', 'type' => 'string', 'required' => true, 'example' => 'test'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => '结果',
                        'description' => '结果',
                        'type' => 'object',
                        'properties' => [
                            'Data' => ['title' => '数据', 'description' => '数据', 'type' => 'boolean', 'example' => 'true'],
                            'RequestId' => ['title' => '请求id', 'description' => '请求id', 'type' => 'string', 'example' => '5514CB39-B7C0-5B89-8534-2DE1E0F2B7AB'],
                            'AccessDeniedDetail' => ['title' => '无权限信息', 'description' => '无权限信息', 'type' => 'string', 'example' => '{}'],
                            'TotalCount' => ['title' => '查询总数', 'description' => '查询总数', 'type' => 'integer', 'format' => 'int64', 'example' => '0'],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Data\\": true,\\n  \\"RequestId\\": \\"5514CB39-B7C0-5B89-8534-2DE1E0F2B7AB\\",\\n  \\"AccessDeniedDetail\\": \\"{}\\",\\n  \\"TotalCount\\": 0\\n}","type":"json"}]',
            'title' => '修改实验计划',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'UpdateExperimentPlan'],
                ],
            ],
            'ramActions' => [
                [
                    'operationType' => 'update',
                    'ramAction' => [
                        'action' => 'eflo:UpdateExperimentPlan',
                        'authLevel' => 'resource',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Eflo', 'resourceType' => 'ExperimentPlan', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:experimentplan/{#ExperimentPlanId}'],
                        ],
                    ],
                ],
            ],
        ],
        'UpdateExperimentPlanTemplate' => [
            'summary' => '更新测试计划模板',
            'methods' => ['post', 'get'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'update',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeCode' => '262197',
                'abilityTreeNodes' => ['FEATUREbcclusterFASAIP'],
                'tenantRelevance' => 'publicInformation',
            ],
            'parameters' => [
                [
                    'name' => 'TemplateId',
                    'in' => 'query',
                    'schema' => ['title' => '模板code', 'description' => '模板code', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '349623'],
                ],
                [
                    'name' => 'TemplatePipeline',
                    'in' => 'formData',
                    'style' => 'json',
                    'schema' => [
                        'title' => '模板流水线',
                        'description' => '模板流水线',
                        'type' => 'array',
                        'items' => [
                            'description' => 'Template Pipeline',
                            'type' => 'object',
                            'properties' => [
                                'WorkloadId' => ['title' => '负载id', 'description' => '负载id', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '14'],
                                'WorkloadName' => ['title' => '负载名称', 'description' => '负载名称', 'type' => 'string', 'required' => true, 'example' => 'test'],
                                'Scene' => ['title' => '使用场景,例如"baseline"', 'description' => '使用场景,例如"baseline"', 'type' => 'string', 'required' => true, 'example' => 'baseline'],
                                'SettingParams' => [
                                    'title' => '配置的负载参数',
                                    'description' => '配置的负载参数',
                                    'type' => 'object',
                                    'required' => false,
                                    'additionalProperties' => ['type' => 'string', 'description' => 'Configured Workload Parameters', 'example' => 'batch_size'],
                                ],
                                'EnvParams' => [
                                    'title' => '配置的环境参数',
                                    'description' => '配置的环境参数',
                                    'type' => 'object',
                                    'properties' => [
                                        'CpuPerWorker' => ['title' => 'cpu分配数', 'description' => 'cpu分配数', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '90'],
                                        'GpuPerWorker' => ['title' => 'gpu分配数', 'description' => 'gpu分配数', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '8'],
                                        'MemoryPerWorker' => ['title' => '内存GB分配数', 'description' => '内存GB分配数', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '500'],
                                        'ShareMemory' => ['title' => '共享内存GB分配数', 'description' => '共享内存GB分配数', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '500'],
                                        'WorkerNum' => ['title' => '节点数', 'description' => '节点数', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '1'],
                                        'CudaVersion' => ['title' => 'cudaVersion', 'description' => 'cudaVersion', 'type' => 'string', 'required' => false, 'example' => '1.0.0'],
                                        'NCCLVersion' => ['title' => 'NCCLVersion', 'description' => 'NCCLVersion', 'type' => 'string', 'required' => false, 'example' => '1.0.0'],
                                        'GpuDriverVersion' => ['title' => 'GpuDriverVersion', 'description' => 'GpuDriverVersion', 'type' => 'string', 'required' => false, 'example' => '1.0.0'],
                                        'PyTorchVersion' => ['title' => 'PyTorchVersion', 'description' => 'PyTorchVersion', 'type' => 'string', 'required' => false, 'example' => '1.0.0'],
                                    ],
                                    'required' => true,
                                ],
                                'PipelineOrder' => ['title' => '节点序号', 'description' => '节点序号', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '1'],
                            ],
                            'required' => false,
                        ],
                        'required' => true,
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => '结果',
                        'description' => '结果',
                        'type' => 'object',
                        'properties' => [
                            'Data' => [
                                'title' => '数据',
                                'description' => '数据',
                                'type' => 'object',
                                'properties' => [
                                    'CreatorUid' => ['title' => '主账号uid', 'description' => '主账号uid', 'type' => 'integer', 'format' => 'int64', 'example' => '12312312312312'],
                                    'TemplateId' => ['title' => '模板ID', 'description' => '模板ID', 'type' => 'integer', 'format' => 'int64', 'example' => '17815441'],
                                    'TemplateCode' => ['title' => '模板Code', 'description' => '模板Code', 'type' => 'integer', 'format' => 'int64', 'example' => '472840184'],
                                    'CreateTime' => ['title' => '创建时间', 'description' => '创建时间', 'type' => 'string', 'example' => '2024-10-22 10:18:10'],
                                    'UpdateTime' => ['title' => '更新时间', 'description' => '更新时间', 'type' => 'string', 'example' => '2024-07-07 02:08:54'],
                                    'TemplateName' => ['title' => '模板名称', 'description' => '模板名称', 'type' => 'string', 'example' => 'test'],
                                    'TemplateDescription' => ['title' => '模板描述', 'description' => '模板描述', 'type' => 'string', 'example' => 'test'],
                                    'PrivacyLevel' => ['title' => '隐私级别', 'description' => '隐私级别', 'type' => 'string', 'example' => 'private'],
                                    'TemplatePipelineParam' => [
                                        'title' => '模板流水线',
                                        'description' => '模板流水线',
                                        'type' => 'array',
                                        'items' => [
                                            'description' => 'Template Pipeline',
                                            'type' => 'object',
                                            'properties' => [
                                                'WorkloadId' => ['title' => '负载id', 'description' => '负载id', 'type' => 'integer', 'format' => 'int64', 'example' => '13'],
                                                'WorkloadName' => ['title' => '负载名称', 'description' => '负载名称', 'type' => 'string', 'example' => 'test'],
                                                'Scene' => ['title' => '使用场景,例如"baseline"', 'description' => '使用场景,例如"baseline"', 'type' => 'string', 'example' => 'baseline'],
                                                'SettingParams' => [
                                                    'title' => '配置的负载参数',
                                                    'description' => '配置的负载参数',
                                                    'type' => 'object',
                                                    'additionalProperties' => ['type' => 'string', 'description' => 'Configured Workload Parameters', 'example' => 'batch_size'],
                                                ],
                                                'EnvParams' => [
                                                    'title' => '配置的环境参数',
                                                    'description' => '配置的环境参数',
                                                    'type' => 'object',
                                                    'properties' => [
                                                        'CpuPerWorker' => ['title' => 'cpu分配数', 'description' => 'cpu分配数', 'type' => 'integer', 'format' => 'int32', 'example' => '90'],
                                                        'GpuPerWorker' => ['title' => 'gpu分配数', 'description' => 'gpu分配数', 'type' => 'integer', 'format' => 'int32', 'example' => '8'],
                                                        'MemoryPerWorker' => ['title' => '内存GB分配数', 'description' => '内存GB分配数', 'type' => 'integer', 'format' => 'int32', 'example' => '500'],
                                                        'ShareMemory' => ['title' => '共享内存GB分配数', 'description' => '共享内存GB分配数', 'type' => 'integer', 'format' => 'int32', 'example' => '500'],
                                                        'WorkerNum' => ['title' => '节点数', 'description' => '节点数', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
                                                        'CudaVersion' => ['title' => 'cudaVersion', 'description' => 'cudaVersion', 'type' => 'string', 'example' => '1.0.0'],
                                                        'NCCLVersion' => ['title' => 'NCCLVersion', 'description' => 'NCCLVersion', 'type' => 'string', 'example' => '1.0.0'],
                                                        'GpuDriverVersion' => ['title' => 'GpuDriverVersion', 'description' => 'GpuDriverVersion', 'type' => 'string', 'example' => '1.0.0'],
                                                        'PyTorchVersion' => ['title' => 'PyTorchVersion', 'description' => 'PyTorchVersion', 'type' => 'string', 'example' => '1.0.0'],
                                                        'ResourceNodes' => [
                                                            'title' => '指定的节点',
                                                            'description' => '指定的节点',
                                                            'type' => 'array',
                                                            'items' => [
                                                                'description' => '节点',
                                                                'type' => 'object',
                                                                'properties' => [
                                                                    'NodeName' => ['title' => '节点名称', 'description' => '节点名称', 'type' => 'string', 'example' => 'honeypot'],
                                                                    'TotalCPU' => ['title' => '总的cpu', 'description' => '总的cpu', 'type' => 'integer', 'format' => 'int32', 'example' => '100'],
                                                                    'TotalGPU' => ['title' => '总的gpu', 'description' => '总的gpu', 'type' => 'integer', 'format' => 'int32', 'example' => '100'],
                                                                    'TotalMemory' => ['title' => '总的memory', 'description' => '总的memory', 'type' => 'integer', 'format' => 'int64', 'example' => '100'],
                                                                    'RequestCPU' => ['title' => '当前请求的cpu', 'description' => '当前请求的cpu', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
                                                                    'RequestGPU' => ['title' => '当前请求的gpu', 'description' => '当前请求的gpu', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
                                                                    'RequestMemory' => ['title' => '当前请求的memory', 'description' => '当前请求的memory', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
                                                                ],
                                                            ],
                                                        ],
                                                        'ExtendParam' => [
                                                            'title' => '额外的参数',
                                                            'description' => '额外的参数',
                                                            'type' => 'object',
                                                            'additionalProperties' => ['type' => 'string', 'description' => '额外的参数', 'example' => '{}'],
                                                        ],
                                                    ],
                                                ],
                                                'PipelineOrder' => ['title' => '节点序号', 'description' => '节点序号', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
                                            ],
                                        ],
                                    ],
                                    'VersionId' => ['title' => '版本号', 'description' => '版本号', 'type' => 'integer', 'format' => 'int64', 'example' => '1'],
                                    'IsDelete' => ['title' => '是否删除', 'description' => '是否删除', 'type' => 'integer', 'format' => 'int32', 'example' => '0'],
                                ],
                            ],
                            'RequestId' => ['title' => '请求id', 'description' => '请求id', 'type' => 'string', 'example' => '5514CB39-B7C0-5B89-8534-2DE1E0F2B7AB'],
                            'AccessDeniedDetail' => ['title' => '无权限信息', 'description' => '无权限信息', 'type' => 'string', 'example' => '{}'],
                            'TotalCount' => ['title' => '查询总数', 'description' => '查询总数', 'type' => 'integer', 'format' => 'int64', 'example' => '0'],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Data\\": {\\n    \\"CreatorUid\\": 12312312312312,\\n    \\"TemplateId\\": 17815441,\\n    \\"TemplateCode\\": 472840184,\\n    \\"CreateTime\\": \\"2024-10-22 10:18:10\\",\\n    \\"UpdateTime\\": \\"2024-07-07 02:08:54\\",\\n    \\"TemplateName\\": \\"test\\",\\n    \\"TemplateDescription\\": \\"test\\",\\n    \\"PrivacyLevel\\": \\"private\\",\\n    \\"TemplatePipelineParam\\": [\\n      {\\n        \\"WorkloadId\\": 13,\\n        \\"WorkloadName\\": \\"test\\",\\n        \\"Scene\\": \\"baseline\\",\\n        \\"SettingParams\\": {\\n          \\"key\\": \\"batch_size\\"\\n        },\\n        \\"EnvParams\\": {\\n          \\"CpuPerWorker\\": 90,\\n          \\"GpuPerWorker\\": 8,\\n          \\"MemoryPerWorker\\": 500,\\n          \\"ShareMemory\\": 500,\\n          \\"WorkerNum\\": 1,\\n          \\"CudaVersion\\": \\"1.0.0\\",\\n          \\"NCCLVersion\\": \\"1.0.0\\",\\n          \\"GpuDriverVersion\\": \\"1.0.0\\",\\n          \\"PyTorchVersion\\": \\"1.0.0\\",\\n          \\"ResourceNodes\\": [\\n            {\\n              \\"NodeName\\": \\"honeypot\\",\\n              \\"TotalCPU\\": 100,\\n              \\"TotalGPU\\": 100,\\n              \\"TotalMemory\\": 100,\\n              \\"RequestCPU\\": 10,\\n              \\"RequestGPU\\": 10,\\n              \\"RequestMemory\\": 10\\n            }\\n          ],\\n          \\"ExtendParam\\": {\\n            \\"key\\": \\"{}\\"\\n          }\\n        },\\n        \\"PipelineOrder\\": 1\\n      }\\n    ],\\n    \\"VersionId\\": 1,\\n    \\"IsDelete\\": 0\\n  },\\n  \\"RequestId\\": \\"5514CB39-B7C0-5B89-8534-2DE1E0F2B7AB\\",\\n  \\"AccessDeniedDetail\\": \\"{}\\",\\n  \\"TotalCount\\": 0\\n}","type":"json"}]',
            'title' => '修改实验计划模版',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'UpdateExperimentPlanTemplate'],
                ],
            ],
            'ramActions' => [
                [
                    'operationType' => 'update',
                    'ramAction' => [
                        'action' => 'eflo:UpdateExperimentPlanTemplate',
                        'authLevel' => 'resource',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Eflo', 'resourceType' => 'ExperimentPlanTemplate', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:experimentplantemplate/{#ExperimentPlanTemplateId}'],
                        ],
                    ],
                ],
            ],
        ],
        'ValidateResource' => [
            'summary' => '校验集群信息。',
            'methods' => ['post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'update',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeCode' => '195095',
                'abilityTreeNodes' => ['FEATUREbcclusterFASAIP'],
                'tenantRelevance' => 'publicInformation',
            ],
            'parameters' => [
                [
                    'name' => 'ClusterId',
                    'in' => 'query',
                    'schema' => ['title' => '资源ID', 'description' => '资源ID', 'type' => 'string', 'required' => true, 'example' => 'ehpc-sh-ouypm5aucy'],
                ],
                [
                    'name' => 'UserAccessParam',
                    'in' => 'formData',
                    'style' => 'json',
                    'schema' => [
                        'title' => '用户授权参数',
                        'description' => '用户授权参数',
                        'type' => 'object',
                        'properties' => [
                            'AccessId' => ['title' => '用户id', 'description' => '用户id', 'type' => 'string', 'required' => false, 'example' => 'dev'],
                            'AccessKey' => ['title' => '用户key', 'description' => '用户key', 'type' => 'string', 'required' => false, 'example' => 'test'],
                            'WorkspaceId' => ['title' => '工作空间ID', 'description' => '工作空间ID', 'type' => 'string', 'required' => false, 'example' => 'test'],
                            'Endpoint' => ['title' => 'endpoint', 'description' => 'endpoint', 'type' => 'string', 'required' => false, 'example' => 'test'],
                        ],
                        'required' => false,
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => '资源对象',
                        'description' => '资源对象',
                        'type' => 'object',
                        'properties' => [
                            'Data' => ['title' => '数据', 'description' => '数据', 'type' => 'boolean', 'example' => 'true'],
                            'RequestId' => ['title' => '请求id', 'description' => '请求id', 'type' => 'string', 'example' => '5514CB39-B7C0-5B89-8534-2DE1E0F2B7AB'],
                            'TotalCount' => ['title' => '查询总数', 'description' => '查询总数', 'type' => 'integer', 'format' => 'int64', 'example' => '0'],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Data\\": true,\\n  \\"RequestId\\": \\"5514CB39-B7C0-5B89-8534-2DE1E0F2B7AB\\",\\n  \\"TotalCount\\": 0\\n}","type":"json"}]',
            'title' => '校验集群信息',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ValidateResource'],
                ],
            ],
            'ramActions' => [
                [
                    'operationType' => 'update',
                    'ramAction' => [
                        'action' => 'eflo:ValidateResource',
                        'authLevel' => 'resource',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Eflo', 'resourceType' => 'Resource', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:resource/{#ClusterId}'],
                        ],
                    ],
                ],
            ],
        ],
    ],
    'endpoints' => [
        ['regionId' => 'cn-heyuan', 'regionName' => '华南2(河源)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'eflo-cnp.cn-heyuan.aliyuncs.com', 'endpoint' => 'eflo-cnp.cn-heyuan.aliyuncs.com', 'vpc' => 'eflo-cnp-vpc.cn-heyuan.aliyuncs.com'],
        ['regionId' => 'cn-wulanchabu', 'regionName' => '华北6(乌兰察布)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'eflo-cnp.cn-wulanchabu.aliyuncs.com', 'endpoint' => 'eflo-cnp.cn-wulanchabu.aliyuncs.com', 'vpc' => 'eflo-cnp-vpc.cn-wulanchabu.aliyuncs.com'],
    ],
    'errorCodes' => [
        ['code' => 'A1001', 'message' => 'The user parameter is invalid.', 'http_code' => 200, 'description' => '用户参数错误'],
        ['code' => 'B1001', 'message' => 'The error is unexpected.', 'http_code' => 200, 'description' => '未知错误'],
        ['code' => 'C4027', 'message' => 'This resource is unavailable.', 'http_code' => 200, 'description' => '资源不可用'],
        ['code' => 'MissingResourceId', 'message' => 'ResourceId is mandatory for this action.', 'http_code' => 400, 'description' => '此操作必须使用ResourceId。'],
        ['code' => 'MissingTag', 'message' => 'Tag is mandatory for this action.', 'http_code' => 400, 'description' => '此操作必须使用标签。'],
        ['code' => 'NoPermission', 'message' => 'No permissions.', 'http_code' => 403, 'description' => '您没有权限进行该操作,请检查权限!'],
        ['code' => 'NotFound', 'message' => 'Data not found.', 'http_code' => 200, 'description' => '数据不存在'],
        ['code' => 'NotFound', 'message' => 'not found.', 'http_code' => 400, 'description' => '数据不存在'],
        ['code' => 'NOT_FOUND', 'message' => 'This resource was not found.', 'http_code' => 400, 'description' => '找不到的资源'],
        ['code' => 'SystemError', 'message' => 'A system error occurred while processing your request', 'http_code' => 400, 'description' => '系统错误'],
    ],
    'changeSet' => [],
    'flowControl' => [
        'flowControlList' => [
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListExperimentPlanTemplates'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'GetResourcePredictResult'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListTagResources'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'UntagResources'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListExperiments'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'GetResource'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'UpdateExperimentPlanTemplate'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CheckServiceLinkedRoleEfloCnpForDeleting'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListWorkloads'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'GetExperiment'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeleteExperimentPlanTemplate'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateResource'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'UpdateExperimentPlan'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'StopExperiment'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ValidateResource'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateExperimentPlan'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeleteExperiment'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'GetExperimentPlan'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'GetWorkload'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListExperimentPlans'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateExperimentPlanTemplate'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'TagResources'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ChangeResourceGroup'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeleteExperimentPlan'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'GetExperimentResultData'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'GetExperimentPlanTemplate'],
        ],
    ],
    'ram' => [
        'productCode' => 'Eflo',
        'productName' => '智能计算灵骏',
        'ramCodes' => ['eflo'],
        'ramLevel' => '资源级',
        'ramConditions' => [],
        'ramActions' => [
            [
                'apiName' => 'UntagResources',
                'description' => '资源去除用户标签',
                'operationType' => 'update',
                'ramAction' => [
                    'action' => 'eflo:UntagResources',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Eflo', 'resourceType' => 'ExperimentPlan', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:experimentplan/{#ExperimentPlanId}'],
                    ],
                ],
            ],
            [
                'apiName' => 'StopExperiment',
                'description' => '停止实验',
                'operationType' => 'update',
                'ramAction' => [
                    'action' => 'eflo:StopExperiment',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Eflo', 'resourceType' => 'Experiment', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:experiment/{#ExperimentId}'],
                    ],
                ],
            ],
            [
                'apiName' => 'GetWorkload',
                'description' => '获取模型信息',
                'operationType' => 'get',
                'ramAction' => [
                    'action' => 'eflo:GetWorkload',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Eflo', 'resourceType' => 'Workload', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:workload/{#WorkloadId}'],
                    ],
                ],
            ],
            [
                'apiName' => 'TagResources',
                'description' => '资源打用户标签',
                'operationType' => 'update',
                'ramAction' => [
                    'action' => 'eflo:TagResources',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Eflo', 'resourceType' => 'ExperimentPlan', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:experimentplan/{#ExperimentPlanId}'],
                    ],
                ],
            ],
            [
                'apiName' => 'ListExperimentPlans',
                'description' => '获取实验计划列表',
                'operationType' => 'list',
                'ramAction' => [
                    'action' => 'eflo:ListExperimentPlans',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Eflo', 'resourceType' => 'ExperimentPlan', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:experimentplan/*'],
                    ],
                ],
            ],
            [
                'apiName' => 'GetExperiment',
                'description' => '获取实验详情',
                'operationType' => 'get',
                'ramAction' => [
                    'action' => 'eflo:GetExperiment',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Eflo', 'resourceType' => 'Experiment', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:experiment/{#ExperimentId}'],
                    ],
                ],
            ],
            [
                'apiName' => 'UpdateExperimentPlanTemplate',
                'description' => '修改实验计划模版',
                'operationType' => 'update',
                'ramAction' => [
                    'action' => 'eflo:UpdateExperimentPlanTemplate',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Eflo', 'resourceType' => 'ExperimentPlanTemplate', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:experimentplantemplate/{#ExperimentPlanTemplateId}'],
                    ],
                ],
            ],
            [
                'apiName' => 'DeleteExperimentPlanTemplate',
                'description' => '删除实验计划模版',
                'operationType' => 'delete',
                'ramAction' => [
                    'action' => 'eflo:DeleteExperimentPlanTemplate',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Eflo', 'resourceType' => 'ExperimentPlanTemplate', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:experimentplantemplate/{#ExperimentPlanTemplateId}'],
                    ],
                ],
            ],
            [
                'apiName' => 'GetResourcePredictResult',
                'description' => '获取集群评测结果',
                'operationType' => 'get',
                'ramAction' => [
                    'action' => 'eflo:GetResourcePredictResult',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Eflo', 'resourceType' => 'ExperimentPlanTemplate', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:experimentplantemplate/{#ExperimentPlanTemplateId}'],
                    ],
                ],
            ],
            [
                'apiName' => 'CreateResource',
                'description' => '添加集群信息',
                'operationType' => 'create',
                'additionalActions' => [],
                'ramAction' => [
                    'action' => 'eflo:CreateResource',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Eflo', 'resourceType' => 'Resource', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:resource/*'],
                    ],
                ],
            ],
            [
                'apiName' => 'GetExperimentPlan',
                'description' => '获取实验计划详情',
                'operationType' => 'get',
                'ramAction' => [
                    'action' => 'eflo:GetExperimentPlan',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Eflo', 'resourceType' => 'ExperimentPlan', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:experimentplan/{#ExperimentPlanId}'],
                    ],
                ],
            ],
            [
                'apiName' => 'GetExperimentResultData',
                'description' => '获取实验结果数据',
                'operationType' => 'get',
                'ramAction' => [
                    'action' => 'eflo:GetExperimentResultData',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Eflo', 'resourceType' => 'Experiment', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:experiment/{#ExperimentId}'],
                    ],
                ],
            ],
            [
                'apiName' => 'ChangeResourceGroup',
                'description' => '资源转组',
                'operationType' => 'update',
                'ramAction' => [
                    'action' => 'eflo:ChangeResourceGroup',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Eflo', 'resourceType' => 'ExperimentPlan', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:experimentplan/{#ExperimentPlanId}'],
                    ],
                ],
            ],
            [
                'apiName' => 'CreateExperimentPlanTemplate',
                'description' => '创建实验计划模版',
                'operationType' => 'create',
                'ramAction' => [
                    'action' => 'eflo:CreateExperimentPlanTemplate',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Eflo', 'resourceType' => 'ExperimentPlanTemplate', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:experimentplantemplate/*'],
                    ],
                ],
            ],
            [
                'apiName' => 'CheckServiceLinkedRoleEfloCnpForDeleting',
                'description' => '校验服务角色',
                'operationType' => 'get',
                'ramAction' => [
                    'action' => 'eflo:CheckServiceLinkedRoleEfloCnpForDeleting',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Eflo', 'resourceType' => 'Experiment', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:experiment/*'],
                    ],
                ],
            ],
            [
                'apiName' => 'GetExperimentPlanTemplate',
                'description' => '获取实验计划模版',
                'operationType' => 'get',
                'ramAction' => [
                    'action' => 'eflo:GetExperimentPlanTemplate',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Eflo', 'resourceType' => 'ExperimentPlanTemplate', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:experimentplantemplate/{#ExperimentPlanTemplateId}'],
                    ],
                ],
            ],
            [
                'apiName' => 'UpdateExperimentPlan',
                'description' => '修改实验计划',
                'operationType' => 'update',
                'ramAction' => [
                    'action' => 'eflo:UpdateExperimentPlan',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Eflo', 'resourceType' => 'ExperimentPlan', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:experimentplan/{#ExperimentPlanId}'],
                    ],
                ],
            ],
            [
                'apiName' => 'ListWorkloads',
                'description' => '获取模型列表',
                'operationType' => 'list',
                'ramAction' => [
                    'action' => 'eflo:ListWorkloads',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Eflo', 'resourceType' => 'Workload', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:workload/*'],
                    ],
                ],
            ],
            [
                'apiName' => 'DeleteExperimentPlan',
                'description' => '删除实验计划',
                'operationType' => 'delete',
                'ramAction' => [
                    'action' => 'eflo:DeleteExperimentPlan',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Eflo', 'resourceType' => 'ExperimentPlanTemplate', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:experimentplan/{#ExperimentPlanId}'],
                    ],
                ],
            ],
            [
                'apiName' => 'GetResource',
                'description' => '获取集群信息',
                'operationType' => 'get',
                'ramAction' => [
                    'action' => 'eflo:GetResource',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Eflo', 'resourceType' => 'Resource', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:resource/{#ClusterId}'],
                    ],
                ],
            ],
            [
                'apiName' => 'DeleteExperiment',
                'description' => '删除实验',
                'operationType' => 'delete',
                'ramAction' => [
                    'action' => 'eflo:DeleteExperiment',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Eflo', 'resourceType' => 'Experiment', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:experiment/{#ExperimentId}'],
                    ],
                ],
            ],
            [
                'apiName' => 'ListExperimentPlanTemplates',
                'description' => '获取实验计划模版列表',
                'operationType' => 'list',
                'ramAction' => [
                    'action' => 'eflo:ListExperimentPlanTemplates',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Eflo', 'resourceType' => 'ExperimentPlanTemplate', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:experimentplantemplate/*'],
                    ],
                ],
            ],
            [
                'apiName' => 'ListExperiments',
                'description' => '获取实验列表',
                'operationType' => 'list',
                'ramAction' => [
                    'action' => 'eflo:ListExperiments',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Eflo', 'resourceType' => 'Experiment', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:experiment/*'],
                    ],
                ],
            ],
            [
                'apiName' => 'ValidateResource',
                'description' => '校验集群信息',
                'operationType' => 'update',
                'ramAction' => [
                    'action' => 'eflo:ValidateResource',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Eflo', 'resourceType' => 'Resource', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:resource/{#ClusterId}'],
                    ],
                ],
            ],
            [
                'apiName' => 'ListTagResources',
                'description' => '查询资源标签',
                'operationType' => 'list',
                'ramAction' => [
                    'action' => 'eflo:ListTagResources',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Eflo', 'resourceType' => 'ExperimentPlan', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:experimentplan/*'],
                    ],
                ],
            ],
            [
                'apiName' => 'CreateExperimentPlan',
                'description' => '创建实验计划',
                'operationType' => 'create',
                'ramAction' => [
                    'action' => 'eflo:CreateExperimentPlan',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Eflo', 'resourceType' => 'ExperimentPlan', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:experimentplan/*'],
                    ],
                ],
            ],
        ],
        'resourceTypes' => [
            ['validationType' => 'always', 'resourceType' => 'ExperimentPlan', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:experimentplan/{#ExperimentPlanId}'],
            ['validationType' => 'always', 'resourceType' => 'Experiment', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:experiment/{#ExperimentId}'],
            ['validationType' => 'always', 'resourceType' => 'Workload', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:workload/{#WorkloadId}'],
            ['validationType' => 'always', 'resourceType' => 'ExperimentPlan', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:experimentplan/*'],
            ['validationType' => 'always', 'resourceType' => 'ExperimentPlanTemplate', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:experimentplantemplate/{#ExperimentPlanTemplateId}'],
            ['validationType' => 'always', 'resourceType' => 'Resource', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:resource/*'],
            ['validationType' => 'always', 'resourceType' => 'ExperimentPlanTemplate', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:experimentplantemplate/*'],
            ['validationType' => 'always', 'resourceType' => 'Experiment', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:experiment/*'],
            ['validationType' => 'always', 'resourceType' => 'Workload', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:workload/*'],
            ['validationType' => 'always', 'resourceType' => 'ExperimentPlanTemplate', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:experimentplan/{#ExperimentPlanId}'],
            ['validationType' => 'always', 'resourceType' => 'Resource', 'arn' => 'acs:eflo:{#regionId}:{#accountId}:resource/{#ClusterId}'],
        ],
    ],
];