summaryrefslogtreecommitdiff
path: root/data/en_us/paiautoml/2022-08-28/api-docs.php
blob: e709e71e8a13e057d72786071a2764e3238ebc72 (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
<?php return [
    'version' => '1.0',
    'info' => ['style' => 'ROA', 'product' => 'paiAutoML', 'version' => '2022-08-28'],
    'directories' => ['CreateAutofeExperiment', 'CreateHpoExperiment', 'CreateServiceIdentityRole', 'DeleteHpoExperiment', 'GetAutofeExperiment', 'GetHpoExperiment', 'GetHpoTrial', 'GetServiceIdentityRole', 'ListHpoExperimentLogs', 'ListHpoExperiments', 'ListHpoTrialCommands', 'ListHpoTrialLogNames', 'ListHpoTrialLogs', 'ListHpoTrials', 'RestartHpoTrials', 'StopHpoExperiment', 'StopHpoTrials', 'UpdateHpoExperiment'],
    'components' => [
        'schemas' => [
            'AutofeExperimentConfiguration' => [
                'title' => 'A short description of struct',
                'description' => 'The configuration of the AutoFE experiment.'."\n",
                'visibility' => 'Public',
                'type' => 'object',
                'properties' => [
                    'oss_config' => [
                        'title' => 'oss_config',
                        'description' => 'Object Storage Service (OSS) configurations.'."\n",
                        'visibility' => 'Public',
                        'type' => 'object',
                        'properties' => [
                            'oss_bucket' => ['title' => 'oss_bucket', 'description' => 'The name of the OSS bucket.'."\n", 'visibility' => 'Public', 'type' => 'string', 'required' => true, 'example' => 'autofe-service', 'backendName' => 'oss_bucket'],
                            'oss_access_id' => ['title' => 'oss_access_id', 'description' => 'oss access id'."\n", 'visibility' => 'Public', 'type' => 'string', 'required' => false, 'example' => 'Ltx***yw', 'backendName' => 'oss_access_id'],
                            'oss_access_key' => ['title' => 'oss_access_key', 'description' => 'oss access key'."\n", 'visibility' => 'Public', 'type' => 'string', 'required' => false, 'example' => 'Tc***Mu', 'backendName' => 'oss_access_key', 'sensitive' => true],
                            'oss_role_arn' => ['title' => 'oss_role_arn', 'description' => 'The service-linked role for PAIAutoML. If this parameter is specified, AccessKey ID and Secret are not required.'."\n", 'visibility' => 'Public', 'type' => 'string', 'required' => false, 'example' => 'acs:ram::xxx:role/aliyunserviceroleforpaiautoml'."\n", 'backendName' => 'oss_role_arn'],
                            'oss_endpoint' => ['title' => 'oss_endpoint', 'description' => 'oss endpoint'."\n", 'visibility' => 'Public', 'type' => 'string', 'required' => true, 'example' => 'oss-cn-beijing.aliyuncs.com', 'backendName' => 'oss_endpoint'],
                        ],
                        'required' => true,
                        'backendName' => 'oss_config',
                    ],
                    'odps_config' => [
                        'title' => 'odps_config',
                        'description' => 'MaxCompute configurations.'."\n",
                        'visibility' => 'Public',
                        'type' => 'object',
                        'properties' => [
                            'odps_region_id' => ['title' => 'odps_region_id', 'description' => 'The MaxCompute region ID.'."\n", 'visibility' => 'Public', 'type' => 'string', 'required' => true, 'example' => 'cn-beijing', 'backendName' => 'odps_region_id'],
                            'odps_project_name' => ['title' => 'odps_project_name', 'description' => 'The name of the MaxCompute project.'."\n", 'visibility' => 'Public', 'type' => 'string', 'required' => true, 'example' => 'pai_rec', 'backendName' => 'odps_project_name'],
                            'odps_endpoint' => ['title' => 'odps_endpoint', 'description' => 'odps endpoint'."\n", 'visibility' => 'Public', 'type' => 'string', 'required' => true, 'example' => 'http://service.cn-beijing.maxcompute.aliyun.com/api', 'backendName' => 'odps_endpoint'],
                            'odps_access_id' => ['title' => 'odps_access_id', 'description' => 'odps access id'."\n", 'visibility' => 'Public', 'type' => 'string', 'example' => 'Ltx***yw'."\n", 'backendName' => 'odps_access_id'],
                            'odps_access_key' => ['title' => 'odps_access_key', 'description' => 'odps access key'."\n", 'visibility' => 'Public', 'type' => 'string', 'example' => 'Tc***Mu'."\n", 'backendName' => 'odps_access_key', 'sensitive' => true],
                            'odps_role_arn' => ['title' => 'odps_role_arn', 'description' => 'The service-linked role for PAIAutoML. If this parameter is specified, AccessKey ID and Secret are not required.'."\n", 'visibility' => 'Public', 'type' => 'string', 'example' => 'acs:ram::xxx:role/aliyunserviceroleforpaiautoml'."\n", 'backendName' => 'odps_role_arn'],
                        ],
                        'required' => true,
                        'backendName' => 'odps_config',
                    ],
                    'yml_config' => [
                        'title' => 'yml_config',
                        'description' => 'AutoFE runtime configurations.'."\n",
                        'visibility' => 'Public',
                        'type' => 'object',
                        'properties' => [
                            'workspace_name' => ['title' => 'workspace_name', 'description' => 'The name of the workspace.'."\n", 'visibility' => 'Public', 'type' => 'string', 'required' => true, 'example' => 'my_workspace_1', 'backendName' => 'workspace_name'],
                            'output_config_oss_dir' => ['title' => 'output_config_oss_dir', 'description' => 'The output path of the dynamic configurations.'."\n", 'visibility' => 'Public', 'type' => 'string', 'required' => true, 'example' => 'oss://bucket_name/folder/', 'backendName' => 'output_config_oss_dir'],
                            'label' => ['title' => 'label', 'description' => 'The name of the label column of the input data.'."\n", 'visibility' => 'Public', 'type' => 'string', 'required' => true, 'example' => 'is_click', 'backendName' => 'label'],
                            'data_source' => ['title' => 'data_source', 'description' => 'The name of the data source.'."\n", 'visibility' => 'Public', 'type' => 'string', 'required' => true, 'example' => 'pai_online_project.finance_record, oss://autofe-test/data/train.csv'."\n", 'backendName' => 'data_source'],
                            'data_type' => ['title' => 'data_type', 'description' => 'The type of the data.'."\n", 'visibility' => 'Public', 'type' => 'string', 'example' => 'odps, oss', 'backendName' => 'data_type'],
                            'aggregate_only' => ['title' => 'aggregate_only', 'description' => 'Specifies whether to perform only aggregate data analysis. If you specify false, the four operations are also performed.'."\n", 'visibility' => 'Public', 'type' => 'string', 'example' => 'true / false', 'backendName' => 'aggregate_only'],
                            'reuse_results' => ['title' => 'reuse_results', 'description' => 'Specifies whether to reuse the intermediate results.'."\n", 'visibility' => 'Public', 'type' => 'string', 'example' => 'false', 'backendName' => 'reuse_results'],
                            'workers' => ['title' => 'workers', 'description' => 'The number of workers to be used in AutoFE.'."\n", 'visibility' => 'Public', 'type' => 'string', 'example' => '10', 'backendName' => 'workers'],
                            'memory' => ['title' => 'memory', 'description' => 'The memory usage of each worker in the experiment.'."\n", 'visibility' => 'Public', 'type' => 'string', 'example' => '4000', 'backendName' => 'memory'],
                            'cpu' => ['title' => 'cpu', 'description' => 'The CPU usage of each worker in the experiment.'."\n", 'visibility' => 'Public', 'type' => 'string', 'example' => '2', 'backendName' => 'cpu'],
                            'debug_mode' => ['title' => 'debug_mode', 'description' => 'Specifies whether to enable the debug mode.'."\n", 'visibility' => 'Public', 'type' => 'string', 'example' => 'false', 'backendName' => 'debug_mode'],
                            'action' => ['title' => 'action', 'description' => 'The operations of the experiment. Valid values: `fs_train`, `train`, `analyze`, `pipeline`, `selection`, and `transform`.'."\n", 'visibility' => 'Public', 'type' => 'string', 'example' => 'fs_train', 'backendName' => 'action'],
                            'sample_size' => ['title' => 'sample_size', 'description' => 'The number of data samples. This parameter is needed when the data size is too large.'."\n", 'visibility' => 'Public', 'type' => 'string', 'example' => '5000000', 'backendName' => 'sample_size'],
                            'analyze_exp_id' => ['title' => 'analyze_exp_id', 'description' => 'The ID of the feature analysis experiment. This parameter is used only if data analysis is already done. If AutoFE is performed for the first time, this parameter is not required.'."\n", 'visibility' => 'Public', 'type' => 'string', 'example' => 't2qz2opx', 'backendName' => 'analyze_exp_id'],
                            'data_partition' => ['title' => 'data_partition', 'description' => 'The data partition.'."\n", 'visibility' => 'Public', 'type' => 'string', 'example' => 'ds=20230720', 'backendName' => 'data_partition'],
                            'exclude_columns' => ['title' => 'exclude_columns', 'description' => 'The name of the column to be ignored. For example, the ID columns or other columns not relevant to feature engineering.'."\n", 'visibility' => 'Public', 'type' => 'string', 'example' => 'c1,c2,c3', 'backendName' => 'exclude_columns'],
                            'feature_selection' => ['title' => 'feature_selection', 'description' => 'Specifies whether to use the results of feature selection for feature analysis.'."\n", 'visibility' => 'Public', 'type' => 'string', 'example' => 'true', 'backendName' => 'feature_selection'],
                            'selection_exp_id' => ['title' => 'selection_exp_id', 'description' => 'The ID of the feature selection experiment.'."\n", 'visibility' => 'Public', 'type' => 'string', 'example' => 't2qz2opx', 'backendName' => 'selection_exp_id'],
                            'pipeline_exp_id' => ['title' => 'pipeline_exp_id', 'description' => 'The ID of the pipeline training experiment.'."\n", 'visibility' => 'Public', 'type' => 'string', 'example' => 't2qz2opx', 'backendName' => 'pipeline_exp_id'],
                            'sample_ratio' => ['title' => 'sample_ratio', 'description' => 'The ratio of data samples. You can specify this parameter when the data size is too large.'."\n", 'visibility' => 'Public', 'type' => 'string', 'example' => '0.01', 'backendName' => 'sample_ratio'],
                            'filter_thresh' => ['title' => 'filter_thresh', 'description' => 'The filtering threshold of low frequency features.'."\n", 'visibility' => 'Public', 'type' => 'string', 'example' => '10', 'backendName' => 'filter_thresh'],
                            'skip_select' => ['title' => 'skip_select', 'description' => 'Specifies whether all original features are contained in the output.'."\n", 'visibility' => 'Public', 'type' => 'string', 'example' => 'true', 'backendName' => 'skip_select'],
                            'iv_thresh' => ['title' => 'iv_thresh', 'description' => 'The information value threshold for feature selection. If the information value of a feature is lower than iv_thresh, the feature is filtered out. We recommend that you set this parameter to 0.02.'."\n", 'visibility' => 'Public', 'type' => 'string', 'example' => '0.02', 'backendName' => 'iv_thresh'],
                        ],
                        'required' => true,
                        'backendName' => 'yml_config',
                    ],
                ],
            ],
            'HpoExperimentConfig' => [
                'title' => 'A short description of struct',
                'description' => 'The request parameters of CreateHpoExperiment.'."\n",
                'visibility' => 'Public',
                'type' => 'object',
                'properties' => [
                    'params_config' => [
                        'title' => 'params_config',
                        'description' => 'params_config'."\n",
                        'visibility' => 'Public',
                        'type' => 'object',
                        'properties' => [
                            'params_src_dst_filepath' => [
                                'title' => 'params_src_dst_filepath',
                                'description' => 'The source and destination paths of params_config.'."\n",
                                'visibility' => 'Public',
                                'type' => 'array',
                                'items' => ['description' => 'The source and destination paths. The values are strings separated by commas.'."\n", 'visibility' => 'Public', 'type' => 'string', 'extendType' => 'true', 'example' => './local/path/foo.config,oss://bucket/remote/path/bar.config', 'title' => ''],
                                'example' => 'src_path,dst_file_path',
                                'backendName' => 'params_src_dst_filepath',
                                'itemName' => 'params_src_dst_filepath',
                            ],
                        ],
                        'backendName' => 'params_config',
                        'example' => '',
                    ],
                    'platform_config' => [
                        'title' => 'platform_config',
                        'description' => 'platform_config'."\n",
                        'visibility' => 'Public',
                        'type' => 'object',
                        'properties' => [
                            'name' => ['title' => 'name of the computation platform', 'description' => 'The name of the platform where the experiment is executed.'."\n", 'visibility' => 'Public', 'type' => 'string', 'required' => true, 'backendName' => 'name', 'example' => 'DLC, MaxCompute,paiflow, etc'],
                            'cmd' => [
                                'title' => 'a list of commands to be executed',
                                'description' => 'The list of commands to be executed on the background computing platform.'."\n",
                                'visibility' => 'Public',
                                'type' => 'array',
                                'items' => ['description' => 'The commands to be executed.'."\n", 'visibility' => 'Public', 'type' => 'string', 'required' => true, 'extendType' => 'true', 'example' => 'pai -name kmeans -project foo -Dseed 1', 'title' => ''],
                                'required' => true,
                                'backendName' => 'cmd',
                                'itemName' => 'commands',
                                'example' => '',
                            ],
                            'resume' => ['title' => 'resume', 'description' => 'Specifies whether to enable resume. For example, if the first line succeeds and the second line fails due to insufficient resources, you can enable resume to start from the second line.'."\n", 'visibility' => 'Public', 'type' => 'string', 'backendName' => 'resume', 'example' => '0/1。'."\n"
                                .'1表示启用。不填写不启用'],
                        ],
                        'required' => true,
                        'backendName' => 'platform_config',
                        'example' => '',
                    ],
                    'metric_config' => [
                        'title' => 'metric_config',
                        'description' => 'metric_config'."\n",
                        'visibility' => 'Public',
                        'type' => 'object',
                        'properties' => [
                            'metric_type' => ['title' => 'metric_type', 'description' => 'The metric type of the user evaluation trial. Valid values: summary, table, json, stdout.'."\n", 'visibility' => 'Public', 'type' => 'string', 'required' => true, 'backendName' => 'metric_type', 'example' => 'table, summary, stdout或者json'],
                            'metric_source' => [
                                'title' => 'metric_source',
                                'description' => 'metric_source'."\n",
                                'visibility' => 'Public',
                                'type' => 'array',
                                'items' => ['description' => 'Source of the metric. For example, an OSS file path or an SQL statement to obtain the metric from a MaxCompute table.'."\n", 'visibility' => 'Public', 'type' => 'string', 'extendType' => 'true', 'example' => '对于table类型,为从Table获取metric的MaxCompute语句,如:select count(*) as cnt from nni_test1_${exp_id}_${trial_id};'."\n"
                                    .'对于summary类型,为summary所在路径,如:oss://test-nni/examples/search/pai/metric/metric_${exp_id}_${trial_id}/'."\n"
                                    .'对于stdout类型,为从那一条cmd抽取metric,如:cmd1 (序号从1开始)', 'title' => ''],
                                'required' => true,
                                'backendName' => 'metric_source',
                                'example' => '',
                            ],
                            'final_mode' => ['title' => 'final_mode', 'description' => 'Specifies how to calculate the final metric from the intermediate metrics. Valid values: final, best, avg.'."\n", 'visibility' => 'Public', 'type' => 'string', 'required' => true, 'backendName' => 'final_mode', 'example' => 'final, best, avg'],
                            'metric_dict' => ['title' => 'metric_dict', 'description' => 'The name and weight of metrics. Use this parameter if you need to consider multiple metrics at the same time. Note: The weight can be negative, and the sum of the weights is not necessarily 1.'."\n", 'visibility' => 'Public', 'type' => 'object', 'required' => true, 'backendName' => 'metric_dict', 'example' => '{\'auc\':0.25, \'recall\':0.5, \'precision\':0.25}'],
                            'source_list_final_mode' => ['title' => 'source_list_final_mode', 'description' => 'Specifies how to calculate the final metric if multiple metric sources are used. Optional. Default value: final_mode. Valid values: final, best, and avg.'."\n", 'visibility' => 'Public', 'type' => 'string', 'backendName' => 'source_list_final_mode', 'example' => 'avg'],
                        ],
                        'required' => true,
                        'backendName' => 'metric_config',
                        'example' => '',
                    ],
                    'oss_config' => [
                        'title' => 'oss_config',
                        'description' => 'Object Storage Service (OSS) configurations.'."\n",
                        'visibility' => 'Public',
                        'type' => 'object',
                        'properties' => [
                            'endpoint' => ['title' => 'endpoint', 'description' => 'endpoint'."\n", 'visibility' => 'Public', 'type' => 'string', 'backendName' => 'endpoint', 'example' => 'http://oss-cn-beijing.aliyuncs.com'],
                            'accessKeyID' => ['title' => 'accessKeyID', 'description' => 'accessKeyID'."\n", 'visibility' => 'Public', 'type' => 'string', 'backendName' => 'accessKeyID', 'example' => 'ak字符串'],
                            'accessKeySecret' => ['title' => 'accessKeySecret', 'description' => 'accessKeySecret'."\n", 'visibility' => 'Public', 'type' => 'string', 'backendName' => 'accessKeySecret', 'sensitive' => true, 'example' => 'sk字符串'],
                            'role_arn' => ['title' => 'role_arn', 'description' => 'The service-linked role for PAIAutoML. If this parameter is specified, AccessKey ID and Secret are not required.'."\n", 'visibility' => 'Public', 'type' => 'string', 'backendName' => 'role_arn', 'example' => 'acs:ram::xxx:role/aliyunserviceroleforpaiautoml'],
                        ],
                        'backendName' => 'oss_config',
                        'example' => '',
                    ],
                    'odps_config' => [
                        'title' => 'odps_config',
                        'description' => 'MaxCompute configurations.'."\n",
                        'visibility' => 'Public',
                        'type' => 'object',
                        'properties' => [
                            'access_id' => ['title' => 'access_id', 'description' => 'access_id'."\n", 'visibility' => 'Public', 'type' => 'string', 'backendName' => 'access_id', 'example' => 'ak字符串'],
                            'access_key' => ['title' => 'access_key', 'description' => 'access_key'."\n", 'visibility' => 'Public', 'type' => 'string', 'backendName' => 'access_key', 'sensitive' => true, 'example' => 'sk字符串'],
                            'project_name' => ['title' => 'project_name', 'description' => 'The name of the MaxCompute project.'."\n", 'visibility' => 'Public', 'type' => 'string', 'backendName' => 'project_name', 'example' => 'my_project_x'],
                            'end_point' => ['title' => 'end_point', 'description' => 'end_point'."\n", 'visibility' => 'Public', 'type' => 'string', 'backendName' => 'end_point', 'example' => 'http://service.cn-beijing.maxcompute.aliyun.com/api'],
                            'log_view_host' => ['title' => 'log_view_host', 'description' => 'log_view_host'."\n", 'visibility' => 'Public', 'type' => 'string', 'backendName' => 'log_view_host', 'example' => 'http://logview.odps.aliyun.com'],
                            'region' => ['title' => 'region', 'description' => 'region'."\n", 'visibility' => 'Public', 'type' => 'string', 'backendName' => 'region', 'example' => 'cn-hangzhou / cn-beijing / cn-shanghai / cn-shenzhen / cn-hongkong'],
                            'role_arn' => ['title' => 'role_arn', 'description' => 'The service-linked role for PAIAutoML. If this parameter is specified, AccessKey ID and Secret are not required.'."\n", 'visibility' => 'Public', 'type' => 'string', 'backendName' => 'role_arn', 'example' => 'acs:ram::xxx:role/aliyunserviceroleforpaiautoml'."\n"],
                        ],
                        'backendName' => 'odps_config',
                        'example' => '',
                    ],
                    'ts_config' => [
                        'title' => 'ts_config',
                        'description' => 'ts_config'."\n",
                        'visibility' => 'Public',
                        'type' => 'object',
                        'properties' => [
                            'access_key_id' => ['title' => 'access_key_id', 'description' => 'access_key_id'."\n", 'visibility' => 'Public', 'type' => 'string', 'backendName' => 'access_key_id', 'example' => 'ak字符串'],
                            'access_key_secret' => ['title' => 'access_key_secret', 'description' => 'access_key_secret'."\n", 'visibility' => 'Public', 'type' => 'string', 'backendName' => 'access_key_secret', 'sensitive' => true, 'example' => 'sk字符串'],
                            'region_id' => ['title' => 'region_id', 'description' => 'region_id'."\n", 'visibility' => 'Public', 'type' => 'string', 'backendName' => 'region_id', 'example' => 'cn-hangzhou / cn-beijing / cn-shanghai / cn-shenzhen / cn-hongkong'."\n"],
                            'endpoint' => ['title' => 'endpoint', 'description' => 'endpoint'."\n", 'visibility' => 'Public', 'type' => 'string', 'backendName' => 'endpoint', 'example' => 'pai.cn-shanghai.aliyuncs.com'],
                        ],
                        'backendName' => 'ts_config',
                        'example' => '',
                    ],
                    'paiflow_config' => [
                        'title' => 'paiflow_config',
                        'description' => 'paiflow_config'."\n",
                        'visibility' => 'Public',
                        'type' => 'object',
                        'properties' => [
                            'access_key_id' => ['title' => 'access_key_id', 'description' => 'access_key_id'."\n", 'visibility' => 'Public', 'type' => 'string', 'backendName' => 'access_key_id', 'example' => 'ak字符串'],
                            'access_key_secret' => ['title' => 'access_key_secret', 'description' => 'access_key_secret'."\n", 'visibility' => 'Public', 'type' => 'string', 'backendName' => 'access_key_secret', 'sensitive' => true, 'example' => 'sk字符串'],
                            'region_id' => ['title' => 'region_id', 'description' => 'region_id'."\n", 'visibility' => 'Public', 'type' => 'string', 'backendName' => 'region_id', 'example' => 'cn-hangzhou / cn-beijing / cn-shanghai / cn-shenzhen / cn-hongkong'."\n"],
                            'workspace_id' => ['title' => 'workspace_id', 'description' => 'The ID of the PAI workspace.'."\n", 'visibility' => 'Public', 'type' => 'string', 'backendName' => 'workspace_id', 'example' => '12345'],
                        ],
                        'backendName' => 'paiflow_config',
                        'example' => '',
                    ],
                    'yml_config' => [
                        'title' => 'yml_config',
                        'description' => 'The run time configurations of the hyperparameter optimization (HPO) experiment.'."\n",
                        'visibility' => 'Public',
                        'type' => 'object',
                        'properties' => [
                            'trial_concurrency' => ['title' => 'trialConcurrency', 'description' => 'The maximum number of concurrent trials.'."\n", 'visibility' => 'Public', 'type' => 'integer', 'format' => 'int32', 'backendName' => 'trialConcurrency', 'example' => '5'],
                            'max_trial_number' => ['title' => 'maxTrialNumber', 'description' => 'The maximum number of trials for an experiment. Note that the experiment may end before all trials are run.'."\n", 'visibility' => 'Public', 'type' => 'integer', 'format' => 'int32', 'backendName' => 'maxTrialNumber', 'example' => '20'],
                            'experiment_name' => ['title' => 'experiment_name', 'description' => 'The name of the experiment.'."\n", 'visibility' => 'Public', 'type' => 'string', 'backendName' => 'experiment_name', 'example' => 'my_hpo_exp_3'],
                            'tuner' => [
                                'title' => 'tuner',
                                'description' => 'The HPO algorithm.'."\n",
                                'visibility' => 'Public',
                                'type' => 'object',
                                'properties' => [
                                    'name' => ['title' => 'name', 'description' => 'The name of the HPO algorithm.'."\n", 'visibility' => 'Public', 'type' => 'string', 'backendName' => 'name', 'example' => 'TPE'],
                                    'class_args' => ['title' => 'class_args', 'description' => 'The parameters of the HPO algorithm.'."\n", 'visibility' => 'Public', 'type' => 'object', 'backendName' => 'class_args', 'example' => ''],
                                ],
                                'backendName' => 'tuner',
                                'example' => '',
                            ],
                            'debug' => ['title' => 'debug', 'description' => 'Specifies whether to debug.'."\n", 'visibility' => 'Public', 'type' => 'boolean', 'backendName' => 'debug', 'example' => 'false/true'],
                            'log_level' => ['title' => 'log_level', 'description' => 'The log level.'."\n", 'visibility' => 'Public', 'type' => 'string', 'backendName' => 'log_level', 'example' => 'debug'],
                            'assessor' => [
                                'title' => 'assessor',
                                'description' => 'assessor'."\n",
                                'visibility' => 'Public',
                                'type' => 'object',
                                'properties' => [
                                    'name' => ['title' => 'name', 'description' => 'The name of the class used for evaluation.'."\n", 'visibility' => 'Public', 'type' => 'string', 'backendName' => 'name', 'example' => 'PAIAssessor'],
                                    'class_args' => [
                                        'title' => 'class_args',
                                        'description' => 'class_args'."\n",
                                        'visibility' => 'Public',
                                        'type' => 'object',
                                        'properties' => [
                                            'proportion' => ['title' => 'proportion', 'description' => 'The proportion of the optimal value of this hyperparameter search to the historical value.'."\n", 'visibility' => 'Public', 'type' => 'number', 'format' => 'float', 'backendName' => 'proportion', 'example' => '0.5'],
                                            'start_step' => ['title' => 'start_step', 'description' => 'The step from which EarlyStop can be triggered.'."\n", 'visibility' => 'Public', 'type' => 'integer', 'format' => 'int32', 'backendName' => 'start_step', 'example' => '2'],
                                            'moving_avg' => ['title' => 'moving_avg', 'description' => 'Specifies whether to use the average moving of all history to determine EarlyStop.'."\n", 'visibility' => 'Public', 'type' => 'string', 'backendName' => 'moving_avg', 'example' => 'true'],
                                            'optimize_mode' => ['title' => 'optimize_mode', 'description' => 'The optimization mode.'."\n", 'visibility' => 'Public', 'type' => 'string', 'backendName' => 'optimize_mode', 'example' => 'maximize/minimize'],
                                            'earlystop' => ['title' => 'earlystop', 'description' => 'Specifies whether to enable EarlyStop.'."\n", 'visibility' => 'Public', 'type' => 'boolean', 'backendName' => 'earlystop', 'example' => 'True, False'],
                                        ],
                                        'backendName' => 'class_args',
                                        'example' => '',
                                    ],
                                ],
                                'backendName' => 'assessor',
                                'example' => '',
                            ],
                        ],
                        'backendName' => 'yml_config',
                        'example' => '',
                    ],
                    'search_space' => ['title' => 'search_space', 'description' => 'The search space of the hyperparameter. The value is a JSON string.'."\n", 'visibility' => 'Public', 'type' => 'object', 'backendName' => 'search_space', 'example' => '{'."\n"
                        .'    "${tree_count}":{"_type":"choice","_value":[5,10,3]},'."\n"
                        .'    "${max_depth}":{"_type":"randint","_value":[3,6]}'."\n"
                        .'}'],
                    'k8s_config' => [
                        'title' => 'k8s_config',
                        'description' => 'No configuration required.'."\n",
                        'visibility' => 'Public',
                        'type' => 'object',
                        'properties' => [
                            'nni_container_requested_memory' => ['title' => 'nni_container_requested_memory', 'description' => 'nni_container_requested_memory'."\n", 'visibility' => 'Public', 'type' => 'string', 'backendName' => 'nni_container_requested_memory', 'example' => '不需要配置'],
                            'nni_container_requested_cpu' => ['title' => 'nni_container_requested_cpu', 'description' => 'nni_container_requested_cpu'."\n", 'visibility' => 'Public', 'type' => 'string', 'backendName' => 'nni_container_requested_cpu', 'example' => '不需要配置'],
                            'nni_container_memory_limit' => ['title' => 'nni_container_memory_limit', 'description' => 'nni_container_memory_limit'."\n", 'visibility' => 'Public', 'type' => 'string', 'backendName' => 'nni_container_memory_limit', 'example' => '不需要配置'],
                            'nni_container_cpu_limit' => ['title' => 'nni_container_cpu_limit', 'description' => 'nni_container_cpu_limit'."\n", 'visibility' => 'Public', 'type' => 'string', 'backendName' => 'nni_container_cpu_limit', 'example' => '不需要配置'],
                        ],
                        'backendName' => 'k8s_config',
                        'example' => '',
                    ],
                    'dlc_config' => [
                        'title' => 'dlc_config',
                        'description' => 'dlc_config'."\n",
                        'visibility' => 'Public',
                        'type' => 'object',
                        'properties' => [
                            'access_id' => ['title' => 'access_id', 'description' => 'access_id'."\n", 'visibility' => 'Public', 'type' => 'string', 'backendName' => 'access_id', 'example' => 'ak字符串'],
                            'access_key' => ['title' => 'access_key', 'description' => 'access_key'."\n", 'visibility' => 'Public', 'type' => 'string', 'backendName' => 'access_key', 'sensitive' => true, 'example' => 'sk字符串'],
                            'endpoint' => ['title' => 'endpoint', 'description' => 'endpoint'."\n", 'visibility' => 'Public', 'type' => 'string', 'backendName' => 'endpoint', 'example' => 'pai-dlc.cn-shanghai.aliyuncs.com'],
                            'region' => ['title' => 'region', 'description' => 'region'."\n", 'visibility' => 'Public', 'type' => 'string', 'backendName' => 'region', 'example' => 'cn-hangzhou / cn-beijing / cn-shanghai / cn-shenzhen / cn-hongkong'."\n"],
                            'protocol' => ['title' => 'protocol', 'description' => 'protocol'."\n", 'visibility' => 'Public', 'type' => 'string', 'backendName' => 'protocol', 'example' => 'https'],
                        ],
                        'backendName' => 'dlc_config',
                        'example' => '',
                    ],
                    'schedule_config' => [
                        'title' => 'schedule_config',
                        'description' => 'schedule_config'."\n",
                        'visibility' => 'Public',
                        'type' => 'object',
                        'properties' => [
                            'day' => ['title' => 'day', 'description' => 'day'."\n", 'visibility' => 'Public', 'type' => 'string', 'backendName' => 'day', 'example' => 'everyday'],
                            'start_time' => ['title' => 'start_time', 'description' => 'start_time'."\n", 'visibility' => 'Public', 'type' => 'string', 'backendName' => 'start_time', 'example' => '11:10'],
                            'end_time' => ['title' => 'end_time', 'description' => 'end_time'."\n", 'visibility' => 'Public', 'type' => 'string', 'backendName' => 'end_time', 'example' => '23:56'],
                        ],
                        'backendName' => 'schedule_config',
                        'example' => '',
                    ],
                    'monitor_config' => [
                        'title' => 'monitor_config',
                        'description' => 'DingTalk group monitoring configurations.'."\n",
                        'visibility' => 'Public',
                        'type' => 'object',
                        'properties' => [
                            'url' => ['title' => 'url', 'description' => 'The Webhook URL of the custom robot.'."\n", 'visibility' => 'Public', 'type' => 'string', 'backendName' => 'url', 'example' => 'https://oapi.dingtalk.com/robot/send?access_token=${UID}'."\n"
                                .'参考https://open.dingtalk.com/document/robots/custom-robot-access去添加自定义机器人,获取url'],
                            'keyword' => ['title' => 'keyword', 'description' => 'The custom keyword for the custom robot.'."\n", 'visibility' => 'Public', 'type' => 'string', 'backendName' => 'keyword', 'example' => 'monitor'],
                            'at_mobiles' => ['title' => 'at_mobiles', 'description' => 'The phone number of the group member to be @ mentioned. Phone numbers of non-members are de-identified.'."\n", 'visibility' => 'Public', 'type' => 'string', 'backendName' => 'at_mobiles', 'itemName' => 'atMobiles', 'example' => '[1472583690]'],
                            'at_user_ids' => ['title' => 'at_user_ids', 'description' => 'The userid of the member to be @ mentioned.'."\n", 'visibility' => 'Public', 'type' => 'string', 'backendName' => 'at_user_ids', 'itemName' => 'atUserIds', 'example' => '[1234567890]'],
                            'is_at_all' => ['title' => 'is_at_all', 'description' => 'Specifies whether to @ mention everyone.'."\n", 'visibility' => 'Public', 'type' => 'string', 'backendName' => 'is_at_all', 'example' => 'True/False'],
                        ],
                        'backendName' => 'monitor_config',
                        'example' => '',
                    ],
                    'output_config' => [
                        'title' => 'output_config',
                        'description' => 'output_config'."\n",
                        'visibility' => 'Public',
                        'type' => 'object',
                        'properties' => [
                            'model_path' => ['title' => 'model_path', 'description' => 'If you use the Service Edition, you can configure model_path to obtain the optimal model.'."\n", 'visibility' => 'Public', 'type' => 'string', 'backendName' => 'model_path', 'example' => 'oss://bucket/foo/bar/model/model_${exp_id}_${trial_id}'],
                            'summary_path' => ['title' => 'summary_path', 'description' => 'If you use the Standalone Edition, you can configure a summary to view TensorBoard locally.'."\n", 'visibility' => 'Public', 'type' => 'string', 'backendName' => 'summary_path', 'example' => 'oss://bucket/foo/bar/model_${exp_id}_${trial_id}/'],
                        ],
                        'backendName' => 'output_config',
                        'example' => '',
                    ],
                ],
                'example' => '',
            ],
        ],
    ],
    'apis' => [
        'CreateAutofeExperiment' => [
            'path' => '/api/automl/v1/autofe/experiment',
            'methods' => ['post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => ['application/json'],
            'produces' => ['application/json'],
            'operationType' => 'write',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'create',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeCode' => '162654',
                'abilityTreeNodes' => ['FEATURElearn0UHCCK'],
            ],
            'parameters' => [
                [
                    'name' => 'body',
                    'in' => 'body',
                    'style' => 'json',
                    'schema' => [
                        'description' => 'The request body.'."\n",
                        'type' => 'object',
                        'properties' => [
                            'Name' => ['description' => 'The name of the experiment.'."\n", 'type' => 'string', 'required' => true, 'example' => 'my experiment x'],
                            'AutofeExperimentConfiguration' => ['description' => 'The AutoFE experiment required configurations.', 'required' => false, '$ref' => '#/components/schemas/AutofeExperimentConfiguration'],
                            'Description' => ['description' => 'The description of the experiment.'."\n", 'type' => 'string', 'required' => false, 'example' => 'This is an AutoFE experiment.'],
                            'Accessibility' => ['description' => 'The visibility of the experiment in the workspace. Valid values:'."\n"
                                ."\n"
                                .'*   PRIVATE: The experiment is visible only to you and the administrator of the workspace.'."\n"
                                .'*   PUBLIC: The experiment is public in the workspace.'."\n", 'type' => 'string', 'required' => false, 'example' => 'PUBLIC'],
                            'WorkspaceId' => ['description' => 'The workspace ID.'."\n", 'type' => 'string', 'required' => false, 'example' => '283301'],
                            'Tag' => [
                                'type' => 'array',
                                'items' => [
                                    'type' => 'object',
                                    'properties' => [
                                        'Key' => ['type' => 'string', 'required' => false, 'description' => 'The key of the tag.'."\n", 'example' => 'group'],
                                        'Value' => ['type' => 'string', 'required' => false, 'description' => 'The value of the tag.', 'example' => 'group_name'],
                                    ],
                                    'required' => false,
                                    'description' => 'The tag list.',
                                ],
                                'required' => false,
                                'maxItems' => 20,
                                'description' => 'The list of tags. You can specify a maximum of 20 tags.'."\n",
                            ],
                        ],
                        'required' => false,
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'Message' => ['description' => 'The error message. This parameter is returned if an exception occurred.'."\n", 'type' => 'string', 'example' => 'Missing \'user_id\' in request.'],
                            'Code' => ['description' => 'The internal error code. This parameter is returned if an exception occurred.'."\n", 'type' => 'string', 'example' => 'INVALID_INPUT_PARAMS'],
                            'ExperimentId' => ['description' => 'The ID of the experiment.'."\n", 'type' => 'string', 'example' => 't8cNdMO'],
                            'RequestId' => ['description' => 'The ID of the POP request.'."\n", 'type' => 'string', 'example' => '22A1EC4E-15A2-51FF-BFA3-10D6735BAA69'],
                            'Detail' => ['description' => 'The detailed information about the request error.'."\n", 'type' => 'object', 'example' => '{}'],
                        ],
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Message\\": \\"Missing \'user_id\' in request.\\",\\n  \\"Code\\": \\"INVALID_INPUT_PARAMS\\",\\n  \\"ExperimentId\\": \\"t8cNdMO\\",\\n  \\"RequestId\\": \\"22A1EC4E-15A2-51FF-BFA3-10D6735BAA69\\",\\n  \\"Detail\\": {}\\n}","type":"json"}]',
            'title' => 'CreateAutofeExperiment',
            'summary' => 'CreateAutofeExperiment',
            'translator' => 'machine',
        ],
        'CreateHpoExperiment' => [
            'summary' => 'calling HPO CreateExperiment',
            'path' => '/api/automl/v1/hpo/experiment',
            'methods' => ['post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => ['application/json'],
            'produces' => ['application/json'],
            'operationType' => 'write',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'create',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeCode' => '162681',
                'abilityTreeNodes' => ['FEATURElearnVYA4L9'],
            ],
            'parameters' => [
                [
                    'name' => 'body',
                    'in' => 'body',
                    'style' => 'json',
                    'schema' => [
                        'description' => 'The request body.'."\n",
                        'type' => 'object',
                        'properties' => [
                            'HpoExperimentConfiguration' => ['description' => 'The parameter struct of the HPO experiment configuration.'."\n", 'required' => false, '$ref' => '#/components/schemas/HpoExperimentConfig', 'title' => '', 'example' => ''],
                            'Name' => ['description' => 'The name of the experiment.'."\n", 'type' => 'string', 'required' => false, 'example' => 'my experiment x', 'title' => ''],
                            'WorkspaceId' => ['description' => 'The workspace ID.'."\n", 'type' => 'string', 'required' => false, 'example' => 'default', 'title' => ''],
                            'Description' => ['description' => 'The description of the experiment.'."\n", 'type' => 'string', 'required' => false, 'example' => 'This is an AutoML HPO experiment.', 'title' => ''],
                            'Accessibility' => ['description' => 'The visibility of the code configuration. Valid values:'."\n"
                                ."\n"
                                .'*   PUBLIC: The configuration is public in the workspace.'."\n"
                                .'*   PRIVATE: The configuration is visible only to you and the administrator of the workspace.'."\n", 'type' => 'string', 'required' => false, 'example' => 'PRIVATE', 'title' => ''],
                            'Tag' => [
                                'description' => 'Tag information.',
                                'type' => 'array',
                                'items' => [
                                    'description' => 'Tag information.',
                                    'type' => 'object',
                                    'properties' => [
                                        'Key' => ['description' => 'Tag name', 'type' => 'string', 'required' => false, 'example' => 'group', 'title' => ''],
                                        'Value' => ['description' => 'Tag value', 'type' => 'string', 'required' => false, 'example' => 'group_name', 'title' => ''],
                                    ],
                                    'required' => false,
                                    'title' => '',
                                    'example' => '',
                                ],
                                'required' => false,
                                'maxItems' => 20,
                                'title' => '',
                                'example' => '',
                            ],
                        ],
                        'required' => false,
                        'title' => '',
                        'example' => '',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'The response body.'."\n",
                        'type' => 'object',
                        'properties' => [
                            'ExperimentId' => ['title' => 'Id of the request', 'description' => 'The ID of the HPO experiment.'."\n", 'type' => 'string', 'example' => 'sORVEck'],
                            'Code' => ['description' => 'The internal error code. This parameter is returned if an exception occurred.'."\n", 'type' => 'string', 'example' => 'INVALID_INPUT_PARAMS', 'title' => ''],
                            'Message' => ['description' => 'The error message. This parameter is returned if an exception occurred.'."\n", 'type' => 'string', 'example' => 'Missing \'user_id\' in request.', 'title' => ''],
                            'RequestId' => ['description' => 'The ID of the POP request.'."\n", 'type' => 'string', 'example' => '3F190916-B3E5-5D1E-AD0C-35C0DF105F51', 'title' => ''],
                            'AccessDeniedDetail' => [
                                'description' => 'The information about the request denial.'."\n",
                                'type' => 'object',
                                'additionalProperties' => ['type' => 'string', 'example' => '{"AuthPrincipalType": "sub", "PolicyType": "AccountLevelIdentityBasedPolicy", "NoPermissionType": "NoPermission"}', 'description' => 'The information about the request denial..'."\n", 'title' => ''],
                                'title' => '',
                                'example' => '',
                            ],
                        ],
                        'example' => '',
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'eventInfo' => [
                'enable' => false,
                'eventNames' => [],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"ExperimentId\\": \\"sORVEck\\",\\n  \\"Code\\": \\"INVALID_INPUT_PARAMS\\",\\n  \\"Message\\": \\"Missing \'user_id\' in request.\\",\\n  \\"RequestId\\": \\"3F190916-B3E5-5D1E-AD0C-35C0DF105F51\\",\\n  \\"AccessDeniedDetail\\": {\\n    \\"key\\": \\"{\\\\\\"AuthPrincipalType\\\\\\": \\\\\\"sub\\\\\\", \\\\\\"PolicyType\\\\\\": \\\\\\"AccountLevelIdentityBasedPolicy\\\\\\", \\\\\\"NoPermissionType\\\\\\": \\\\\\"NoPermission\\\\\\"}\\"\\n  }\\n}","type":"json"}]',
            'title' => 'CreateHpoExperiment',
            'changeSet' => [],
            'ramActions' => [
                [
                    'operationType' => 'create',
                    'ramAction' => [
                        'action' => 'paiautoml:CreateHpoExperiment',
                        'authLevel' => 'resource',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'PAIAutoML', 'resourceType' => 'All Resource', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
        ],
        'CreateServiceIdentityRole' => [
            'summary' => 'Creates a service-linked role.',
            'path' => '/api/automl/v1/serviceidentityrole',
            'methods' => ['post'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => ['application/json'],
            'produces' => ['application/json'],
            'operationType' => 'write',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'none',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeCode' => '190056',
                'abilityTreeNodes' => ['FEATURElearn0UHCCK'],
                'tenantRelevance' => 'publicInformation',
            ],
            'parameters' => [],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => 'Id of the request', 'description' => 'Id of the request', 'type' => 'string', 'example' => '3F190916-B3E5-5D1E-AD0C-35C0DF105F51'],
                            'Code' => ['description' => 'The internal error code. This parameter is returned if an exception occurred.'."\n", 'type' => 'string', 'example' => 'ExecutionFailure', 'title' => ''],
                            'Message' => ['description' => 'The error message. This parameter is returned if an exception occurred.'."\n", 'type' => 'string', 'example' => 'Execution failure, please try again.', 'title' => ''],
                            'RoleName' => ['description' => 'The name of the role.'."\n", 'type' => 'string', 'example' => 'AliyunServiceRoleForPaiAutoml', 'title' => ''],
                        ],
                        'example' => '',
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'eventInfo' => [
                'enable' => false,
                'eventNames' => [],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"3F190916-B3E5-5D1E-AD0C-35C0DF105F51\\",\\n  \\"Code\\": \\"ExecutionFailure\\",\\n  \\"Message\\": \\"Execution failure, please try again.\\",\\n  \\"RoleName\\": \\"AliyunServiceRoleForPaiAutoml\\"\\n}","type":"json"}]',
            'title' => 'CreateServiceIdentityRole',
            'changeSet' => [],
            'ramActions' => [
                [
                    'operationType' => 'none',
                    'ramAction' => [
                        'action' => 'paiautoml:CreateServiceIdentityRole',
                        'authLevel' => 'operate',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'PAIAutoML', 'resourceType' => 'All Resource', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
        ],
        'DeleteHpoExperiment' => [
            'summary' => 'Deletes a hyperparameter optimization (HPO) experiment. After you delete the experiment, you cannot obtain the data about the experiment and its trials by using the Get or List API operations.',
            'path' => '/api/automl/v1/hpo/experiment/{ExperimentId}/delete',
            'methods' => ['put'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => ['application/json'],
            'produces' => ['application/json'],
            'operationType' => 'write',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'delete',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeCode' => '196042',
                'abilityTreeNodes' => ['FEATURElearn0UHCCK'],
            ],
            'parameters' => [
                [
                    'name' => 'ExperimentId',
                    'in' => 'path',
                    'schema' => ['title' => 'A short description of struct', 'description' => 'The ID of the experiment.'."\n", 'type' => 'string', 'required' => false, 'example' => 'abcde'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response'."\n",
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => 'Id of the request', 'description' => 'The ID of the POP request.'."\n", 'type' => 'string', 'example' => '3F190916-B3E5-5D1E-AD0C-35C0DF105F51'],
                            'Code' => ['description' => 'The internal error code. This parameter is returned if an exception occurred.'."\n", 'type' => 'string', 'example' => 'INVALID_USER_OR_EXP', 'title' => ''],
                            'Message' => ['description' => 'The error message. This parameter is returned if an exception occurred.'."\n", 'type' => 'string', 'example' => 'Missing \'user_id\' in request.', 'title' => ''],
                            'AccessDeniedDetail' => ['description' => 'The details about the access denial.'."\n", 'type' => 'object', 'example' => '{'."\n"
                                .'      "AuthPrincipalType": "sub",'."\n"
                                .'      "PolicyType": "AccountLevelIdentityBasedPolicy",'."\n"
                                .'      "NoPermissionType": "NoPermission"'."\n"
                                .'}'."\n", 'title' => ''],
                        ],
                        'example' => '',
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'eventInfo' => [
                'enable' => false,
                'eventNames' => [],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"3F190916-B3E5-5D1E-AD0C-35C0DF105F51\\",\\n  \\"Code\\": \\"INVALID_USER_OR_EXP\\",\\n  \\"Message\\": \\"Missing \'user_id\' in request.\\",\\n  \\"AccessDeniedDetail\\": {\\n    \\"AuthPrincipalType\\": \\"sub\\",\\n    \\"PolicyType\\": \\"AccountLevelIdentityBasedPolicy\\",\\n    \\"NoPermissionType\\": \\"NoPermission\\"\\n  }\\n}","type":"json"}]',
            'title' => 'DeleteHpoExperiment',
            'changeSet' => [],
            'ramActions' => [
                [
                    'operationType' => 'delete',
                    'ramAction' => [
                        'action' => 'paiautoml:DeleteHpoExperiment',
                        'authLevel' => 'resource',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'PAIAutoML', 'resourceType' => 'HpoExperiment', 'arn' => 'acs:paiautoml:{#regionId}:{#accountId}:hpoexperiment/{#HpoExperimentId}'],
                        ],
                    ],
                ],
            ],
        ],
        'GetAutofeExperiment' => [
            'path' => '/api/automl/v1/autofe/experiment/{ExperimentId}',
            'methods' => ['get'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => ['application/json'],
            'produces' => ['application/json'],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'get',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeCode' => '162733',
                'abilityTreeNodes' => ['FEATURElearn0UHCCK'],
            ],
            'parameters' => [
                [
                    'name' => 'ExperimentId',
                    'in' => 'path',
                    'schema' => ['description' => 'Experiment ID', 'type' => 'string', 'required' => true, 'example' => 'tfKs0Ds'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'Code' => ['description' => 'Internal error code. Set only when the response has error.', 'type' => 'string', 'example' => 'INVALID_USER_OR_EXP'],
                            'Message' => ['description' => 'Response error message. Set only when the response has error.', 'type' => 'string', 'example' => 'Missing \'user_id\' in request.'],
                            'RequestId' => ['description' => 'POP request ID', 'type' => 'string', 'example' => '071A904D-5A49-597F-9F69-81C7701D04AC'],
                            'Detail' => ['description' => 'Detailed information of the error.', 'type' => 'object'],
                            'ExperimentId' => ['description' => 'Experiment ID.', 'type' => 'string', 'example' => 'tfKs0Ds'],
                            'Creator' => ['description' => 'User ID of the experiment creator', 'type' => 'string', 'example' => '266977839132045194'],
                            'Name' => ['description' => 'Experiment name', 'type' => 'string', 'example' => 'autofe experiment name'],
                            'JobMeta' => ['description' => 'Basic information about the experiment running status, including the number of subtasks, URLs corresponding to each task, etc.', 'type' => 'string', 'example' => '{"action": "fs_train", "request_id": "6B6D4FB6-87AA-5C0E-94AB-E0F830955D1E", "job_num": 7, "job_runs": [{"job_url": "https://pai.console.aliyun.com/?projectId=&regionId=cn-beijing#/studio/task/detail/flow-fqlk86bvk68", "duration": 181, "finish_at": 1719158854000, "create_time": "2024-06-23T16:04:31.000Z", "status": "Succeeded"}, {"job_url": "https://pai.console.aliyun.com/?projectId=&regionId=cn-beijing#/studio/task/detail/flow-q18k5jo66h3k", "duration": 233, "finish_at": 1719159106000, "create_time": "2024-06-23T16:07:51.000Z", "status": "Succeeded"}, {"job_url": "https://pai.console.aliyun.com/?projectId=&regionId=cn-beijing#/studio/task/detail/flow-g7b38dmqes0nm4le", "duration": 173, "finish_at": 1719159306000, "create_time": "2024-06-23T16:12:12.000Z", "status": "Succeeded"}, {"job_url": "https://pai.console.aliyun.com/?projectId=&regionId=cn-beijing#/studio/task/detail/flow-524dab97aazs3jmc", "duration": 199, "finish_at": 1719159527000, "create_time": "2024-06-23T16:15:28.000Z", "status": "Succeeded"}, {"job_url": "https://pai.console.aliyun.com/?projectId=&regionId=cn-beijing#/studio/task/detail/flow-a8z56wy2ppwmxx04", "duration": 197, "finish_at": 1719159747000, "create_time": "2024-06-23T16:19:08.000Z", "status": "Succeeded"}, {"job_url": "https://pai.console.aliyun.com/?projectId=&regionId=cn-beijing#/studio/task/detail/flow-2cgsbxzzzma1j", "duration": 210, "finish_at": 1719159982000, "create_time": "2024-06-23T16:22:51.000Z", "status": "Succeeded"}, {"job_url": "https://pai.console.aliyun.com/?projectId=&regionId=cn-beijing#/studio/task/detail/flow-3cgsvf3ien1cw7", "duration": 184, "finish_at": 1719160188000, "create_time": "2024-06-23T16:26:43.000Z", "status": "Succeeded"}], "workspace_id": "86006"}{"action": "fs_train", "request_id": "6B6D4FB6-87AA-5C0E-94AB-E0F830955D1E", "job_num": 7, "job_runs": [{"job_url": "https://pai.console.aliyun.com/?projectId=&regionId=cn-beijing#/studio/task/detail/flow-fqlk86betchc69vk68", "duration": 181, "finish_at": 1719158854000, "create_time": "2024-06-23T16:04:31.000Z", "status": "Succeeded"}, {"job_url": "https://pai.console.aliyun.com/?projectId=&regionId=cn-beijing#/studio/task/detail/flow-q18ijqak558jo66h3k", "duration": 233, "finish_at": 1719159106000, "create_time": "2024-06-23T16:07:51.000Z", "status": "Succeeded"}, {"job_url": "https://pai.console.aliyun.com/?projectId=&regionId=cn-beijing#/studio/task/detail/flow-g7b38df7mqes0nm4le", "duration": 173, "finish_at": 1719159306000, "create_time": "2024-06-23T16:12:12.000Z", "status": "Succeeded"}, {"job_url": "https://pai.console.aliyun.com/?projectId=&regionId=cn-beijing#/studio/task/detail/flow-524zedab97aazs3jmc", "duration": 199, "finish_at": 1719159527000, "create_time": "2024-06-23T16:15:28.000Z", "status": "Succeeded"}, {"job_url": "https://pai.console.aliyun.com/?projectId=&regionId=cn-beijing#/studio/task/detail/flow-a8z56wy2ppm6wmxx04", "duration": 197, "finish_at": 1719159747000, "create_time": "2024-06-23T16:19:08.000Z", "status": "Succeeded"}, {"job_url": "https://pai.console.aliyun.com/?projectId=&regionId=cn-beijing#/studio/task/detail/flow-2cgsbxzx9i35zzma1j", "duration": 210, "finish_at": 1719159982000, "create_time": "2024-06-23T16:22:51.000Z", "status": "Succeeded"}, {"job_url": "https://pai.console.aliyun.com/?projectId=&regionId=cn-beijing#/studio/task/detail/flow-3cgsvf3bprlien1cw7", "duration": 184, "finish_at": 1719160188000, "create_time": "2024-06-23T16:26:43.000Z", "status": "Succeeded"}], "workspace_id": "86006"}'],
                            'GmtCreateTime' => ['description' => 'Experiment creation time.', 'type' => 'string', 'example' => '2023-08-18T09:41:01Z'],
                            'GmtModifiedTime' => ['description' => 'Latest update time of experiment data.', 'type' => 'string', 'example' => '2023-11-30T02:05:34.000Z'],
                            'Status' => ['description' => 'Experiment status', 'type' => 'string', 'example' => 'FINISHED, FAILED, USER_CANCELED'],
                            'SelectedFeatures' => ['description' => 'Original features selected for feature engineering.', 'type' => 'string', 'example' => 'age,sex,education'],
                            'Description' => ['description' => 'Experiment description information', 'type' => 'string', 'example' => 'My first experiment.'],
                            'Accessibility' => [
                                'description' => 'Workspace visibility, possible values are:'."\n"
                                    .'- PRIVATE: Visible only to you and administrators within this workspace.'."\n"
                                    .'- PUBLIC: Visible to everyone within this workspace.',
                                'type' => 'string',
                                'enumValueTitles' => ['PUBLIC' => 'PUBLIC', 'PRIVATE' => 'PRIVATE'],
                                'example' => 'PRIVATE',
                            ],
                            'Tags' => [
                                'type' => 'array',
                                'items' => [
                                    'type' => 'object',
                                    'properties' => [
                                        'Key' => ['type' => 'string', 'description' => 'The tag key.'."\n", 'example' => 'group'],
                                        'Value' => ['type' => 'string', 'description' => 'The tag value.'."\n", 'example' => 'group_name'],
                                    ],
                                    'description' => 'The tag list.',
                                ],
                                'description' => 'The list of tags.'."\n",
                            ],
                        ],
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'eventInfo' => [
                'enable' => false,
                'eventNames' => [],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Code\\": \\"INVALID_USER_OR_EXP\\",\\n  \\"Message\\": \\"Missing \'user_id\' in request.\\",\\n  \\"RequestId\\": \\"071A904D-5A49-597F-9F69-81C7701D04AC\\",\\n  \\"Detail\\": {\\n    \\"test\\": \\"test\\",\\n    \\"test2\\": 1\\n  },\\n  \\"ExperimentId\\": \\"tfKs0Ds\\",\\n  \\"Creator\\": \\"266977839132045194\\",\\n  \\"Name\\": \\"自动特征工程实验\\",\\n  \\"JobMeta\\": \\"{\\\\\\"action\\\\\\": \\\\\\"fs_train\\\\\\", \\\\\\"request_id\\\\\\": \\\\\\"6B6D4FB6-87AA-5C0E-94AB-E0F830955D1E\\\\\\", \\\\\\"job_num\\\\\\": 7, \\\\\\"job_runs\\\\\\": [{\\\\\\"job_url\\\\\\": \\\\\\"https://pai.console.aliyun.com/?projectId=&regionId=cn-beijing#/studio/task/detail/flow-fqlk86bvk68\\\\\\", \\\\\\"duration\\\\\\": 181, \\\\\\"finish_at\\\\\\": 1719158854000, \\\\\\"create_time\\\\\\": \\\\\\"2024-06-23T16:04:31.000Z\\\\\\", \\\\\\"status\\\\\\": \\\\\\"Succeeded\\\\\\"}, {\\\\\\"job_url\\\\\\": \\\\\\"https://pai.console.aliyun.com/?projectId=&regionId=cn-beijing#/studio/task/detail/flow-q18k5jo66h3k\\\\\\", \\\\\\"duration\\\\\\": 233, \\\\\\"finish_at\\\\\\": 1719159106000, \\\\\\"create_time\\\\\\": \\\\\\"2024-06-23T16:07:51.000Z\\\\\\", \\\\\\"status\\\\\\": \\\\\\"Succeeded\\\\\\"}, {\\\\\\"job_url\\\\\\": \\\\\\"https://pai.console.aliyun.com/?projectId=&regionId=cn-beijing#/studio/task/detail/flow-g7b38dmqes0nm4le\\\\\\", \\\\\\"duration\\\\\\": 173, \\\\\\"finish_at\\\\\\": 1719159306000, \\\\\\"create_time\\\\\\": \\\\\\"2024-06-23T16:12:12.000Z\\\\\\", \\\\\\"status\\\\\\": \\\\\\"Succeeded\\\\\\"}, {\\\\\\"job_url\\\\\\": \\\\\\"https://pai.console.aliyun.com/?projectId=&regionId=cn-beijing#/studio/task/detail/flow-524dab97aazs3jmc\\\\\\", \\\\\\"duration\\\\\\": 199, \\\\\\"finish_at\\\\\\": 1719159527000, \\\\\\"create_time\\\\\\": \\\\\\"2024-06-23T16:15:28.000Z\\\\\\", \\\\\\"status\\\\\\": \\\\\\"Succeeded\\\\\\"}, {\\\\\\"job_url\\\\\\": \\\\\\"https://pai.console.aliyun.com/?projectId=&regionId=cn-beijing#/studio/task/detail/flow-a8z56wy2ppwmxx04\\\\\\", \\\\\\"duration\\\\\\": 197, \\\\\\"finish_at\\\\\\": 1719159747000, \\\\\\"create_time\\\\\\": \\\\\\"2024-06-23T16:19:08.000Z\\\\\\", \\\\\\"status\\\\\\": \\\\\\"Succeeded\\\\\\"}, {\\\\\\"job_url\\\\\\": \\\\\\"https://pai.console.aliyun.com/?projectId=&regionId=cn-beijing#/studio/task/detail/flow-2cgsbxzzzma1j\\\\\\", \\\\\\"duration\\\\\\": 210, \\\\\\"finish_at\\\\\\": 1719159982000, \\\\\\"create_time\\\\\\": \\\\\\"2024-06-23T16:22:51.000Z\\\\\\", \\\\\\"status\\\\\\": \\\\\\"Succeeded\\\\\\"}, {\\\\\\"job_url\\\\\\": \\\\\\"https://pai.console.aliyun.com/?projectId=&regionId=cn-beijing#/studio/task/detail/flow-3cgsvf3ien1cw7\\\\\\", \\\\\\"duration\\\\\\": 184, \\\\\\"finish_at\\\\\\": 1719160188000, \\\\\\"create_time\\\\\\": \\\\\\"2024-06-23T16:26:43.000Z\\\\\\", \\\\\\"status\\\\\\": \\\\\\"Succeeded\\\\\\"}], \\\\\\"workspace_id\\\\\\": \\\\\\"86006\\\\\\"}{\\\\\\"action\\\\\\": \\\\\\"fs_train\\\\\\", \\\\\\"request_id\\\\\\": \\\\\\"6B6D4FB6-87AA-5C0E-94AB-E0F830955D1E\\\\\\", \\\\\\"job_num\\\\\\": 7, \\\\\\"job_runs\\\\\\": [{\\\\\\"job_url\\\\\\": \\\\\\"https://pai.console.aliyun.com/?projectId=&regionId=cn-beijing#/studio/task/detail/flow-fqlk86betchc69vk68\\\\\\", \\\\\\"duration\\\\\\": 181, \\\\\\"finish_at\\\\\\": 1719158854000, \\\\\\"create_time\\\\\\": \\\\\\"2024-06-23T16:04:31.000Z\\\\\\", \\\\\\"status\\\\\\": \\\\\\"Succeeded\\\\\\"}, {\\\\\\"job_url\\\\\\": \\\\\\"https://pai.console.aliyun.com/?projectId=&regionId=cn-beijing#/studio/task/detail/flow-q18ijqak558jo66h3k\\\\\\", \\\\\\"duration\\\\\\": 233, \\\\\\"finish_at\\\\\\": 1719159106000, \\\\\\"create_time\\\\\\": \\\\\\"2024-06-23T16:07:51.000Z\\\\\\", \\\\\\"status\\\\\\": \\\\\\"Succeeded\\\\\\"}, {\\\\\\"job_url\\\\\\": \\\\\\"https://pai.console.aliyun.com/?projectId=&regionId=cn-beijing#/studio/task/detail/flow-g7b38df7mqes0nm4le\\\\\\", \\\\\\"duration\\\\\\": 173, \\\\\\"finish_at\\\\\\": 1719159306000, \\\\\\"create_time\\\\\\": \\\\\\"2024-06-23T16:12:12.000Z\\\\\\", \\\\\\"status\\\\\\": \\\\\\"Succeeded\\\\\\"}, {\\\\\\"job_url\\\\\\": \\\\\\"https://pai.console.aliyun.com/?projectId=&regionId=cn-beijing#/studio/task/detail/flow-524zedab97aazs3jmc\\\\\\", \\\\\\"duration\\\\\\": 199, \\\\\\"finish_at\\\\\\": 1719159527000, \\\\\\"create_time\\\\\\": \\\\\\"2024-06-23T16:15:28.000Z\\\\\\", \\\\\\"status\\\\\\": \\\\\\"Succeeded\\\\\\"}, {\\\\\\"job_url\\\\\\": \\\\\\"https://pai.console.aliyun.com/?projectId=&regionId=cn-beijing#/studio/task/detail/flow-a8z56wy2ppm6wmxx04\\\\\\", \\\\\\"duration\\\\\\": 197, \\\\\\"finish_at\\\\\\": 1719159747000, \\\\\\"create_time\\\\\\": \\\\\\"2024-06-23T16:19:08.000Z\\\\\\", \\\\\\"status\\\\\\": \\\\\\"Succeeded\\\\\\"}, {\\\\\\"job_url\\\\\\": \\\\\\"https://pai.console.aliyun.com/?projectId=&regionId=cn-beijing#/studio/task/detail/flow-2cgsbxzx9i35zzma1j\\\\\\", \\\\\\"duration\\\\\\": 210, \\\\\\"finish_at\\\\\\": 1719159982000, \\\\\\"create_time\\\\\\": \\\\\\"2024-06-23T16:22:51.000Z\\\\\\", \\\\\\"status\\\\\\": \\\\\\"Succeeded\\\\\\"}, {\\\\\\"job_url\\\\\\": \\\\\\"https://pai.console.aliyun.com/?projectId=&regionId=cn-beijing#/studio/task/detail/flow-3cgsvf3bprlien1cw7\\\\\\", \\\\\\"duration\\\\\\": 184, \\\\\\"finish_at\\\\\\": 1719160188000, \\\\\\"create_time\\\\\\": \\\\\\"2024-06-23T16:26:43.000Z\\\\\\", \\\\\\"status\\\\\\": \\\\\\"Succeeded\\\\\\"}], \\\\\\"workspace_id\\\\\\": \\\\\\"86006\\\\\\"}\\",\\n  \\"GmtCreateTime\\": \\"2023-08-18T09:41:01Z\\",\\n  \\"GmtModifiedTime\\": \\"2023-11-30T02:05:34.000Z\\",\\n  \\"Status\\": \\"FINISHED, FAILED, USER_CANCELED\\",\\n  \\"SelectedFeatures\\": \\"age,sex,education\\",\\n  \\"Description\\": \\"我的实验\\",\\n  \\"Accessibility\\": \\"PRIVATE\\",\\n  \\"Tags\\": [\\n    {\\n      \\"Key\\": \\"group\\",\\n      \\"Value\\": \\"group_name\\"\\n    }\\n  ]\\n}","type":"json"}]',
            'title' => 'Get AutoFE Experiment Information',
            'summary' => 'Get AutoFE Experiment',
            'translator' => 'machine',
        ],
        'GetHpoExperiment' => [
            'summary' => 'Queries the information about a hyperparameter optimization (HPO) experiment, including the status and configuration of the experiment, and the status of its trials.',
            'path' => '/api/automl/v1/hpo/experiment/{ExperimentId}',
            'methods' => ['get'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => ['application/json'],
            'produces' => ['application/json'],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'get',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeCode' => '162519',
                'abilityTreeNodes' => ['FEATURElearn0UHCCK'],
            ],
            'parameters' => [
                [
                    'name' => 'ExperimentId',
                    'in' => 'path',
                    'schema' => ['title' => 'A short description of struct', 'description' => 'The ID of the HPO experiment.'."\n", 'type' => 'string', 'required' => false, 'example' => 'sX5O9Q8'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'The response parameters.'."\n",
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['description' => 'The ID of the POP request.'."\n", 'type' => 'string', 'example' => '3F190916-B3E5-5D1E-AD0C-35C0DF105F51', 'title' => ''],
                            'Code' => ['description' => 'The internal error code. This parameter is returned if an exception occurred.'."\n", 'type' => 'string', 'example' => 'INVALID_INPUT_PARAMS', 'title' => ''],
                            'Message' => ['description' => 'The error message. This parameter is returned if an exception occurred.'."\n", 'type' => 'string', 'example' => 'Missing \'user_id\' in request.', 'title' => ''],
                            'AccessDeniedDetail' => ['description' => 'The details about the access denial.'."\n", 'type' => 'object', 'example' => '{'."\n"
                                .'      "AuthPrincipalType": "sub",'."\n"
                                .'      "PolicyType": "AccountLevelIdentityBasedPolicy",'."\n"
                                .'      "NoPermissionType": "NoPermission"'."\n"
                                .'}'."\n", 'title' => ''],
                            'ExperimentId' => ['description' => 'The ID of the HPO experiment.'."\n", 'type' => 'string', 'example' => 'sX5O9Q8', 'title' => ''],
                            'Creator' => ['description' => 'The ID of the user who created the experiment.'."\n", 'type' => 'string', 'example' => '123456789', 'title' => ''],
                            'SearchSpace' => ['description' => 'The configuration content of the search_space.json file.'."\n", 'type' => 'string', 'example' => '{"${centerCount}":{"_type":"choice","_value":[2,3,4,5]},"${distanceType}":{"_type":"choice","_value":["euclidean","cosine","cityblock"]}}', 'title' => ''],
                            'Name' => ['description' => 'The name of the experiment.'."\n", 'type' => 'string', 'example' => 'my_hpo_exp_1', 'title' => ''],
                            'Status' => ['description' => 'The status of the experiment. Valid values:'."\n", 'type' => 'string', 'example' => 'INVALID_USER_OR_EXP, SUCCESS, or EXECUTION_FAILURE', 'title' => ''],
                            'JobType' => ['description' => 'The type of the experiment. For HPO experiments, the value of this parameter is 1.'."\n", 'type' => 'string', 'example' => '1', 'title' => ''],
                            'ConfigIni' => ['description' => 'The content of the trial.ini configuration file.'."\n", 'type' => 'string', 'example' => '[odps_config]'."\n"
                                .'access_id=foo'."\n"
                                .'access_key=bar'."\n"
                                .'end_point=http://service.odps.aliyun.com/api'."\n"
                                .'log_view_host=http://logview.odps.aliyun.com'."\n"
                                .'project_name=my_project', 'title' => ''],
                            'ConfigYml' => ['description' => 'The content of the exp.yml configuration file.'."\n", 'type' => 'string', 'example' => 'assessor:'."\n"
                                .'  classArgs:'."\n"
                                .'    optimize_mode: maximize'."\n"
                                .'    start_step: 1'."\n"
                                .'  name: PAIAssessor'."\n"
                                .'debug: true'."\n"
                                .'experimentName: maxcompute_kmeans_monitor'."\n"
                                .'experimentWorkingDirectory: ../expdir'."\n"
                                .'logLevel: debug'."\n"
                                .'maxTrialNumber: 10'."\n"
                                .'searchSpaceFile: search_space.json'."\n"
                                .'trainingService:'."\n"
                                .'  platform: local'."\n"
                                .'trialCommand: python3 -m hpo_tools.core.utils.run --config=./config.ini'."\n"
                                .'trialConcurrency: 2'."\n"
                                .'tuner:'."\n"
                                .'  classArgs:'."\n"
                                .'    optimize_mode: maximize'."\n"
                                .'  name: TPE', 'title' => ''],
                            'GmtCreateTime' => ['description' => 'The time at which the experiment was created.'."\n", 'type' => 'string', 'example' => '2024-01-01 08:30:11', 'title' => ''],
                            'GmtModifiedTime' => ['description' => 'The time at which the experiment data was last updated.'."\n", 'type' => 'string', 'example' => '2024-01-01 08:30:11', 'title' => ''],
                            'WorkspaceId' => ['description' => 'The workspace ID.'."\n", 'type' => 'string', 'example' => '12345', 'title' => ''],
                            'Accessibility' => ['description' => 'The visibility of the experiment in the workspace.'."\n"
                                ."\n"
                                .'*   PRIVATE: The experiment is visible only to you and the administrator of the workspace.'."\n"
                                .'*   PUBLIC: The experiment is public in the workspace.'."\n", 'type' => 'string', 'example' => 'PRIVATE', 'title' => ''],
                            'Description' => ['description' => 'The description of the experiment.'."\n", 'type' => 'string', 'example' => '我的实验', 'title' => ''],
                            'TrialCount' => ['description' => 'The number of trials that are generated by the experiment.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '3', 'title' => ''],
                            'TrialStatus' => [
                                'description' => 'The status and number of the trials.'."\n",
                                'type' => 'object',
                                'additionalProperties' => ['type' => 'string', 'description' => 'The information that contains the status of the trials and the trials in each state.'."\n", 'example' => '{‘FINISHED\':1, \'RUNNING\':2}', 'title' => ''],
                                'title' => '',
                                'example' => '',
                            ],
                            'HpoExperimentConfiguration' => ['description' => 'The configuration information of the experiment.'."\n", 'type' => 'object', 'example' => '{'."\n"
                                .'    "output_config": {'."\n"
                                .'        "model_path": "bi_ps_${exp_id}_${trial_id}"'."\n"
                                .'    },'."\n"
                                .'    "platform_config": {'."\n"
                                .'        "cmd": ['."\n"
                                .'            "PAI -name ps_smart\\n    -project foo",'."\n"
                                .'            "PAI -name prediction\\n    -project foo",'."\n"
                                .'            "PAI -name evaluate -project foo",'."\n"
                                .'            "INSERT OVERWRITE TABLE my_table;"'."\n"
                                .'        ],'."\n"
                                .'        "name": "MaxCompute"'."\n"
                                .'    },'."\n"
                                .'    "metric_config": {'."\n"
                                .'        "metric_dict": {'."\n"
                                .'            "recall": 0.5,'."\n"
                                .'            "auc": 0.25,'."\n"
                                .'            "precision": 0.25'."\n"
                                .'        },'."\n"
                                .'        "metric_source": ['."\n"
                                .'            "select * from my_metrics where pt=\'${exp_id}_${trial_id}\';"'."\n"
                                .'        ],'."\n"
                                .'        "metric_type": "table",'."\n"
                                .'        "final_mode": "best"'."\n"
                                .'    },'."\n"
                                .'    "odps_config": {'."\n"
                                .'        "project_name": "my_project",'."\n"
                                .'        "role_arn": "acs:ram::123456789:role/aliyunserviceroleforfoo",'."\n"
                                .'        "region": "cn-shanghai",'."\n"
                                .'        "end_point": "http://service.cn.maxcompute.aliyun-inc.com/api",'."\n"
                                .'        "log_view_host": "http://logview.odps.aliyun.com"'."\n"
                                .'    },'."\n"
                                .'    "yml_config": {'."\n"
                                .'        "max_trial_number": 5,'."\n"
                                .'        "assessor": {'."\n"
                                .'            "name": "PAIAssessor",'."\n"
                                .'            "class_args": {'."\n"
                                .'                "earlystop": true,'."\n"
                                .'                "start_step": 5,'."\n"
                                .'                "optimize_mode": "maximize"'."\n"
                                .'            }'."\n"
                                .'        },'."\n"
                                .'        "experiment_name": "my_exp",'."\n"
                                .'        "tuner": {'."\n"
                                .'            "name": "TPE",'."\n"
                                .'            "class_args": {'."\n"
                                .'                "optimize_mode": "maximize"'."\n"
                                .'            }'."\n"
                                .'        },'."\n"
                                .'        "trial_concurrency": 2'."\n"
                                .'    },'."\n"
                                .'    "search_space": {'."\n"
                                .'        "${max_depth}": {'."\n"
                                .'            "_type": "choice",'."\n"
                                .'            "_value": ['."\n"
                                .'                1,'."\n"
                                .'                3,'."\n"
                                .'                5'."\n"
                                .'            ]'."\n"
                                .'        },'."\n"
                                .'        "${tree_count}": {'."\n"
                                .'            "_value": ['."\n"
                                .'                50,'."\n"
                                .'                100,'."\n"
                                .'                150'."\n"
                                .'            ],'."\n"
                                .'            "_type": "choice"'."\n"
                                .'        }'."\n"
                                .'    }'."\n"
                                .'}', 'title' => ''],
                            'Deleted' => ['description' => 'Indicates whether the experiment is deleted.'."\n", 'type' => 'boolean', 'example' => '0', 'title' => ''],
                            'Tags' => [
                                'description' => 'List of user-defined tags',
                                'type' => 'array',
                                'items' => [
                                    'description' => 'Resource tags.',
                                    'type' => 'object',
                                    'properties' => [
                                        'Key' => ['description' => 'Tag key', 'type' => 'string', 'example' => 'group', 'title' => ''],
                                        'Value' => ['description' => 'Tag value.', 'type' => 'string', 'example' => 'group_name', 'title' => ''],
                                    ],
                                    'title' => '',
                                    'example' => '',
                                ],
                                'title' => '',
                                'example' => '',
                            ],
                        ],
                        'example' => '',
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'eventInfo' => [
                'enable' => false,
                'eventNames' => [],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"3F190916-B3E5-5D1E-AD0C-35C0DF105F51\\",\\n  \\"Code\\": \\"INVALID_INPUT_PARAMS\\",\\n  \\"Message\\": \\"Missing \'user_id\' in request.\\",\\n  \\"AccessDeniedDetail\\": {\\n    \\"AuthPrincipalType\\": \\"sub\\",\\n    \\"PolicyType\\": \\"AccountLevelIdentityBasedPolicy\\",\\n    \\"NoPermissionType\\": \\"NoPermission\\"\\n  },\\n  \\"ExperimentId\\": \\"sX5O9Q8\\",\\n  \\"Creator\\": \\"123456789\\",\\n  \\"SearchSpace\\": \\"{\\\\\\"${centerCount}\\\\\\":{\\\\\\"_type\\\\\\":\\\\\\"choice\\\\\\",\\\\\\"_value\\\\\\":[2,3,4,5]},\\\\\\"${distanceType}\\\\\\":{\\\\\\"_type\\\\\\":\\\\\\"choice\\\\\\",\\\\\\"_value\\\\\\":[\\\\\\"euclidean\\\\\\",\\\\\\"cosine\\\\\\",\\\\\\"cityblock\\\\\\"]}}\\",\\n  \\"Name\\": \\"my_hpo_exp_1\\",\\n  \\"Status\\": \\"INVALID_USER_OR_EXP, SUCCESS, or EXECUTION_FAILURE\\",\\n  \\"JobType\\": \\"1\\",\\n  \\"ConfigIni\\": \\"[odps_config]\\\\naccess_id=foo\\\\naccess_key=bar\\\\nend_point=http://service.odps.aliyun.com/api\\\\nlog_view_host=http://logview.odps.aliyun.com\\\\nproject_name=my_project\\",\\n  \\"ConfigYml\\": \\"assessor:\\\\n  classArgs:\\\\n    optimize_mode: maximize\\\\n    start_step: 1\\\\n  name: PAIAssessor\\\\ndebug: true\\\\nexperimentName: maxcompute_kmeans_monitor\\\\nexperimentWorkingDirectory: ../expdir\\\\nlogLevel: debug\\\\nmaxTrialNumber: 10\\\\nsearchSpaceFile: search_space.json\\\\ntrainingService:\\\\n  platform: local\\\\ntrialCommand: python3 -m hpo_tools.core.utils.run --config=./config.ini\\\\ntrialConcurrency: 2\\\\ntuner:\\\\n  classArgs:\\\\n    optimize_mode: maximize\\\\n  name: TPE\\",\\n  \\"GmtCreateTime\\": \\"2024-01-01 08:30:11\\",\\n  \\"GmtModifiedTime\\": \\"2024-01-01 08:30:11\\",\\n  \\"WorkspaceId\\": \\"12345\\",\\n  \\"Accessibility\\": \\"PRIVATE\\",\\n  \\"Description\\": \\"我的实验\\",\\n  \\"TrialCount\\": 3,\\n  \\"TrialStatus\\": {\\n    \\"key\\": \\"{‘FINISHED\':1, \'RUNNING\':2}\\"\\n  },\\n  \\"HpoExperimentConfiguration\\": {\\n    \\"output_config\\": {\\n      \\"model_path\\": \\"bi_ps_${exp_id}_${trial_id}\\"\\n    },\\n    \\"platform_config\\": {\\n      \\"cmd\\": [\\n        \\"PAI -name ps_smart\\\\n    -project foo\\",\\n        \\"PAI -name prediction\\\\n    -project foo\\",\\n        \\"PAI -name evaluate -project foo\\",\\n        \\"INSERT OVERWRITE TABLE my_table;\\"\\n      ],\\n      \\"name\\": \\"MaxCompute\\"\\n    },\\n    \\"metric_config\\": {\\n      \\"metric_dict\\": {\\n        \\"recall\\": 0.5,\\n        \\"auc\\": 0.25,\\n        \\"precision\\": 0.25\\n      },\\n      \\"metric_source\\": [\\n        \\"select * from my_metrics where pt=\'${exp_id}_${trial_id}\';\\"\\n      ],\\n      \\"metric_type\\": \\"table\\",\\n      \\"final_mode\\": \\"best\\"\\n    },\\n    \\"odps_config\\": {\\n      \\"project_name\\": \\"my_project\\",\\n      \\"role_arn\\": \\"acs:ram::123456789:role/aliyunserviceroleforfoo\\",\\n      \\"region\\": \\"cn-shanghai\\",\\n      \\"end_point\\": \\"http://service.cn.maxcompute.aliyun-inc.com/api\\",\\n      \\"log_view_host\\": \\"http://logview.odps.aliyun.com\\"\\n    },\\n    \\"yml_config\\": {\\n      \\"max_trial_number\\": 5,\\n      \\"assessor\\": {\\n        \\"name\\": \\"PAIAssessor\\",\\n        \\"class_args\\": {\\n          \\"earlystop\\": true,\\n          \\"start_step\\": 5,\\n          \\"optimize_mode\\": \\"maximize\\"\\n        }\\n      },\\n      \\"experiment_name\\": \\"my_exp\\",\\n      \\"tuner\\": {\\n        \\"name\\": \\"TPE\\",\\n        \\"class_args\\": {\\n          \\"optimize_mode\\": \\"maximize\\"\\n        }\\n      },\\n      \\"trial_concurrency\\": 2\\n    },\\n    \\"search_space\\": {\\n      \\"${max_depth}\\": {\\n        \\"_type\\": \\"choice\\",\\n        \\"_value\\": [\\n          1,\\n          3,\\n          5\\n        ]\\n      },\\n      \\"${tree_count}\\": {\\n        \\"_value\\": [\\n          50,\\n          100,\\n          150\\n        ],\\n        \\"_type\\": \\"choice\\"\\n      }\\n    }\\n  },\\n  \\"Deleted\\": true,\\n  \\"Tags\\": [\\n    {\\n      \\"Key\\": \\"group\\",\\n      \\"Value\\": \\"group_name\\"\\n    }\\n  ]\\n}","type":"json"}]',
            'title' => 'GetHpoExperiment',
            'changeSet' => [],
            'ramActions' => [
                [
                    'operationType' => 'get',
                    'ramAction' => [
                        'action' => 'paiautoml:GetHpoExperiment',
                        'authLevel' => 'resource',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'PAIAutoML', 'resourceType' => 'HpoExperiment', 'arn' => 'acs:paiautoml:{#regionId}:{#accountId}:hpoexperiment/{#HpoExperimentId}'],
                        ],
                    ],
                ],
            ],
        ],
        'GetHpoTrial' => [
            'summary' => 'Queries information about a trial in a hyperparameter optimization (HPO) experiment.',
            'path' => '/api/automl/v1/hpo/experiment/{ExperimentId}/trial/{TrialId}',
            'methods' => ['get'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => ['application/json'],
            'produces' => ['application/json'],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'get',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeCode' => '192107',
                'abilityTreeNodes' => ['FEATURElearn0UHCCK'],
            ],
            'parameters' => [
                [
                    'name' => 'ExperimentId',
                    'in' => 'path',
                    'schema' => ['title' => '', 'description' => 'The ID of the experiment.'."\n", 'type' => 'string', 'required' => true, 'example' => 'abcde'],
                ],
                [
                    'name' => 'TrialId',
                    'in' => 'path',
                    'schema' => ['description' => 'trial id'."\n", 'type' => 'string', 'required' => true, 'example' => 'mf99W4', 'title' => ''],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response'."\n",
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['description' => 'The ID of the POP request.'."\n", 'type' => 'string', 'example' => '3F190916-B3E5-5D1E-AD0C-35C0DF105F51', 'title' => ''],
                            'Code' => ['title' => '', 'description' => 'The internal error code. This parameter is returned if an exception occurred.'."\n", 'type' => 'string', 'example' => 'INVALID_INPUT_PARAMS'],
                            'Message' => ['title' => '', 'description' => 'The error message. This parameter is returned if an exception occurred.'."\n", 'type' => 'string', 'example' => 'Missing \'user_id\' in request.'],
                            'AccessDeniedDetail' => [
                                'description' => 'The details about the access denial.'."\n",
                                'type' => 'object',
                                'additionalProperties' => ['type' => 'string', 'example' => '{'."\n"
                                    .'      "AuthPrincipalType": "sub",'."\n"
                                    .'      "PolicyType": "AccountLevelIdentityBasedPolicy",'."\n"
                                    .'      "NoPermissionType": "NoPermission"'."\n"
                                    .'}'."\n", 'description' => 'The details about the access denial.'."\n", 'title' => ''],
                                'title' => '',
                                'example' => '',
                            ],
                            'TrialId' => ['description' => 'The ID of the trial.'."\n", 'type' => 'string', 'example' => 'mf99W4', 'title' => ''],
                            'ExperimentId' => ['description' => 'The ID of the HPO experiment.'."\n", 'type' => 'string', 'example' => 'abcde', 'title' => ''],
                            'Model' => ['description' => 'The storage location of the model generated by the backend task to which the trial belongs.'."\n", 'type' => 'string', 'example' => 'model_table_name_foo', 'title' => ''],
                            'Hyperparam' => ['description' => 'The hyperparameter values of the trial.'."\n", 'type' => 'string', 'example' => '{"${centerCount}": 5, "${distanceType}": "cosine"}', 'title' => ''],
                            'ParameterId' => ['description' => 'The ID assigned by the backend task to which the trial belongs.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '0', 'title' => ''],
                            'Status' => ['description' => 'The status of the trial.'."\n", 'type' => 'string', 'example' => 'FINISHED, FAILED, USER_CANCELED', 'title' => ''],
                            'MetricName' => ['description' => 'The name of the metric. Not used.'."\n", 'type' => 'string', 'example' => '空字符串', 'title' => ''],
                            'Metric' => ['description' => 'The array of the results of the calculated metrics of the trial. The array includes one or more temporary values generated during the calculation and the final value.'."\n", 'type' => 'string', 'example' => '[{"default":0.087745,"val_loss=([0-9\\\\\\\\.]+)":0.087745},'."\n"
                                .'{"default":1.085841,"val_loss=([0-9\\\\\\\\.]+)":0.085841},'."\n"
                                .'{"default":0.087745,"type":"FINAL","val_loss=([0-9\\\\\\\\.]+)":0.087745}]', 'title' => ''],
                            'JobMeta' => ['description' => 'The meta information of the backend task to which the trial belongs. The value is in the JSON string format.'."\n", 'type' => 'string', 'example' => '{"nni_trial_id": "asdf", "nni_exp_id": "abcde", "nni_trial_sequence_id": 2}', 'title' => ''],
                            'FinalMetric' => ['description' => 'The final metric value calculated by the backend task after the trial is completed. The value is the value of the default key in the metric item of the FINAL type in the metric array.'."\n", 'type' => 'string', 'example' => '{"default":0.087745,"type":"FINAL","val_loss=([0-9\\\\\\\\.]+)":0.087745}', 'title' => ''],
                            'GmtCreateTime' => ['description' => 'The time at which the trial was created. The time is in UTC.'."\n", 'type' => 'string', 'example' => '2024-01-02 12:34:56', 'title' => ''],
                            'GmtModifiedTime' => ['description' => 'The time at which the trial was last modified. The time is in UTC.'."\n", 'type' => 'string', 'example' => '2024-01-02 21:32:56', 'title' => ''],
                        ],
                        'example' => '',
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'eventInfo' => [
                'enable' => false,
                'eventNames' => [],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"3F190916-B3E5-5D1E-AD0C-35C0DF105F51\\",\\n  \\"Code\\": \\"INVALID_INPUT_PARAMS\\",\\n  \\"Message\\": \\"Missing \'user_id\' in request.\\",\\n  \\"AccessDeniedDetail\\": {\\n    \\"key\\": \\"{\\\\n      \\\\\\"AuthPrincipalType\\\\\\": \\\\\\"sub\\\\\\",\\\\n      \\\\\\"PolicyType\\\\\\": \\\\\\"AccountLevelIdentityBasedPolicy\\\\\\",\\\\n      \\\\\\"NoPermissionType\\\\\\": \\\\\\"NoPermission\\\\\\"\\\\n}\\\\n\\"\\n  },\\n  \\"TrialId\\": \\"mf99W4\\",\\n  \\"ExperimentId\\": \\"abcde\\",\\n  \\"Model\\": \\"model_table_name_foo\\",\\n  \\"Hyperparam\\": \\"{\\\\\\"${centerCount}\\\\\\": 5, \\\\\\"${distanceType}\\\\\\": \\\\\\"cosine\\\\\\"}\\",\\n  \\"ParameterId\\": 0,\\n  \\"Status\\": \\"FINISHED, FAILED, USER_CANCELED\\",\\n  \\"MetricName\\": \\"空字符串\\",\\n  \\"Metric\\": \\"[{\\\\\\"default\\\\\\":0.087745,\\\\\\"val_loss=([0-9\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\.]+)\\\\\\":0.087745},\\\\n{\\\\\\"default\\\\\\":1.085841,\\\\\\"val_loss=([0-9\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\.]+)\\\\\\":0.085841},\\\\n{\\\\\\"default\\\\\\":0.087745,\\\\\\"type\\\\\\":\\\\\\"FINAL\\\\\\",\\\\\\"val_loss=([0-9\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\.]+)\\\\\\":0.087745}]\\",\\n  \\"JobMeta\\": \\"{\\\\\\"nni_trial_id\\\\\\": \\\\\\"asdf\\\\\\", \\\\\\"nni_exp_id\\\\\\": \\\\\\"abcde\\\\\\", \\\\\\"nni_trial_sequence_id\\\\\\": 2}\\",\\n  \\"FinalMetric\\": \\"{\\\\\\"default\\\\\\":0.087745,\\\\\\"type\\\\\\":\\\\\\"FINAL\\\\\\",\\\\\\"val_loss=([0-9\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\.]+)\\\\\\":0.087745}\\",\\n  \\"GmtCreateTime\\": \\"2024-01-02 12:34:56\\",\\n  \\"GmtModifiedTime\\": \\"2024-01-02 21:32:56\\"\\n}","type":"json"}]',
            'title' => 'GetHpoTrial',
            'changeSet' => [],
            'ramActions' => [
                [
                    'operationType' => 'get',
                    'ramAction' => [
                        'action' => 'paiautoml:GetHpoTrial',
                        'authLevel' => 'resource',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'PAIAutoML', 'resourceType' => 'All Resource', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
        ],
        'GetServiceIdentityRole' => [
            'summary' => 'GetServiceIdentityRole, return role name if SLR exists, empty otherwise',
            'path' => '/api/automl/v1/serviceidentityrole',
            'methods' => ['get'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => ['application/json'],
            'produces' => ['application/json'],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'none',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeCode' => '190053',
                'abilityTreeNodes' => ['FEATURElearn0UHCCK'],
                'tenantRelevance' => 'publicInformation',
            ],
            'parameters' => [],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => 'Id of the request', 'description' => 'The ID of the POP request.'."\n", 'type' => 'string', 'example' => '3F190916-B3E5-5D1E-AD0C-35C0DF105F51'],
                            'RoleName' => ['description' => 'The name of the RAM role.'."\n", 'type' => 'string', 'example' => 'AliyunServiceRoleForPaiAutoml', 'title' => ''],
                            'Code' => ['description' => 'The internal error code. This parameter is returned if an exception occurred.'."\n", 'type' => 'string', 'example' => 'SUCCESS', 'title' => ''],
                            'Message' => ['description' => 'The error message. This parameter is returned if an exception occurred.'."\n", 'type' => 'string', 'example' => 'Execution failure, please try again.', 'title' => ''],
                        ],
                        'example' => '',
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'eventInfo' => [
                'enable' => false,
                'eventNames' => [],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"3F190916-B3E5-5D1E-AD0C-35C0DF105F51\\",\\n  \\"RoleName\\": \\"AliyunServiceRoleForPaiAutoml\\",\\n  \\"Code\\": \\"SUCCESS\\",\\n  \\"Message\\": \\"Execution failure, please try again.\\"\\n}","type":"json"}]',
            'title' => 'GetServiceIdentityRole',
            'changeSet' => [],
            'ramActions' => [
                [
                    'operationType' => 'none',
                    'ramAction' => [
                        'action' => 'paiautoml:GetServiceIdentityRole',
                        'authLevel' => 'operate',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'PAIAutoML', 'resourceType' => 'All Resource', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
        ],
        'ListHpoExperimentLogs' => [
            'summary' => 'Queries the content of a log file for a hyperparameter optimization (HPO) experiment.',
            'path' => '/api/automl/v1/hpo/experiment/{ExperimentId}/logs',
            'methods' => ['get'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => ['application/json'],
            'produces' => ['application/json'],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'none',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeCode' => '195804',
                'abilityTreeNodes' => ['FEATURElearn0UHCCK'],
            ],
            'parameters' => [
                [
                    'name' => 'ExperimentId',
                    'in' => 'path',
                    'schema' => ['title' => 'A short description of struct', 'description' => 'The ID of the HPO experiment.'."\n", 'type' => 'string', 'required' => false, 'example' => 'abcde'],
                ],
                [
                    'name' => 'LogName',
                    'in' => 'query',
                    'schema' => ['description' => 'The name of the log. Valid values: nnimanager.log and dispatcher.log.'."\n", 'type' => 'string', 'required' => false, 'example' => 'nnimanager.log', 'title' => ''],
                ],
                [
                    'name' => 'PageNumber',
                    'in' => 'query',
                    'schema' => ['description' => 'The page number. Page start from page 1. If you leave this parameter empty, all content in the log file is returned.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', 'title' => ''],
                ],
                [
                    'name' => 'PageSize',
                    'in' => 'query',
                    'schema' => ['description' => 'The number of entries per page. If you leave this parameter empty, all content in the log file is returned.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '40', 'title' => ''],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response'."\n",
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => 'Id of the request', 'description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '071A904D-5A49-597F-9F69-81C7701D04AC'],
                            'Code' => ['description' => 'The status code.'."\n", 'type' => 'string', 'example' => 'SUCCESS', 'title' => ''],
                            'Message' => ['description' => 'The error message. This parameter is returned if an exception occurred.'."\n", 'type' => 'string', 'example' => 'Missing \'user_id\' in request.', 'title' => ''],
                            'AccessDeniedDetail' => ['description' => 'The details about the access denial.'."\n", 'type' => 'object', 'example' => '{'."\n"
                                .'      "AuthPrincipalType": "sub",'."\n"
                                .'      "PolicyType": "AccountLevelIdentityBasedPolicy",'."\n"
                                .'      "NoPermissionType": "NoPermission"'."\n"
                                .'}'."\n", 'title' => ''],
                            'TotalCount' => ['description' => 'The total number of entries returned.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '467', 'title' => ''],
                            'Logs' => [
                                'description' => 'The content of the log entry.'."\n",
                                'type' => 'array',
                                'items' => ['description' => 'The content of the log entry.'."\n", 'type' => 'string', 'example' => '[2024-03-07 18:29:29] INFO (LocalTrainingService) Run local machine training service.', 'title' => ''],
                                'title' => '',
                                'example' => '',
                            ],
                        ],
                        'example' => '',
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'eventInfo' => [
                'enable' => false,
                'eventNames' => [],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"071A904D-5A49-597F-9F69-81C7701D04AC\\",\\n  \\"Code\\": \\"SUCCESS\\",\\n  \\"Message\\": \\"Missing \'user_id\' in request.\\",\\n  \\"AccessDeniedDetail\\": {\\n    \\"AuthPrincipalType\\": \\"sub\\",\\n    \\"PolicyType\\": \\"AccountLevelIdentityBasedPolicy\\",\\n    \\"NoPermissionType\\": \\"NoPermission\\"\\n  },\\n  \\"TotalCount\\": 467,\\n  \\"Logs\\": [\\n    \\"[2024-03-07 18:29:29] INFO (LocalTrainingService) Run local machine training service.\\"\\n  ]\\n}","type":"json"}]',
            'title' => 'ListHpoExperimentLogs',
            'changeSet' => [],
            'ramActions' => [
                [
                    'operationType' => 'none',
                    'ramAction' => [
                        'action' => 'paiautoml:ListHpoExperimentLogs',
                        'authLevel' => 'resource',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'PAIAutoML', 'resourceType' => 'HpoExperiment', 'arn' => 'acs:paiautoml:{#regionId}:{#accountId}:hpoexperiment/{#HpoExperimentId}'],
                        ],
                    ],
                ],
            ],
        ],
        'ListHpoExperiments' => [
            'summary' => 'Queries information about a hyperparameter optimization (HPO) experiment that meets specific requirements.',
            'path' => '/api/automl/v1/hpo/experiments',
            'methods' => ['get'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => ['application/json'],
            'produces' => ['application/json'],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'list',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeCode' => '190772',
                'abilityTreeNodes' => ['FEATURElearn0UHCCK'],
            ],
            'parameters' => [
                [
                    'name' => 'Name',
                    'in' => 'query',
                    'schema' => ['description' => 'The keyword of the name of the experiment.'."\n", 'type' => 'string', 'required' => false, 'example' => '任意关键字', 'title' => ''],
                ],
                [
                    'name' => 'Creator',
                    'in' => 'query',
                    'schema' => ['description' => 'The ID of the user who created the experiment.'."\n", 'type' => 'string', 'required' => false, 'example' => '266977839132045194', 'title' => ''],
                ],
                [
                    'name' => 'PageNumber',
                    'in' => 'query',
                    'schema' => ['description' => 'The page number. Pages start from page 1. Default value: 1.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', 'title' => ''],
                ],
                [
                    'name' => 'PageSize',
                    'in' => 'query',
                    'schema' => ['description' => 'The number of entries per page.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '10', 'title' => ''],
                ],
                [
                    'name' => 'MinCreateTime',
                    'in' => 'query',
                    'schema' => ['description' => 'The earliest experiment creation time.'."\n", 'type' => 'string', 'required' => false, 'example' => 'yyyy-mm-dd hh:mm:ss或着yyyy-mm-dd,比如2023-03-31 10:29:30', 'title' => ''],
                ],
                [
                    'name' => 'MaxCreateTime',
                    'in' => 'query',
                    'schema' => ['description' => 'The latest experiment creation time.'."\n", 'type' => 'string', 'required' => false, 'example' => 'yyyy-mm-dd hh:mm:ss或着yyyy-mm-dd,比如2023-03-31 10:29:30', 'title' => ''],
                ],
                [
                    'name' => 'Status',
                    'in' => 'query',
                    'schema' => ['description' => 'The status of the experiment.'."\n", 'type' => 'string', 'required' => false, 'example' => 'CREATED, RUNNING, FINISHED, FAILED, EARLY_STOPPED, USER_CANCELED, SYS_CANCELED, WAITING, NO_MORE_TRIAL, UNKNOWN', 'title' => ''],
                ],
                [
                    'name' => 'WorkspaceId',
                    'in' => 'query',
                    'schema' => ['description' => 'The workspace ID.'."\n", 'type' => 'string', 'required' => false, 'example' => 'default', 'title' => ''],
                ],
                [
                    'name' => 'Accessibility',
                    'in' => 'query',
                    'schema' => ['description' => 'The visibility of the workspace.'."\n"
                        ."\n"
                        .'*   PRIVATE: The workspace is visible only to you and the administrator of the workspace.'."\n"
                        .'*   PUBLIC: The workspace is visible to all users.'."\n", 'type' => 'string', 'required' => false, 'example' => 'PRIVATE', 'title' => ''],
                ],
                [
                    'name' => 'IncludeConfigData',
                    'in' => 'query',
                    'schema' => ['description' => 'Specifies whether to include experiment configuration data in the response.'."\n", 'type' => 'string', 'required' => false, 'example' => 'True或者False,默认False表示不包括', 'title' => ''],
                ],
                [
                    'name' => 'SortBy',
                    'in' => 'query',
                    'schema' => ['description' => 'The filter that is used to sort experiments.'."\n", 'type' => 'string', 'required' => false, 'example' => 'create_time, update_time, workspace_id, status, accessibility其中之一', 'title' => ''],
                ],
                [
                    'name' => 'Order',
                    'in' => 'query',
                    'schema' => ['description' => 'The sorting order. Specify this parameter together with the SortBy parameter. Valid values:'."\n"
                        ."\n"
                        .'*   DESC: in descending order. This is the default value.'."\n"
                        .'*   ASC: in ascending order.'."\n", 'type' => 'string', 'required' => false, 'example' => 'DESC或ASC', 'title' => ''],
                ],
                [
                    'name' => 'Tag',
                    'in' => 'query',
                    'style' => 'json',
                    'schema' => [
                        'description' => 'Resource tags.',
                        'type' => 'array',
                        'items' => [
                            'description' => 'List of tags. Query filter conditions. Up to 20 tags can be specified.',
                            'type' => 'object',
                            'properties' => [
                                'Key' => ['description' => 'The tag key of the resource', 'type' => 'string', 'required' => false, 'example' => 'group', 'title' => ''],
                                'Value' => ['description' => 'Tag value.'."\n"
                                    .'A tag value can contain up to 128 characters, and it cannot start with `aliyun` or `acs:`. It should not include `http://` or `https://`.'."\n"
                                    .'Up to 20 tag values are supported in a single request.', 'type' => 'string', 'required' => false, 'example' => 'group_name', 'title' => ''],
                            ],
                            'required' => false,
                            'title' => '',
                            'example' => '',
                        ],
                        'required' => false,
                        'title' => '',
                        'example' => '',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response'."\n",
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '3F190916-B3E5-5D1E-AD0C-35C0DF105F51', 'title' => ''],
                            'Code' => ['title' => '', 'description' => 'The internal error code. This parameter is returned if an exception occurred.'."\n", 'type' => 'string', 'example' => 'INVALID_INPUT_PARAMS'],
                            'Message' => ['title' => '', 'description' => 'The error message. This parameter is returned if an exception occurred.'."\n", 'type' => 'string', 'example' => 'Missing \'user_id\' in request.'],
                            'AccessDeniedDetail' => [
                                'description' => 'The information about the request denial.'."\n",
                                'type' => 'object',
                                'additionalProperties' => ['type' => 'string', 'example' => '{'."\n"
                                    .'      "AuthPrincipalType": "sub",'."\n"
                                    .'      "PolicyType": "AccountLevelIdentityBasedPolicy",'."\n"
                                    .'      "NoPermissionType": "NoPermission"'."\n"
                                    .'}', 'description' => 'The information about the request denial.'."\n", 'title' => ''],
                                'title' => '',
                                'example' => '',
                            ],
                            'TotalCount' => ['description' => 'The total number of experiments returned.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '5', 'title' => ''],
                            'Experiments' => [
                                'title' => '',
                                'description' => 'The experiments that meet the requirements.'."\n",
                                'type' => 'array',
                                'items' => [
                                    'description' => 'The struct of the experiment data.'."\n",
                                    'type' => 'object',
                                    'properties' => [
                                        'ExperimentId' => ['title' => '', 'description' => 'The ID of the experiment.'."\n", 'type' => 'string', 'example' => 'sORVEck'],
                                        'Creator' => ['title' => '', 'description' => 'The ID of the user who created the experiment.'."\n", 'type' => 'string', 'example' => '1049310008714189'],
                                        'SearchSpace' => ['title' => '', 'description' => 'The SearchSpace property in the experiment configuration.'."\n", 'type' => 'string', 'example' => '{\'foo\':\'bar\'}'],
                                        'Name' => ['title' => '', 'description' => 'The name of the experiment.'."\n", 'type' => 'string', 'example' => 'my experiment x'],
                                        'Status' => ['title' => '', 'description' => 'The status of the experiment.'."\n", 'type' => 'string', 'example' => 'CREATED, RUNNING, FINISHED, FAILED, EARLY_STOPPED, USER_CANCELED, WAITING, NO_MORE_TRIAL, UNKNOWN'],
                                        'JobType' => ['description' => 'The type of the experiment. For HPO experiments, the value of this parameter is 1.'."\n", 'type' => 'string', 'example' => '1', 'title' => ''],
                                        'ConfigIni' => ['description' => 'The content of the trial.ini configuration file. The actual value of sensitive data such as an AccessKey pair is replaced with asterisks (\\*).'."\n", 'type' => 'string', 'example' => '[odps_config]'."\n"
                                            .'key1 = value1'."\n"
                                            .'key2 = value2', 'title' => ''],
                                        'ConfigYml' => ['description' => 'The content of the exp.yml configuration file.'."\n", 'type' => 'string', 'example' => 'experimentName: dlc_oss_mnist'."\n"
                                            .'experimentWorkingDirectory: ../expdir'."\n"
                                            .'searchSpaceFile: search_space.json'."\n"
                                            .'trialCommand: python3 -m hpo_tools.core.utils.run --config=./trial.ini'."\n"
                                            .'trialConcurrency: 1'."\n"
                                            .'maxTrialNumber: 4'."\n"
                                            .'tuner:'."\n"
                                            .'  name: TPE'."\n"
                                            .'  classArgs:'."\n"
                                            .'    optimize_mode: maximize'."\n"
                                            .'trainingService:'."\n"
                                            .'  platform: local'."\n"
                                            .'assessor:'."\n"
                                            .'  name: PAIAssessor'."\n"
                                            .'  classArgs:'."\n"
                                            .'    optimize_mode: maximize'."\n"
                                            .'    start_step: 2', 'title' => ''],
                                        'GmtCreateTime' => ['title' => '', 'description' => 'The time at which the experiment was created.'."\n", 'type' => 'string', 'example' => '2023-03-31T10:29:30Z'],
                                        'GmtModifiedTime' => ['title' => '', 'description' => 'The time at which the experiment data was last modified.'."\n", 'type' => 'string', 'example' => '2022-10-27T00:55:54Z'],
                                        'WorkspaceId' => ['description' => 'The ID of the workspace.'."\n", 'type' => 'string', 'example' => 'default', 'title' => ''],
                                        'Accessibility' => ['description' => 'The visibility of the workspace. Select the type of the task. Valid values:'."\n"
                                            ."\n"
                                            .'*   PRIVATE (default): The workspace is visible only to you and the administrator of the workspace.'."\n"
                                            .'*   PUBLIC: The workspace is visible to all users.'."\n", 'type' => 'string', 'example' => 'PUBLIC', 'title' => ''],
                                        'Description' => ['description' => 'PUBLIC: The workspace is visible to all users.'."\n", 'type' => 'string', 'example' => 'description', 'title' => ''],
                                        'TrialCount' => ['description' => 'The total number of trials of the experiment'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '20', 'title' => ''],
                                        'TrialStatus' => [
                                            'description' => 'The information that contains the status of the trials and the trials in each state.'."\n",
                                            'type' => 'object',
                                            'additionalProperties' => ['type' => 'string', 'example' => '3', 'description' => 'FINISHED'."\n", 'title' => ''],
                                            'title' => '',
                                            'example' => '',
                                        ],
                                        'Deleted' => ['description' => 'Indicates whether the experiment is deleted.'."\n", 'type' => 'boolean', 'example' => '1', 'title' => ''],
                                        'Tags' => [
                                            'description' => 'Tag system list',
                                            'type' => 'array',
                                            'items' => [
                                                'description' => 'Tag list',
                                                'type' => 'object',
                                                'properties' => [
                                                    'Key' => ['description' => 'Tag key of the resource', 'type' => 'string', 'example' => 'group', 'title' => ''],
                                                    'Value' => ['description' => 'Tag value.', 'type' => 'string', 'example' => 'group_name', 'title' => ''],
                                                ],
                                                'title' => '',
                                                'example' => '',
                                            ],
                                            'title' => '',
                                            'example' => '',
                                        ],
                                    ],
                                    'title' => '',
                                    'example' => '',
                                ],
                                'example' => '',
                            ],
                        ],
                        'example' => '',
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'eventInfo' => [
                'enable' => false,
                'eventNames' => [],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"3F190916-B3E5-5D1E-AD0C-35C0DF105F51\\",\\n  \\"Code\\": \\"INVALID_INPUT_PARAMS\\",\\n  \\"Message\\": \\"Missing \'user_id\' in request.\\",\\n  \\"AccessDeniedDetail\\": {\\n    \\"key\\": \\"{\\\\n      \\\\\\"AuthPrincipalType\\\\\\": \\\\\\"sub\\\\\\",\\\\n      \\\\\\"PolicyType\\\\\\": \\\\\\"AccountLevelIdentityBasedPolicy\\\\\\",\\\\n      \\\\\\"NoPermissionType\\\\\\": \\\\\\"NoPermission\\\\\\"\\\\n}\\"\\n  },\\n  \\"TotalCount\\": 5,\\n  \\"Experiments\\": [\\n    {\\n      \\"ExperimentId\\": \\"sORVEck\\",\\n      \\"Creator\\": \\"1049310008714189\\",\\n      \\"SearchSpace\\": \\"{\'foo\':\'bar\'}\\",\\n      \\"Name\\": \\"my experiment x\\",\\n      \\"Status\\": \\"CREATED, RUNNING, FINISHED, FAILED, EARLY_STOPPED, USER_CANCELED, WAITING, NO_MORE_TRIAL, UNKNOWN\\",\\n      \\"JobType\\": \\"1\\",\\n      \\"ConfigIni\\": \\"[odps_config]\\\\nkey1 = value1\\\\nkey2 = value2\\",\\n      \\"ConfigYml\\": \\"experimentName: dlc_oss_mnist\\\\nexperimentWorkingDirectory: ../expdir\\\\nsearchSpaceFile: search_space.json\\\\ntrialCommand: python3 -m hpo_tools.core.utils.run --config=./trial.ini\\\\ntrialConcurrency: 1\\\\nmaxTrialNumber: 4\\\\ntuner:\\\\n  name: TPE\\\\n  classArgs:\\\\n    optimize_mode: maximize\\\\ntrainingService:\\\\n  platform: local\\\\nassessor:\\\\n  name: PAIAssessor\\\\n  classArgs:\\\\n    optimize_mode: maximize\\\\n    start_step: 2\\",\\n      \\"GmtCreateTime\\": \\"2023-03-31T10:29:30Z\\",\\n      \\"GmtModifiedTime\\": \\"2022-10-27T00:55:54Z\\",\\n      \\"WorkspaceId\\": \\"default\\",\\n      \\"Accessibility\\": \\"PUBLIC\\",\\n      \\"Description\\": \\"description\\",\\n      \\"TrialCount\\": 20,\\n      \\"TrialStatus\\": {\\n        \\"key\\": \\"3\\"\\n      },\\n      \\"Deleted\\": true,\\n      \\"Tags\\": [\\n        {\\n          \\"Key\\": \\"group\\",\\n          \\"Value\\": \\"group_name\\"\\n        }\\n      ]\\n    }\\n  ]\\n}","type":"json"}]',
            'title' => 'ListHpoExperiments',
            'changeSet' => [],
            'ramActions' => [
                [
                    'operationType' => 'list',
                    'ramAction' => [
                        'action' => 'paiautoml:ListHpoExperiments',
                        'authLevel' => 'resource',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'PAIAutoML', 'resourceType' => 'All Resource', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
        ],
        'ListHpoTrialCommands' => [
            'summary' => 'Queries the command output of a trial in a hyperparameter optimization (HPO) experiment. A trial of an HPO experiment runs one or more commands in sequence based on the command set specified in the configuration. You can call this API operation to obtain the output of these commands.',
            'path' => '/api/automl/v1/hpo/experiment/{ExperimentId}/trial/{TrialId}/commands',
            'methods' => ['get'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => ['application/json'],
            'produces' => ['application/json'],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'list',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeCode' => '190369',
                'abilityTreeNodes' => ['FEATURElearn0UHCCK'],
            ],
            'parameters' => [
                [
                    'name' => 'ExperimentId',
                    'in' => 'path',
                    'schema' => ['description' => 'The ID of the HPO experiment.'."\n", 'type' => 'string', 'required' => false, 'example' => 'abcde', 'title' => ''],
                ],
                [
                    'name' => 'TrialId',
                    'in' => 'path',
                    'schema' => ['description' => 'The ID of the trial.'."\n", 'type' => 'string', 'required' => false, 'example' => 'zUEapH', 'title' => ''],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response'."\n",
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => 'Id of the request', 'description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '071A904D-5A49-597F-9F69-81C7701D04AC'],
                            'Code' => ['description' => 'The internal error code. This parameter is returned if an exception occurred.'."\n", 'type' => 'string', 'example' => 'INVALID_USER_OR_EXP', 'title' => ''],
                            'Message' => ['description' => 'The error message. This parameter is returned if an exception occurred.'."\n", 'type' => 'string', 'example' => 'Missing \'user_id\' in request.', 'title' => ''],
                            'AccessDeniedDetail' => [
                                'description' => 'The details about the failed permission verification.'."\n",
                                'type' => 'object',
                                'additionalProperties' => ['type' => 'string', 'example' => '{'."\n"
                                    .'      "AuthPrincipalType": "sub",'."\n"
                                    .'      "PolicyType": "AccountLevelIdentityBasedPolicy",'."\n"
                                    .'      "NoPermissionType": "NoPermission"'."\n"
                                    .'}'."\n", 'description' => 'The details about the failed permission verification.'."\n", 'title' => ''],
                                'title' => '',
                                'example' => '',
                            ],
                            'Commands' => [
                                'description' => 'The commands.'."\n",
                                'type' => 'array',
                                'items' => [
                                    'description' => 'The struct of the commands.'."\n",
                                    'type' => 'object',
                                    'properties' => [
                                        'Id' => ['description' => 'The sequence number.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''],
                                        'Command' => ['description' => 'The content of the command.'."\n", 'type' => 'string', 'example' => 'dlc submit pytorch --name=test_nni_foo_bar', 'title' => ''],
                                        'Output' => ['description' => 'The output of the command.'."\n", 'type' => 'string', 'example' => 'foo', 'title' => ''],
                                    ],
                                    'title' => '',
                                    'example' => '',
                                ],
                                'title' => '',
                                'example' => '',
                            ],
                        ],
                        'example' => '',
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'eventInfo' => [
                'enable' => false,
                'eventNames' => [],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"071A904D-5A49-597F-9F69-81C7701D04AC\\",\\n  \\"Code\\": \\"INVALID_USER_OR_EXP\\",\\n  \\"Message\\": \\"Missing \'user_id\' in request.\\",\\n  \\"AccessDeniedDetail\\": {\\n    \\"key\\": \\"{\\\\n      \\\\\\"AuthPrincipalType\\\\\\": \\\\\\"sub\\\\\\",\\\\n      \\\\\\"PolicyType\\\\\\": \\\\\\"AccountLevelIdentityBasedPolicy\\\\\\",\\\\n      \\\\\\"NoPermissionType\\\\\\": \\\\\\"NoPermission\\\\\\"\\\\n}\\\\n\\"\\n  },\\n  \\"Commands\\": [\\n    {\\n      \\"Id\\": 1,\\n      \\"Command\\": \\"dlc submit pytorch --name=test_nni_foo_bar\\",\\n      \\"Output\\": \\"foo\\"\\n    }\\n  ]\\n}","type":"json"}]',
            'title' => 'ListHpoTrialCommands',
            'changeSet' => [],
            'ramActions' => [
                [
                    'operationType' => 'list',
                    'ramAction' => [
                        'action' => 'paiautoml:ListHpoTrialCommands',
                        'authLevel' => 'resource',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'PAIAutoML', 'resourceType' => 'All Resource', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
        ],
        'ListHpoTrialLogNames' => [
            'summary' => 'Lists the names of all log files of the specific trial in a specific hyperparameter optimization (HPO) experiment.',
            'path' => '/api/automl/v1/hpo/experiment/{ExperimentId}/trial/{TrialId}/lognames',
            'methods' => ['get'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => ['application/json'],
            'produces' => ['application/json'],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'list',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeCode' => '189971',
                'abilityTreeNodes' => ['FEATURElearn0UHCCK'],
            ],
            'parameters' => [
                [
                    'name' => 'ExperimentId',
                    'in' => 'path',
                    'schema' => ['description' => 'The ID of the HPO experiment.'."\n", 'type' => 'string', 'required' => true, 'example' => 'abcde', 'title' => ''],
                ],
                [
                    'name' => 'TrialId',
                    'in' => 'path',
                    'schema' => ['description' => 'Trial id'."\n", 'type' => 'string', 'required' => true, 'example' => 'zUEapH', 'title' => ''],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response'."\n",
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => 'Id of the request', 'description' => 'The ID of the POP request.'."\n", 'type' => 'string', 'example' => '3F190916-B3E5-5D1E-AD0C-35C0DF105F51'],
                            'Code' => ['description' => 'The internal error code. This parameter is returned if an exception occurred.'."\n", 'type' => 'string', 'example' => 'INVALID_INPUT_PARAMS', 'title' => ''],
                            'Message' => ['description' => 'The error message. This parameter is returned if an exception occurred.'."\n", 'type' => 'string', 'example' => 'Missing \'user_id\' in request.', 'title' => ''],
                            'AccessDeniedDetail' => [
                                'description' => 'The details about the access denial.'."\n",
                                'type' => 'object',
                                'additionalProperties' => ['type' => 'string', 'example' => '{'."\n"
                                    .'      "AuthPrincipalType": "sub",'."\n"
                                    .'      "PolicyType": "AccountLevelIdentityBasedPolicy",'."\n"
                                    .'      "NoPermissionType": "NoPermission"'."\n"
                                    .'}'."\n", 'description' => 'The details about the access denial.'."\n", 'title' => ''],
                                'title' => '',
                                'example' => '',
                            ],
                            'LogNames' => [
                                'description' => 'The log file paths.'."\n",
                                'type' => 'array',
                                'items' => ['description' => 'The full path of the trial log file.'."\n", 'type' => 'string', 'example' => 'oss;//foo/bar/trial.log', 'title' => ''],
                                'title' => '',
                                'example' => '',
                            ],
                        ],
                        'example' => '',
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'eventInfo' => [
                'enable' => false,
                'eventNames' => [],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"3F190916-B3E5-5D1E-AD0C-35C0DF105F51\\",\\n  \\"Code\\": \\"INVALID_INPUT_PARAMS\\",\\n  \\"Message\\": \\"Missing \'user_id\' in request.\\",\\n  \\"AccessDeniedDetail\\": {\\n    \\"key\\": \\"{\\\\n      \\\\\\"AuthPrincipalType\\\\\\": \\\\\\"sub\\\\\\",\\\\n      \\\\\\"PolicyType\\\\\\": \\\\\\"AccountLevelIdentityBasedPolicy\\\\\\",\\\\n      \\\\\\"NoPermissionType\\\\\\": \\\\\\"NoPermission\\\\\\"\\\\n}\\\\n\\"\\n  },\\n  \\"LogNames\\": [\\n    \\"oss;//foo/bar/trial.log\\"\\n  ]\\n}","type":"json"}]',
            'title' => 'ListHpoTrialLogNames',
            'changeSet' => [],
            'ramActions' => [
                [
                    'operationType' => 'list',
                    'ramAction' => [
                        'action' => 'paiautoml:ListHpoTrialLogNames',
                        'authLevel' => 'resource',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'PAIAutoML', 'resourceType' => 'All Resource', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
        ],
        'ListHpoTrialLogs' => [
            'summary' => 'Lists the content of a specific log file of a hyperparameter optimization (HPO) trial by pages.',
            'path' => '/api/automl/v1/hpo/experiment/{ExperimentId}/trial/{TrialId}/logs',
            'methods' => ['get'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => ['application/json'],
            'produces' => ['application/json'],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'list',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeCode' => '195654',
                'abilityTreeNodes' => ['FEATURElearn0UHCCK'],
            ],
            'parameters' => [
                [
                    'name' => 'ExperimentId',
                    'in' => 'path',
                    'schema' => ['description' => 'The ID of the HPO experiment.'."\n", 'type' => 'string', 'required' => false, 'example' => 'abcde', 'title' => ''],
                ],
                [
                    'name' => 'TrialId',
                    'in' => 'path',
                    'schema' => ['description' => 'The ID of the trial.'."\n", 'type' => 'string', 'required' => false, 'example' => 'asdf', 'title' => ''],
                ],
                [
                    'name' => 'LogName',
                    'in' => 'query',
                    'schema' => ['description' => 'The name of the log. Valid values: stderr, stdout, and trial.log.'."\n", 'type' => 'string', 'required' => false, 'example' => 'trial.log', 'title' => ''],
                ],
                [
                    'name' => 'PageNumber',
                    'in' => 'query',
                    'schema' => ['description' => 'The page number. Pages start from page 1. If you leave this parameter empty, all content in the log file is returned.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', 'title' => ''],
                ],
                [
                    'name' => 'PageSize',
                    'in' => 'query',
                    'schema' => ['description' => 'The number of log entries returned on each page. The value must be a positive integer. If you leave this parameter empty, all content in the log file is returned.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '10', 'title' => ''],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response'."\n",
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => 'Id of the request', 'description' => 'The ID of the POP request.'."\n", 'type' => 'string', 'example' => '3F190916-B3E5-5D1E-AD0C-35C0DF105F51'],
                            'Code' => ['description' => 'The status code.'."\n", 'type' => 'string', 'example' => 'SUCCESS', 'title' => ''],
                            'Message' => ['description' => 'Response error message.'."\n", 'type' => 'string', 'example' => 'Missing \'user_id\' in request.', 'title' => ''],
                            'AccessDeniedDetail' => ['description' => 'The details about the failed permission verification.'."\n", 'type' => 'object', 'example' => '{'."\n"
                                .'      "AuthPrincipalType": "sub",'."\n"
                                .'      "PolicyType": "AccountLevelIdentityBasedPolicy",'."\n"
                                .'      "NoPermissionType": "NoPermission"'."\n"
                                .'}', 'title' => ''],
                            'TotalCount' => ['description' => 'The total number of entries in the log file.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '123', 'title' => ''],
                            'Logs' => [
                                'description' => 'The content of the log entry.'."\n",
                                'type' => 'array',
                                'items' => ['description' => 'The content of the log entry.'."\n", 'type' => 'string', 'example' => '[2024-03-07 18:41:00] INFO (sys/MainThread) system_config loaded for region. cn-shanghai', 'title' => ''],
                                'title' => '',
                                'example' => '',
                            ],
                        ],
                        'example' => '',
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'eventInfo' => [
                'enable' => false,
                'eventNames' => [],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"3F190916-B3E5-5D1E-AD0C-35C0DF105F51\\",\\n  \\"Code\\": \\"SUCCESS\\",\\n  \\"Message\\": \\"Missing \'user_id\' in request.\\",\\n  \\"AccessDeniedDetail\\": {\\n    \\"AuthPrincipalType\\": \\"sub\\",\\n    \\"PolicyType\\": \\"AccountLevelIdentityBasedPolicy\\",\\n    \\"NoPermissionType\\": \\"NoPermission\\"\\n  },\\n  \\"TotalCount\\": 123,\\n  \\"Logs\\": [\\n    \\"[2024-03-07 18:41:00] INFO (sys/MainThread) system_config loaded for region. cn-shanghai\\"\\n  ]\\n}","type":"json"}]',
            'title' => 'ListHpoTrialLogs',
            'changeSet' => [],
            'ramActions' => [
                [
                    'operationType' => 'list',
                    'ramAction' => [
                        'action' => 'paiautoml:ListHpoTrialLogs',
                        'authLevel' => 'resource',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'PAIAutoML', 'resourceType' => 'All Resource', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
        ],
        'ListHpoTrials' => [
            'summary' => 'Returns all the trials for the specified experiment ID.',
            'path' => '/api/automl/v1/hpo/experiment/{ExperimentId}/trials',
            'methods' => ['get'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => ['application/json'],
            'produces' => ['application/json'],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'list',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeCode' => '190695',
                'abilityTreeNodes' => ['FEATURElearn0UHCCK'],
            ],
            'parameters' => [
                [
                    'name' => 'ExperimentId',
                    'in' => 'path',
                    'schema' => ['description' => 'The ID of the HPO experiment.'."\n", 'type' => 'string', 'required' => false, 'example' => 'abcde', 'title' => ''],
                ],
                [
                    'name' => 'PageNumber',
                    'in' => 'query',
                    'allowEmptyValue' => true,
                    'schema' => ['description' => 'The page number to return. Pages start from 1. You can use this parameter to search for HPO experiments.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', 'title' => ''],
                ],
                [
                    'name' => 'PageSize',
                    'in' => 'query',
                    'allowEmptyValue' => true,
                    'schema' => ['title' => '10', 'description' => 'The number of entries per page.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '10'],
                ],
                [
                    'name' => 'SortBy',
                    'in' => 'query',
                    'schema' => ['description' => 'The basis for sorting.'."\n", 'type' => 'string', 'required' => false, 'example' => 'FINAL_METRIC 或着 CREATE_TIME', 'title' => ''],
                ],
                [
                    'name' => 'Order',
                    'in' => 'query',
                    'schema' => ['description' => 'The order of specific fields of results in a paged query (ascending or descending). Default value: ASC.'."\n"
                        ."\n"
                        .'*   ASC Ascend'."\n"
                        .'*   DESC Descend'."\n", 'type' => 'string', 'required' => false, 'example' => 'ASC', 'title' => ''],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response'."\n",
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => 'Id of the request', 'description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '3F190916-B3E5-5D1E-AD0C-35C0DF105F51'],
                            'Code' => ['description' => 'The internal error code. This parameter is returned if an exception occurred.'."\n", 'type' => 'string', 'example' => 'INVALID_USER_OR_EXP', 'title' => ''],
                            'Message' => ['description' => 'The error message. This parameter is returned if an exception occurred.'."\n", 'type' => 'string', 'example' => 'Missing \'user_id\' in request.', 'title' => ''],
                            'TotalCount' => ['title' => '', 'description' => 'The total number of entries returned. By default, this parameter is not returned.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '5'],
                            'Trials' => [
                                'description' => 'Data structs of the trial.'."\n",
                                'type' => 'array',
                                'items' => [
                                    'description' => 'The struct of the trial.'."\n",
                                    'type' => 'object',
                                    'properties' => [
                                        'TrialId' => ['description' => 'The ID of the trial.'."\n", 'type' => 'string', 'example' => 'asdf', 'title' => ''],
                                        'ExperimentId' => ['description' => 'The ID of the HPO experiment.'."\n", 'type' => 'string', 'example' => 'abcde', 'title' => ''],
                                        'ParameterId' => ['description' => 'The ID assigned by the backend task to which the trial belongs.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '未使用。空字符串', 'title' => ''],
                                        'Hyperparam' => ['description' => 'The hyperparameter values of the trial.'."\n", 'type' => 'string', 'example' => '{"${centerCount}": 5, "${distanceType}": "cityblock"}', 'title' => ''],
                                        'Status' => ['description' => 'The status of the trial.'."\n", 'type' => 'string', 'example' => 'UNKNOWN, RUNNING, WAITING, EARLY_STOPPED, SUCCEEDED, FAILED, USER_CANCELED, SYS_CANCELED', 'title' => ''],
                                        'Model' => ['description' => 'The storage location of the model generated by the backend task to which the trial belongs.'."\n", 'type' => 'string', 'example' => ' pai_kmeans_test_output_model_sy9zkpvc_zleam', 'title' => ''],
                                        'MetricName' => ['description' => 'Not used.'."\n", 'type' => 'string', 'example' => '空字符串', 'title' => ''],
                                        'Metric' => ['description' => 'The array of the results of the calculated metrics of the trial. The array includes one or more temporary values generated during the calculation and the final value.'."\n", 'type' => 'string', 'example' => '[{"default":9999.2,"type":"PERIODICAL","vrc":9999.2}, {"default":9999.2,"type":"FINAL","vrc":9999.2}', 'title' => ''],
                                        'JobMeta' => ['description' => 'The meta information of the backend task to which the trial belongs. The value is in the JSON string format.'."\n", 'type' => 'string', 'example' => '{"nni_trial_id": "ZLeAM", "nni_exp_id": "sy9zkpvc", "nni_trial_sequence_id": 0}', 'title' => ''],
                                        'FinalMetric' => ['description' => 'The final metric value calculated by the backend task after the trial is completed. The value is the value of the default key in the metric item of the FINAL type in the metric array.'."\n", 'type' => 'string', 'example' => '9999.2', 'title' => ''],
                                        'GmtCreateTime' => ['description' => 'The time at which the trial was created. The time is in UTC.'."\n", 'type' => 'string', 'example' => '2023-06-07T13:17:13Z', 'title' => ''],
                                        'GmtModifiedTime' => ['description' => 'The time at which the trial was last modified. The time is in UTC.'."\n", 'type' => 'string', 'example' => '2023-02-27T07:01:12Z', 'title' => ''],
                                    ],
                                    'example' => '{"key": "value"}',
                                    'title' => '',
                                ],
                                'title' => '',
                                'example' => '',
                            ],
                            'AccessDeniedDetail' => [
                                'description' => 'The details about the access denial. This parameter is returned only if RAM permission verification failed.'."\n",
                                'type' => 'object',
                                'additionalProperties' => ['type' => 'string', 'example' => '{'."\n"
                                    .'      "AuthPrincipalType": "sub",'."\n"
                                    .'      "PolicyType": "AccountLevelIdentityBasedPolicy",'."\n"
                                    .'      "NoPermissionType": "NoPermission"'."\n"
                                    .'}'."\n", 'description' => 'The details about the access denial.'."\n", 'title' => ''],
                                'title' => '',
                                'example' => '',
                            ],
                        ],
                        'example' => '',
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'eventInfo' => [
                'enable' => false,
                'eventNames' => [],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"3F190916-B3E5-5D1E-AD0C-35C0DF105F51\\",\\n  \\"Code\\": \\"INVALID_USER_OR_EXP\\",\\n  \\"Message\\": \\"Missing \'user_id\' in request.\\",\\n  \\"TotalCount\\": 5,\\n  \\"Trials\\": [\\n    {\\n      \\"TrialId\\": \\"asdf\\",\\n      \\"ExperimentId\\": \\"abcde\\",\\n      \\"ParameterId\\": 0,\\n      \\"Hyperparam\\": \\"{\\\\\\"${centerCount}\\\\\\": 5, \\\\\\"${distanceType}\\\\\\": \\\\\\"cityblock\\\\\\"}\\",\\n      \\"Status\\": \\"UNKNOWN, RUNNING, WAITING, EARLY_STOPPED, SUCCEEDED, FAILED, USER_CANCELED, SYS_CANCELED\\",\\n      \\"Model\\": \\" pai_kmeans_test_output_model_sy9zkpvc_zleam\\",\\n      \\"MetricName\\": \\"空字符串\\",\\n      \\"Metric\\": \\"[{\\\\\\"default\\\\\\":9999.2,\\\\\\"type\\\\\\":\\\\\\"PERIODICAL\\\\\\",\\\\\\"vrc\\\\\\":9999.2}, {\\\\\\"default\\\\\\":9999.2,\\\\\\"type\\\\\\":\\\\\\"FINAL\\\\\\",\\\\\\"vrc\\\\\\":9999.2}\\",\\n      \\"JobMeta\\": \\"{\\\\\\"nni_trial_id\\\\\\": \\\\\\"ZLeAM\\\\\\", \\\\\\"nni_exp_id\\\\\\": \\\\\\"sy9zkpvc\\\\\\", \\\\\\"nni_trial_sequence_id\\\\\\": 0}\\",\\n      \\"FinalMetric\\": \\"9999.2\\",\\n      \\"GmtCreateTime\\": \\"2023-06-07T13:17:13Z\\",\\n      \\"GmtModifiedTime\\": \\"2023-02-27T07:01:12Z\\"\\n    }\\n  ],\\n  \\"AccessDeniedDetail\\": {\\n    \\"key\\": \\"{\\\\n      \\\\\\"AuthPrincipalType\\\\\\": \\\\\\"sub\\\\\\",\\\\n      \\\\\\"PolicyType\\\\\\": \\\\\\"AccountLevelIdentityBasedPolicy\\\\\\",\\\\n      \\\\\\"NoPermissionType\\\\\\": \\\\\\"NoPermission\\\\\\"\\\\n}\\\\n\\"\\n  }\\n}","type":"json"}]',
            'title' => 'ListHpoTrials',
            'changeSet' => [],
            'ramActions' => [
                [
                    'operationType' => 'list',
                    'ramAction' => [
                        'action' => 'paiautoml:ListHpoTrials',
                        'authLevel' => 'resource',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'PAIAutoML', 'resourceType' => 'HpoExperiment', 'arn' => 'acs:paiautoml:{#regionId}:{#accountId}:hpoexperiment/{#HpoExperimentId}'],
                        ],
                    ],
                ],
            ],
        ],
        'RestartHpoTrials' => [
            'summary' => 'Restarts failed trials in an hyperparameter optimization (HPO) experiment. The system extracts the configuration of the hyperparameters of a specific trial. If none of the trials that use this configuration are successful in the experiment, the system restarts trials by using this configuration.',
            'path' => '/api/automl/v1/hpo/experiment/{ExperimentId}/restart_trials',
            'methods' => ['put'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => ['application/json'],
            'produces' => ['application/json'],
            'operationType' => 'write',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'update',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeCode' => '181335',
                'abilityTreeNodes' => ['FEATURElearn0UHCCK'],
            ],
            'parameters' => [
                [
                    'name' => 'ExperimentId',
                    'in' => 'path',
                    'schema' => ['title' => '', 'description' => 'The ID of the experiment.'."\n", 'type' => 'string', 'required' => false, 'example' => 'abcde'],
                ],
                [
                    'name' => 'body',
                    'in' => 'body',
                    'style' => 'json',
                    'schema' => [
                        'description' => 'The request body. You must specify one of the TrialIds and TrialHyperParameters parameters. If you leave both parameters empty, no operation is performed on the server. If you specify both parameters, the TrialIds parameter prevails.'."\n",
                        'type' => 'object',
                        'properties' => [
                            'TrialIds' => [
                                'title' => '',
                                'description' => 'The IDs of the trials that you want to restart.'."\n",
                                'type' => 'array',
                                'items' => ['description' => 'hpo trial ids'."\n", 'type' => 'string', 'required' => false, 'example' => ' [xrYq99, xrYq9N]', 'title' => ''],
                                'required' => false,
                                'example' => '',
                            ],
                            'TrialHyperParameters' => ['description' => 'A new hyperparameter configuration of a trial. The system starts a new trial by using this configuration.'."\n", 'type' => 'string', 'required' => false, 'example' => '‘{"${batch_size}": "32", "${lr}": "0.01"}\'', 'title' => ''],
                        ],
                        'required' => false,
                        'title' => '',
                        'example' => '',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response'."\n",
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['description' => 'The ID of the POP request.'."\n", 'type' => 'string', 'example' => '3F190916-B3E5-5D1E-AD0C-35C0DF105F51', 'title' => ''],
                            'Code' => ['description' => 'The internal error code. This parameter is returned if an exception occurred.'."\n", 'type' => 'string', 'example' => 'INVALID_USER_OR_EXP', 'title' => ''],
                            'Message' => ['title' => '', 'description' => 'The error message. This parameter is returned if an exception occurred.'."\n", 'type' => 'string', 'example' => 'Missing \'user_id\' in request.'],
                            'AccessDeniedDetail' => [
                                'description' => 'The details about the failed permission verification.'."\n",
                                'type' => 'object',
                                'additionalProperties' => ['type' => 'string', 'example' => '{'."\n"
                                    .'      "AuthPrincipalType": "sub",'."\n"
                                    .'      "PolicyType": "AccountLevelIdentityBasedPolicy",'."\n"
                                    .'      "NoPermissionType": "NoPermission"'."\n"
                                    .'}'."\n", 'description' => 'The details about the failed permission verification.'."\n", 'title' => ''],
                                'title' => '',
                                'example' => '',
                            ],
                            'Results' => ['title' => '', 'description' => 'The information that contains the trial ID and the trial status.'."\n", 'type' => 'object', 'example' => '{'."\n"
                                .'\'xrYq99\': TrialJobInfo text,'."\n"
                                .'\'xrYq9N\':TrialJobInfo text'."\n"
                                .'}'],
                        ],
                        'example' => '',
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'eventInfo' => [
                'enable' => false,
                'eventNames' => [],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"3F190916-B3E5-5D1E-AD0C-35C0DF105F51\\",\\n  \\"Code\\": \\"INVALID_USER_OR_EXP\\",\\n  \\"Message\\": \\"Missing \'user_id\' in request.\\",\\n  \\"AccessDeniedDetail\\": {\\n    \\"key\\": \\"{\\\\n      \\\\\\"AuthPrincipalType\\\\\\": \\\\\\"sub\\\\\\",\\\\n      \\\\\\"PolicyType\\\\\\": \\\\\\"AccountLevelIdentityBasedPolicy\\\\\\",\\\\n      \\\\\\"NoPermissionType\\\\\\": \\\\\\"NoPermission\\\\\\"\\\\n}\\\\n\\"\\n  },\\n  \\"Results\\": {\\n    \\"test\\": \\"test\\",\\n    \\"test2\\": 1\\n  }\\n}","type":"json"}]',
            'title' => 'RestartHpoTrials',
            'changeSet' => [],
            'ramActions' => [
                [
                    'operationType' => 'update',
                    'ramAction' => [
                        'action' => 'paiautoml:RestartHpoTrials',
                        'authLevel' => 'resource',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'PAIAutoML', 'resourceType' => 'All Resource', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
        ],
        'StopHpoExperiment' => [
            'summary' => 'Stops a hyperparameter optimization (HPO) experiment, including its trials and the backend tasks.',
            'path' => '/api/automl/v1/hpo/experiment/{ExperimentId}/stop',
            'methods' => ['put'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => ['application/json'],
            'produces' => ['application/json'],
            'operationType' => 'write',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'update',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeCode' => '162610',
                'abilityTreeNodes' => ['FEATURElearn0UHCCK'],
            ],
            'parameters' => [
                [
                    'name' => 'ExperimentId',
                    'in' => 'path',
                    'schema' => ['title' => '需要被停止的实验的id。', 'description' => 'The ID of the experiment that you want to stop.'."\n", 'type' => 'string', 'required' => true, 'example' => 'abcde'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response'."\n",
                        'type' => 'object',
                        'properties' => [
                            'ExpId' => ['title' => '', 'description' => 'The ID of the experiment.'."\n", 'type' => 'string', 'example' => 'abcde'],
                            'Code' => ['title' => '', 'description' => 'The internal error code. This parameter is returned if an exception occurred.'."\n", 'type' => 'string', 'example' => 'INVALID_INPUT_PARAMS'],
                            'Message' => ['title' => '', 'description' => 'The error message. This parameter is returned if an exception occurred.'."\n", 'type' => 'string', 'example' => 'Missing \'user_id\' in request.'],
                            'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '071A904D-5A49-597F-9F69-81C7701D04AC', 'title' => ''],
                            'AccessDeniedDetail' => [
                                'description' => 'The details about the access denial.'."\n",
                                'type' => 'object',
                                'additionalProperties' => ['type' => 'string', 'example' => '{'."\n"
                                    .'      "AuthPrincipalType": "sub",'."\n"
                                    .'      "PolicyType": "AccountLevelIdentityBasedPolicy",'."\n"
                                    .'      "NoPermissionType": "NoPermission"'."\n"
                                    .'}'."\n", 'description' => 'The details about the access denial.'."\n", 'title' => ''],
                                'title' => '',
                                'example' => '',
                            ],
                            'Status' => ['description' => 'Current expriment status.', 'type' => 'string', 'example' => 'TERMINATING, USER_CANCELED', 'title' => ''],
                        ],
                        'example' => '',
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'eventInfo' => [
                'enable' => false,
                'eventNames' => [],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"ExpId\\": \\"abcde\\",\\n  \\"Code\\": \\"INVALID_INPUT_PARAMS\\",\\n  \\"Message\\": \\"Missing \'user_id\' in request.\\",\\n  \\"RequestId\\": \\"071A904D-5A49-597F-9F69-81C7701D04AC\\",\\n  \\"AccessDeniedDetail\\": {\\n    \\"key\\": \\"{\\\\n      \\\\\\"AuthPrincipalType\\\\\\": \\\\\\"sub\\\\\\",\\\\n      \\\\\\"PolicyType\\\\\\": \\\\\\"AccountLevelIdentityBasedPolicy\\\\\\",\\\\n      \\\\\\"NoPermissionType\\\\\\": \\\\\\"NoPermission\\\\\\"\\\\n}\\\\n\\"\\n  },\\n  \\"Status\\": \\"TERMINATING, USER_CANCELED\\"\\n}","type":"json"}]',
            'title' => 'StopHpoExperiment',
            'changeSet' => [],
            'ramActions' => [
                [
                    'operationType' => 'update',
                    'ramAction' => [
                        'action' => 'paiautoml:StopHpoExperiment',
                        'authLevel' => 'resource',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'PAIAutoML', 'resourceType' => 'All Resource', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
        ],
        'StopHpoTrials' => [
            'summary' => 'Stops specific trials in a hyperparameter optimization (HPO) experiment and the backend tasks of the trials.',
            'path' => '/api/automl/v1/hpo/experiment/{ExperimentId}/stop_trials',
            'methods' => ['put'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => ['application/json'],
            'produces' => ['application/json'],
            'operationType' => 'write',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'update',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeCode' => '168050',
                'abilityTreeNodes' => ['FEATURElearn0UHCCK'],
            ],
            'parameters' => [
                [
                    'name' => 'ExperimentId',
                    'in' => 'path',
                    'schema' => ['title' => '', 'description' => 'The ID of the experiment.'."\n", 'type' => 'string', 'required' => false, 'example' => 'abcde'],
                ],
                [
                    'name' => 'body',
                    'in' => 'body',
                    'style' => 'json',
                    'schema' => [
                        'description' => 'The body of the request.'."\n",
                        'type' => 'object',
                        'properties' => [
                            'TrialIds' => [
                                'title' => '',
                                'description' => 'The IDs of the trials that you want to stop. If you leave this parameter empty, no trial is stopped.'."\n",
                                'type' => 'array',
                                'items' => ['description' => 'trial id'."\n", 'type' => 'string', 'required' => false, 'example' => '[xrYq99, xrYq9N]', 'title' => ''],
                                'required' => false,
                                'example' => '',
                            ],
                        ],
                        'required' => false,
                        'title' => '',
                        'example' => '',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response'."\n",
                        'type' => 'object',
                        'properties' => [
                            'Code' => ['title' => '', 'description' => 'The internal error code. This parameter is returned if an exception occurred.'."\n", 'type' => 'string', 'example' => 'INVALID_USER_OR_EXP'],
                            'Message' => ['title' => '', 'description' => 'The error message. This parameter is returned if an exception occurred.'."\n", 'type' => 'string', 'example' => 'failed to stop any trial'],
                            'Results' => ['title' => '', 'description' => 'The information that contains the IDs and the status of the trials.'."\n", 'type' => 'object', 'example' => '{'."\n"
                                .'    \'xrYq99\':\'successfully stopped trial,\','."\n"
                                .'    \'xrYq9N\':\'failed to stop trial,\''."\n"
                                .'}'],
                            'RequestId' => ['description' => 'The ID of the POP request.'."\n", 'type' => 'string', 'example' => '071A904D-5A49-597F-9F69-81C7701D04AC', 'title' => ''],
                            'AccessDeniedDetail' => [
                                'description' => 'The details about the failed permission verification.'."\n",
                                'type' => 'object',
                                'additionalProperties' => ['type' => 'string', 'example' => '{'."\n"
                                    .'      "AuthPrincipalType": "sub",'."\n"
                                    .'      "PolicyType": "AccountLevelIdentityBasedPolicy",'."\n"
                                    .'      "NoPermissionType": "NoPermission"'."\n"
                                    .'}'."\n", 'description' => 'The details about the failed permission verification.'."\n", 'title' => ''],
                                'title' => '',
                                'example' => '',
                            ],
                        ],
                        'example' => '',
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'eventInfo' => [
                'enable' => false,
                'eventNames' => [],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Code\\": \\"INVALID_USER_OR_EXP\\",\\n  \\"Message\\": \\"failed to stop any trial\\",\\n  \\"Results\\": {\\n    \\"test\\": \\"test\\",\\n    \\"test2\\": 1\\n  },\\n  \\"RequestId\\": \\"071A904D-5A49-597F-9F69-81C7701D04AC\\",\\n  \\"AccessDeniedDetail\\": {\\n    \\"key\\": \\"{\\\\n      \\\\\\"AuthPrincipalType\\\\\\": \\\\\\"sub\\\\\\",\\\\n      \\\\\\"PolicyType\\\\\\": \\\\\\"AccountLevelIdentityBasedPolicy\\\\\\",\\\\n      \\\\\\"NoPermissionType\\\\\\": \\\\\\"NoPermission\\\\\\"\\\\n}\\\\n\\"\\n  }\\n}","type":"json"}]',
            'title' => 'StopHpoTrials',
            'changeSet' => [],
            'ramActions' => [
                [
                    'operationType' => 'update',
                    'ramAction' => [
                        'action' => 'paiautoml:StopHpoTrials',
                        'authLevel' => 'resource',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'PAIAutoML', 'resourceType' => 'All Resource', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
        ],
        'UpdateHpoExperiment' => [
            'summary' => 'Updates the configurations of a running hyperparameter optimization (HPO) experiment. After you update the experiment, the experiment continues to run based on the new configurations.',
            'path' => '/api/automl/v1/hpo/experiment/{ExperimentId}/update',
            'methods' => ['put'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => ['application/json'],
            'produces' => ['application/json'],
            'operationType' => 'write',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'update',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeCode' => '195655',
                'abilityTreeNodes' => ['FEATURElearn0UHCCK'],
            ],
            'parameters' => [
                [
                    'name' => 'ExperimentId',
                    'in' => 'path',
                    'schema' => ['title' => 'A short description of struct', 'description' => 'The ID of the HPO experiment.'."\n", 'type' => 'string', 'required' => false, 'example' => 'abcde'],
                ],
                [
                    'name' => 'body',
                    'in' => 'body',
                    'style' => 'json',
                    'schema' => [
                        'description' => 'The request body.'."\n",
                        'type' => 'object',
                        'properties' => [
                            'HpoExperimentConfiguration' => ['description' => 'The parameter struct of the HPO experiment configuration.'."\n", 'required' => false, '$ref' => '#/components/schemas/HpoExperimentConfig', 'title' => '', 'example' => ''],
                            'Description' => ['description' => 'The description of the experiment.'."\n", 'type' => 'string', 'required' => false, 'example' => 'This is an AutoML HPO experiment.', 'title' => ''],
                            'Accessibility' => ['description' => 'The visibility of the experiment in the workspace. Valid values:'."\n"
                                ."\n"
                                .'*   PRIVATE: The experiment is visible only to you and the administrator of the workspace.'."\n"
                                .'*   PUBLIC: The experiment is public in the workspace.'."\n", 'type' => 'string', 'required' => false, 'example' => 'PRIVATE', 'title' => ''],
                            'Name' => ['description' => 'The name of the experiment.'."\n", 'type' => 'string', 'required' => false, 'example' => 'my experiment x', 'title' => ''],
                            'WorkspaceId' => ['description' => 'The workspace ID.'."\n", 'type' => 'string', 'required' => false, 'example' => '12345', 'title' => ''],
                            'Tag' => [
                                'description' => 'Tag information.',
                                'type' => 'array',
                                'items' => [
                                    'description' => 'Tag information.',
                                    'type' => 'object',
                                    'properties' => [
                                        'Key' => ['description' => 'Tag name', 'type' => 'string', 'required' => false, 'example' => 'group', 'title' => ''],
                                        'Value' => ['description' => 'Tag value', 'type' => 'string', 'required' => false, 'example' => 'group_name', 'title' => ''],
                                    ],
                                    'required' => false,
                                    'title' => '',
                                    'example' => '',
                                ],
                                'required' => false,
                                'title' => '',
                                'example' => '',
                            ],
                        ],
                        'required' => false,
                        'title' => '',
                        'example' => '',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response'."\n",
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => 'Id of the request', 'description' => 'The ID of the POP request.'."\n", 'type' => 'string', 'example' => '3F190916-B3E5-5D1E-AD0C-35C0DF105F51'],
                            'Code' => ['description' => 'The status code.'."\n", 'type' => 'string', 'example' => 'SUCCESS', 'title' => ''],
                            'Message' => ['description' => 'The error message. This parameter is returned if an exception occurred.'."\n", 'type' => 'string', 'example' => 'Missing \'user_id\' in request.', 'title' => ''],
                            'AccessDeniedDetail' => ['description' => 'The details about the access denial.'."\n", 'type' => 'object', 'example' => '{'."\n"
                                .'      "AuthPrincipalType": "sub",'."\n"
                                .'      "PolicyType": "AccountLevelIdentityBasedPolicy",'."\n"
                                .'      "NoPermissionType": "NoPermission"'."\n"
                                .'}'."\n", 'title' => ''],
                        ],
                        'example' => '',
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'eventInfo' => [
                'enable' => false,
                'eventNames' => [],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"3F190916-B3E5-5D1E-AD0C-35C0DF105F51\\",\\n  \\"Code\\": \\"SUCCESS\\",\\n  \\"Message\\": \\"Missing \'user_id\' in request.\\",\\n  \\"AccessDeniedDetail\\": {\\n    \\"AuthPrincipalType\\": \\"sub\\",\\n    \\"PolicyType\\": \\"AccountLevelIdentityBasedPolicy\\",\\n    \\"NoPermissionType\\": \\"NoPermission\\"\\n  }\\n}","type":"json"}]',
            'title' => 'UpdateHpoExperiment',
            'changeSet' => [],
            'ramActions' => [
                [
                    'operationType' => 'update',
                    'ramAction' => [
                        'action' => 'paiautoml:UpdateHpoExperiment',
                        'authLevel' => 'resource',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'PAIAutoML', 'resourceType' => 'HpoExperiment', 'arn' => 'acs:paiautoml:{#regionId}:{#accountId}:hpoexperiment/{#HpoExperimentId}'],
                        ],
                    ],
                ],
            ],
        ],
    ],
    'endpoints' => [
        ['regionId' => 'cn-shenzhen', 'regionName' => 'China (Shenzhen)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'paiautoml.cn-shenzhen.aliyuncs.com', 'endpoint' => 'paiautoml.cn-shenzhen.aliyuncs.com', 'vpc' => 'paiautoml-vpc.cn-shenzhen.aliyuncs.com'],
        ['regionId' => 'cn-wulanchabu', 'regionName' => 'China (Ulanqab)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'paiautoml.cn-wulanchabu.aliyuncs.com', 'endpoint' => 'paiautoml.cn-wulanchabu.aliyuncs.com', 'vpc' => 'paiautoml-vpc.cn-wulanchabu.aliyuncs.com'],
        ['regionId' => 'cn-beijing', 'regionName' => 'China (Beijing)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'paiautoml.cn-beijing.aliyuncs.com', 'endpoint' => 'paiautoml.cn-beijing.aliyuncs.com', 'vpc' => 'paiautoml-vpc.cn-beijing.aliyuncs.com'],
        ['regionId' => 'cn-shanghai', 'regionName' => 'China (Shanghai)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'paiautoml.cn-shanghai.aliyuncs.com', 'endpoint' => 'paiautoml.cn-shanghai.aliyuncs.com', 'vpc' => 'paiautoml-vpc.cn-shanghai.aliyuncs.com'],
        ['regionId' => 'cn-hongkong', 'regionName' => 'China (Hong Kong)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'paiautoml.cn-hongkong.aliyuncs.com', 'endpoint' => 'paiautoml.cn-hongkong.aliyuncs.com', 'vpc' => 'paiautoml-vpc.cn-hongkong.aliyuncs.com'],
        ['regionId' => 'cn-hangzhou', 'regionName' => 'China (Hangzhou)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'paiautoml.cn-hangzhou.aliyuncs.com', 'endpoint' => 'paiautoml.cn-hangzhou.aliyuncs.com', 'vpc' => 'paiautoml-vpc.cn-hangzhou.aliyuncs.com'],
    ],
    'errorCodes' => [],
    'changeSet' => [],
    'ram' => [
        'productCode' => 'PAIAutoML',
        'productName' => 'Platform for AI',
        'ramCodes' => ['paiautoml'],
        'ramLevel' => 'RESOURCE',
        'ramConditions' => [],
        'ramActions' => [
            [
                'apiName' => 'ListHpoTrialLogNames',
                'description' => '',
                'operationType' => 'list',
                'ramAction' => [
                    'action' => 'paiautoml:ListHpoTrialLogNames',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'PAIAutoML', 'resourceType' => 'All Resource', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'ListHpoTrials',
                'description' => '',
                'operationType' => 'list',
                'ramAction' => [
                    'action' => 'paiautoml:ListHpoTrials',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'PAIAutoML', 'resourceType' => 'HpoExperiment', 'arn' => 'acs:paiautoml:{#regionId}:{#accountId}:hpoexperiment/{#HpoExperimentId}'],
                    ],
                ],
            ],
            [
                'apiName' => 'GetServiceIdentityRole',
                'description' => '',
                'operationType' => 'none',
                'ramAction' => [
                    'action' => 'paiautoml:GetServiceIdentityRole',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'PAIAutoML', 'resourceType' => 'All Resource', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'ListHpoExperiments',
                'description' => '',
                'operationType' => 'list',
                'ramAction' => [
                    'action' => 'paiautoml:ListHpoExperiments',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'PAIAutoML', 'resourceType' => 'All Resource', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'DeleteHpoExperiment',
                'description' => '',
                'operationType' => 'delete',
                'ramAction' => [
                    'action' => 'paiautoml:DeleteHpoExperiment',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'PAIAutoML', 'resourceType' => 'HpoExperiment', 'arn' => 'acs:paiautoml:{#regionId}:{#accountId}:hpoexperiment/{#HpoExperimentId}'],
                    ],
                ],
            ],
            [
                'apiName' => 'UpdateHpoExperiment',
                'description' => '',
                'operationType' => 'update',
                'ramAction' => [
                    'action' => 'paiautoml:UpdateHpoExperiment',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'PAIAutoML', 'resourceType' => 'HpoExperiment', 'arn' => 'acs:paiautoml:{#regionId}:{#accountId}:hpoexperiment/{#HpoExperimentId}'],
                    ],
                ],
            ],
            [
                'apiName' => 'GetHpoTrial',
                'description' => '',
                'operationType' => 'get',
                'ramAction' => [
                    'action' => 'paiautoml:GetHpoTrial',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'PAIAutoML', 'resourceType' => 'All Resource', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'GetHpoExperiment',
                'description' => '',
                'operationType' => 'get',
                'ramAction' => [
                    'action' => 'paiautoml:GetHpoExperiment',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'PAIAutoML', 'resourceType' => 'HpoExperiment', 'arn' => 'acs:paiautoml:{#regionId}:{#accountId}:hpoexperiment/{#HpoExperimentId}'],
                    ],
                ],
            ],
            [
                'apiName' => 'RestartHpoTrials',
                'description' => '',
                'operationType' => 'update',
                'ramAction' => [
                    'action' => 'paiautoml:RestartHpoTrials',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'PAIAutoML', 'resourceType' => 'All Resource', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'GetAutofeExperiment',
                'description' => '',
                'operationType' => 'get',
                'ramAction' => [
                    'action' => 'paiautoml:GetAutofeExperiment',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'PAIAutoML', 'resourceType' => 'AutofeExperiment', 'arn' => 'acs:paiautoml:{#regionId}:{#accountId}:autofeexperiment/{#AutofeExperimentId}'],
                    ],
                ],
            ],
            [
                'apiName' => 'ListHpoExperimentLogs',
                'description' => '',
                'operationType' => 'none',
                'ramAction' => [
                    'action' => 'paiautoml:ListHpoExperimentLogs',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'PAIAutoML', 'resourceType' => 'HpoExperiment', 'arn' => 'acs:paiautoml:{#regionId}:{#accountId}:hpoexperiment/{#HpoExperimentId}'],
                    ],
                ],
            ],
            [
                'apiName' => 'CreateHpoExperiment',
                'description' => '',
                'operationType' => 'create',
                'ramAction' => [
                    'action' => 'paiautoml:CreateHpoExperiment',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'PAIAutoML', 'resourceType' => 'All Resource', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'ListHpoTrialCommands',
                'description' => '',
                'operationType' => 'list',
                'ramAction' => [
                    'action' => 'paiautoml:ListHpoTrialCommands',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'PAIAutoML', 'resourceType' => 'All Resource', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'StopHpoExperiment',
                'description' => '',
                'operationType' => 'update',
                'ramAction' => [
                    'action' => 'paiautoml:StopHpoExperiment',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'PAIAutoML', 'resourceType' => 'All Resource', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'ListHpoTrialLogs',
                'description' => '',
                'operationType' => 'list',
                'ramAction' => [
                    'action' => 'paiautoml:ListHpoTrialLogs',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'PAIAutoML', 'resourceType' => 'All Resource', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'StopHpoTrials',
                'description' => '',
                'operationType' => 'update',
                'ramAction' => [
                    'action' => 'paiautoml:StopHpoTrials',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'PAIAutoML', 'resourceType' => 'All Resource', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'CreateServiceIdentityRole',
                'description' => '',
                'operationType' => 'none',
                'ramAction' => [
                    'action' => 'paiautoml:CreateServiceIdentityRole',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'PAIAutoML', 'resourceType' => 'All Resource', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'CreateAutofeExperiment',
                'description' => '',
                'operationType' => 'create',
                'ramAction' => [
                    'action' => 'paiautoml:CreateAutofeExperiment',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'PAIAutoML', 'resourceType' => 'AutofeExperiment', 'arn' => 'acs:paiautoml:{#regionId}:{#accountId}:autofeexperiment/*'],
                    ],
                ],
            ],
        ],
        'resourceTypes' => [
            ['validationType' => 'always', 'resourceType' => 'HpoExperiment', 'arn' => 'acs:paiautoml:{#regionId}:{#accountId}:hpoexperiment/{#HpoExperimentId}'],
            ['validationType' => 'always', 'resourceType' => 'AutofeExperiment', 'arn' => 'acs:paiautoml:{#regionId}:{#accountId}:autofeexperiment/{#AutofeExperimentId}'],
            ['validationType' => 'always', 'resourceType' => 'AutofeExperiment', 'arn' => 'acs:paiautoml:{#regionId}:{#accountId}:autofeexperiment/*'],
        ],
    ],
];