summaryrefslogtreecommitdiff
path: root/data/zh_cn/paielasticdatasetaccelerator/2022-08-01/api-docs.php
blob: e7d566ddf6e4f363d02f098f7ce268461bec0133 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
<?php return [
    'version' => '1.0',
    'info' => ['style' => 'ROA', 'product' => 'PAIElasticDatasetAccelerator', 'version' => '2022-08-01'],
    'directories' => [
        [
            'children' => ['CreateInstance', 'DeleteInstance', 'UpdateInstance', 'ListInstances', 'QueryInstanceMetrics', 'DescribeInstance'],
            'type' => 'directory',
            'title' => '数据集加速实例',
            'id' => 314647,
        ],
        [
            'children' => ['CreateSlot', 'StopSlot', 'UpdateSlot', 'QuerySlotMetrics', 'ListSlots', 'DescribeSlot'],
            'type' => 'directory',
            'title' => '数据集加速槽',
            'id' => 314654,
        ],
        [
            'children' => ['CreateEndpoint', 'DeleteEndpoint', 'BindEndpoint', 'UnbindEndpoint', 'ListEndpoints', 'DescribeEndpoint'],
            'type' => 'directory',
            'title' => '数据集加速端点',
            'id' => 314662,
        ],
        [
            'children' => ['DescribeComponent', 'ListComponents'],
            'type' => 'directory',
            'title' => '组件',
            'id' => 314669,
        ],
        [
            'children' => ['CreateTag', 'DeleteTag', 'ListTags'],
            'type' => 'directory',
            'title' => '标签',
            'id' => 314672,
        ],
        [
            'children' => ['QueryStatistic'],
            'type' => 'directory',
            'title' => '统计信息',
            'id' => 314676,
        ],
        [
            'children' => ['ReloadSlot', 'CreateSlots', 'DeleteSlot'],
            'type' => 'directory',
            'title' => '其他',
            'id' => 314678,
        ],
    ],
    'components' => [
        'schemas' => [
            'EndpointStatus' => [
                'title' => '数据集加速槽挂载点的状态。',
                'description' => '数据集加速槽挂载点的状态。',
                'type' => 'object',
                'properties' => [
                    'Phase' => [
                        'title' => '数据集加速槽挂载点所处状态。 Created:已创建 ResourceAllocating:资源申请中 ResourceAllocated:资源申请完成 Ready:已就绪 Stopping:停止中 Failed:已失败 Stopped:已停止',
                        'description' => '数据集加速槽挂载点的状态。 取值如下:'."\n"
                            ."\n"
                            .'- Created:已创建。'."\n"
                            .'- ResourceAllocating:资源申请中。'."\n"
                            .'- ResourceAllocated:资源申请完成。'."\n"
                            .'- Ready:已就绪。'."\n"
                            .'- Stopping:停止中。 '."\n"
                            .'- Failed:已失败。 '."\n"
                            .'- Stopped:已停止。',
                        'type' => 'string',
                        'example' => 'Ready',
                        'enum' => ['Created', 'ResourceAllocating', 'ResourceAllocated', 'Ready', 'Stopping', 'Failed', 'Stopped'],
                    ],
                    'Code' => ['title' => '数据集加速槽挂载点所处状态对应的状态码/错误码。', 'description' => '数据集加速槽挂载点所处状态对应的状态码或错误码。', 'type' => 'string', 'example' => '200'],
                    'Message' => ['title' => '数据集加速槽挂载点所处状态附带的信息/错误信息。', 'description' => '数据集加速槽挂载点所处状态附带的信息或错误信息。', 'type' => 'string', 'example' => 'Init Succeed'],
                    'Detail' => ['title' => '数据集加速端点状态的详细信息。', 'description' => '数据集加速端点的详细信息。', '$ref' => '#/components/schemas/EndpointStatusDetail'],
                ],
            ],
            'EndpointStatusDetail' => [
                'title' => '数据集加速端点状态的详细信息。',
                'description' => '数据集加速槽挂载点的状态详细信息。',
                'type' => 'object',
                'properties' => [
                    'IpPortMapping' => [
                        'title' => '数据集加速槽挂载点 (Endpoint) 提供的所有服务的IP-Port映射。 Key为提供服务的数据集加速槽的Uuid;Value为IP-Port信息。',
                        'description' => '数据集加速槽挂载点 (Endpoint) 提供的服务的IP-Port映射。'."\n"
                            .'- Key为提供服务的数据集加速槽的Uuid。'."\n"
                            .'- Value为IP-Port信息。',
                        'type' => 'object',
                        'additionalProperties' => ['description' => 'IP和端口信息。', '$ref' => '#/components/schemas/IpPort'],
                        'example' => '{ 	"slot-j6co2fcd": {   	"Ip": "10.0.0.2", 		"Port": 7001 	}, 	"slot-asdgys4d": {   	"Ip": "10.0.0.3", 		"Port": 7002 	} }',
                    ],
                ],
            ],
            'InstanceLifeCycle' => [
                'title' => '数据集加速实例生命周期',
                'description' => '实例生命周期。',
                'type' => 'object',
                'properties' => [
                    'Type' => ['title' => '数据集加速实例生命周期类型', 'description' => '实例生命周期类型。', 'type' => 'string', 'example' => 'Running'],
                    'Config' => ['title' => '数据集加速实例生命周期配置', 'description' => '实例生命周期配置。', 'type' => 'string'],
                ],
            ],
            'InstanceStatus' => [
                'title' => '数据集加速实例状态。',
                'description' => '数据集加速实例状态。',
                'type' => 'object',
                'properties' => [
                    'Phase' => [
                        'title' => '数据集加速实例所处状态。状态机参考: Created:初始化 Running:运行中 Stopped:已停止',
                        'description' => '数据集加速实例所处状态。可能值:'."\n"
                            ."\n"
                            .'- Created:初始化 。'."\n"
                            .'- Running:运行中。'."\n"
                            .'- Stopped:已停止。',
                        'type' => 'string',
                        'example' => 'Running',
                        'enum' => ['Created', 'Running', 'Stopped'],
                    ],
                    'Code' => ['title' => '数据集加速实例所处状态对应的状态码/错误码。', 'description' => '数据集加速实例所处状态对应的状态码或错误码。', 'type' => 'string', 'example' => '200'],
                    'Message' => ['title' => '数据集加速实例所处状态附带的信息/错误信息。', 'description' => '数据集加速实例所处状态的附带信息或错误信息。', 'type' => 'string', 'example' => 'Init Succeed'],
                    'UsedCapacity' => ['title' => '数据集加速实例的已被占用的容量。实例下数据加速槽申请的容量均算在被占用范围内。 输入字符串的格式需要满足以下规范:Quantity', 'description' => '数据集加速实例已占用的容量。实例下数据集加速槽申请的容量均包括在被占用范围内。输入格式请参考[Quantity](https://kubernetes.io/zh-cn/docs/reference/kubernetes-api/common-definitions/quantity/)。', 'type' => 'string', 'example' => '20.0G'],
                    'SlotNum' => ['title' => '数据集加速槽数量', 'description' => '数据集加速槽数量。', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
                ],
            ],
            'IpPort' => [
                'type' => 'object',
                'properties' => [
                    'Ip' => ['title' => 'IP地址。', 'type' => 'string', 'example' => '10.0.0.5'],
                    'Port' => ['title' => '端口号。', 'type' => 'string', 'example' => '3306'],
                ],
            ],
            'Metric' => [
                'title' => '监控指标信息。',
                'description' => '指标信息。',
                'type' => 'object',
                'properties' => [
                    'Timestamp' => ['title' => '监控指标采集到的时间戳。', 'description' => '监控指标采集到的时间戳。', 'type' => 'string', 'example' => '1655897743'],
                    'Value' => ['title' => '监控指标的具体值,缺失值会补0。', 'description' => '监控指标的具体值,缺失值会补0。', 'type' => 'number', 'format' => 'double', 'example' => '98.35'],
                ],
            ],
            'SlotLifeCycle' => [
                'title' => '数据集加速槽生命周期',
                'description' => '数据集加速槽生命周期。',
                'type' => 'object',
                'properties' => [
                    'Type' => [
                        'title' => '数据集加速槽生命周期类型。 KeepAlive:保持运行,不会被释放 RelativeTime:运行一段时间后释放,单位为秒 AbsoluteTime:运行到该时间点时,将会自动释放 MaximumIdleTime:相对时间间隔,最后一次操作时间和当前时间差超过该间隔,即释放实例,单位为秒',
                        'description' => '数据集加速槽生命周期类型。 '."\n"
                            ."\n"
                            .'- KeepAlive:保持运行,不会被释放 。'."\n"
                            .'- RelativeTime:运行一段时间后释放,单位为秒 。'."\n"
                            .'- AbsoluteTime:运行到该时间点时,将会自动释放 。'."\n"
                            .'- MaximumIdleTime:相对时间间隔,最后一次操作时间和当前时间差超过该间隔,即释放实例,单位为秒。',
                        'type' => 'string',
                        'example' => 'KeepAlive',
                        'enum' => ['KeepAlive', 'RelativeTime', 'AbsoluteTime', 'MaximumIdleTime'],
                    ],
                    'Config' => ['title' => '数据集加速槽生命周期配置,根据类型不同,配置结构也不同。 如果有更加复杂的配置需求,可以解析为Json String。', 'description' => '数据集加速槽生命周期配置,根据类型不同,配置结构也不同。 如果有更加复杂的配置需求,可以解析为Json String。', 'type' => 'string', 'example' => '{}'],
                ],
            ],
            'SlotStatus' => [
                'title' => '数据集加速槽状态',
                'description' => '数据集加速槽状态',
                'type' => 'object',
                'properties' => [
                    'Phase' => [
                        'title' => '数据集加速槽所处状态。 Created:已创建 Preparing:正在准备资源 Loading:正在加载数据 Running:正在运行,提供服务 Reloading:正在重新加载数据 Succeed:成功完成 Failed:已失败 Stopping:正在停止 Stopped:已停止',
                        'description' => '数据集加速槽所处状态。 '."\n"
                            ."\n"
                            .'- Created:已创建 '."\n"
                            .'- Preparing:正在准备资源 '."\n"
                            .'- Loading:正在加载数据 '."\n"
                            .'- Running:正在运行,提供服务 '."\n"
                            .'- Reloading:正在重新加载数据 '."\n"
                            .'- Succeed:成功完成 '."\n"
                            .'- Failed:已失败 '."\n"
                            .'- Stopping:正在停止 '."\n"
                            .'- Stopped:已停止',
                        'type' => 'string',
                        'example' => 'Running',
                        'enum' => ['Created', 'Preparing', 'Loading', 'Running', 'Succeed', 'Failed', 'Stopping', 'Stopped'],
                    ],
                    'Code' => ['title' => '数据集加速槽所处状态对应的状态码/错误码。', 'description' => '数据集加速槽所处状态对应的状态码/错误码。', 'type' => 'string', 'example' => '200'],
                    'Message' => ['title' => '数据集加速槽所处状态附带的信息/错误信息。', 'description' => '数据集加速槽所处状态附带的信息/错误信息。', 'type' => 'string', 'example' => 'Init Succeed'],
                    'Detail' => ['title' => '数据集加速槽数据加载状态。', 'description' => '数据集加速槽数据加载状态。', '$ref' => '#/components/schemas/SlotStatusDetail'],
                ],
            ],
            'SlotStatusDetail' => [
                'title' => '数据加速槽状态数据详细信息',
                'description' => '数据集加速槽状态数据详细信息。',
                'type' => 'object',
                'properties' => [
                    'LoadedFileNum' => ['title' => '数据集加速槽已加载的文件数量。', 'description' => '数据集加速槽已加载的文件数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '1000000'],
                    'LoadedFileSize' => ['title' => '数据集加速槽已加载的文件大小。 字符串的格式需要满足以下规范:Quantity', 'description' => '数据集加速槽已加载的文件大小。 输入字符串的格式需要满足以下规范:[Quantity](https://kubernetes.io/zh-cn/docs/reference/kubernetes-api/common-definitions/quantity/)。', 'type' => 'string', 'example' => '200G'],
                    'LoadingTimeCost' => ['title' => '数据集加速槽数据加载已花费的时间,单位为 ms(毫秒)。', 'description' => '数据集加速槽数据加载已花费的时间(毫秒)。', 'type' => 'integer', 'format' => 'int64', 'example' => '1800000'],
                ],
            ],
        ],
    ],
    'apis' => [
        'BindEndpoint' => [
            'path' => '/api/v1/endpoints/{EndpointId}/slots/{SlotId}',
            'methods' => ['post'],
            'schemes' => ['http', 'https'],
            'tags' => ['Endpoint', 'Slot'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => ['application/json'],
            'produces' => ['application/json'],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'update'],
            'parameters' => [
                [
                    'name' => 'EndpointId',
                    'in' => 'path',
                    'schema' => ['title' => '数据集加速槽挂载点Id。', 'description' => '数据集加速槽挂载点ID。如何获取挂载点ID,请参见[ListEndpoints](~~467913~~)。', 'type' => 'string', 'required' => true, 'example' => 'end-my1tk3jggooi5uwks5'],
                ],
                [
                    'name' => 'SlotId',
                    'in' => 'path',
                    'schema' => ['title' => '数据集加速槽Id。', 'description' => '数据集加速槽ID。如何获取数据集加速槽ID,请参见[ListSlots](~~467905~~)。', 'type' => 'string', 'required' => true, 'example' => 'slot-my1tk3jggooi5uwks5'],
                ],
            ],
            'responses' => [
                200 => [
                    'headers' => [],
                    'schema' => [
                        'description' => '返回值。',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求Id。', 'description' => '请求ID。', 'type' => 'string', 'example' => 'A731A84D-55C9-44F7-99BB-E1CF0CF19197'],
                        ],
                    ],
                ],
                400 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求Id。', 'description' => '请求Id。', 'type' => 'string', 'example' => '9C5AEC16-CBD1-5E68-A92C-75D1D346E57F'],
                            'Code' => ['title' => '语义化错误码。', 'description' => '语义化错误码。', 'type' => 'string', 'example' => 'ValidationError'],
                            'Message' => ['title' => '错误消息描述。', 'description' => '错误消息描述。', 'type' => 'string', 'example' => 'Dataset Not Found: 1234'],
                            'Detail' => [
                                'title' => '错误详细信息。',
                                'description' => '错误详细信息。',
                                'type' => 'object',
                                'properties' => [
                                    'ErrorCode' => ['title' => '数字化错误码。', 'description' => '数字化错误码。', 'type' => 'string', 'example' => '5218847334401572965'],
                                ],
                                'example' => '-',
                            ],
                        ],
                        'description' => '',
                    ],
                ],
            ],
            'title' => '关联数据集加速端点',
            'summary' => '将一个挂载点关联到一个数据集加速槽上。',
            'changeSet' => [
                ['createdAt' => '2022-09-13T09:10:18.000Z', 'description' => 'OpenAPI 下线'],
                ['createdAt' => '2022-09-13T09:10:18.000Z', 'description' => 'OpenAPI 下线'],
            ],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '20', 'countWindow' => 1, 'regionId' => '*', 'api' => 'BindEndpoint'],
                ],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"A731A84D-55C9-44F7-99BB-E1CF0CF19197\\"\\n}","type":"json"}]',
        ],
        'CreateEndpoint' => [
            'path' => '/api/v1/endpoints',
            'methods' => ['post'],
            'schemes' => ['http', 'https'],
            'tags' => ['Endpoint'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => ['application/json'],
            'produces' => ['application/json'],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'create'],
            'parameters' => [
                [
                    'name' => 'body',
                    'in' => 'body',
                    'style' => 'json',
                    'schema' => [
                        'description' => '请求参数。',
                        'type' => 'object',
                        'properties' => [
                            'Name' => ['title' => '挂载点的名称。'."\n"
                                .'长度限制为64 Unicode 字符。'."\n"
                                .'如果传入值为空(包含空字符串),系统会使用Uuid字段的值作为默认名称。', 'description' => '挂载点的名称。'."\n"
                                .'长度限制为64个字符。'."\n"
                                .'如果传入值为空(包含空字符串),系统会使用Uuid字段的值作为默认名称。', 'type' => 'string', 'required' => false, 'example' => 'endpoint-1'],
                            'Type' => [
                                'title' => '挂载点的网络类型,根据网络类型不同,下列中需要传入的参数也有所不同。'."\n"
                                    .'VPC:端点机器处于VPC网络',
                                'description' => '挂载点的网络类型,根据网络类型不同,下列中需要传入的参数也有所不同。'."\n"
                                    .'- VPC:挂载点处于VPC网络。'."\n"
                                    .'- INNER:挂载点处于PAI内部网络中,用于PAI其他产品进行访问。',
                                'type' => 'string',
                                'required' => false,
                                'example' => 'VPC',
                                'enum' => ['VPC'],
                            ],
                            'VpcId' => ['title' => '挂载点使用的专有网络 VPC Id。', 'description' => '挂载点使用的专有网络 VPC ID。', 'type' => 'string', 'required' => false, 'example' => 'vpc-j6co2fcdsl1q0gnuc****'],
                            'VswitchId' => ['title' => '挂载点使用的交换机 Vswitch Id。'."\n"
                                .'该Vswitch需要属于传入的 VPC。', 'description' => '挂载点使用的交换机vSwitch Id。'."\n"
                                .'该vSwitch需要属于传入的VPC。', 'type' => 'string', 'required' => false, 'example' => 'vsw-j6cmr00qjyrft6jo2****'],
                            'InstanceId' => ['title' => '所属加速实例的ID。', 'type' => 'string', 'required' => true, 'example' => 'inst-ivrq92qhbyrg4jctih', 'description' => ''],
                        ],
                        'required' => false,
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => '返回结果。',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求Id。', 'description' => '请求ID。', 'type' => 'string', 'example' => 'A731A84D-55C9-44F7-99BB-E1CF0CF1****'],
                            'EndpointId' => ['title' => '数据集加速端点Id。', 'description' => '数据集加速端点ID。', 'type' => 'string', 'example' => 'end-5zk866779me51j****'],
                        ],
                    ],
                ],
                400 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求Id。', 'description' => '请求Id。', 'type' => 'string', 'example' => '9C5AEC16-CBD1-5E68-A92C-75D1D346E57F'],
                            'Code' => ['title' => '语义化错误码。', 'description' => '语义化错误码。', 'type' => 'string', 'example' => 'ValidationError'],
                            'Message' => ['title' => '错误消息描述。', 'description' => '错误消息描述。', 'type' => 'string', 'example' => 'Dataset Not Found: 1234'],
                            'Detail' => [
                                'title' => '错误详细信息。',
                                'description' => '错误详细信息。',
                                'type' => 'object',
                                'properties' => [
                                    'ErrorCode' => ['title' => '数字化错误码。', 'description' => '数字化错误码。', 'type' => 'string', 'example' => '5218847334401572965'],
                                ],
                                'example' => '-',
                            ],
                        ],
                        'description' => '',
                    ],
                ],
            ],
            'title' => '创建数据集加速端点',
            'summary' => '创建并注册一个数据集加速槽端点。',
            'changeSet' => [
                ['createdAt' => '2023-05-22T06:42:28.000Z', 'description' => '请求参数发生变更'],
                ['createdAt' => '2023-01-03T13:27:34.000Z', 'description' => '请求参数发生变更'],
                ['createdAt' => '2022-09-22T06:16:12.000Z', 'description' => '响应参数发生变更'],
                ['createdAt' => '2022-09-13T09:10:23.000Z', 'description' => '请求参数发生变更、响应参数发生变更'],
                ['createdAt' => '2022-09-13T09:10:23.000Z', 'description' => '请求参数发生变更、响应参数发生变更'],
                ['createdAt' => '2022-08-12T07:22:59.000Z', 'description' => 'OpenAPI 下线'],
            ],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '20', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateEndpoint'],
                ],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"A731A84D-55C9-44F7-99BB-E1CF0CF1****\\",\\n  \\"EndpointId\\": \\"end-5zk866779me51j****\\"\\n}","type":"json"}]',
        ],
        'CreateInstance' => [
            'path' => '/api/v1/instances',
            'methods' => ['post'],
            'schemes' => ['http', 'https'],
            'tags' => ['Instance'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => ['application/json'],
            'produces' => ['application/json'],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'create'],
            'parameters' => [
                [
                    'name' => 'body',
                    'in' => 'body',
                    'style' => 'json',
                    'schema' => [
                        'description' => '请求参数。',
                        'type' => 'object',
                        'properties' => [
                            'Name' => ['title' => '数据集加速实例名称。'."\n"
                                .'长度限制为64 Unicode 字符。'."\n"
                                .'如果传入值为空(包含空字符串),系统会使用Uuid字段的值作为默认名称。', 'description' => '数据集加速实例名称,格式如下:'."\n"
                                .'- 长度限制为64个字符。'."\n"
                                .'- 如果传入值为空(包含空字符串),系统会使用Uuid字段的值作为默认名称。', 'type' => 'string', 'required' => false, 'example' => 'acc_instance_1', 'maxLength' => 64],
                            'Description' => ['title' => '数据集加速实例的描述与解释。'."\n"
                                .'长度限制为1024 Unicode 字符。', 'description' => '数据集加速实例的描述与解释。'."\n"
                                .'长度限制为1024个字符。', 'type' => 'string', 'required' => false, 'example' => 'XGBoost dataset acceleration instance', 'maxLength' => 1024],
                            'Type' => [
                                'title' => '数据集加速实例的类型'."\n"
                                    .'basic:基础版'."\n"
                                    .'enhanced:增强版',
                                'description' => '数据集加速实例的类型,取值如下:'."\n"
                                    .'- basic:基础版。'."\n"
                                    .'- enhanced:增强版。',
                                'type' => 'string',
                                'required' => true,
                                'example' => 'basic',
                                'enum' => ['basic', 'enhanced', 'lj.basic'],
                            ],
                            'Tags' => [
                                'title' => '用户为数据集加速实例添加的自定义标签。',
                                'description' => '用户为数据集加速实例添加的自定义标签。',
                                'type' => 'array',
                                'items' => [
                                    'description' => '标签对象。',
                                    'type' => 'object',
                                    'properties' => [
                                        'Key' => ['title' => '标签的键值。'."\n"
                                            .'长度限制为 64 Unicode 字符。', 'description' => '标签的键值。'."\n"
                                            .'长度限制为64个字符。', 'type' => 'string', 'required' => false, 'example' => 'dataset_version', 'maxLength' => 64],
                                        'Value' => ['title' => '标签的值。'."\n"
                                            .'长度限制为 64 Unicode 字符。', 'description' => '标签的值。'."\n"
                                            .'长度限制为64个字符。', 'type' => 'string', 'required' => false, 'example' => 'v0.1.0', 'maxLength' => 64],
                                    ],
                                    'required' => false,
                                ],
                                'required' => false,
                            ],
                            'PaymentType' => [
                                'title' => '数据集加速实例的付费类型。'."\n"
                                    .'PayAsYouGo:后付费(后付费/按量付费)'."\n"
                                    .'Subscription:预付费(预付费/包年包月)',
                                'description' => '数据集加速实例的付费类型,取值如下:'."\n"
                                    .'- PayAsYouGo:后付费(按量付费)。'."\n"
                                    .'- Subscription:预付费(包年包月)。',
                                'type' => 'string',
                                'required' => true,
                                'example' => 'PayAsYouGo',
                                'enum' => ['PayAsYouGo', 'Subscription'],
                            ],
                            'Capacity' => ['title' => '数据集加速实例的最大容量。'."\n"
                                .'输入字符串的格式需要满足以下规范:Quantity (https://kubernetes.io/zh-cn/docs/reference/kubernetes-api/common-definitions/quantity/)', 'description' => '数据集加速实例的最大容量。'."\n"
                                .'输入字符串的格式需要满足以下规范:[Quantity](https://kubernetes.io/zh-cn/docs/reference/kubernetes-api/common-definitions/quantity/)。', 'type' => 'string', 'required' => true, 'example' => '30.0G'],
                            'MaxSlot' => ['title' => '数据集加速实例的最大加速槽个数。', 'description' => '数据集加速实例的最大加速槽个数。', 'type' => 'string', 'required' => false, 'example' => '20', 'default' => '100'],
                            'MaxEndpoint' => ['title' => '数据集加速实例的最大挂载点个数。', 'description' => '数据集加速实例的最大挂载点个数。', 'type' => 'string', 'required' => false, 'example' => '20', 'default' => '100'],
                            'StorageType' => ['title' => '数据集加速实例的存储类型。', 'description' => '数据集加速实例的存储类型。', 'type' => 'string', 'required' => false, 'example' => 'OSS', 'default' => 'OSS'],
                            'ProviderType' => ['title' => '数据集加速实例的资源提供者类型。', 'description' => '数据集加速实例的资源提供者类型。', 'type' => 'string', 'required' => false, 'example' => 'Ecs', 'default' => 'Ecs'],
                        ],
                        'required' => false,
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => '返回结果。',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求Id。', 'description' => '请求ID。', 'type' => 'string', 'required' => true, 'example' => 'A731A84D-55C9-44F7-99BB-E1CF0CF19197'],
                            'InstanceId' => ['title' => '数据集加速实例Id。', 'description' => '数据集加速实例ID。', 'type' => 'string', 'required' => false, 'example' => 'inst-my1tk3jggooi5uwks5'],
                        ],
                    ],
                ],
                400 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求Id。', 'description' => '请求Id。', 'type' => 'string', 'example' => '9C5AEC16-CBD1-5E68-A92C-75D1D346E57F'],
                            'Code' => ['title' => '语义化错误码。', 'description' => '语义化错误码。', 'type' => 'string', 'example' => 'ValidationError'],
                            'Message' => ['title' => '错误消息描述。', 'description' => '错误消息描述。', 'type' => 'string', 'example' => 'Dataset Not Found: 1234'],
                            'Detail' => [
                                'title' => '错误详细信息。',
                                'description' => '错误详细信息。',
                                'type' => 'object',
                                'properties' => [
                                    'ErrorCode' => ['title' => '数字化错误码。', 'description' => '数字化错误码。', 'type' => 'string', 'example' => '5218847334401572965'],
                                ],
                                'example' => '-',
                            ],
                        ],
                        'description' => '',
                    ],
                ],
            ],
            'title' => '创建数据集加速实例',
            'summary' => '创建数据集加速实例。',
            'changeSet' => [
                ['createdAt' => '2023-05-22T12:06:13.000Z', 'description' => '请求参数发生变更'],
                ['createdAt' => '2022-10-14T08:37:35.000Z', 'description' => '请求参数发生变更'],
                ['createdAt' => '2022-09-13T09:10:23.000Z', 'description' => '请求参数发生变更、响应参数发生变更'],
                ['createdAt' => '2022-09-13T09:10:23.000Z', 'description' => '请求参数发生变更、响应参数发生变更'],
                ['createdAt' => '2022-08-13T16:52:28.000Z', 'description' => 'OpenAPI 下线'],
            ],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '20', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateInstance'],
                ],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"A731A84D-55C9-44F7-99BB-E1CF0CF19197\\",\\n  \\"InstanceId\\": \\"inst-my1tk3jggooi5uwks5\\"\\n}","type":"json"}]',
        ],
        'CreateSlot' => [
            'path' => '/api/v1/slots',
            'methods' => ['post'],
            'schemes' => ['http', 'https'],
            'tags' => ['Slot'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => ['application/json'],
            'produces' => ['application/json'],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'create'],
            'parameters' => [
                [
                    'name' => 'body',
                    'in' => 'body',
                    'style' => 'json',
                    'schema' => [
                        'description' => '请求参数。',
                        'type' => 'object',
                        'properties' => [
                            'InstanceId' => ['title' => '数据集加速槽所对应的数据集加速实例的唯一标识符。', 'description' => '数据集加速槽所对应的数据集加速实例的唯一标识符。如何获取加速实例ID,请参见[ListInstances](~~467899~~)。', 'type' => 'string', 'required' => true, 'example' => 'inst-my1tk3jggooi5uwks5'],
                            'Name' => ['title' => '数据集加速槽名称。'."\n"
                                .'长度限制为64 Unicode 字符。', 'description' => '数据集加速槽名称。长度限制为64个字符。', 'type' => 'string', 'required' => false, 'example' => 'slot_1', 'maxLength' => 64],
                            'Description' => ['title' => '数据集加速槽的描述与解释。'."\n"
                                .'长度限制为1024 Unicode 字符。', 'description' => '数据集加速槽的描述与解释。长度限制为1024个字符。', 'type' => 'string', 'required' => false, 'example' => 'XGBoost dataset acceleration slot', 'maxLength' => 1024],
                            'Tags' => [
                                'title' => '用户为数据集加速槽添加的自定义标签。',
                                'description' => '用户为数据集加速槽添加的自定义标签。',
                                'type' => 'array',
                                'items' => [
                                    'description' => '标签对象。',
                                    'type' => 'object',
                                    'properties' => [
                                        'Key' => ['title' => '标签的键值。'."\n"
                                            .'长度限制为 64 Unicode 字符。', 'description' => '标签的键值。长度限制为64个字符。', 'type' => 'string', 'required' => false, 'example' => 'dataset_version', 'maxLength' => 64],
                                        'Value' => ['title' => 'v0.1.0	标签的值。'."\n"
                                            .'长度限制为 64 Unicode 字符。', 'description' => '标签的值。长度限制为 64 字符。', 'type' => 'string', 'required' => false, 'example' => 'v0.1.0', 'maxLength' => 64],
                                    ],
                                    'required' => false,
                                ],
                                'required' => false,
                            ],
                            'StorageType' => [
                                'title' => '数据集加速槽的数据存储类型。'."\n"
                                    .'OSS:OSS文件存储'."\n"
                                    .'NAS:NAS文件存储',
                                'description' => '数据集加速槽的数据存储类型,取值如下:'."\n"
                                    .'- OSS:OSS文件存储。'."\n"
                                    .'- NAS:NAS文件存储。',
                                'type' => 'string',
                                'required' => true,
                                'example' => 'OSS',
                                'enum' => ['OSS', 'NAS', 'CPFS'],
                            ],
                            'StorageUri' => ['title' => '数据集加速槽的数据的资源标识符,数据类型不同存在不同格式。', 'description' => '数据集加速槽的数据的资源标识符,数据类型不同存在不同格式。', 'type' => 'string', 'required' => true, 'example' => 'oss://pai-vision-data-hz2.oss-cn-hangzhou-internal.aliyuncs.com/data/VOCdevkit/VOC2007/ImageSets/Main/val.txt'],
                            'Capacity' => ['title' => '数据集加速槽的最大容量。'."\n"
                                .'输入字符串的格式需要满足以下规范:Quantity', 'description' => '数据集加速槽的最大容量。'."\n"
                                .'输入字符串的格式需要满足以下规范:[Quantity](https://kubernetes.io/zh-cn/docs/reference/kubernetes-api/common-definitions/quantity/) 。', 'type' => 'string', 'required' => true, 'example' => '30.0G'],
                            'LifeCycle' => ['title' => '数据集加速槽的生命周期。', 'description' => '数据集加速槽的生命周期。', 'required' => false, '$ref' => '#/components/schemas/SlotLifeCycle'],
                            'IoType' => ['description' => '数据集加速槽的读写属性,取值如下:'."\n"
                                .'- readonly:只读'."\n"
                                .'- readwrite:可读写', 'type' => 'string', 'required' => false, 'example' => 'readonly'],
                            'Endpoints' => [
                                'title' => '创建数据集加速槽时,同时创建的挂载点列表。',
                                'description' => '创建数据集加速槽时,同时创建的挂载点列表。',
                                'type' => 'array',
                                'items' => [
                                    'type' => 'object',
                                    'properties' => [
                                        'Name' => ['title' => '挂载点的名称。'."\n"
                                            .'长度限制为64 Unicode 字符。'."\n"
                                            .'如果传入值为空(包含空字符串),系统会使用Uuid字段的值作为默认名称。', 'description' => '挂载点的名称。'."\n"
                                            .'长度限制为64个字符。'."\n"
                                            .'如果传入值为空(包含空字符串),系统会使用Uuid字段的值作为默认名称。', 'type' => 'string', 'required' => false, 'example' => 'endpoint-1'],
                                        'Type' => [
                                            'title' => '挂载点的网络类型,根据网络类型不同,下列中需要传入的参数也有所不同。'."\n"
                                                .'VPC:端点机器处于VPC网络',
                                            'description' => '挂载点的网络类型,根据网络类型不同,下列中需要传入的参数也有所不同。'."\n"
                                                .'VPC:端点机器处于VPC网络。',
                                            'type' => 'string',
                                            'required' => false,
                                            'example' => 'VPC',
                                            'enum' => ['VPC'],
                                        ],
                                        'VpcId' => ['title' => '挂载点使用的专有网络 VPC Id。', 'description' => '挂载点使用的专有网络 VPC ID。', 'type' => 'string', 'required' => false, 'example' => 'vpc-j6co2fcdsl1q0gnuc3ym3'],
                                        'VswitchId' => ['title' => '挂载点使用的交换机 Vswitch Id。'."\n"
                                            .'该Vswitch需要属于传入的 VPC。', 'description' => '挂载点使用的交换机vSwitch ID。'."\n"
                                            .'该vSwitch需要属于传入的VPC。', 'type' => 'string', 'required' => false, 'example' => 'vsw-j6cmr00qjyrft6jo2mg7g'],
                                    ],
                                    'required' => false,
                                    'description' => '',
                                ],
                                'required' => false,
                            ],
                            'EndpointIds' => ['title' => '创建数据集加速槽时,同时挂载的数据集加速槽挂载点Id的列表,以逗号分隔。', 'description' => '创建数据集加速槽时,同时挂载的数据集加速槽挂载点ID的列表,多个挂载点ID以半角逗号(,)分隔。', 'type' => 'string', 'required' => false, 'example' => 'end-my1tk3jggooi5uwks5,end-n69468yvjz8d12as7d,end-tga4omjrepklkg1onn'],
                        ],
                        'required' => false,
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => '返回结果。',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求Id。', 'description' => '请求ID。', 'type' => 'string', 'example' => 'A731A84D-55C9-44F7-99BB-E1CF0CF19197'],
                            'SlotId' => ['title' => '数据集加速槽Id。', 'description' => '数据集加速槽ID。', 'type' => 'string', 'example' => 'slot-5zk866779me51jgu3w'],
                            'EndpointIds' => ['title' => '数据集挂载点Id。', 'description' => '数据集挂载点ID。', 'type' => 'string', 'example' => 'end-5zk866779me51jgu3w,end-5zk866779me51jgu3w'],
                        ],
                    ],
                ],
                400 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求Id。', 'description' => '请求Id。', 'type' => 'string', 'example' => '9C5AEC16-CBD1-5E68-A92C-75D1D346E57F'],
                            'Code' => ['title' => '语义化错误码。', 'description' => '语义化错误码。', 'type' => 'string', 'example' => 'ValidationError'],
                            'Message' => ['title' => '错误消息描述。', 'description' => '错误消息描述。', 'type' => 'string', 'example' => 'Dataset Not Found: 1234'],
                            'Detail' => [
                                'title' => '错误详细信息。',
                                'description' => '错误详细信息。',
                                'type' => 'object',
                                'properties' => [
                                    'ErrorCode' => ['title' => '数字化错误码。', 'description' => '数字化错误码。', 'type' => 'string', 'example' => '5218847334401572965'],
                                ],
                                'example' => '-',
                            ],
                        ],
                        'description' => '',
                    ],
                ],
            ],
            'title' => '创建数据集加速槽',
            'summary' => '创建并注册一个数据集加速槽。',
            'changeSet' => [
                ['createdAt' => '2024-02-26T07:51:53.000Z', 'description' => '请求参数发生变更、响应参数发生变更'],
                ['createdAt' => '2023-01-03T13:27:35.000Z', 'description' => '响应参数发生变更、响应参数发生变更'],
                ['createdAt' => '2022-09-13T09:10:18.000Z', 'description' => 'OpenAPI 下线'],
                ['createdAt' => '2022-09-13T09:10:18.000Z', 'description' => 'OpenAPI 下线'],
            ],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '5', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateSlot'],
                ],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"A731A84D-55C9-44F7-99BB-E1CF0CF19197\\",\\n  \\"SlotId\\": \\"slot-5zk866779me51jgu3w\\",\\n  \\"EndpointIds\\": \\"end-5zk866779me51jgu3w,end-5zk866779me51jgu3w\\"\\n}","type":"json"}]',
        ],
        'CreateSlots' => [
            'summary' => '批量创建数据集加速槽。',
            'path' => '/api/v1/batch/slots/create',
            'methods' => ['post'],
            'schemes' => ['http', 'https'],
            'tags' => ['Slot'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => ['application/json'],
            'produces' => ['application/json'],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => [],
            'parameters' => [
                [
                    'name' => 'body',
                    'in' => 'body',
                    'style' => 'json',
                    'schema' => [
                        'description' => '请求参数。',
                        'type' => 'object',
                        'properties' => [
                            'Slots' => [
                                'description' => '数据集加速槽列表。',
                                'type' => 'array',
                                'items' => [
                                    'description' => '数据集加速槽。',
                                    'type' => 'object',
                                    'properties' => [
                                        'InstanceId' => ['title' => '数据集加速槽所对应的数据集加速实例的唯一标识符。', 'description' => '数据集加速槽所对应的数据集加速实例的唯一标识符。', 'type' => 'string', 'required' => true, 'example' => 'inst-my1tk3jggooi5u****'],
                                        'Name' => ['title' => '数据集加速槽名称。'."\n"
                                            .'长度限制为64 Unicode 字符。', 'description' => '数据集加速槽名称。'."\n"
                                            .'长度限制为64 Unicode 字符。', 'type' => 'string', 'required' => false, 'example' => 'slot_1', 'maxLength' => 64],
                                        'Description' => ['title' => '数据集加速槽的描述与解释。'."\n"
                                            .'长度限制为1024 Unicode 字符。', 'description' => '数据集加速槽的描述与解释。'."\n"
                                            .'长度限制为1024 Unicode 字符。', 'type' => 'string', 'required' => false, 'example' => 'XGBoost dataset acceleration slot', 'maxLength' => 1024],
                                        'Tags' => [
                                            'title' => '用户为数据集加速槽添加的自定义标签。',
                                            'description' => '用户为数据集加速槽添加的自定义标签。',
                                            'type' => 'array',
                                            'items' => [
                                                'type' => 'object',
                                                'properties' => [
                                                    'Key' => ['title' => '标签的键值。'."\n"
                                                        .'长度限制为 64 Unicode 字符。', 'description' => '标签的键值。'."\n"
                                                        .'长度限制为 64 Unicode 字符。', 'type' => 'string', 'required' => false, 'example' => 'dataset_version', 'maxLength' => 64],
                                                    'Value' => ['title' => 'v0.1.0	标签的值。'."\n"
                                                        .'长度限制为 64 Unicode 字符。', 'description' => 'v0.1.0	标签的值。'."\n"
                                                        .'长度限制为 64 Unicode 字符。', 'type' => 'string', 'required' => false, 'example' => 'v0.1.0', 'maxLength' => 64],
                                                ],
                                                'required' => false,
                                                'description' => '',
                                            ],
                                            'required' => false,
                                        ],
                                        'LifeCycle' => ['title' => '数据集加速槽的生命周期。', 'description' => '数据集加速槽的生命周期。', 'required' => false, '$ref' => '#/components/schemas/SlotLifeCycle'],
                                        'IoType' => ['description' => '数据集加速槽的读写类型。取值如下:'."\n"
                                            .'- readwrite:可读写。'."\n"
                                            .'- readonly:只读。', 'type' => 'string', 'required' => false, 'example' => 'readonly'],
                                        'StorageType' => [
                                            'title' => '数据集加速槽的数据存储类型。'."\n"
                                                .'OSS:OSS文件存储'."\n"
                                                .'NAS:NAS文件存储',
                                            'description' => '数据集加速槽的数据存储类型。'."\n"
                                                .'OSS:OSS文件存储'."\n"
                                                .'NAS:NAS文件存储',
                                            'type' => 'string',
                                            'required' => true,
                                            'example' => 'OSS',
                                            'enum' => ['OSS', 'NAS', 'CPFS'],
                                        ],
                                        'StorageUri' => ['title' => '数据集加速槽的数据的资源标识符,数据类型不同存在不同格式。', 'description' => '数据集加速槽的数据的资源标识符,数据类型不同存在不同格式。', 'type' => 'string', 'required' => true, 'example' => 'oss://examplebucket.oss-cn-hangzhou-internal.aliyuncs.com/data/VOCdevkit/VOC2007/ImageSets/Main/val.txt'],
                                        'Capacity' => ['title' => '数据集加速槽的最大容量。'."\n"
                                            .'输入字符串的格式需要满足以下规范:Quantity', 'description' => '(必填)数据集加速槽的最大容量。'."\n"
                                            .'输入字符串的格式需要满足[Quantity](https://kubernetes.io/zh-cn/docs/reference/kubernetes-api/common-definitions/quantity/)规范。', 'type' => 'string', 'required' => false, 'example' => '500Gi'],
                                        'EndpointIds' => ['title' => '创建数据集加速槽时,同时挂载的数据集加速槽挂载点Id的列表,以逗号分隔。', 'description' => '创建数据集加速槽时,同时挂载的数据集加速槽挂载点Id的列表,以逗号分隔。', 'type' => 'string', 'required' => false, 'example' => 'end-my1tk3jggooi5***s5,end-n69468yvjz8d12a***,end-tga4omjrepklkg1***'],
                                    ],
                                    'required' => false,
                                ],
                                'required' => false,
                            ],
                            'DryRun' => ['description' => '是否对此次创建请求执行预检。'."\n"
                                ."\n"
                                .'预检操作会帮助您检查参数有效性、校验库存等,并不会实际创建实例,也不会产生费用。'."\n"
                                ."\n"
                                .'取值:'."\n"
                                ."\n"
                                .'- true:发送检查请求,不会创建实例。'."\n"
                                ."\n"
                                .'- false(默认):发送正常请求,通过检查后直接创建实例。', 'type' => 'boolean', 'required' => false, 'example' => 'true', 'default' => 'false'],
                        ],
                        'required' => false,
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求Id。', 'description' => '请求ID。', 'type' => 'string', 'example' => 'A731A84D-55C9-44F7-99BB-E1CF0CF19197'],
                            'SlotIds' => ['title' => '数据集加速槽Id。', 'description' => '数据集加速槽ID。', 'type' => 'string', 'example' => 'slot-5zk866779me51j****'],
                            'Summary' => [
                                'description' => '摘要信息。',
                                'type' => 'object',
                                'additionalProperties' => ['type' => 'string', 'description' => '摘要信息。', 'example' => '{\'SlotsTotalSize\': \'0.0Gi\', \'SlotsTotalNum\': \'1\', \'DataSourceTotalSize\': \'0\'}'],
                            ],
                        ],
                    ],
                ],
                400 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求Id。', 'description' => '请求Id。', 'type' => 'string', 'example' => '9C5AEC16-CBD1-5E68-A92C-75D1D346E57F'],
                            'Code' => ['title' => '语义化错误码。', 'description' => '语义化错误码。', 'type' => 'string', 'example' => 'ValidationError'],
                            'Message' => ['title' => '错误消息描述。', 'description' => '错误消息描述。', 'type' => 'string', 'example' => 'Dataset Not Found: 1234'],
                            'Detail' => [
                                'title' => '错误详细信息。',
                                'description' => '错误详细信息。',
                                'type' => 'object',
                                'properties' => [
                                    'ErrorCode' => ['title' => '数字化错误码。', 'description' => '数字化错误码。', 'type' => 'string', 'example' => '5218847334401572965'],
                                ],
                                'example' => '-',
                            ],
                        ],
                        'description' => '',
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => '批量创建加速槽',
            'changeSet' => [
                ['createdAt' => '2024-02-26T07:51:52.000Z', 'description' => '请求参数发生变更'],
            ],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '5', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateSlots'],
                ],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"A731A84D-55C9-44F7-99BB-E1CF0CF19197\\",\\n  \\"SlotIds\\": \\"slot-5zk866779me51j****\\",\\n  \\"Summary\\": {\\n    \\"key\\": \\"{\'SlotsTotalSize\': \'0.0Gi\', \'SlotsTotalNum\': \'1\', \'DataSourceTotalSize\': \'0\'}\\"\\n  }\\n}","type":"json"}]',
        ],
        'CreateTag' => [
            'path' => '/api/v1/tags',
            'methods' => ['post'],
            'schemes' => ['http', 'https'],
            'tags' => ['Tag'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => ['application/json'],
            'produces' => ['application/json'],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'create'],
            'parameters' => [
                [
                    'name' => 'body',
                    'in' => 'body',
                    'style' => 'json',
                    'schema' => [
                        'description' => '请求参数。',
                        'type' => 'object',
                        'properties' => [
                            'ResourceType' => [
                                'title' => '标签所属的资源的类型。'."\n"
                                    .'Instance:数据集加速实例'."\n"
                                    .'Slot:数据集加速槽',
                                'description' => '标签所属的资源的类型,取值如下:'."\n"
                                    .'- Instance:数据集加速实例。'."\n"
                                    .'- Slot:数据集加速槽。',
                                'type' => 'string',
                                'required' => true,
                                'example' => 'Instance',
                                'enum' => ['Instance', 'Slot'],
                            ],
                            'ResourceId' => ['title' => '标签所属的资源的Id。', 'description' => '标签所属的资源的ID。'."\n"
                                .'- 当ResourceType为Instance时,需要配置为数据集加速实例ID,如何获取加速实例ID,请参见[ListInstances](~~467899~~)。'."\n"
                                .'- 当ResourceType为Slot时,需要配置为数据集加速槽ID,如何获取数据集加速槽ID,请参见[ListSlots](~~467905~~)。', 'type' => 'string', 'required' => true, 'example' => 'inst-my1tk3jggooi5uwks'],
                            'Key' => ['title' => '标签的键值。'."\n"
                                .'长度限制为 64 Unicode 字符。', 'description' => '标签的键值。'."\n"
                                .'长度限制为64 Unicode字符。', 'type' => 'string', 'required' => true, 'example' => 'dataset_version', 'maxLength' => 64],
                            'Value' => ['title' => '标签的值。'."\n"
                                .'长度限制为 64 Unicode 字符。', 'description' => '标签的值。'."\n"
                                .'长度限制为64 Unicode字符。', 'type' => 'string', 'required' => true, 'example' => 'v0.1.0', 'maxLength' => 64],
                        ],
                        'required' => false,
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'headers' => [],
                    'schema' => [
                        'description' => '返回值。',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求Id。', 'description' => '请求ID。', 'type' => 'string', 'example' => 'A731A84D-55C9-44F7-99BB-E1CF0CF19197'],
                        ],
                    ],
                ],
                400 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求Id。', 'description' => '请求Id。', 'type' => 'string', 'example' => '9C5AEC16-CBD1-5E68-A92C-75D1D346E57F'],
                            'Code' => ['title' => '语义化错误码。', 'description' => '语义化错误码。', 'type' => 'string', 'example' => 'ValidationError'],
                            'Message' => ['title' => '错误消息描述。', 'description' => '错误消息描述。', 'type' => 'string', 'example' => 'Dataset Not Found: 1234'],
                            'Detail' => [
                                'title' => '错误详细信息。',
                                'description' => '错误详细信息。',
                                'type' => 'object',
                                'properties' => [
                                    'ErrorCode' => ['title' => '数字化错误码。', 'description' => '数字化错误码。', 'type' => 'string', 'example' => '5218847334401572965'],
                                ],
                                'example' => '-',
                            ],
                        ],
                        'description' => '',
                    ],
                ],
            ],
            'title' => '创建标签',
            'summary' => '针对一个资源,创建一个标签。',
            'description' => '- 如果针对这个资源已经存在相同键值的标签,则会对标签的值进行覆盖。'."\n"
                .'- 如果未存在键值相同的标签,则创建一个新的标签。',
            'changeSet' => [
                ['createdAt' => '2022-09-13T09:10:12.000Z', 'description' => 'OpenAPI 下线'],
                ['createdAt' => '2022-09-13T09:10:12.000Z', 'description' => 'OpenAPI 下线'],
            ],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '20', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateTag'],
                ],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"A731A84D-55C9-44F7-99BB-E1CF0CF19197\\"\\n}","type":"json"}]',
        ],
        'DeleteEndpoint' => [
            'path' => '/api/v1/endpoints/{EndpointId}',
            'methods' => ['delete'],
            'schemes' => ['http', 'https'],
            'tags' => ['Endpoint'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => ['application/json'],
            'produces' => ['application/json'],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => [],
            'parameters' => [
                [
                    'name' => 'EndpointId',
                    'in' => 'path',
                    'schema' => ['title' => '数据集加速槽挂载点Id。', 'description' => '数据集加速槽挂载点Id。', 'type' => 'string', 'required' => true, 'example' => 'end-my1tk3jggooi5uwks5'],
                ],
            ],
            'responses' => [
                200 => [
                    'headers' => [],
                    'schema' => [
                        'description' => '返回值。',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求Id。', 'description' => '请求Id。', 'type' => 'string', 'example' => 'A731A84D-55C9-44F7-99BB-E1CF0CF19197'],
                        ],
                    ],
                ],
                400 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求Id。', 'description' => '请求Id。', 'type' => 'string', 'example' => '9C5AEC16-CBD1-5E68-A92C-75D1D346E57F'],
                            'Code' => ['title' => '语义化错误码。', 'description' => '语义化错误码。', 'type' => 'string', 'example' => 'ValidationError'],
                            'Message' => ['title' => '错误消息描述。', 'description' => '错误消息描述。', 'type' => 'string', 'example' => 'Dataset Not Found: 1234'],
                            'Detail' => [
                                'title' => '错误详细信息。',
                                'description' => '错误详细信息。',
                                'type' => 'object',
                                'properties' => [
                                    'ErrorCode' => ['title' => '数字化错误码。', 'description' => '数字化错误码。', 'type' => 'string', 'example' => '5218847334401572965'],
                                ],
                                'example' => '-',
                            ],
                        ],
                        'description' => '',
                    ],
                ],
            ],
            'title' => '删除数据集加速端点',
            'summary' => '删除一个数据集加速槽挂载点。',
            'description' => '调用该接口后,会删除用户网络打通相关的资源,可能导致用户侧访问缓存服务失败,请在确定无访问后再进行删除。',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '20', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeleteEndpoint'],
                ],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"A731A84D-55C9-44F7-99BB-E1CF0CF19197\\"\\n}","type":"json"}]',
        ],
        'DeleteInstance' => [
            'path' => '/api/v1/instances/{InstanceId}',
            'methods' => ['delete'],
            'schemes' => ['http', 'https'],
            'tags' => ['Instance'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => ['application/json'],
            'produces' => ['application/json'],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'delete'],
            'parameters' => [
                [
                    'name' => 'InstanceId',
                    'in' => 'path',
                    'schema' => ['title' => '数据集加速实例Id。', 'description' => '数据集加速实例ID。如何获取加速实例ID,请参见[ListInstances](~~467899~~)。', 'type' => 'string', 'required' => true, 'example' => 'inst-my1tk3jggooi5uwks5'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'description' => '返回值。',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求Id。', 'description' => '请求ID。', 'type' => 'string', 'example' => 'A731A84D-55C9-44F7-99BB-E1CF0CF19197'],
                        ],
                    ],
                ],
                400 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求Id。', 'description' => '请求Id。', 'type' => 'string', 'example' => '9C5AEC16-CBD1-5E68-A92C-75D1D346E57F'],
                            'Code' => ['title' => '语义化错误码。', 'description' => '语义化错误码。', 'type' => 'string', 'example' => 'ValidationError'],
                            'Message' => ['title' => '错误消息描述。', 'description' => '错误消息描述。', 'type' => 'string', 'example' => 'Dataset Not Found: 1234'],
                            'Detail' => [
                                'title' => '错误详细信息。',
                                'description' => '错误详细信息。',
                                'type' => 'object',
                                'properties' => [
                                    'ErrorCode' => ['title' => '数字化错误码。', 'description' => '数字化错误码。', 'type' => 'string', 'example' => '5218847334401572965'],
                                ],
                                'example' => '-',
                            ],
                        ],
                        'description' => '',
                    ],
                ],
            ],
            'title' => '删除数据集加速实例',
            'summary' => '删除一个数据集加速实例。',
            'description' => '调用改接口会首先进行检查,满足以下条件后方可被删除,否则删除失败。'."\n"
                .'- 该Instance下不存在仍处于非终态的Slot。',
            'changeSet' => [
                ['createdAt' => '2022-09-13T09:10:18.000Z', 'description' => 'OpenAPI 下线'],
                ['createdAt' => '2022-09-13T09:10:18.000Z', 'description' => 'OpenAPI 下线'],
            ],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '20', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeleteInstance'],
                ],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"A731A84D-55C9-44F7-99BB-E1CF0CF19197\\"\\n}","type":"json"}]',
        ],
        'DeleteSlot' => [
            'path' => '/api/v1/slots/{SlotId}',
            'methods' => ['delete'],
            'schemes' => ['http', 'https'],
            'tags' => ['Slot'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => ['application/json'],
            'produces' => ['application/json'],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'delete'],
            'parameters' => [
                [
                    'name' => 'SlotId',
                    'in' => 'path',
                    'schema' => ['title' => '数据集加速槽Id。', 'description' => '数据集加速槽ID。如何获取数据集加速槽ID,请参见[ListSlots](~~467905~~)。', 'type' => 'string', 'required' => true, 'example' => 'slot-my1tk3jggooi5uwks5'],
                ],
                [
                    'name' => 'Force',
                    'in' => 'query',
                    'schema' => ['title' => '是否不等待加速槽停止,强制删除。', 'description' => '是否不等待加速槽停止,强制删除。', 'type' => 'boolean', 'required' => false, 'example' => 'false', 'default' => 'false'],
                ],
            ],
            'responses' => [
                200 => [
                    'headers' => [],
                    'schema' => [
                        'description' => '返回值。',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求Id。', 'description' => '请求ID。', 'type' => 'string', 'example' => 'A731A84D-55C9-44F7-99BB-E1CF0CF19197'],
                        ],
                    ],
                ],
                400 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求Id。', 'description' => '请求Id。', 'type' => 'string', 'example' => '9C5AEC16-CBD1-5E68-A92C-75D1D346E57F'],
                            'Code' => ['title' => '语义化错误码。', 'description' => '语义化错误码。', 'type' => 'string', 'example' => 'ValidationError'],
                            'Message' => ['title' => '错误消息描述。', 'description' => '错误消息描述。', 'type' => 'string', 'example' => 'Dataset Not Found: 1234'],
                            'Detail' => [
                                'title' => '错误详细信息。',
                                'description' => '错误详细信息。',
                                'type' => 'object',
                                'properties' => [
                                    'ErrorCode' => ['title' => '数字化错误码。', 'description' => '数字化错误码。', 'type' => 'string', 'example' => '5218847334401572965'],
                                ],
                                'example' => '-',
                            ],
                        ],
                        'description' => '',
                    ],
                ],
            ],
            'title' => '删除数据集加速槽',
            'summary' => '删除一个数据集加速槽。',
            'description' => '调用该接口会首先进行检查,满足以下条件后方可被删除,否则删除失败。'."\n"
                .'- 该 Slot 处于终态。',
            'changeSet' => [
                ['createdAt' => '2023-01-03T13:27:34.000Z', 'description' => '请求参数发生变更'],
                ['createdAt' => '2022-09-13T09:10:12.000Z', 'description' => 'OpenAPI 下线'],
                ['createdAt' => '2022-09-13T09:10:12.000Z', 'description' => 'OpenAPI 下线'],
            ],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '20', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeleteSlot'],
                ],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"A731A84D-55C9-44F7-99BB-E1CF0CF19197\\"\\n}","type":"json"}]',
        ],
        'DeleteTag' => [
            'path' => '/api/v1/tags',
            'methods' => ['delete'],
            'schemes' => ['http', 'https'],
            'tags' => ['Tag'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => ['application/json'],
            'produces' => ['application/json'],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'delete'],
            'parameters' => [
                [
                    'name' => 'ResourceType',
                    'in' => 'query',
                    'schema' => [
                        'title' => '标签所属的资源的类型。'."\n"
                            .'Instance:数据集加速实例'."\n"
                            .'Slot:数据集加速槽',
                        'description' => '标签所属的资源的类型,取值如下:'."\n"
                            .'- Instance:数据集加速实例。'."\n"
                            .'- Slot:数据集加速槽。',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'Instance',
                        'enum' => ['Instance', 'Slot'],
                    ],
                ],
                [
                    'name' => 'ResourceId',
                    'in' => 'query',
                    'schema' => ['title' => '标签所属的资源的Id。', 'description' => '标签所属的资源的ID。'."\n"
                        .'- 当ResourceType为Instance时,需要配置为数据集加速实例ID,如何获取加速实例ID,请参见[ListInstances](~~467899~~)。'."\n"
                        .'- 当ResourceType为Slot时,需要配置为数据集加速槽ID,如何获取数据集加速槽ID,请参见[ListSlots](~~467905~~)。', 'type' => 'string', 'required' => true, 'example' => 'inst-my1tk3jggooi5uwks'],
                ],
                [
                    'name' => 'Key',
                    'in' => 'query',
                    'schema' => ['title' => '标签的键值。', 'description' => '标签的键值。', 'type' => 'string', 'required' => true, 'example' => 'dataset_version', 'maxLength' => 64],
                ],
            ],
            'responses' => [
                200 => [
                    'headers' => [],
                    'schema' => [
                        'description' => '返回值。',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求Id。', 'description' => '请求ID。', 'type' => 'string', 'example' => 'A731A84D-55C9-44F7-99BB-E1CF0CF19197'],
                        ],
                    ],
                ],
                400 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求Id。', 'description' => '请求Id。', 'type' => 'string', 'example' => '9C5AEC16-CBD1-5E68-A92C-75D1D346E57F'],
                            'Code' => ['title' => '语义化错误码。', 'description' => '语义化错误码。', 'type' => 'string', 'example' => 'ValidationError'],
                            'Message' => ['title' => '错误消息描述。', 'description' => '错误消息描述。', 'type' => 'string', 'example' => 'Dataset Not Found: 1234'],
                            'Detail' => [
                                'title' => '错误详细信息。',
                                'description' => '错误详细信息。',
                                'type' => 'object',
                                'properties' => [
                                    'ErrorCode' => ['title' => '数字化错误码。', 'description' => '数字化错误码。', 'type' => 'string', 'example' => '5218847334401572965'],
                                ],
                                'example' => '-',
                            ],
                        ],
                        'description' => '',
                    ],
                ],
            ],
            'title' => '删除标签',
            'summary' => '删除一个资源上的一个标签。',
            'changeSet' => [
                ['createdAt' => '2022-09-13T09:10:12.000Z', 'description' => 'OpenAPI 下线'],
                ['createdAt' => '2022-09-13T09:10:12.000Z', 'description' => 'OpenAPI 下线'],
            ],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '20', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeleteTag'],
                ],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"A731A84D-55C9-44F7-99BB-E1CF0CF19197\\"\\n}","type":"json"}]',
        ],
        'DescribeComponent' => [
            'path' => '/api/v1/components/{ComponentId}',
            'methods' => ['get'],
            'schemes' => ['http', 'https'],
            'tags' => ['Component'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => ['application/json'],
            'produces' => ['application/json'],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'get'],
            'parameters' => [
                [
                    'name' => 'ComponentId',
                    'in' => 'path',
                    'schema' => ['title' => '数据集加速组件ID。', 'description' => '数据集加速组件ID。如何获取组件ID,请参见[ListComponents](~~467918~~)。', 'type' => 'string', 'required' => true, 'example' => 'cmpt-my1tk3jggooi5uwks5'],
                ],
                [
                    'name' => 'RenderTemplate',
                    'in' => 'query',
                    'schema' => ['title' => '是否对组件模板进行渲染并展示。'."\n"
                        .'如果值为true,则返回中包含模板渲染后的内容。'."\n"
                        .'注:'."\n"
                        .'只支持指定组件列表:'."\n"
                        .'  dataset-accelerator'."\n"
                        .'返回的组件模板内容最大长度为4096,超过最大长度会对模板进行截断。', 'description' => '是否对组件模板进行渲染并展示。'."\n"
                        .'如果值为true,则返回中包含模板渲染后的内容。'."\n"
                        .'> 只支持指定组件列表:'."\n"
                        .'  dataset-accelerator'."\n"
                        .'返回的组件模板内容最大长度为4096 Byte,超过最大长度会对模板进行截断。'."\n"
                        .'>', 'type' => 'boolean', 'required' => false, 'example' => 'true', 'default' => 'false'],
                ],
                [
                    'name' => 'Values',
                    'in' => 'query',
                    'style' => 'json',
                    'schema' => [
                        'title' => '组件模板渲染时使用的参数。',
                        'description' => '组件模板渲染时使用的参数。',
                        'type' => 'object',
                        'required' => false,
                        'additionalProperties' => ['type' => 'any', 'description' => '组件的属性值。', 'example' => '{\\"frontEndPort\\":\\"24457\\",\\"endpointId\\":\\"end-mlpo5mrygduwl9lm31\\",\\"frontEndAddr\\":\\"192.168.0.3\\",\\"slotId\\":\\"slot-vas3b1ygg22sxbq972\\",\\"region\\":\\"cn-shanghai\\"}'],
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => '返回结果。',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求Id。', 'description' => '请求ID。', 'type' => 'string', 'example' => 'A731A84D-55C9-44F7-99BB-E1CF0CF19197'],
                            'UserId' => ['title' => '数据集加速组件的创建者的Uid,在阿里云内为子账号Id (主账号创建则直接为主账号Id)。', 'description' => '数据集加速组件的创建者的Uid,在阿里云内为RAM用户ID(阿里云账号创建则直接为阿里云账号ID)。', 'type' => 'string', 'example' => '276065346797410278'],
                            'OwnerId' => ['title' => '数据集加速组件资源拥有者的Uid,在阿里云内为主账号Id 。', 'description' => '数据集加速组件资源拥有者的Uid,在阿里云内为阿里云账号ID。', 'type' => 'string', 'example' => '1557702098194904'],
                            'GmtCreateTime' => ['title' => '数据集加速组件创建的时间。格式使用 ISO8601(RFC3339)。', 'description' => '数据集加速组件创建的时间。格式使用ISO8601(RFC3339)。', 'type' => 'string', 'example' => '2014-10-02T15:01:23Z'],
                            'GmtModifiedTime' => ['title' => '数据集加速组件最后更新的时间。格式使用 ISO8601(RFC3339)。', 'description' => '数据集加速组件最后更新的时间。格式使用ISO8601(RFC3339)。', 'type' => 'string', 'example' => '2014-10-02T15:01:23Z'],
                            'Uuid' => ['title' => '数据集加速组件的唯一标识符。', 'description' => '数据集加速组件的唯一标识符。', 'type' => 'string', 'example' => 'cmpt-5zk866779me51jgu3w'],
                            'Name' => ['title' => '数据集加速组件名称。', 'description' => '数据集加速组件名称。', 'type' => 'string', 'example' => 'dataset-accelerator'],
                            'Version' => ['title' => '数据集加速组件版本。', 'description' => '数据集加速组件版本。', 'type' => 'string', 'example' => 'v1.0.0'],
                            'Template' => [
                                'title' => '数据集加速组件模板信息。',
                                'description' => '数据集加速组件模板信息。',
                                'type' => 'object',
                                'properties' => [
                                    'Type' => [
                                        'title' => '数据集加速组件模板的类型。'."\n"
                                            .'OSS:从OSS中读取模板Helm包。',
                                        'description' => '数据集加速组件模板的类型。'."\n"
                                            .'OSS:从OSS中读取模板Helm包。',
                                        'type' => 'string',
                                        'example' => 'OSS',
                                        'enum' => ['OSS'],
                                    ],
                                    'Uri' => ['title' => '数据集加速组件模板的资源标识符,数据类型不同存在不同格式。', 'description' => '数据集加速组件模板的资源标识符,数据类型不同存在不同格式。', 'type' => 'string', 'example' => 'data/VOCdevkit/VOC2007/ImageSets/Main/val.txt'],
                                ],
                            ],
                            'RenderedContent' => ['title' => '渲染后的数据集加速组件部署文件。', 'description' => '渲染后的数据集加速组件部署文件。', 'type' => 'string', 'example' => '---\\n# Source: dataset-accelerator/templates/dataset-accelerator\\napiVersion: data.datasetacc.io/v1\\nkind: DataSetAccelerator\\nmetadata:\\n  name: dataset-accelerator\\nspec:\\n  frontEndAddr: 10.0.0.2\\n  frontEndPort: 7001\\n'],
                        ],
                    ],
                ],
                400 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求Id。', 'description' => '请求Id。', 'type' => 'string', 'example' => '9C5AEC16-CBD1-5E68-A92C-75D1D346E57F'],
                            'Code' => ['title' => '语义化错误码。', 'description' => '语义化错误码。', 'type' => 'string', 'example' => 'ValidationError'],
                            'Message' => ['title' => '错误消息描述。', 'description' => '错误消息描述。', 'type' => 'string', 'example' => 'Dataset Not Found: 1234'],
                            'Detail' => [
                                'title' => '错误详细信息。',
                                'description' => '错误详细信息。',
                                'type' => 'object',
                                'properties' => [
                                    'ErrorCode' => ['title' => '数字化错误码。', 'description' => '数字化错误码。', 'type' => 'string', 'example' => '5218847334401572965'],
                                ],
                                'example' => '-',
                            ],
                        ],
                        'description' => '',
                    ],
                ],
            ],
            'title' => '获取数据集加速组件详情',
            'summary' => '获取指定数据集加速组件的信息。',
            'changeSet' => [
                ['createdAt' => '2022-09-21T12:59:16.000Z', 'description' => '响应参数发生变更'],
            ],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '20', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeComponent'],
                ],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"A731A84D-55C9-44F7-99BB-E1CF0CF19197\\",\\n  \\"UserId\\": \\"276065346797410278\\",\\n  \\"OwnerId\\": \\"1557702098194904\\",\\n  \\"GmtCreateTime\\": \\"2014-10-02T15:01:23Z\\",\\n  \\"GmtModifiedTime\\": \\"2014-10-02T15:01:23Z\\",\\n  \\"Uuid\\": \\"cmpt-5zk866779me51jgu3w\\",\\n  \\"Name\\": \\"dataset-accelerator\\",\\n  \\"Version\\": \\"v1.0.0\\",\\n  \\"Template\\": {\\n    \\"Type\\": \\"OSS\\",\\n    \\"Uri\\": \\"data/VOCdevkit/VOC2007/ImageSets/Main/val.txt\\"\\n  },\\n  \\"RenderedContent\\": \\"---\\\\\\\\n# Source: dataset-accelerator/templates/dataset-accelerator\\\\\\\\napiVersion: data.datasetacc.io/v1\\\\\\\\nkind: DataSetAccelerator\\\\\\\\nmetadata:\\\\\\\\n  name: dataset-accelerator\\\\\\\\nspec:\\\\\\\\n  frontEndAddr: 10.0.0.2\\\\\\\\n  frontEndPort: 7001\\\\\\\\n\\"\\n}","type":"json"}]',
        ],
        'DescribeEndpoint' => [
            'summary' => '获取指定数据集加速槽挂载点的信息。',
            'path' => '/api/v1/endpoints/{EndpointId}',
            'methods' => ['get'],
            'schemes' => ['http', 'https'],
            'tags' => ['Endpoint'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => ['application/json'],
            'produces' => ['application/json'],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'get'],
            'parameters' => [
                [
                    'name' => 'EndpointId',
                    'in' => 'path',
                    'schema' => ['title' => '数据集加速槽挂载点ID。', 'description' => '数据集加速槽挂载点ID。如何获取挂载点ID,请参见[ListEndpoints](~~467913~~)。', 'type' => 'string', 'required' => true, 'example' => 'end-my1tk3jggooi5uwks5'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'description' => '返回值。',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求Id。', 'description' => '请求ID。', 'type' => 'string', 'example' => 'A731A84D-55C9-44F7-99BB-E1CF0CF19197'],
                            'UserId' => ['title' => '数据集加速端点的创建者的Uid,在阿里云内为子账号Id (主账号创建则直接为主账号Id)。', 'description' => '数据集加速端点的创建者的Uid,在阿里云内为RAM用户ID(阿里云账号创建则直接为阿里云账号ID)。', 'type' => 'string', 'example' => '276065346797410278'],
                            'OwnerId' => ['title' => '数据集加速端点的资源拥有者的Uid,在阿里云内为主账号Id 。', 'description' => '数据集加速端点的资源拥有者的Uid,在阿里云内为阿里云账号ID。', 'type' => 'string', 'example' => '1557702098194904'],
                            'GmtCreateTime' => ['title' => '数据集加速端点创建的时间。格式使用 ISO8601(RFC3339)。', 'description' => '数据集加速端点创建的时间。格式使用 ISO8601(RFC3339)。', 'type' => 'string', 'example' => '2014-10-02T15:01:23Z'],
                            'GmtModifiedTime' => ['title' => '数据集加速端点最后更新的时间。格式使用 ISO8601(RFC3339)。', 'description' => '数据集加速端点最后更新的时间。格式使用 ISO8601(RFC3339)。', 'type' => 'string', 'example' => '2014-10-02T15:01:23Z'],
                            'Uuid' => ['title' => '挂载点的唯一标识符。', 'description' => '挂载点的唯一标识符。', 'type' => 'string', 'example' => 'end-ivrq92qhbyrg4jctih'],
                            'Name' => ['title' => '挂载点的名称。', 'description' => '挂载点的名称。', 'type' => 'string', 'example' => 'endpoint-1'],
                            'Type' => [
                                'title' => '挂载点的网络类型,根据网络类型不同,下列中需要传入的参数也有所不同。'."\n"
                                    .'VPC:端点机器处于VPC网络',
                                'description' => '挂载点的网络类型,根据网络类型不同,下列中需要传入的参数也有所不同。'."\n"
                                    .'VPC:端点机器处于VPC网络。',
                                'type' => 'string',
                                'example' => 'VPC',
                                'enum' => ['VPC'],
                            ],
                            'VpcId' => ['title' => '挂载点使用的专有网络 VPC Id。', 'description' => '挂载点使用的专有网络 VPC ID。', 'type' => 'string', 'example' => 'vpc-j6co2fcdsl1q0gnuc3ym3'],
                            'VswitchId' => ['title' => '挂载点使用的交换机 Vswitch Id。', 'description' => '挂载点使用的交换机vSwitch ID。', 'type' => 'string', 'example' => 'vsw-j6cmr00qjyrft6jo2mg7g'],
                            'Status' => ['title' => '数据集加速槽挂载点的状态。', 'description' => '数据集加速槽挂载点的状态。', '$ref' => '#/components/schemas/EndpointStatus'],
                        ],
                    ],
                ],
                400 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求Id。', 'description' => '请求Id。', 'type' => 'string', 'example' => '9C5AEC16-CBD1-5E68-A92C-75D1D346E57F'],
                            'Code' => ['title' => '语义化错误码。', 'description' => '语义化错误码。', 'type' => 'string', 'example' => 'ValidationError'],
                            'Message' => ['title' => '错误消息描述。', 'description' => '错误消息描述。', 'type' => 'string', 'example' => 'Dataset Not Found: 1234'],
                            'Detail' => [
                                'title' => '错误详细信息。',
                                'description' => '错误详细信息。',
                                'type' => 'object',
                                'properties' => [
                                    'ErrorCode' => ['title' => '数字化错误码。', 'description' => '数字化错误码。', 'type' => 'string', 'example' => '5218847334401572965'],
                                ],
                                'example' => '-',
                            ],
                        ],
                        'description' => '',
                    ],
                ],
            ],
            'title' => '获取数据集加速端点详情',
            'changeSet' => [
                ['createdAt' => '2022-09-13T09:10:18.000Z', 'description' => 'OpenAPI 下线'],
                ['createdAt' => '2022-09-13T09:10:18.000Z', 'description' => 'OpenAPI 下线'],
            ],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '20', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeEndpoint'],
                ],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"A731A84D-55C9-44F7-99BB-E1CF0CF19197\\",\\n  \\"UserId\\": \\"276065346797410278\\",\\n  \\"OwnerId\\": \\"1557702098194904\\",\\n  \\"GmtCreateTime\\": \\"2014-10-02T15:01:23Z\\",\\n  \\"GmtModifiedTime\\": \\"2014-10-02T15:01:23Z\\",\\n  \\"Uuid\\": \\"end-ivrq92qhbyrg4jctih\\",\\n  \\"Name\\": \\"endpoint-1\\",\\n  \\"Type\\": \\"VPC\\",\\n  \\"VpcId\\": \\"vpc-j6co2fcdsl1q0gnuc3ym3\\",\\n  \\"VswitchId\\": \\"vsw-j6cmr00qjyrft6jo2mg7g\\",\\n  \\"Status\\": {\\n    \\"Phase\\": \\"Ready\\",\\n    \\"Code\\": \\"200\\",\\n    \\"Message\\": \\"Init Succeed\\",\\n    \\"Detail\\": {\\n      \\"IpPortMapping\\": {\\n        \\"key\\": {\\n          \\"Ip\\": \\"10.0.0.5\\",\\n          \\"Port\\": \\"3306\\"\\n        }\\n      }\\n    }\\n  }\\n}","type":"json"}]',
        ],
        'DescribeInstance' => [
            'summary' => '获取指定数据集加速实例信息。',
            'path' => '/api/v1/instances/{InstanceId}',
            'methods' => ['get'],
            'schemes' => ['http', 'https'],
            'tags' => ['Instance'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => ['application/json'],
            'produces' => ['application/json'],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'get'],
            'parameters' => [
                [
                    'name' => 'InstanceId',
                    'in' => 'path',
                    'schema' => ['title' => '数据集加速实例ID。', 'description' => '数据集加速实例ID。如何获取加速实例ID,请参见[ListInstances](~~467899~~)。', 'type' => 'string', 'required' => true, 'example' => 'inst-my1tk3jggooi5u****'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'description' => '返回值。',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求Id。', 'description' => '请求ID。', 'type' => 'string', 'required' => true, 'example' => 'A731A84D-55C9-44F7-99BB-E1CF0CF1****'],
                            'UserId' => ['title' => '数据集加速实例的创建者的Uid,在阿里云内为子账号Id (主账号创建则直接为主账号Id)。', 'description' => '数据集加速实例的创建者的Uid,在阿里云内为RAM用户ID(阿里云账号创建则直接为阿里云账号ID)。', 'type' => 'string', 'example' => '27606534679741****'],
                            'OwnerId' => ['title' => '数据集加速实例资源拥有者的Uid,在阿里云内为主账号Id 。', 'description' => '数据集加速实例资源拥有者的Uid,在阿里云内为阿里云账号ID。', 'type' => 'string', 'example' => '155770209819****'],
                            'GmtCreateTime' => ['title' => '数据集加速实例创建的时间。格式使用 ISO8601(RFC3339)。', 'description' => '数据集加速实例创建的时间。格式使用ISO8601(RFC3339)。', 'type' => 'string', 'example' => '2014-10-02T15:01:23Z'],
                            'GmtModifiedTime' => ['title' => '数据集加速实例最后更新的时间。格式使用 ISO8601(RFC3339)。', 'description' => '数据集加速实例最后更新的时间。格式使用ISO8601(RFC3339)。', 'type' => 'string', 'example' => '2014-10-02T15:01:23Z'],
                            'Uuid' => ['title' => '数据集加速实例的唯一标识符。', 'description' => '数据集加速实例的唯一标识符。', 'type' => 'string', 'example' => 'inst-my1tk3jggooi5u****'],
                            'Name' => ['title' => '数据集加速实例名称。', 'description' => '数据集加速实例名称。', 'type' => 'string', 'example' => 'acc_instance_1'],
                            'Description' => ['title' => '数据集加速实例的描述与解释。', 'description' => '数据集加速实例的描述与解释。', 'type' => 'string', 'example' => 'XGBoost dataset acceleration instance'],
                            'Type' => ['title' => '数据集加速实例的类型'."\n"
                                .'basic:基础版'."\n"
                                .'enhanced:增强版', 'description' => '数据集加速实例的类型,可能值:'."\n"
                                .'- basic:基础版。'."\n"
                                .'- enhanced:增强版。', 'type' => 'string', 'example' => 'basic'],
                            'Tags' => [
                                'title' => '用户为数据集加速实例添加的自定义标签。',
                                'description' => '用户为数据集加速实例添加的自定义标签。',
                                'type' => 'array',
                                'items' => [
                                    'type' => 'object',
                                    'properties' => [
                                        'Key' => ['title' => '标签的键值。'."\n"
                                            .'长度限制为 64 Unicode 字符。', 'description' => '标签的键值。'."\n"
                                            .'长度限制为64Unicode字符。', 'type' => 'string', 'example' => 'dataset_version', 'maxLength' => 64],
                                        'Value' => ['title' => '标签的值。'."\n"
                                            .'长度限制为 64 Unicode 字符。', 'description' => '标签的值。'."\n"
                                            .'长度限制为64Unicode字符。', 'type' => 'string', 'example' => 'v0.1.0', 'maxLength' => 64],
                                    ],
                                    'description' => '',
                                ],
                            ],
                            'PaymentType' => [
                                'title' => 'PayAsYouGo	数据集加速实例的付费类型。'."\n"
                                    .'PayAsYouGo:后付费(后付费/按量付费)'."\n"
                                    .'Subscription:预付费(预付费/包年包月)',
                                'description' => '数据集加速实例的付费类型,可能值:'."\n"
                                    .'- PayAsYouGo:后付费(按量付费)。'."\n"
                                    .'- Subscription:预付费(包年包月)。',
                                'type' => 'string',
                                'example' => 'PayAsYouGo',
                                'enum' => ['PayAsYouGo', 'Subscription'],
                            ],
                            'Capacity' => ['title' => '数据集加速实例的最大容量。'."\n"
                                .'输入字符串的格式需要满足以下规范:Quantity', 'description' => '数据集加速实例的最大容量。'."\n"
                                .'输入字符串的格式需要满足以下规范:[Quantity](https://kubernetes.io/zh-cn/docs/reference/kubernetes-api/common-definitions/quantity/)。', 'type' => 'string', 'example' => '30.0G'],
                            'IoType' => ['title' => '数据集加速实例的读写类型。', 'description' => '数据集加速实例的读写类型。', 'type' => 'string', 'example' => 'readonly'],
                            'MaxSlot' => ['title' => '数据集加速实例的最大加速槽个数。', 'description' => '数据集加速实例的最大加速槽个数。', 'type' => 'integer', 'format' => 'int32', 'example' => '20', 'default' => '100'],
                            'MaxEndpoint' => ['title' => '数据集加速实例的最大挂载点个数。', 'description' => '数据集加速实例的最大挂载点个数。', 'type' => 'integer', 'format' => 'int32', 'default' => '100'],
                            'StorageType' => ['title' => '数据集加速实例的存储类型。', 'description' => '数据集加速实例的存储类型。', 'type' => 'string', 'example' => 'OSS', 'default' => 'OSS'],
                            'ProviderType' => ['title' => '数据集加速实例的资源提供者类型。', 'description' => '数据集加速实例的资源提供者类型。', 'type' => 'string', 'example' => 'Ecs', 'default' => 'Ecs'],
                            'Status' => ['title' => '数据集加速实例状态。', 'description' => '数据集加速实例状态。', '$ref' => '#/components/schemas/InstanceStatus'],
                        ],
                    ],
                ],
                400 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求Id。', 'description' => '请求Id。', 'type' => 'string', 'example' => '9C5AEC16-CBD1-5E68-A92C-75D1D346E57F'],
                            'Code' => ['title' => '语义化错误码。', 'description' => '语义化错误码。', 'type' => 'string', 'example' => 'ValidationError'],
                            'Message' => ['title' => '错误消息描述。', 'description' => '错误消息描述。', 'type' => 'string', 'example' => 'Dataset Not Found: 1234'],
                            'Detail' => [
                                'title' => '错误详细信息。',
                                'description' => '错误详细信息。',
                                'type' => 'object',
                                'properties' => [
                                    'ErrorCode' => ['title' => '数字化错误码。', 'description' => '数字化错误码。', 'type' => 'string', 'example' => '5218847334401572965'],
                                ],
                                'example' => '-',
                            ],
                        ],
                        'description' => '',
                    ],
                ],
            ],
            'title' => '获取数据集加速实例详情',
            'changeSet' => [
                ['createdAt' => '2023-05-22T12:08:54.000Z', 'description' => '响应参数发生变更'],
                ['createdAt' => '2023-05-22T12:06:13.000Z', 'description' => '响应参数发生变更'],
                ['createdAt' => '2022-10-14T08:37:35.000Z', 'description' => '响应参数发生变更'],
                ['createdAt' => '2022-09-13T09:10:24.000Z', 'description' => 'OpenAPI 下线'],
                ['createdAt' => '2022-09-13T09:10:24.000Z', 'description' => 'OpenAPI 下线'],
            ],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '20', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeInstance'],
                ],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"A731A84D-55C9-44F7-99BB-E1CF0CF1****\\",\\n  \\"UserId\\": \\"27606534679741****\\",\\n  \\"OwnerId\\": \\"155770209819****\\",\\n  \\"GmtCreateTime\\": \\"2014-10-02T15:01:23Z\\",\\n  \\"GmtModifiedTime\\": \\"2014-10-02T15:01:23Z\\",\\n  \\"Uuid\\": \\"inst-my1tk3jggooi5u****\\",\\n  \\"Name\\": \\"acc_instance_1\\",\\n  \\"Description\\": \\"XGBoost dataset acceleration instance\\",\\n  \\"Type\\": \\"basic\\",\\n  \\"Tags\\": [\\n    {\\n      \\"Key\\": \\"dataset_version\\",\\n      \\"Value\\": \\"v0.1.0\\"\\n    }\\n  ],\\n  \\"PaymentType\\": \\"PayAsYouGo\\",\\n  \\"Capacity\\": \\"30.0G\\",\\n  \\"IoType\\": \\"readonly\\",\\n  \\"MaxSlot\\": 20,\\n  \\"MaxEndpoint\\": 0,\\n  \\"StorageType\\": \\"OSS\\",\\n  \\"ProviderType\\": \\"Ecs\\",\\n  \\"Status\\": {\\n    \\"Phase\\": \\"Running\\",\\n    \\"Code\\": \\"200\\",\\n    \\"Message\\": \\"Init Succeed\\",\\n    \\"UsedCapacity\\": \\"20.0G\\",\\n    \\"SlotNum\\": 10\\n  }\\n}","type":"json"}]',
        ],
        'DescribeSlot' => [
            'summary' => '获取指定数据集加速槽的信息。',
            'path' => '/api/v1/slots/{SlotId}',
            'methods' => ['get'],
            'schemes' => ['http', 'https'],
            'tags' => ['Slot'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => ['application/json'],
            'produces' => ['application/json'],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'get'],
            'parameters' => [
                [
                    'name' => 'SlotId',
                    'in' => 'path',
                    'schema' => ['title' => '数据集加速槽ID。', 'description' => '数据集加速槽ID。如何获取数据集加速槽ID,请参见[ListSlots](~~467905~~)。', 'type' => 'string', 'required' => true, 'example' => 'slot-my1tk3jggooi5u****'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'description' => '返回值。',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求Id。', 'description' => '请求ID。', 'type' => 'string', 'required' => true, 'example' => 'A731A84D-55C9-44F7-99BB-E1CF0CF1****'],
                            'UserId' => ['title' => '数据集加速槽的创建者的Uid,在阿里云内为子账号Id (主账号创建则直接为主账号Id)。', 'description' => '数据集加速槽的创建者的Uid,在阿里云内为RAM用户ID(阿里云账号创建则直接为阿里云账号ID)。', 'type' => 'string', 'example' => '27606534679741****'],
                            'OwnerId' => ['title' => '数据集加速槽资源拥有者的Uid,在阿里云内为主账号Id 。', 'description' => '数据集加速槽资源拥有者的Uid,在阿里云内为阿里云账号ID。', 'type' => 'string', 'example' => '155770209819****'],
                            'GmtCreateTime' => ['title' => '数据集加速槽创建的时间。格式使用 ISO8601(RFC3339)。', 'description' => '数据集加速槽创建的时间。格式使用 ISO8601(RFC3339)。', 'type' => 'string', 'example' => '2014-10-02T15:01:23Z'],
                            'GmtModifiedTime' => ['title' => '数据集加速槽最后更新的时间。格式使用 ISO8601(RFC3339)。', 'description' => '数据集加速槽最后更新的时间。格式使用 ISO8601(RFC3339)。', 'type' => 'string', 'example' => '2014-10-02T15:01:23Z'],
                            'Uuid' => ['title' => '数据集加速槽的唯一标识符。', 'description' => '数据集加速槽的唯一标识符。', 'type' => 'string', 'example' => 'slot-5zk866779me51j****'],
                            'InstanceId' => ['title' => '加速槽所对应的数据集加速实例的唯一标识符。', 'description' => '加速槽所对应的数据集加速实例的唯一标识符。', 'type' => 'string', 'example' => 'inst-my1tk3jggooi5u****'],
                            'Name' => ['title' => '数据集加速槽名称。', 'description' => '数据集加速槽名称。', 'type' => 'string', 'example' => 'slot_1'],
                            'Description' => ['title' => '数据集加速槽的描述与解释。', 'description' => '数据集加速槽的描述与解释。', 'type' => 'string', 'example' => 'XGBoost dataset acceleration slot'],
                            'Tags' => [
                                'title' => '用户为数据集加速槽添加的自定义标签。',
                                'description' => '用户为数据集加速槽添加的自定义标签。',
                                'type' => 'array',
                                'items' => [
                                    'type' => 'object',
                                    'properties' => [
                                        'Key' => ['title' => '标签的键值。', 'description' => '标签的键值。', 'type' => 'string', 'example' => 'dataset_version'],
                                        'Value' => ['title' => '标签的值。', 'description' => '标签的值。', 'type' => 'string', 'example' => 'v0.1.0'],
                                    ],
                                    'description' => '',
                                ],
                            ],
                            'StorageType' => [
                                'title' => '数据集加速槽的数据存储类型。'."\n"
                                    .'OSS:OSS文件存储'."\n"
                                    .'NAS:NAS文件存储',
                                'description' => '数据集加速槽的数据存储类型,可能值:'."\n"
                                    .'- OSS:OSS文件存储。'."\n"
                                    .'- NAS:NAS文件存储。',
                                'type' => 'string',
                                'example' => 'OSS',
                                'enum' => ['OSS', 'NAS'],
                            ],
                            'StorageUri' => ['title' => '数据集加速槽的数据的资源标识符,数据类型不同存在不同格式。', 'description' => '数据集加速槽的数据的资源标识符,数据类型不同存在不同格式。', 'type' => 'string', 'example' => 'oss://examplebucket/data/VOCdevkit/VOC2007/ImageSets/Main/val.txt'],
                            'Capacity' => ['title' => '数据集加速槽的最大容量。输入字符串的格式需要满足以下规范:Quantity', 'description' => '数据集加速槽的最大容量。输入字符串的格式需要满足以下规范:[Quantity](https://kubernetes.io/zh-cn/docs/reference/kubernetes-api/common-definitions/quantity/) 。', 'type' => 'string', 'example' => '30.0G'],
                            'IoType' => ['title' => '数据集加速槽的读写类型。', 'description' => '数据集加速槽的读写类型。', 'type' => 'string', 'example' => 'readonly'],
                            'LifeCycle' => ['title' => '数据集加速槽的生命周期。', 'description' => '数据集加速槽的生命周期。', '$ref' => '#/components/schemas/SlotLifeCycle'],
                            'Status' => ['title' => '数据集加速槽状态。', 'description' => '数据集加速槽状态。', '$ref' => '#/components/schemas/SlotStatus'],
                        ],
                    ],
                ],
                400 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求Id。', 'description' => '请求Id。', 'type' => 'string', 'example' => '9C5AEC16-CBD1-5E68-A92C-75D1D346E57F'],
                            'Code' => ['title' => '语义化错误码。', 'description' => '语义化错误码。', 'type' => 'string', 'example' => 'ValidationError'],
                            'Message' => ['title' => '错误消息描述。', 'description' => '错误消息描述。', 'type' => 'string', 'example' => 'Dataset Not Found: 1234'],
                            'Detail' => [
                                'title' => '错误详细信息。',
                                'description' => '错误详细信息。',
                                'type' => 'object',
                                'properties' => [
                                    'ErrorCode' => ['title' => '数字化错误码。', 'description' => '数字化错误码。', 'type' => 'string', 'example' => '5218847334401572965'],
                                ],
                                'example' => '-',
                            ],
                        ],
                        'description' => '',
                    ],
                ],
            ],
            'title' => '获取数据集加速槽详情',
            'changeSet' => [
                ['createdAt' => '2023-05-22T11:41:18.000Z', 'description' => '响应参数发生变更'],
                ['createdAt' => '2022-09-13T09:10:12.000Z', 'description' => 'OpenAPI 下线'],
                ['createdAt' => '2022-09-13T09:10:12.000Z', 'description' => 'OpenAPI 下线'],
            ],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '20', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeSlot'],
                ],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"A731A84D-55C9-44F7-99BB-E1CF0CF1****\\",\\n  \\"UserId\\": \\"27606534679741****\\",\\n  \\"OwnerId\\": \\"155770209819****\\",\\n  \\"GmtCreateTime\\": \\"2014-10-02T15:01:23Z\\",\\n  \\"GmtModifiedTime\\": \\"2014-10-02T15:01:23Z\\",\\n  \\"Uuid\\": \\"slot-5zk866779me51j****\\",\\n  \\"InstanceId\\": \\"inst-my1tk3jggooi5u****\\",\\n  \\"Name\\": \\"slot_1\\",\\n  \\"Description\\": \\"XGBoost dataset acceleration slot\\",\\n  \\"Tags\\": [\\n    {\\n      \\"Key\\": \\"dataset_version\\",\\n      \\"Value\\": \\"v0.1.0\\"\\n    }\\n  ],\\n  \\"StorageType\\": \\"OSS\\",\\n  \\"StorageUri\\": \\"oss://examplebucket/data/VOCdevkit/VOC2007/ImageSets/Main/val.txt\\",\\n  \\"Capacity\\": \\"30.0G\\",\\n  \\"IoType\\": \\"readonly\\",\\n  \\"LifeCycle\\": {\\n    \\"Type\\": \\"KeepAlive\\",\\n    \\"Config\\": \\"{}\\"\\n  },\\n  \\"Status\\": {\\n    \\"Phase\\": \\"Running\\",\\n    \\"Code\\": \\"200\\",\\n    \\"Message\\": \\"Init Succeed\\",\\n    \\"Detail\\": {\\n      \\"LoadedFileNum\\": 1000000,\\n      \\"LoadedFileSize\\": \\"200G\\",\\n      \\"LoadingTimeCost\\": 1800000\\n    }\\n  }\\n}","type":"json"}]',
        ],
        'ListComponents' => [
            'path' => '/api/v1/components',
            'methods' => ['get'],
            'schemes' => ['http', 'https'],
            'tags' => ['Component'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => ['application/json'],
            'produces' => ['application/json'],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'get'],
            'parameters' => [
                [
                    'name' => 'ComponentIds',
                    'in' => 'query',
                    'schema' => ['title' => '数据集加速组件ID的列表,以逗号分隔。', 'description' => '数据集加速组件ID的列表,多个组件ID以半角逗号(,)分隔。', 'type' => 'string', 'required' => false, 'example' => 'cmpt-my1tk3jggooi5u****,cmpt-n69468yvjz8d12****,cmpt-tga4omjrepklkg****'],
                ],
                [
                    'name' => 'Name',
                    'in' => 'query',
                    'schema' => ['title' => '数据集加速组件名称,支持模糊匹配。', 'description' => '数据集加速组件名称,支持模糊匹配。', 'type' => 'string', 'required' => false, 'example' => 'dataset-accelerator'],
                ],
                [
                    'name' => 'Version',
                    'in' => 'query',
                    'schema' => ['title' => '数据集加速组件版本。', 'description' => '数据集加速组件版本。', 'type' => 'string', 'required' => false, 'example' => 'v1.0.0'],
                ],
                [
                    'name' => 'SortBy',
                    'in' => 'query',
                    'allowEmptyValue' => true,
                    'schema' => ['title' => '排序字段', 'description' => '排序字段。', 'type' => 'string', 'required' => false, 'example' => 'GmtCreateTime', 'default' => 'GmtCreateTime'],
                ],
                [
                    'name' => 'Order',
                    'in' => 'query',
                    'allowEmptyValue' => true,
                    'schema' => [
                        'title' => '排列顺序'."\n"
                            .'Desc: 降序排列'."\n"
                            .'Asc: 升序排列',
                        'description' => '排列顺序,取值如下:'."\n"
                            .'- Desc: 降序排列。'."\n"
                            .'- Asc: 升序排列。',
                        'type' => 'string',
                        'required' => false,
                        'example' => 'Desc',
                        'default' => 'Desc',
                        'enum' => ['Desc', 'Asc'],
                    ],
                ],
                [
                    'name' => 'PageNumber',
                    'in' => 'query',
                    'allowEmptyValue' => true,
                    'schema' => ['title' => '查询第几页数据,最小值1', 'description' => '组件列表的页码。起始值为1,默认为1。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1', 'example' => '1', 'default' => '1'],
                ],
                [
                    'name' => 'PageSize',
                    'in' => 'query',
                    'allowEmptyValue' => true,
                    'schema' => ['title' => '设置查询的分页大小,最小值为1', 'description' => '分页查询时设置的每页显示的组件数量,默认为10。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1', 'example' => '10', 'default' => '10'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => '返回结果。',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求Id。', 'description' => '请求ID。', 'type' => 'string', 'example' => 'A731A84D-55C9-44F7-99BB-E1CF0CF1****'],
                            'Components' => [
                                'title' => '数据集加速槽列表。',
                                'description' => '数据集加速槽列表。',
                                'type' => 'array',
                                'items' => [
                                    'type' => 'object',
                                    'properties' => [
                                        'UserId' => ['title' => '数据集加速组件的创建者的Uid,在阿里云内为子账号Id (主账号创建则直接为主账号Id)。', 'description' => '数据集加速组件的创建者的Uid,在阿里云内为RAM用户ID (阿里云账号创建则直接为阿里云账号ID)。', 'type' => 'string', 'example' => '27606534679741****'],
                                        'OwnerId' => ['title' => '数据集加速组件资源拥有者的Uid,在阿里云内为主账号Id 。', 'description' => '数据集加速组件资源拥有者的Uid,在阿里云内为阿里云账号ID 。', 'type' => 'string', 'example' => '155770209819****'],
                                        'GmtCreateTime' => ['title' => '数据集加速组件创建的时间。格式使用 ISO8601(RFC3339)。', 'description' => '数据集加速组件创建的时间。格式使用ISO8601(RFC3339)。', 'type' => 'string', 'example' => '2014-10-02T15:01:23Z'],
                                        'GmtModifiedTime' => ['title' => '数据集加速组件最后更新的时间。格式使用 ISO8601(RFC3339)。', 'description' => '数据集加速组件最后更新的时间。格式使用ISO8601(RFC3339)。', 'type' => 'string', 'example' => '2014-10-02T15:01:23Z'],
                                        'Uuid' => ['title' => '数据集加速组件的唯一标识符。', 'description' => '数据集加速组件的唯一标识符。', 'type' => 'string', 'example' => 'cmpt-5zk866779me51j****'],
                                        'Name' => ['title' => '数据集加速组件名称。', 'description' => '数据集加速组件名称。', 'type' => 'string', 'example' => 'dataset-accelerator'],
                                        'Version' => ['title' => '数据集加速组件版本。', 'description' => '数据集加速组件版本。', 'type' => 'string', 'example' => 'v1.0.0'],
                                        'Template' => [
                                            'title' => '数据集加速组件模板信息。',
                                            'description' => '数据集加速组件模板信息。',
                                            'type' => 'object',
                                            'properties' => [
                                                'Type' => [
                                                    'title' => '数据集加速组件模板的类型。'."\n"
                                                        .'OSS:从OSS中读取模板Helm包。',
                                                    'description' => '数据集加速组件模板的类型。'."\n"
                                                        .'OSS:从OSS中读取模板Helm包。',
                                                    'type' => 'string',
                                                    'example' => 'OSS',
                                                    'enum' => ['OSS'],
                                                ],
                                                'Uri' => ['title' => '数据集加速组件模板的资源标识符,数据类型不同存在不同格式。', 'description' => '数据集加速组件模板的资源标识符,数据类型不同存在不同格式。', 'type' => 'string', 'example' => 'data/VOCdevkit/VOC2007/ImageSets/Main/val.txt'],
                                            ],
                                        ],
                                    ],
                                    'description' => '',
                                ],
                            ],
                            'TotalCount' => ['title' => '列表内元素数量总和。', 'description' => '列表内元素数量总和。', 'type' => 'integer', 'format' => 'int32', 'example' => '100'],
                        ],
                    ],
                ],
                400 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求Id。', 'description' => '请求Id。', 'type' => 'string', 'example' => '9C5AEC16-CBD1-5E68-A92C-75D1D346E57F'],
                            'Code' => ['title' => '语义化错误码。', 'description' => '语义化错误码。', 'type' => 'string', 'example' => 'ValidationError'],
                            'Message' => ['title' => '错误消息描述。', 'description' => '错误消息描述。', 'type' => 'string', 'example' => 'Dataset Not Found: 1234'],
                            'Detail' => [
                                'title' => '错误详细信息。',
                                'description' => '错误详细信息。',
                                'type' => 'object',
                                'properties' => [
                                    'ErrorCode' => ['title' => '数字化错误码。', 'description' => '数字化错误码。', 'type' => 'string', 'example' => '5218847334401572965'],
                                ],
                                'example' => '-',
                            ],
                        ],
                        'description' => '',
                    ],
                ],
            ],
            'title' => '获取数据集加速组件列表',
            'summary' => '获取数据集加速组件的信息列表。',
            'description' => '请求参数的作用类似于一个过滤器,过滤器为逻辑与(AND)关系。如果某一参数为空,则过滤器不起作用。',
            'changeSet' => [
                ['createdAt' => '2022-09-21T12:59:15.000Z', 'description' => '响应参数发生变更'],
            ],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '20', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListComponents'],
                ],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"A731A84D-55C9-44F7-99BB-E1CF0CF1****\\",\\n  \\"Components\\": [\\n    {\\n      \\"UserId\\": \\"27606534679741****\\",\\n      \\"OwnerId\\": \\"155770209819****\\",\\n      \\"GmtCreateTime\\": \\"2014-10-02T15:01:23Z\\",\\n      \\"GmtModifiedTime\\": \\"2014-10-02T15:01:23Z\\",\\n      \\"Uuid\\": \\"cmpt-5zk866779me51j****\\",\\n      \\"Name\\": \\"dataset-accelerator\\",\\n      \\"Version\\": \\"v1.0.0\\",\\n      \\"Template\\": {\\n        \\"Type\\": \\"OSS\\",\\n        \\"Uri\\": \\"data/VOCdevkit/VOC2007/ImageSets/Main/val.txt\\"\\n      }\\n    }\\n  ],\\n  \\"TotalCount\\": 100\\n}","type":"json"}]',
        ],
        'ListEndpoints' => [
            'path' => '/api/v1/endpoints',
            'methods' => ['get'],
            'schemes' => ['http', 'https'],
            'tags' => ['Endpoint'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => ['application/json'],
            'produces' => ['application/json'],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'get'],
            'parameters' => [
                [
                    'name' => 'EndpointIds',
                    'in' => 'query',
                    'schema' => ['title' => '数据集加速槽挂载点Id的列表,以逗号分隔。', 'description' => '数据集加速槽挂载点ID的列表,多个挂载点ID,以半角逗号(,)分隔。', 'type' => 'string', 'required' => false, 'example' => 'end-my1tk3jggooi5u****,end-n69468yvjz8d12****,end-tga4omjrepklkg****'],
                ],
                [
                    'name' => 'SlotIds',
                    'in' => 'query',
                    'schema' => ['title' => '所属的数据集加速槽Id。', 'description' => '所属的数据集加速槽ID。如何获取数据集加速槽ID,请参见[ListSlots](~~467905~~)。', 'type' => 'string', 'required' => false, 'example' => 'slot-my1tk3jggooi5u****'],
                ],
                [
                    'name' => 'Name',
                    'in' => 'query',
                    'schema' => ['title' => '数据集加速槽挂载点名称,支持模糊匹配。', 'description' => '数据集加速槽挂载点名称,支持模糊匹配。', 'type' => 'string', 'required' => false, 'example' => 'acc_instance_slot_mount_1'],
                ],
                [
                    'name' => 'Type',
                    'in' => 'query',
                    'schema' => [
                        'title' => '挂载点的网络类型,根据网络类型不同,下列中需要传入的参数也有所不同。'."\n"
                            .'VPC:端点机器处于VPC网络',
                        'description' => '挂载点的网络类型,根据网络类型不同,下列中需要传入的参数也有所不同。'."\n"
                            ."\n"
                            .'- VPC:挂载点处于VPC网络。'."\n"
                            .'- INNER:挂载点处于PAI内部网络中,用于PAI其他产品进行访问。',
                        'type' => 'string',
                        'required' => false,
                        'example' => 'VPC',
                        'enum' => ['VPC'],
                    ],
                ],
                [
                    'name' => 'SortBy',
                    'in' => 'query',
                    'allowEmptyValue' => true,
                    'schema' => ['title' => '排序字段', 'description' => '排序字段。', 'type' => 'string', 'required' => false, 'example' => 'GmtCreateTime', 'default' => 'GmtCreateTime'],
                ],
                [
                    'name' => 'Order',
                    'in' => 'query',
                    'allowEmptyValue' => true,
                    'schema' => [
                        'title' => '排列顺序'."\n"
                            .'Desc: 降序排列'."\n"
                            .'Asc: 升序排列',
                        'description' => '排列顺序,取值如下:'."\n"
                            .'- Desc: 降序排列。'."\n"
                            .'- Asc: 升序排列。',
                        'type' => 'string',
                        'required' => false,
                        'example' => 'Desc',
                        'default' => 'Desc',
                        'enum' => ['Desc', 'Asc'],
                    ],
                ],
                [
                    'name' => 'PageNumber',
                    'in' => 'query',
                    'allowEmptyValue' => true,
                    'schema' => ['title' => '查询第几页数据,最小值1', 'description' => '加速端点列表的页码。起始值为1,默认为1。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1', 'example' => '1', 'default' => '1'],
                ],
                [
                    'name' => 'PageSize',
                    'in' => 'query',
                    'allowEmptyValue' => true,
                    'schema' => ['title' => '设置查询的分页大小,最小值为1', 'description' => '分页查询时设置的每页显示的加速端点数量,默认为10。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1', 'example' => '10', 'default' => '10'],
                ],
                [
                    'name' => 'InstanceIds',
                    'in' => 'query',
                    'allowEmptyValue' => true,
                    'schema' => ['title' => '所属加速实例的ID。', 'description' => '所属加速实例的ID。', 'type' => 'string', 'required' => false, 'example' => 'inst-ivrq92qhbyrg4jctih'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => '返回结果。',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求Id。', 'description' => '请求ID。', 'type' => 'string', 'example' => 'A731A84D-55C9-44F7-99BB-E1CF0CF1****'],
                            'Endpoints' => [
                                'title' => '数据集加速端点列表。',
                                'description' => '数据集加速端点列表。',
                                'type' => 'array',
                                'items' => [
                                    'type' => 'object',
                                    'properties' => [
                                        'UserId' => ['title' => '数据集加速端点的创建者的Uid,在阿里云内为子账号Id (主账号创建则直接为主账号Id)。', 'description' => '数据集加速端点的创建者的Uid,在阿里云内为RAM用户ID(阿里云账号创建则直接为阿里云账号ID)。', 'type' => 'string', 'example' => '27606534679741****'],
                                        'OwnerId' => ['title' => '数据集加速端点的资源拥有者的Uid,在阿里云内为主账号Id 。', 'description' => '数据集加速端点的资源拥有者的Uid,在阿里云内为阿里云账号ID。', 'type' => 'string', 'example' => '155770209819****'],
                                        'GmtCreateTime' => ['title' => '数据集加速端点创建的时间。格式使用 ISO8601(RFC3339)。', 'description' => '数据集加速端点创建的时间。格式使用 ISO8601(RFC3339)。', 'type' => 'string', 'example' => '2014-10-02T15:01:23Z'],
                                        'GmtModifiedTime' => ['title' => '数据集加速端点最后更新的时间。格式使用 ISO8601(RFC3339)。', 'description' => '数据集加速端点最后更新的时间。格式使用 ISO8601(RFC3339)。', 'type' => 'string', 'example' => '2014-10-02T15:01:23Z'],
                                        'Uuid' => ['title' => '挂载点的唯一标识符。', 'description' => '挂载点的唯一标识符。', 'type' => 'string', 'example' => 'end-ivrq92qhbyrg4j****'],
                                        'Name' => ['title' => '挂载点的名称。', 'description' => '挂载点的名称。', 'type' => 'string', 'example' => 'endpoint-1'],
                                        'Type' => [
                                            'title' => '挂载点的网络类型,根据网络类型不同,下列中需要传入的参数也有所不同。'."\n"
                                                .'VPC:端点机器处于VPC网络',
                                            'description' => '挂载点的网络类型,可能值:'."\n"
                                                .'- VPC:挂载点处于VPC网络。'."\n"
                                                .'- INNER:挂载点处于PAI内部网络中,用于PAI其他产品进行访问。',
                                            'type' => 'string',
                                            'example' => 'VPC',
                                            'enum' => ['VPC'],
                                        ],
                                        'VpcId' => ['title' => '挂载点使用的专有网络 VPC Id。', 'description' => '挂载点使用的专有网络 VPC ID。', 'type' => 'string', 'example' => 'vpc-j6co2fcdsl1q0gnuc****'],
                                        'VswitchId' => ['title' => '挂载点使用的交换机 Vswitch Id。', 'description' => '挂载点使用的交换机vSwitch ID。', 'type' => 'string', 'example' => 'vsw-j6cmr00qjyrft6jo2****'],
                                        'Status' => ['title' => '数据集加速槽挂载点的状态。', 'description' => '数据集加速槽挂载点的状态。', '$ref' => '#/components/schemas/EndpointStatus'],
                                        'InstanceId' => ['title' => '所属加速实例的ID。', 'description' => '所属加速实例的ID。', 'type' => 'string', 'example' => 'inst-ivrq92qhbyrg4jctih'],
                                    ],
                                    'description' => '',
                                ],
                            ],
                            'TotalCount' => ['title' => '列表内元素数量总和。', 'description' => '列表内元素数量总和。', 'type' => 'integer', 'format' => 'int32', 'example' => '100'],
                        ],
                    ],
                ],
                400 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求Id。', 'description' => '请求Id。', 'type' => 'string', 'example' => '9C5AEC16-CBD1-5E68-A92C-75D1D346E57F'],
                            'Code' => ['title' => '语义化错误码。', 'description' => '语义化错误码。', 'type' => 'string', 'example' => 'ValidationError'],
                            'Message' => ['title' => '错误消息描述。', 'description' => '错误消息描述。', 'type' => 'string', 'example' => 'Dataset Not Found: 1234'],
                            'Detail' => [
                                'title' => '错误详细信息。',
                                'description' => '错误详细信息。',
                                'type' => 'object',
                                'properties' => [
                                    'ErrorCode' => ['title' => '数字化错误码。', 'description' => '数字化错误码。', 'type' => 'string', 'example' => '5218847334401572965'],
                                ],
                                'example' => '-',
                            ],
                        ],
                        'description' => '',
                    ],
                ],
            ],
            'title' => '获取数据集加速端点列表',
            'summary' => '获取数据集加速槽挂载点的信息列表。',
            'description' => '请求参数的作用类似于一个过滤器,过滤器为逻辑与(AND)关系。如果某一参数为空,则过滤器不起作用。',
            'changeSet' => [
                ['createdAt' => '2023-05-22T06:42:27.000Z', 'description' => '请求参数发生变更、响应参数发生变更'],
                ['createdAt' => '2022-09-13T09:10:18.000Z', 'description' => 'OpenAPI 下线'],
                ['createdAt' => '2022-09-13T09:10:18.000Z', 'description' => 'OpenAPI 下线'],
            ],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '5', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListEndpoints'],
                ],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"A731A84D-55C9-44F7-99BB-E1CF0CF1****\\",\\n  \\"Endpoints\\": [\\n    {\\n      \\"UserId\\": \\"27606534679741****\\",\\n      \\"OwnerId\\": \\"155770209819****\\",\\n      \\"GmtCreateTime\\": \\"2014-10-02T15:01:23Z\\",\\n      \\"GmtModifiedTime\\": \\"2014-10-02T15:01:23Z\\",\\n      \\"Uuid\\": \\"end-ivrq92qhbyrg4j****\\",\\n      \\"Name\\": \\"endpoint-1\\",\\n      \\"Type\\": \\"VPC\\",\\n      \\"VpcId\\": \\"vpc-j6co2fcdsl1q0gnuc****\\",\\n      \\"VswitchId\\": \\"vsw-j6cmr00qjyrft6jo2****\\",\\n      \\"Status\\": {\\n        \\"Phase\\": \\"Ready\\",\\n        \\"Code\\": \\"200\\",\\n        \\"Message\\": \\"Init Succeed\\",\\n        \\"Detail\\": {\\n          \\"IpPortMapping\\": {\\n            \\"key\\": {\\n              \\"Ip\\": \\"10.0.0.5\\",\\n              \\"Port\\": \\"3306\\"\\n            }\\n          }\\n        }\\n      },\\n      \\"InstanceId\\": \\"inst-ivrq92qhbyrg4jctih\\"\\n    }\\n  ],\\n  \\"TotalCount\\": 100\\n}","type":"json"}]',
        ],
        'ListInstances' => [
            'path' => '/api/v1/instances',
            'methods' => ['get'],
            'schemes' => ['http', 'https'],
            'tags' => ['Instance'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => ['application/json'],
            'produces' => ['application/json'],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'get'],
            'parameters' => [
                [
                    'name' => 'InstanceIds',
                    'in' => 'query',
                    'allowEmptyValue' => true,
                    'schema' => ['title' => '实例Id的列表,以逗号分隔。', 'description' => '实例ID的列表,多个加速实例ID间,以半角逗号(,)分隔。', 'type' => 'string', 'required' => false, 'example' => 'inst-my1tk3jggooi5uwks5, inst-n69468yvjz8d12as7d, inst-tga4omjrepklkg1onn'],
                ],
                [
                    'name' => 'Name',
                    'in' => 'query',
                    'allowEmptyValue' => true,
                    'schema' => ['title' => '实例名称,支持模糊匹配', 'description' => '实例名称,支持模糊匹配。', 'type' => 'string', 'required' => false, 'example' => 'acc_instance_1'],
                ],
                [
                    'name' => 'Type',
                    'in' => 'query',
                    'allowEmptyValue' => true,
                    'schema' => [
                        'title' => '数据集加速实例的类型,参考:产品规格'."\n"
                            .'basic:基础版'."\n"
                            .'enhanced:增强版',
                        'description' => '数据集加速实例的类型,参考:产品规格,取值如下:'."\n"
                            .'- basic:基础版。'."\n"
                            .'- enhanced:增强版。',
                        'type' => 'string',
                        'required' => false,
                        'example' => 'basic',
                        'enum' => ['basic', 'enhanced'],
                    ],
                ],
                [
                    'name' => 'PaymentType',
                    'in' => 'query',
                    'allowEmptyValue' => true,
                    'schema' => [
                        'title' => '数据集加速实例的付费类型。'."\n"
                            .'PayAsYouGo:后付费(后付费/按量付费)'."\n"
                            .'Subscription:预付费(预付费/包年包月)',
                        'description' => '数据集加速实例的付费类型,取值如下:'."\n"
                            .'- PayAsYouGo:后付费(按量付费)。'."\n"
                            .'- Subscription:预付费(包年包月)。',
                        'type' => 'string',
                        'required' => false,
                        'example' => 'PayAsYouGo',
                        'enum' => ['PayAsYouGo', 'Subscription'],
                    ],
                ],
                [
                    'name' => 'Phase',
                    'in' => 'query',
                    'allowEmptyValue' => true,
                    'schema' => [
                        'title' => '数据集加速实例所处状态。状态机参考:状态机'."\n"
                            .'Created:初始化'."\n"
                            .'Running:运行中'."\n"
                            .'Stopped:已停止',
                        'description' => '数据集加速实例所处状态,取值如下:'."\n"
                            .'- Created:初始化。'."\n"
                            .'- Running:运行中。'."\n"
                            .'- Stopped:已停止。',
                        'type' => 'string',
                        'required' => false,
                        'example' => 'Running',
                        'enum' => ['Created', 'Running', 'Stopped'],
                    ],
                ],
                [
                    'name' => 'SortBy',
                    'in' => 'query',
                    'allowEmptyValue' => true,
                    'schema' => ['title' => '排序字段', 'description' => '排序字段。', 'type' => 'string', 'required' => false, 'example' => 'GmtCreateTime', 'default' => 'GmtCreateTime'],
                ],
                [
                    'name' => 'Order',
                    'in' => 'query',
                    'allowEmptyValue' => true,
                    'schema' => [
                        'title' => '排列顺序'."\n"
                            .'Desc: 降序排列'."\n"
                            .'Asc: 升序排列',
                        'description' => '排列顺序,取值如下:'."\n"
                            .'- Desc: 降序排列。'."\n"
                            .'- Asc: 升序排列。',
                        'type' => 'string',
                        'required' => false,
                        'example' => 'Desc',
                        'default' => 'Desc',
                        'enum' => ['Desc', 'Asc'],
                    ],
                ],
                [
                    'name' => 'PageNumber',
                    'in' => 'query',
                    'allowEmptyValue' => true,
                    'schema' => ['title' => '查询第几页数据,最小值1', 'description' => '数据集加速实例列表的页码。起始值为1,默认为1。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1', 'example' => '1', 'default' => '1'],
                ],
                [
                    'name' => 'PageSize',
                    'in' => 'query',
                    'allowEmptyValue' => true,
                    'schema' => ['title' => '设置查询的分页大小,最小值为1', 'description' => '分页查询时设置的每页显示的数据集加速实例的数量,默认为10。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1', 'example' => '10', 'default' => '10'],
                ],
            ],
            'responses' => [
                200 => [
                    'headers' => [],
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => '返回结果。',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求Id。', 'description' => '请求ID。', 'type' => 'string', 'required' => true, 'example' => 'A731A84D-55C9-44F7-99BB-E1CF0CF19197'],
                            'Instances' => [
                                'title' => '数据集加速实例列表。',
                                'description' => '数据集加速实例列表。',
                                'type' => 'array',
                                'items' => [
                                    'type' => 'object',
                                    'properties' => [
                                        'UserId' => ['title' => '数据集加速实例的创建者的Uid,在阿里云内为子账号Id (主账号创建则直接为主账号Id)。', 'description' => '数据集加速实例的创建者的Uid,在阿里云内为RAM用户ID(阿里云账号创建则直接为阿里云账号ID)。', 'type' => 'string', 'example' => '276065346797410278'],
                                        'OwnerId' => ['title' => '数据集加速实例资源拥有者的Uid,在阿里云内为主账号Id 。', 'description' => '数据集加速实例资源拥有者的Uid,在阿里云内为阿里云账号ID。', 'type' => 'string', 'example' => '1557702098194904'],
                                        'GmtCreateTime' => ['title' => '数据集加速实例创建的时间。格式使用 ISO8601(RFC3339)。', 'description' => '数据集加速实例创建的时间。格式使用 ISO8601(RFC3339)。', 'type' => 'string', 'example' => '2014-10-02T15:01:23Z'],
                                        'GmtModifiedTime' => ['title' => '数据集加速实例最后更新的时间。格式使用 ISO8601(RFC3339)。', 'description' => '数据集加速实例最后更新的时间。格式使用 ISO8601(RFC3339)。', 'type' => 'string', 'example' => '2014-10-02T15:01:23Z'],
                                        'Uuid' => ['title' => '数据集加速实例的唯一标识符。', 'description' => '数据集加速实例的唯一标识符。', 'type' => 'string', 'example' => 'inst-my1tk3jggooi5uwks5'],
                                        'Name' => ['title' => '数据集加速实例名称。', 'description' => '数据集加速实例名称。', 'type' => 'string', 'example' => 'acc_instance_1'],
                                        'Description' => ['title' => '数据集加速实例的描述与解释。', 'description' => '数据集加速实例的描述与解释。', 'type' => 'string', 'example' => 'XGBoost dataset acceleration instance'],
                                        'Type' => ['title' => '数据集加速实例的类型'."\n"
                                            .'Basic:基础版'."\n"
                                            .'Advanced:进阶版'."\n"
                                            .'Express:极速版', 'description' => '数据集加速实例的类型,可能值:'."\n"
                                            .'- Basic:基础版。'."\n"
                                            .'- Advanced:进阶版。'."\n"
                                            .'- Express:极速版。', 'type' => 'string', 'example' => 'Basic'],
                                        'Tags' => [
                                            'title' => '用户为数据集加速实例添加的自定义标签。',
                                            'description' => '用户为数据集加速实例添加的自定义标签。',
                                            'type' => 'array',
                                            'items' => [
                                                'type' => 'object',
                                                'properties' => [
                                                    'Key' => ['title' => '标签的键值。'."\n"
                                                        .'长度限制为 64 Unicode 字符。', 'description' => '标签的键值。'."\n"
                                                        .'长度限制为64 Unicode字符。', 'type' => 'string', 'example' => 'dataset_version', 'maxLength' => 64],
                                                    'Value' => ['title' => '标签的值。'."\n"
                                                        .'长度限制为 64 Unicode 字符。', 'description' => '标签的值。'."\n"
                                                        .'长度限制为64 Unicode字符。', 'type' => 'string', 'example' => 'v0.1.0', 'maxLength' => 64],
                                                ],
                                                'description' => '',
                                            ],
                                        ],
                                        'PaymentType' => [
                                            'title' => 'PayAsYouGo	数据集加速实例的付费类型。'."\n"
                                                .'PayAsYouGo:后付费(后付费/按量付费)'."\n"
                                                .'Subscription:预付费(预付费/包年包月)',
                                            'description' => '数据集加速实例的付费类型,可能值:'."\n"
                                                .'- PayAsYouGo:后付费(按量付费)。'."\n"
                                                .'- Subscription:预付费(包年包月)。',
                                            'type' => 'string',
                                            'example' => 'PayAsYouGo',
                                            'enum' => ['PayAsYouGo', 'Subscription'],
                                        ],
                                        'Capacity' => ['title' => '数据集加速实例的最大容量。'."\n"
                                            .'输入字符串的格式需要满足以下规范:Quantity', 'description' => '数据集加速实例的最大容量。'."\n"
                                            .'输入字符串的格式需要满足以下规范:[Quantity](https://kubernetes.io/zh-cn/docs/reference/kubernetes-api/common-definitions/quantity/)。', 'type' => 'string', 'example' => '30.0G'],
                                        'IoType' => ['title' => '数据集加速实例的读写类型。', 'description' => '数据集加速实例的读写类型。', 'type' => 'string', 'example' => 'readonly'],
                                        'MaxSlot' => ['title' => '数据集加速实例的最大加速槽个数。', 'description' => '数据集加速实例的最大加速槽个数。', 'type' => 'integer', 'format' => 'int32', 'example' => '20', 'default' => '20'],
                                        'MaxEndpoint' => ['title' => '数据集加速实例的最大挂载点个数。', 'description' => '数据集加速实例的最大挂载点个数。', 'type' => 'integer', 'format' => 'int32', 'default' => '100'],
                                        'StorageType' => ['title' => '数据集加速实例的存储类型。', 'description' => '数据集加速实例的存储类型。', 'type' => 'string', 'example' => 'OSS', 'default' => 'OSS'],
                                        'ProviderType' => ['title' => '数据集加速实例的资源提供者类型。', 'description' => '数据集加速实例的资源提供者类型。', 'type' => 'string', 'example' => 'Ecs', 'default' => 'Ecs'],
                                        'Status' => ['title' => '数据集加速实例状态。', 'description' => '数据集加速实例状态。', '$ref' => '#/components/schemas/InstanceStatus'],
                                    ],
                                    'description' => '',
                                ],
                            ],
                            'TotalCount' => ['title' => '列表内元素数量总和。', 'description' => '列表内元素数量总和。', 'type' => 'integer', 'format' => 'int32', 'example' => '100'],
                        ],
                    ],
                ],
                400 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求Id。', 'description' => '请求Id。', 'type' => 'string', 'example' => '9C5AEC16-CBD1-5E68-A92C-75D1D346E57F'],
                            'Code' => ['title' => '语义化错误码。', 'description' => '语义化错误码。', 'type' => 'string', 'example' => 'ValidationError'],
                            'Message' => ['title' => '错误消息描述。', 'description' => '错误消息描述。', 'type' => 'string', 'example' => 'Dataset Not Found: 1234'],
                            'Detail' => [
                                'title' => '错误详细信息。',
                                'description' => '错误详细信息。',
                                'type' => 'object',
                                'properties' => [
                                    'ErrorCode' => ['title' => '数字化错误码。', 'description' => '数字化错误码。', 'type' => 'string', 'example' => '5218847334401572965'],
                                ],
                                'example' => '-',
                            ],
                        ],
                        'description' => '',
                    ],
                ],
            ],
            'title' => '获取数据集加速实例列表',
            'summary' => '获取数据集加速实例信息列表。',
            'description' => '请求参数的作用类似于一个过滤器,过滤器为逻辑与(AND)关系。如果某一参数为空,则过滤器不起作用。',
            'changeSet' => [
                ['createdAt' => '2023-05-22T12:08:54.000Z', 'description' => '响应参数发生变更'],
                ['createdAt' => '2023-05-22T12:06:12.000Z', 'description' => '响应参数发生变更'],
                ['createdAt' => '2022-10-14T08:37:35.000Z', 'description' => '请求参数发生变更'],
                ['createdAt' => '2022-09-13T09:10:18.000Z', 'description' => '请求参数发生变更、响应参数发生变更'],
                ['createdAt' => '2022-09-13T09:10:18.000Z', 'description' => '请求参数发生变更、响应参数发生变更'],
                ['createdAt' => '2022-08-13T16:52:28.000Z', 'description' => 'OpenAPI 下线'],
            ],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '5', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListInstances'],
                ],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"A731A84D-55C9-44F7-99BB-E1CF0CF19197\\",\\n  \\"Instances\\": [\\n    {\\n      \\"UserId\\": \\"276065346797410278\\",\\n      \\"OwnerId\\": \\"1557702098194904\\",\\n      \\"GmtCreateTime\\": \\"2014-10-02T15:01:23Z\\",\\n      \\"GmtModifiedTime\\": \\"2014-10-02T15:01:23Z\\",\\n      \\"Uuid\\": \\"inst-my1tk3jggooi5uwks5\\",\\n      \\"Name\\": \\"acc_instance_1\\",\\n      \\"Description\\": \\"XGBoost dataset acceleration instance\\",\\n      \\"Type\\": \\"Basic\\",\\n      \\"Tags\\": [\\n        {\\n          \\"Key\\": \\"dataset_version\\",\\n          \\"Value\\": \\"v0.1.0\\"\\n        }\\n      ],\\n      \\"PaymentType\\": \\"PayAsYouGo\\",\\n      \\"Capacity\\": \\"30.0G\\",\\n      \\"IoType\\": \\"readonly\\",\\n      \\"MaxSlot\\": 20,\\n      \\"MaxEndpoint\\": 0,\\n      \\"StorageType\\": \\"OSS\\",\\n      \\"ProviderType\\": \\"Ecs\\",\\n      \\"Status\\": {\\n        \\"Phase\\": \\"Running\\",\\n        \\"Code\\": \\"200\\",\\n        \\"Message\\": \\"Init Succeed\\",\\n        \\"UsedCapacity\\": \\"20.0G\\",\\n        \\"SlotNum\\": 10\\n      }\\n    }\\n  ],\\n  \\"TotalCount\\": 100\\n}","type":"json"}]',
        ],
        'ListSlots' => [
            'path' => '/api/v1/slots',
            'methods' => ['get'],
            'schemes' => ['http', 'https'],
            'tags' => ['Slot'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => ['application/json'],
            'produces' => ['application/json'],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'get'],
            'parameters' => [
                [
                    'name' => 'SlotIds',
                    'in' => 'query',
                    'schema' => ['title' => '数据集加速槽ID的列表,以逗号分隔。', 'description' => '数据集加速槽ID的列表,多个加速槽ID以半角逗号(,)分隔。', 'type' => 'string', 'required' => false, 'example' => 'slot-my1tk3jggooi5u****,slot-n69468yvjz8d12****,slot-tga4omjrepklkg****'],
                ],
                [
                    'name' => 'InstanceIds',
                    'in' => 'query',
                    'schema' => ['title' => '加速槽所对应的数据集加速实例的唯一标识符。', 'description' => '加速槽所对应的数据集加速实例的唯一标识符。如何获取加速实例ID,请参见[ListInstances](~~467899~~)。', 'type' => 'string', 'required' => false, 'example' => 'inst-my1tk3jggooi5u****'],
                ],
                [
                    'name' => 'Name',
                    'in' => 'query',
                    'schema' => ['title' => '数据集加速槽名称,支持模糊匹配', 'description' => '数据集加速槽名称,支持模糊匹配。', 'type' => 'string', 'required' => false, 'example' => 'acc_instance_slot_1'],
                ],
                [
                    'name' => 'StorageType',
                    'in' => 'query',
                    'schema' => [
                        'title' => '数据集加速槽的数据存储类型。'."\n"
                            .'OSS:OSS文件存储'."\n"
                            .'NAS:NAS文件存储',
                        'description' => '数据集加速槽的数据存储类型,取值如下:'."\n"
                            .'- OSS:OSS文件存储。'."\n"
                            .'- NAS:NAS文件存储。',
                        'type' => 'string',
                        'required' => false,
                        'example' => 'OSS',
                        'enum' => ['OSS', 'NAS'],
                    ],
                ],
                [
                    'name' => 'Phase',
                    'in' => 'query',
                    'schema' => [
                        'title' => '数据集加速槽所处状态。'."\n"
                            .'Created:已创建'."\n"
                            .'Preparing:正在准备资源'."\n"
                            .'Loading:正在加载数据'."\n"
                            .'Running:正在运行,提供服务'."\n"
                            .'Reloading:正在重新加载数据'."\n"
                            .'Succeed:成功完成'."\n"
                            .'Failed:已失败'."\n"
                            .'Stopping:正在停止'."\n"
                            .'Stopped:已停止',
                        'description' => '数据集加速槽所处状态,取值如下:'."\n"
                            .'- Created:已创建。'."\n"
                            .'- Preparing:正在准备资源。'."\n"
                            .'- Loading:正在加载数据。'."\n"
                            .'- Running:正在运行,提供服务。'."\n"
                            .'- Reloading:正在重新加载数据。'."\n"
                            .'- Succeed:成功完成。'."\n"
                            .'- Failed:已失败。'."\n"
                            .'- Stopping:正在停止。'."\n"
                            .'- Stopped:已停止。',
                        'type' => 'string',
                        'required' => false,
                        'example' => 'Running',
                        'enum' => ['Created', 'Preparing', 'Loading', 'Running', 'Succeed', 'Failed', 'Stopping', 'Stopped'],
                    ],
                ],
                [
                    'name' => 'SortBy',
                    'in' => 'query',
                    'allowEmptyValue' => true,
                    'schema' => ['title' => '排序字段', 'description' => '排序字段。', 'type' => 'string', 'required' => false, 'example' => 'GmtCreateTime', 'default' => 'GmtCreateTime'],
                ],
                [
                    'name' => 'Order',
                    'in' => 'query',
                    'allowEmptyValue' => true,
                    'schema' => [
                        'title' => '排列顺序'."\n"
                            .'Desc: 降序排列'."\n"
                            .'Asc: 升序排列',
                        'description' => '排列顺序,取值如下:'."\n"
                            .'- Desc: 降序排列。'."\n"
                            .'- Asc: 升序排列。',
                        'type' => 'string',
                        'required' => false,
                        'example' => 'Desc',
                        'default' => 'Desc',
                        'enum' => ['Desc', 'Asc'],
                    ],
                ],
                [
                    'name' => 'PageNumber',
                    'in' => 'query',
                    'allowEmptyValue' => true,
                    'schema' => ['title' => '查询第几页数据,最小值1', 'description' => '加速槽列表的页码。起始值为1,默认为1。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1', 'example' => '1', 'default' => '1'],
                ],
                [
                    'name' => 'PageSize',
                    'in' => 'query',
                    'allowEmptyValue' => true,
                    'schema' => ['title' => '设置查询的分页大小,最小值为1', 'description' => '分页查询时设置的每页显示的加速槽数量,默认为10。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1', 'example' => '10', 'default' => '10'],
                ],
                [
                    'name' => 'EndpointIds',
                    'in' => 'query',
                    'schema' => ['title' => '加速槽所对应的数据集加速挂载点的唯一标识符。', 'description' => '加速槽所对应的数据集加速挂载点的唯一标识符。', 'type' => 'string', 'required' => false, 'example' => 'endp-my1tk3jggooi5uwks5'],
                ],
                [
                    'name' => 'StorageUri',
                    'in' => 'query',
                    'schema' => ['title' => '数据集加速槽的数据存储路径(URI)。', 'description' => '数据集加速槽的数据存储路径(URI)。', 'type' => 'string', 'required' => false],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => '',
                        'description' => '返回值。',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求Id。', 'description' => '请求ID。', 'type' => 'string', 'example' => 'A731A84D-55C9-44F7-99BB-E1CF0CF1****'],
                            'Slots' => [
                                'title' => '数据集加速列表',
                                'description' => '数据集加速列表。',
                                'type' => 'array',
                                'items' => [
                                    'type' => 'object',
                                    'properties' => [
                                        'UserId' => ['title' => '数据集加速槽的创建者的Uid,在阿里云内为子账号Id (主账号创建则直接为主账号Id)。', 'description' => '数据集加速槽的创建者的Uid,在阿里云内为RAM用户ID(阿里云账号创建则直接为阿里云账号ID)。', 'type' => 'string', 'example' => '27606534679741****'],
                                        'OwnerId' => ['title' => '数据集加速槽资源拥有者的Uid,在阿里云内为主账号Id 。', 'description' => '数据集加速槽资源拥有者的Uid,在阿里云内为阿里云账号ID。', 'type' => 'string', 'example' => '155770209819****'],
                                        'GmtCreateTime' => ['title' => '数据集加速槽创建的时间。格式使用 ISO8601(RFC3339)。', 'description' => '数据集加速槽创建的时间。格式使用ISO8601(RFC3339)。', 'type' => 'string', 'example' => '2014-10-02T15:01:23Z'],
                                        'GmtModifiedTime' => ['title' => '数据集加速槽最后更新的时间。格式使用 ISO8601(RFC3339)。', 'description' => '数据集加速槽最后更新的时间。格式使用ISO8601(RFC3339)。', 'type' => 'string', 'example' => '2014-10-02T15:01:23Z'],
                                        'Uuid' => ['title' => '数据集加速槽的唯一标识符。', 'description' => '数据集加速槽的唯一标识符。', 'type' => 'string', 'example' => 'slot-5zk866779me51j****'],
                                        'InstanceId' => ['title' => '加速槽所对应的数据集加速实例的唯一标识符。', 'description' => '加速槽所对应的数据集加速实例的唯一标识符。', 'type' => 'string', 'example' => 'inst-my1tk3jggooi5u****'],
                                        'Name' => ['title' => '数据集加速槽名称。', 'description' => '数据集加速槽名称。', 'type' => 'string', 'example' => 'slot_1'],
                                        'Description' => ['title' => '数据集加速槽的描述与解释。', 'description' => '数据集加速槽的描述与解释。', 'type' => 'string', 'example' => 'XGBoost dataset acceleration slot'],
                                        'Tags' => [
                                            'title' => '用户为数据集加速槽添加的自定义标签。',
                                            'description' => '用户为数据集加速槽添加的自定义标签。',
                                            'type' => 'array',
                                            'items' => [
                                                'type' => 'object',
                                                'properties' => [
                                                    'Key' => ['title' => '标签的键值。', 'description' => '标签的键值。', 'type' => 'string', 'example' => 'dataset_version'],
                                                    'Value' => ['title' => '标签的值。', 'description' => '标签的值。', 'type' => 'string', 'example' => 'v0.1.0'],
                                                ],
                                                'description' => '',
                                            ],
                                        ],
                                        'StorageType' => [
                                            'title' => '数据集加速槽的数据存储类型。'."\n"
                                                .'OSS:OSS文件存储'."\n"
                                                .'NAS:NAS文件存储',
                                            'description' => '数据集加速槽的数据存储类型,可能值:'."\n"
                                                .'- OSS:OSS文件存储。'."\n"
                                                .'- NAS:NAS文件存储。',
                                            'type' => 'string',
                                            'example' => 'OSS',
                                            'enum' => ['OSS', 'NAS'],
                                        ],
                                        'StorageUri' => ['title' => '数据集加速槽的数据的资源标识符,数据类型不同存在不同格式。', 'description' => '数据集加速槽的数据的资源标识符,数据类型不同存在不同格式。', 'type' => 'string', 'example' => 'oss://examplebucket/data/VOCdevkit/VOC2007/ImageSets/Main/val.txt'],
                                        'Capacity' => ['title' => '数据集加速槽的最大容量。输入字符串的格式需要满足以下规范:Quantity', 'description' => '数据集加速槽的最大容量。输入字符串的格式需要满足以下规范:[Quantity](https://kubernetes.io/zh-cn/docs/reference/kubernetes-api/common-definitions/quantity/)。', 'type' => 'string', 'example' => '30.0G'],
                                        'IoType' => ['title' => '数据集加速槽的读写类型。', 'description' => '数据集加速槽的读写类型。', 'type' => 'string', 'example' => 'readonly'],
                                        'LifeCycle' => ['title' => '数据集加速槽的生命周期。', 'description' => '数据集加速槽的生命周期。', '$ref' => '#/components/schemas/SlotLifeCycle'],
                                        'Status' => ['title' => '数据集加速槽状态。', 'description' => '数据集加速槽状态。', '$ref' => '#/components/schemas/SlotStatus'],
                                        'Endpoints' => [
                                            'title' => '数据集加速槽关联的端点列表。',
                                            'description' => '数据集加速槽关联的端点列表。',
                                            'type' => 'array',
                                            'items' => [
                                                'type' => 'object',
                                                'properties' => [
                                                    'UserId' => ['title' => '数据集加速端点的创建者的Uid,在阿里云内为子账号Id (主账号创建则直接为主账号Id)。', 'description' => '数据集加速端点的创建者的Uid,在阿里云内为RAM用户ID(阿里云账号创建则直接为阿里云账号ID)。', 'type' => 'string', 'example' => '27606534679741****'],
                                                    'OwnerId' => ['title' => '数据集加速端点的资源拥有者的Uid,在阿里云内为主账号Id 。', 'description' => '数据集加速端点的资源拥有者的Uid,在阿里云内为阿里云账号ID。', 'type' => 'string', 'example' => '155770209819****'],
                                                    'GmtCreateTime' => ['title' => '数据集加速端点创建的时间。格式使用 ISO8601(RFC3339)。', 'description' => '数据集加速端点创建的时间。格式使用ISO8601(RFC3339)。', 'type' => 'string', 'example' => '2014-10-02T15:01:23Z'],
                                                    'GmtModifiedTime' => ['title' => '数据集加速端点最后更新的时间。格式使用 ISO8601(RFC3339)。', 'description' => '数据集加速端点最后更新的时间。格式使用ISO8601(RFC3339)。', 'type' => 'string', 'example' => '2014-10-02T15:01:23Z'],
                                                    'Uuid' => ['title' => '挂载点的唯一标识符。', 'description' => '挂载点的唯一标识符。', 'type' => 'string', 'example' => 'end-ivrq92qhbyrg4j****'],
                                                    'Name' => ['title' => '挂载点的名称。', 'description' => '挂载点的名称。', 'type' => 'string', 'example' => 'endpoint-1'],
                                                    'Type' => [
                                                        'title' => '挂载点的网络类型,根据网络类型不同,下列中需要传入的参数也有所不同。'."\n"
                                                            .'VPC:端点机器处于VPC网络',
                                                        'description' => '挂载点的网络类型,可能值:'."\n"
                                                            .'- VPC:挂载点处于VPC网络。'."\n"
                                                            .'- INNER:挂载点处于PAI内部网络中,用于PAI其他产品进行访问。',
                                                        'type' => 'string',
                                                        'example' => 'VPC',
                                                        'enum' => ['VPC'],
                                                    ],
                                                    'VpcId' => ['title' => '挂载点使用的专有网络 VPC Id。', 'description' => '挂载点使用的专有网络 VPC ID。', 'type' => 'string', 'example' => 'vpc-j6co2fcdsl1q0gnuc****'],
                                                    'VswitchId' => ['title' => '挂载点使用的交换机 Vswitch Id。', 'description' => '挂载点使用的交换机vSwitch ID。', 'type' => 'string', 'example' => 'vsw-j6cmr00qjyrft6jo2****'],
                                                    'Status' => ['title' => '数据集加速槽挂载点的状态。', 'description' => '数据集加速槽挂载点的状态。', '$ref' => '#/components/schemas/EndpointStatus'],
                                                ],
                                                'description' => '',
                                            ],
                                        ],
                                    ],
                                    'description' => '',
                                ],
                            ],
                            'TotalCount' => ['title' => '列表内元素数量总和。', 'description' => '列表内元素数量总和。', 'type' => 'integer', 'format' => 'int32', 'example' => '100'],
                        ],
                    ],
                ],
                400 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求Id。', 'description' => '请求Id。', 'type' => 'string', 'example' => '9C5AEC16-CBD1-5E68-A92C-75D1D346E57F'],
                            'Code' => ['title' => '语义化错误码。', 'description' => '语义化错误码。', 'type' => 'string', 'example' => 'ValidationError'],
                            'Message' => ['title' => '错误消息描述。', 'description' => '错误消息描述。', 'type' => 'string', 'example' => 'Dataset Not Found: 1234'],
                            'Detail' => [
                                'title' => '错误详细信息。',
                                'description' => '错误详细信息。',
                                'type' => 'object',
                                'properties' => [
                                    'ErrorCode' => ['title' => '数字化错误码。', 'description' => '数字化错误码。', 'type' => 'string', 'example' => '5218847334401572965'],
                                ],
                                'example' => '-',
                            ],
                        ],
                        'description' => '',
                    ],
                ],
            ],
            'title' => '获取数据集加速槽列表',
            'summary' => '获取数据集加速槽的信息列表。',
            'description' => '请求参数的作用类似于一个过滤器,过滤器为逻辑与(AND)关系。如果某一参数为空,则过滤器不起作用。',
            'changeSet' => [
                ['createdAt' => '2023-05-22T11:41:18.000Z', 'description' => '响应参数发生变更'],
                ['createdAt' => '2023-05-22T06:42:27.000Z', 'description' => '请求参数发生变更'],
                ['createdAt' => '2022-09-13T09:10:12.000Z', 'description' => 'OpenAPI 下线'],
                ['createdAt' => '2022-09-13T09:10:12.000Z', 'description' => 'OpenAPI 下线'],
            ],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '5', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListSlots'],
                ],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"A731A84D-55C9-44F7-99BB-E1CF0CF1****\\",\\n  \\"Slots\\": [\\n    {\\n      \\"UserId\\": \\"27606534679741****\\",\\n      \\"OwnerId\\": \\"155770209819****\\",\\n      \\"GmtCreateTime\\": \\"2014-10-02T15:01:23Z\\",\\n      \\"GmtModifiedTime\\": \\"2014-10-02T15:01:23Z\\",\\n      \\"Uuid\\": \\"slot-5zk866779me51j****\\",\\n      \\"InstanceId\\": \\"inst-my1tk3jggooi5u****\\",\\n      \\"Name\\": \\"slot_1\\",\\n      \\"Description\\": \\"XGBoost dataset acceleration slot\\",\\n      \\"Tags\\": [\\n        {\\n          \\"Key\\": \\"dataset_version\\",\\n          \\"Value\\": \\"v0.1.0\\"\\n        }\\n      ],\\n      \\"StorageType\\": \\"OSS\\",\\n      \\"StorageUri\\": \\"oss://examplebucket/data/VOCdevkit/VOC2007/ImageSets/Main/val.txt\\",\\n      \\"Capacity\\": \\"30.0G\\",\\n      \\"IoType\\": \\"readonly\\",\\n      \\"LifeCycle\\": {\\n        \\"Type\\": \\"KeepAlive\\",\\n        \\"Config\\": \\"{}\\"\\n      },\\n      \\"Status\\": {\\n        \\"Phase\\": \\"Running\\",\\n        \\"Code\\": \\"200\\",\\n        \\"Message\\": \\"Init Succeed\\",\\n        \\"Detail\\": {\\n          \\"LoadedFileNum\\": 1000000,\\n          \\"LoadedFileSize\\": \\"200G\\",\\n          \\"LoadingTimeCost\\": 1800000\\n        }\\n      },\\n      \\"Endpoints\\": [\\n        {\\n          \\"UserId\\": \\"27606534679741****\\",\\n          \\"OwnerId\\": \\"155770209819****\\",\\n          \\"GmtCreateTime\\": \\"2014-10-02T15:01:23Z\\",\\n          \\"GmtModifiedTime\\": \\"2014-10-02T15:01:23Z\\",\\n          \\"Uuid\\": \\"end-ivrq92qhbyrg4j****\\",\\n          \\"Name\\": \\"endpoint-1\\",\\n          \\"Type\\": \\"VPC\\",\\n          \\"VpcId\\": \\"vpc-j6co2fcdsl1q0gnuc****\\",\\n          \\"VswitchId\\": \\"vsw-j6cmr00qjyrft6jo2****\\",\\n          \\"Status\\": {\\n            \\"Phase\\": \\"Ready\\",\\n            \\"Code\\": \\"200\\",\\n            \\"Message\\": \\"Init Succeed\\",\\n            \\"Detail\\": {\\n              \\"IpPortMapping\\": {\\n                \\"key\\": {\\n                  \\"Ip\\": \\"10.0.0.5\\",\\n                  \\"Port\\": \\"3306\\"\\n                }\\n              }\\n            }\\n          }\\n        }\\n      ]\\n    }\\n  ],\\n  \\"TotalCount\\": 100\\n}","type":"json"}]',
        ],
        'ListTags' => [
            'summary' => '获取标签列表。',
            'path' => '/api/v1/tags',
            'methods' => ['get'],
            'schemes' => ['http', 'https'],
            'tags' => ['Tag'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => ['application/json'],
            'produces' => ['application/json'],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'get'],
            'parameters' => [
                [
                    'name' => 'ResourceType',
                    'in' => 'query',
                    'schema' => [
                        'title' => '标签所属的资源的类型。'."\n"
                            .'Instance:数据集加速实例'."\n"
                            .'Slot:数据集加速槽',
                        'description' => '标签所属的资源的类型,取值如下:'."\n"
                            .'- Instance:数据集加速实例。'."\n"
                            .'- Slot:数据集加速槽。',
                        'type' => 'string',
                        'required' => false,
                        'example' => 'instance',
                        'enum' => ['Instance', 'Slot'],
                    ],
                ],
                [
                    'name' => 'ResourceId',
                    'in' => 'query',
                    'schema' => ['title' => '标签所属的资源的Id。', 'description' => '标签所属的资源的ID。'."\n"
                        .'- 当ResourceType为Instance时,需要配置为数据集加速实例ID,如何获取加速实例ID,请参见[ListInstances](~~467899~~)。'."\n"
                        .'- 当ResourceType为Slot时,需要配置为数据集加速槽ID,如何获取数据集加速槽ID,请参见[ListSlots](~~467905~~)。', 'type' => 'string', 'required' => false, 'example' => 'inst-my1tk3jggooi5uwks5'],
                ],
                [
                    'name' => 'Key',
                    'in' => 'query',
                    'schema' => ['title' => '标签的键值。'."\n"
                        .'长度限制为 64 Unicode 字符。', 'description' => '标签的键值。'."\n"
                        .'长度限制为64 Unicode字符。', 'type' => 'string', 'required' => false, 'example' => 'dataset_version', 'maxLength' => 64],
                ],
                [
                    'name' => 'Value',
                    'in' => 'query',
                    'schema' => ['title' => '标签的值。'."\n"
                        .'长度限制为 64 Unicode 字符。', 'description' => '标签的值。'."\n"
                        .'长度限制为64 Unicode字符。', 'type' => 'string', 'required' => false, 'example' => 'v0.1.0', 'maxLength' => 64],
                ],
                [
                    'name' => 'SortBy',
                    'in' => 'query',
                    'allowEmptyValue' => true,
                    'schema' => ['title' => '排序字段', 'description' => '排序字段。', 'type' => 'string', 'required' => false, 'example' => 'GmtCreateTime', 'default' => 'GmtCreateTime'],
                ],
                [
                    'name' => 'Order',
                    'in' => 'query',
                    'allowEmptyValue' => true,
                    'schema' => [
                        'title' => '排列顺序'."\n"
                            .'Desc: 降序排列'."\n"
                            .'Asc: 升序排列',
                        'description' => '排列顺序,取值如下:'."\n"
                            .'- Desc: 降序排列。'."\n"
                            .'- Asc: 升序排列。',
                        'type' => 'string',
                        'required' => false,
                        'example' => 'Desc',
                        'default' => 'Desc',
                        'enum' => ['Desc', 'Asc'],
                    ],
                ],
                [
                    'name' => 'PageNumber',
                    'in' => 'query',
                    'allowEmptyValue' => true,
                    'schema' => ['title' => '查询第几页数据,最小值1', 'description' => '标签列表的页码。起始值为1,默认为1。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1', 'example' => '1', 'default' => '1'],
                ],
                [
                    'name' => 'PageSize',
                    'in' => 'query',
                    'allowEmptyValue' => true,
                    'schema' => ['title' => '设置查询的分页大小,最小值为1', 'description' => '分页查询时设置的每页显示的标签数量,默认为10。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1', 'example' => '10', 'default' => '10'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => '返回结果。',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求Id。', 'description' => '请求ID。', 'type' => 'string', 'example' => 'A731A84D-55C9-44F7-99BB-E1CF0CF19197'],
                            'Tags' => [
                                'title' => '标签列表。',
                                'description' => '标签列表。',
                                'type' => 'array',
                                'items' => [
                                    'type' => 'object',
                                    'properties' => [
                                        'UserId' => ['title' => '标签的创建者的Uid,在阿里云内为子账号Id (主账号创建则直接为主账号Id)。', 'description' => '标签的创建者的Uid,在阿里云内为RAM用户ID(阿里云账号创建则直接为阿里云账号ID)。', 'type' => 'string', 'example' => '276065346797410278'],
                                        'OwnerId' => ['title' => '标签的资源拥有者的Uid,在阿里云内为主账号Id 。', 'description' => '标签的资源拥有者的Uid,在阿里云内为阿里云账号ID。', 'type' => 'string', 'example' => '1557702098194904'],
                                        'GmtCreateTime' => ['title' => '标签创建的时间。格式使用 ISO8601(RFC3339)。', 'description' => '标签创建的时间。格式使用ISO8601(RFC3339)。', 'type' => 'string', 'example' => '2014-10-02T15:01:23Z'],
                                        'GmtModifiedTime' => ['title' => '标签最后更新的时间。格式使用 ISO8601(RFC3339)。', 'description' => '标签最后更新的时间。格式使用ISO8601(RFC3339)。', 'type' => 'string', 'example' => '2014-10-02T15:01:23Z'],
                                        'ResourceType' => [
                                            'title' => '标签所属的资源的类型。'."\n"
                                                .'Instance:数据集加速实例'."\n"
                                                .'Slot:数据集加速槽',
                                            'description' => '标签所属的资源的类型,可能值:'."\n"
                                                .'- Instance:数据集加速实例。'."\n"
                                                .'- Slot:数据集加速槽。',
                                            'type' => 'string',
                                            'example' => 'Instance',
                                            'enum' => ['Instance', 'Slot'],
                                        ],
                                        'ResourceId' => ['title' => '标签所属的资源的Id。', 'description' => '标签所属的资源的ID。', 'type' => 'string', 'example' => 'inst-my1tk3jggooi5uwks'],
                                        'Key' => ['title' => '标签的键值。'."\n"
                                            .'长度限制为 64 Unicode 字符。', 'description' => '标签的键值。'."\n"
                                            .'长度限制为64 Unicode字符。', 'type' => 'string', 'example' => 'dataset_version', 'maxLength' => 64],
                                        'Value' => ['title' => '标签的值。'."\n"
                                            .'长度限制为 64 Unicode 字符。', 'description' => '标签的值。'."\n"
                                            .'长度限制为64 Unicode字符。', 'type' => 'string', 'example' => 'v0.1.0', 'maxLength' => 64],
                                    ],
                                    'description' => '',
                                ],
                            ],
                            'TotalCount' => ['title' => '列表内元素数量总和。', 'description' => '列表内元素数量总和。', 'type' => 'integer', 'format' => 'int32', 'example' => '100'],
                        ],
                    ],
                ],
                400 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求Id。', 'description' => '请求Id。', 'type' => 'string', 'example' => '9C5AEC16-CBD1-5E68-A92C-75D1D346E57F'],
                            'Code' => ['title' => '语义化错误码。', 'description' => '语义化错误码。', 'type' => 'string', 'example' => 'ValidationError'],
                            'Message' => ['title' => '错误消息描述。', 'description' => '错误消息描述。', 'type' => 'string', 'example' => 'Dataset Not Found: 1234'],
                            'Detail' => [
                                'title' => '错误详细信息。',
                                'description' => '错误详细信息。',
                                'type' => 'object',
                                'properties' => [
                                    'ErrorCode' => ['title' => '数字化错误码。', 'description' => '数字化错误码。', 'type' => 'string', 'example' => '5218847334401572965'],
                                ],
                                'example' => '-',
                            ],
                        ],
                        'description' => '',
                    ],
                ],
            ],
            'title' => '获取标签列表',
            'description' => '请求参数的作用类似于一个过滤器,过滤器为逻辑与(AND)关系。如果某一参数为空,则过滤器不起作用。',
            'changeSet' => [
                ['createdAt' => '2022-09-13T09:10:12.000Z', 'description' => 'OpenAPI 下线'],
                ['createdAt' => '2022-09-13T09:10:12.000Z', 'description' => 'OpenAPI 下线'],
            ],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '20', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListTags'],
                ],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"A731A84D-55C9-44F7-99BB-E1CF0CF19197\\",\\n  \\"Tags\\": [\\n    {\\n      \\"UserId\\": \\"276065346797410278\\",\\n      \\"OwnerId\\": \\"1557702098194904\\",\\n      \\"GmtCreateTime\\": \\"2014-10-02T15:01:23Z\\",\\n      \\"GmtModifiedTime\\": \\"2014-10-02T15:01:23Z\\",\\n      \\"ResourceType\\": \\"Instance\\",\\n      \\"ResourceId\\": \\"inst-my1tk3jggooi5uwks\\",\\n      \\"Key\\": \\"dataset_version\\",\\n      \\"Value\\": \\"v0.1.0\\"\\n    }\\n  ],\\n  \\"TotalCount\\": 100\\n}","type":"json"}]',
        ],
        'QueryInstanceMetrics' => [
            'path' => '/api/v1/instances/{InstanceId}/metrics/action/query',
            'methods' => ['post'],
            'schemes' => ['http', 'https'],
            'tags' => ['Instance'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => ['application/json'],
            'produces' => ['application/json'],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'get'],
            'parameters' => [
                [
                    'name' => 'InstanceId',
                    'in' => 'path',
                    'schema' => ['title' => '监控指标所属的数据集加速实例Id。', 'description' => '监控指标所属的数据集加速实例ID。如何获取加速实例ID,请参见[ListInstances](~~467899~~)。', 'type' => 'string', 'required' => true, 'example' => 'inst-abcdefgh12****'],
                ],
                [
                    'name' => 'Dimensions',
                    'in' => 'query',
                    'style' => 'json',
                    'schema' => ['title' => '监控指标的标签集,参考 Prometheus Label'."\n"
                        .'每种类型所包含的Labels不同,参考:类型详细信息'."\n"
                        .'仅接受预定义的Label Key,不支持自定义'."\n"
                        .'格式:key-value键值对形式的集合。', 'description' => '监控指标的标签集。', 'type' => 'object', 'required' => false, 'example' => 'SlotIDs: xxx'],
                ],
                [
                    'name' => 'MetricType',
                    'in' => 'query',
                    'schema' => [
                        'title' => '监控指标的类型:'."\n"
                            .'StorageUsage:存储使用量'."\n"
                            .'StorageUsageRatio:存储使用率'."\n"
                            .'CachedFileTotal:已缓存文件数量'."\n"
                            .'CachedTaskTotal:已缓存任务数',
                        'description' => '监控指标的类型,取值如下:'."\n"
                            .'- NetworkReceiveBytesPerSecond:每秒网络请求接收量。'."\n"
                            .'- NetworkTransmitBytesPerSecond:每秒网络请求发送量。'."\n"
                            .'- FrontendThroughputBytes:前端服务吞吐。'."\n"
                            .'- FrontendLatencyMicrosecond:前端服务延迟。'."\n"
                            .'- FrontendIops:前端服务读取频率。',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'NetworkReceiveBytesPerSecond',
                        'enum' => ['NetworkReceiveBytesPerSecond', 'NetworkTransmitBytesPerSecond', 'FrontendThroughputBytes', 'FrontendLatencyMicrosecond', 'FrontendIops'],
                    ],
                ],
                [
                    'name' => 'StartTime',
                    'in' => 'query',
                    'schema' => ['title' => '起始时间.默认是1小时前。', 'description' => '起始时间,默认是1小时前。', 'type' => 'string', 'required' => false, 'example' => '2020-11-08T15:00:00Z'],
                ],
                [
                    'name' => 'EndTime',
                    'in' => 'query',
                    'schema' => ['title' => '截止时间.默认是当前。', 'description' => '截止时间,默认是当前时间。', 'type' => 'string', 'required' => false, 'example' => '2020-11-08T16:00:00Z'],
                ],
                [
                    'name' => 'TimeStep',
                    'in' => 'query',
                    'schema' => ['title' => '时间间隔。', 'description' => '时间间隔,单位为分钟。', 'type' => 'string', 'required' => false, 'example' => '5m', 'default' => '5m'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => '返回结果。',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求Id。', 'description' => '请求ID。', 'type' => 'string', 'required' => true, 'example' => 'A731A84D-55C9-44F7-99BB-E1CF0CF19197'],
                            'Metrics' => [
                                'title' => '监控指标信息列表。',
                                'description' => '监控指标信息列表。',
                                'type' => 'array',
                                'items' => ['description' => 'Metric信息详情。', '$ref' => '#/components/schemas/Metric'],
                            ],
                            'Period' => ['title' => '时间间隔。', 'description' => '时间间隔。', 'type' => 'string', 'example' => '60s'],
                        ],
                    ],
                ],
                400 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求Id。', 'description' => '请求Id。', 'type' => 'string', 'example' => '9C5AEC16-CBD1-5E68-A92C-75D1D346E57F'],
                            'Code' => ['title' => '语义化错误码。', 'description' => '语义化错误码。', 'type' => 'string', 'example' => 'ValidationError'],
                            'Message' => ['title' => '错误消息描述。', 'description' => '错误消息描述。', 'type' => 'string', 'example' => 'Dataset Not Found: 1234'],
                            'Detail' => [
                                'title' => '错误详细信息。',
                                'description' => '错误详细信息。',
                                'type' => 'object',
                                'properties' => [
                                    'ErrorCode' => ['title' => '数字化错误码。', 'description' => '数字化错误码。', 'type' => 'string', 'example' => '5218847334401572965'],
                                ],
                                'example' => '-',
                            ],
                        ],
                        'description' => '',
                    ],
                ],
            ],
            'title' => '获取数据集加速实例监控指标',
            'summary' => '查询并获取数据集加速实例监控指标信息。',
            'description' => '- 请求参数的作用类似于一个过滤器,过滤器为逻辑与(AND)关系。如果某一参数为空,则过滤器不起作用。'."\n"
                .'- 在查询时,管控层会将InstanceId默认加入到筛选条件中,因此需要监控指标采集时关联到InstanceId上,方可被查询出来。',
            'changeSet' => [
                ['createdAt' => '2022-11-14T03:16:26.000Z', 'description' => '请求参数发生变更'],
                ['createdAt' => '2022-10-28T02:58:36.000Z', 'description' => '请求参数发生变更'],
                ['createdAt' => '2022-09-13T09:10:18.000Z', 'description' => 'OpenAPI 下线'],
                ['createdAt' => '2022-09-13T09:10:18.000Z', 'description' => 'OpenAPI 下线'],
            ],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '20', 'countWindow' => 1, 'regionId' => '*', 'api' => 'QueryInstanceMetrics'],
                ],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"A731A84D-55C9-44F7-99BB-E1CF0CF19197\\",\\n  \\"Metrics\\": [\\n    {\\n      \\"Timestamp\\": \\"1655897743\\",\\n      \\"Value\\": 98.35\\n    }\\n  ],\\n  \\"Period\\": \\"60s\\"\\n}","type":"json"}]',
        ],
        'QuerySlotMetrics' => [
            'path' => '/api/v1/slots/{SlotId}/metrics/action/query',
            'methods' => ['post'],
            'schemes' => ['http', 'https'],
            'tags' => ['Slot'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => ['application/json'],
            'produces' => ['application/json'],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'get'],
            'parameters' => [
                [
                    'name' => 'SlotId',
                    'in' => 'path',
                    'schema' => ['title' => '监控指标所属的数据集加速槽ID。', 'description' => '监控指标所属的数据集加速槽ID。如何获取加速槽ID,请参见[ListSlots](~~467905~~)。', 'type' => 'string', 'required' => true, 'example' => 'slot-abcdefgh12****'],
                ],
                [
                    'name' => 'Dimensions',
                    'in' => 'query',
                    'style' => 'json',
                    'schema' => ['title' => '监控指标的标签集,参考 Prometheus Label'."\n"
                        .'每种类型所包含的Labels不同,参考:类型详细信息'."\n"
                        .'仅接受预定义的Label Key,不支持自定义'."\n"
                        .'格式:key-value键值对形式的集合。', 'description' => '监控指标的标签集。', 'type' => 'object', 'required' => false, 'example' => 'SlotIDs: xxx'],
                ],
                [
                    'name' => 'MetricType',
                    'in' => 'query',
                    'schema' => [
                        'title' => '监控指标的类型:'."\n"
                            .'StorageUsage:存储使用量'."\n"
                            .'StorageUsageRatio:存储使用率'."\n"
                            .'CachedFileTotal:已缓存文件数量'."\n"
                            .'CachedTaskTotal:已缓存任务数',
                        'description' => '监控指标的类型,取值如下:'."\n"
                            .'- NetworkReceiveBytesPerSecond:每秒网络请求接收量。'."\n"
                            .'- NetworkTransmitBytesPerSecond:每秒网络请求发送量。'."\n"
                            .'- FrontendThroughputBytes:前端服务吞吐。'."\n"
                            .'- FrontendLatencyMicrosecond:前端服务延迟。'."\n"
                            .'- FrontendIops:前端服务读取频率。',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'NetworkReceiveBytesPerSecond',
                        'enum' => ['NetworkTransmitBytesPerSecond', 'NetworkReceiveBytesPerSecond', 'FrontendThroughputBytes', 'FrontendLatencyMicrosecond', 'FrontendIops'],
                    ],
                ],
                [
                    'name' => 'StartTime',
                    'in' => 'query',
                    'schema' => ['title' => '起始时间.默认是1小时前。', 'description' => '起始时间,默认是1小时前。', 'type' => 'string', 'required' => false, 'example' => '2020-11-08T15:00:00Z'],
                ],
                [
                    'name' => 'EndTime',
                    'in' => 'query',
                    'schema' => ['title' => '截止时间.默认是当前。', 'description' => '截止时间,默认是当前时间。', 'type' => 'string', 'required' => false, 'example' => '2020-11-08T16:00:00Z'],
                ],
                [
                    'name' => 'TimeStep',
                    'in' => 'query',
                    'schema' => ['title' => '时间间隔。', 'description' => '时间间隔,单位为分钟。', 'type' => 'string', 'required' => false, 'example' => '5m', 'default' => '5m'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => '返回结果。',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求Id。', 'description' => '请求ID。', 'type' => 'string', 'required' => true, 'example' => 'A731A84D-55C9-44F7-99BB-E1CF0CF19197'],
                            'Metrics' => [
                                'title' => '监控指标信息列表。',
                                'description' => '监控指标信息列表。',
                                'type' => 'array',
                                'items' => ['description' => 'Metric信息。', '$ref' => '#/components/schemas/Metric'],
                            ],
                            'Period' => ['title' => '时间间隔。', 'description' => '时间间隔。', 'type' => 'string', 'example' => '60s'],
                        ],
                    ],
                ],
                400 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求Id。', 'description' => '请求Id。', 'type' => 'string', 'example' => '9C5AEC16-CBD1-5E68-A92C-75D1D346E57F'],
                            'Code' => ['title' => '语义化错误码。', 'description' => '语义化错误码。', 'type' => 'string', 'example' => 'ValidationError'],
                            'Message' => ['title' => '错误消息描述。', 'description' => '错误消息描述。', 'type' => 'string', 'example' => 'Dataset Not Found: 1234'],
                            'Detail' => [
                                'title' => '错误详细信息。',
                                'description' => '错误详细信息。',
                                'type' => 'object',
                                'properties' => [
                                    'ErrorCode' => ['title' => '数字化错误码。', 'description' => '数字化错误码。', 'type' => 'string', 'example' => '5218847334401572965'],
                                ],
                                'example' => '-',
                            ],
                        ],
                        'description' => '',
                    ],
                ],
            ],
            'title' => '获取加速槽监控指标',
            'summary' => '查询并获取数据集加速槽监控指标信息。',
            'description' => '- 请求参数的作用类似于一个过滤器,过滤器为逻辑与(AND)关系。如果某一参数为空,则过滤器不起作用。'."\n"
                .'- 在查询时,管控层会将SlotId默认加入到筛选条件中,因此需要监控指标采集时关联到SlotId上,方可被查询出来。',
            'changeSet' => [
                ['createdAt' => '2022-11-14T03:16:27.000Z', 'description' => '请求参数发生变更'],
                ['createdAt' => '2022-10-28T02:58:35.000Z', 'description' => '请求参数发生变更'],
                ['createdAt' => '2022-09-13T09:10:12.000Z', 'description' => 'OpenAPI 下线'],
                ['createdAt' => '2022-09-13T09:10:12.000Z', 'description' => 'OpenAPI 下线'],
            ],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '20', 'countWindow' => 1, 'regionId' => '*', 'api' => 'QuerySlotMetrics'],
                ],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"A731A84D-55C9-44F7-99BB-E1CF0CF19197\\",\\n  \\"Metrics\\": [\\n    {\\n      \\"Timestamp\\": \\"1655897743\\",\\n      \\"Value\\": 98.35\\n    }\\n  ],\\n  \\"Period\\": \\"60s\\"\\n}","type":"json"}]',
        ],
        'QueryStatistic' => [
            'path' => '/api/v1/statistics/action/query',
            'methods' => ['post'],
            'schemes' => ['http', 'https'],
            'tags' => ['Statistic'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => ['application/json'],
            'produces' => ['application/json'],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'get'],
            'parameters' => [
                [
                    'name' => 'Fields',
                    'in' => 'query',
                    'schema' => ['title' => '需要查询的统计信息类型,以逗号分割。'."\n"
                        .'InstanceTypeCapacity:每个数据集加速实例类别所对应的总容量占比。'."\n"
                        .'InstanceTypeNum:每个数据集加速实例类别的数量。'."\n"
                        .'SlotTypeNum:每个数据集加速槽类别的数量。', 'description' => '需要查询的统计信息类型,以半角逗号(,)分隔。'."\n"
                        .'- InstanceCapacityEachType:每个数据集加速实例类别所对应的总容量占比。'."\n"
                        .'- InstanceNumEachType:每个数据集加速实例类别的数量。'."\n"
                        .'- SlotNumEachType:每个数据集加速槽类别的数量。', 'type' => 'string', 'required' => false, 'example' => 'InstanceCapacityEachType', 'default' => 'InstanceCapacityEachType'],
                ],
                [
                    'name' => 'StartTime',
                    'in' => 'query',
                    'schema' => ['title' => '起始时间.默认是1小时前。', 'description' => '起始时间,默认是1小时前。', 'type' => 'string', 'required' => false, 'example' => '2020-11-08T15:00:00Z'],
                ],
                [
                    'name' => 'EndTime',
                    'in' => 'query',
                    'schema' => ['title' => '截止时间.默认是当前。', 'description' => '截止时间,默认是当前时间。', 'type' => 'string', 'required' => false, 'example' => '2020-11-08T16:00:00Z'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'description' => '返回值。',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求Id。', 'description' => '请求ID。', 'type' => 'string', 'example' => 'A731A84D-55C9-44F7-99BB-E1CF0CF19197'],
                            'InstanceCapacityEachType' => [
                                'title' => '每个数据集加速实例类别所对应的总容量占比,Map中的Key包含所有数据集加速实例的类别。',
                                'description' => '每个数据集加速实例类别所对应的总容量占比,Map中的Key包含所有数据集加速实例的类别。',
                                'type' => 'object',
                                'additionalProperties' => ['type' => 'any', 'description' => '每个数据集加速实例类别所对应的总容量占比信息。', 'example' => '{\'basic\': {\'Usage\': \'0\', \'Total\': \'10T\'}, \'enhanced\': {\'Usage\': \'0\', \'Total\': \'900G\'}}'],
                            ],
                            'InstanceNumEachType' => [
                                'title' => '每个数据集加速实例类别的数量,Map中的Key包含所有数据集加速实例的类别。',
                                'description' => '每个数据集加速实例类别的数量,Map中的Key包含所有数据集加速实例的类别。',
                                'type' => 'object',
                                'additionalProperties' => ['type' => 'any', 'description' => '每个数据集加速实例类别的数量信息。', 'example' => '{\'basic\': {\'Value\': 1}, \'enhanced\': {\'Value\': 5}}'],
                            ],
                            'SlotNumEachType' => [
                                'title' => '每个数据集加速槽类别的数量,Map中的Key包含所有数据集加速槽的类别。',
                                'description' => '每个数据集加速槽类别的数量,Map中的Key包含所有数据集加速槽的类别。',
                                'type' => 'object',
                                'additionalProperties' => ['title' => '每个数据集加速槽类别的数量,Map中的Key包含所有数据集加速槽的类别。', 'description' => '每个数据集加速槽类别的数量的信息。', 'type' => 'any', 'example' => '{\'OSS\': {\'Value\': 13}}'],
                            ],
                        ],
                    ],
                ],
                400 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求Id。', 'description' => '请求Id。', 'type' => 'string', 'example' => '9C5AEC16-CBD1-5E68-A92C-75D1D346E57F'],
                            'Code' => ['title' => '语义化错误码。', 'description' => '语义化错误码。', 'type' => 'string', 'example' => 'ValidationError'],
                            'Message' => ['title' => '错误消息描述。', 'description' => '错误消息描述。', 'type' => 'string', 'example' => 'Dataset Not Found: 1234'],
                            'Detail' => [
                                'title' => '错误详细信息。',
                                'description' => '错误详细信息。',
                                'type' => 'object',
                                'properties' => [
                                    'ErrorCode' => ['title' => '数字化错误码。', 'description' => '数字化错误码。', 'type' => 'string', 'example' => '5218847334401572965'],
                                ],
                                'example' => '-',
                            ],
                        ],
                        'description' => '',
                    ],
                ],
            ],
            'title' => '查询统计信息',
            'summary' => '查询当前账号下数据集加速相关的统计信息。',
            'changeSet' => [
                ['createdAt' => '2022-11-30T04:12:44.000Z', 'description' => '响应参数发生变更'],
                ['createdAt' => '2022-09-21T08:51:04.000Z', 'description' => '请求参数发生变更'],
                ['createdAt' => '2022-09-13T09:10:12.000Z', 'description' => 'OpenAPI 下线'],
                ['createdAt' => '2022-09-13T09:10:12.000Z', 'description' => 'OpenAPI 下线'],
            ],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '5', 'countWindow' => 1, 'regionId' => '*', 'api' => 'QueryStatistic'],
                ],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"A731A84D-55C9-44F7-99BB-E1CF0CF19197\\",\\n  \\"InstanceCapacityEachType\\": {\\n    \\"key\\": \\"{\'basic\': {\'Usage\': \'0\', \'Total\': \'10T\'}, \'enhanced\': {\'Usage\': \'0\', \'Total\': \'900G\'}}\\"\\n  },\\n  \\"InstanceNumEachType\\": {\\n    \\"key\\": \\"{\'basic\': {\'Value\': 1}, \'enhanced\': {\'Value\': 5}}\\"\\n  },\\n  \\"SlotNumEachType\\": {\\n    \\"key\\": \\"{\'OSS\': {\'Value\': 13}}\\"\\n  }\\n}","type":"json"}]',
        ],
        'ReloadSlot' => [
            'path' => '/api/v1/slots/{SlotId}/action/reload',
            'methods' => ['post'],
            'schemes' => ['http', 'https'],
            'tags' => ['Slot'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => ['application/json'],
            'produces' => ['application/json'],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'SlotId',
                    'in' => 'path',
                    'schema' => ['title' => '数据集加速槽Id。', 'description' => '数据集加速槽Id。如何获取数据集加速槽Id,请参见[ListSlots](~~467905~~)。', 'type' => 'string', 'required' => true, 'example' => 'slot-my1tk3jggooi5uwks5'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求Id。', 'description' => '请求Id。', 'type' => 'string', 'example' => 'A731A84D-55C9-44F7-99BB-E1CF0CF19197'],
                        ],
                        'description' => '',
                    ],
                ],
                400 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求Id。', 'description' => '请求Id。', 'type' => 'string', 'example' => '9C5AEC16-CBD1-5E68-A92C-75D1D346E57F'],
                            'Code' => ['title' => '语义化错误码。', 'description' => '语义化错误码。', 'type' => 'string', 'example' => 'ValidationError'],
                            'Message' => ['title' => '错误消息描述。', 'description' => '错误消息描述。', 'type' => 'string', 'example' => 'Dataset Not Found: 1234'],
                            'Detail' => [
                                'title' => '错误详细信息。',
                                'description' => '错误详细信息。',
                                'type' => 'object',
                                'properties' => [
                                    'ErrorCode' => ['title' => '数字化错误码。', 'description' => '数字化错误码。', 'type' => 'string', 'example' => '5218847334401572965'],
                                ],
                                'example' => '-',
                            ],
                        ],
                        'description' => '',
                    ],
                ],
            ],
            'title' => '重载加速槽',
            'summary' => '重载数据加速槽的数据。',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '20', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ReloadSlot'],
                ],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"A731A84D-55C9-44F7-99BB-E1CF0CF19197\\"\\n}","type":"json"}]',
        ],
        'StopSlot' => [
            'path' => '/api/v1/slots/{SlotId}/action/stop',
            'methods' => ['post'],
            'schemes' => ['http', 'https'],
            'tags' => ['Slot'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => ['application/json'],
            'produces' => ['application/json'],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'update'],
            'parameters' => [
                [
                    'name' => 'SlotId',
                    'in' => 'path',
                    'schema' => ['title' => '数据集加速槽Id。', 'description' => '数据集加速槽ID。如何获取数据集加速槽ID,请参见[ListSlots](~~467905~~)。', 'type' => 'string', 'required' => true, 'example' => 'slot-my1tk3jggooi5uwks5'],
                ],
            ],
            'responses' => [
                200 => [
                    'headers' => [],
                    'schema' => [
                        'description' => '返回值。',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求Id。', 'description' => '请求ID。', 'type' => 'string', 'example' => 'A731A84D-55C9-44F7-99BB-E1CF0CF19197'],
                        ],
                    ],
                ],
                400 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求Id。', 'description' => '请求Id。', 'type' => 'string', 'example' => '9C5AEC16-CBD1-5E68-A92C-75D1D346E57F'],
                            'Code' => ['title' => '语义化错误码。', 'description' => '语义化错误码。', 'type' => 'string', 'example' => 'ValidationError'],
                            'Message' => ['title' => '错误消息描述。', 'description' => '错误消息描述。', 'type' => 'string', 'example' => 'Dataset Not Found: 1234'],
                            'Detail' => [
                                'title' => '错误详细信息。',
                                'description' => '错误详细信息。',
                                'type' => 'object',
                                'properties' => [
                                    'ErrorCode' => ['title' => '数字化错误码。', 'description' => '数字化错误码。', 'type' => 'string', 'example' => '5218847334401572965'],
                                ],
                                'example' => '-',
                            ],
                        ],
                        'description' => '',
                    ],
                ],
            ],
            'title' => '停止数据集加速槽',
            'summary' => '停止一个数据集加速槽。',
            'description' => '- 该接口为异步接口,请求后会直接返回,返回结果代表请求操作是否成功。数据集加速槽的停止状态需要后续由 DescribeSlot 接口具体获取。'."\n"
                .'- 调用StopSlot接口后,无法再恢复或重启,缓存资源将被删除。',
            'changeSet' => [
                ['createdAt' => '2022-09-13T09:10:12.000Z', 'description' => 'OpenAPI 下线'],
                ['createdAt' => '2022-09-13T09:10:12.000Z', 'description' => 'OpenAPI 下线'],
            ],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '20', 'countWindow' => 1, 'regionId' => '*', 'api' => 'StopSlot'],
                ],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"A731A84D-55C9-44F7-99BB-E1CF0CF19197\\"\\n}","type":"json"}]',
        ],
        'UnbindEndpoint' => [
            'path' => '/api/v1/endpoints/{EndpointId}/slots/{SlotId}',
            'methods' => ['delete'],
            'schemes' => ['http', 'https'],
            'tags' => ['Endpoint', 'Slot'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => ['application/json'],
            'produces' => ['application/json'],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'update'],
            'parameters' => [
                [
                    'name' => 'EndpointId',
                    'in' => 'path',
                    'schema' => ['title' => '数据集加速槽挂载点Id。', 'description' => '数据集加速槽挂载点ID。如何获取挂载点ID,请参见[ListEndpoints](~~467913~~)。', 'type' => 'string', 'required' => true, 'example' => 'end-my1tk3jggooi5uwks5'],
                ],
                [
                    'name' => 'SlotId',
                    'in' => 'path',
                    'schema' => ['title' => '数据集加速槽Id。', 'description' => '数据集加速槽ID。如何获取数据集加速槽ID,请参见[ListSlots](~~467905~~)。', 'type' => 'string', 'required' => true, 'example' => 'slot-my1tk3jggooi5uwks5'],
                ],
            ],
            'responses' => [
                200 => [
                    'headers' => [],
                    'schema' => [
                        'description' => '返回值。',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求Id。', 'description' => '请求ID。', 'type' => 'string', 'example' => 'A731A84D-55C9-44F7-99BB-E1CF0CF19197'],
                        ],
                    ],
                ],
                400 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求Id。', 'description' => '请求Id。', 'type' => 'string', 'example' => '9C5AEC16-CBD1-5E68-A92C-75D1D346E57F'],
                            'Code' => ['title' => '语义化错误码。', 'description' => '语义化错误码。', 'type' => 'string', 'example' => 'ValidationError'],
                            'Message' => ['title' => '错误消息描述。', 'description' => '错误消息描述。', 'type' => 'string', 'example' => 'Dataset Not Found: 1234'],
                            'Detail' => [
                                'title' => '错误详细信息。',
                                'description' => '错误详细信息。',
                                'type' => 'object',
                                'properties' => [
                                    'ErrorCode' => ['title' => '数字化错误码。', 'description' => '数字化错误码。', 'type' => 'string', 'example' => '5218847334401572965'],
                                ],
                                'example' => '-',
                            ],
                        ],
                        'description' => '',
                    ],
                ],
            ],
            'title' => '取消关联数据集加速端点',
            'summary' => '取消挂载点关联和指定数据集加速槽的关联关系。',
            'changeSet' => [
                ['createdAt' => '2022-09-13T09:10:18.000Z', 'description' => 'OpenAPI 下线'],
                ['createdAt' => '2022-09-13T09:10:18.000Z', 'description' => 'OpenAPI 下线'],
            ],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '20', 'countWindow' => 1, 'regionId' => '*', 'api' => 'UnbindEndpoint'],
                ],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"A731A84D-55C9-44F7-99BB-E1CF0CF19197\\"\\n}","type":"json"}]',
        ],
        'UpdateInstance' => [
            'path' => '/api/v1/instances/{InstanceId}',
            'methods' => ['put'],
            'schemes' => ['http', 'https'],
            'tags' => ['Instance'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => ['application/json'],
            'produces' => ['application/json'],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'update'],
            'parameters' => [
                [
                    'name' => 'InstanceId',
                    'in' => 'path',
                    'schema' => ['title' => '数据集加速实例Id。', 'description' => '数据集加速实例ID。如何获取加速实例ID,请参见[ListInstances](~~467899~~)。', 'type' => 'string', 'required' => true, 'example' => 'inst-my1tk3jggooi5uwks5'],
                ],
                [
                    'name' => 'body',
                    'in' => 'body',
                    'style' => 'json',
                    'schema' => [
                        'description' => '请求参数。',
                        'type' => 'object',
                        'properties' => [
                            'Name' => ['title' => '数据集加速实例名称。'."\n"
                                .'长度限制为64 Unicode 字符。'."\n"
                                .'如果传入值为空(包含空字符串),系统会使用Uuid字段的值作为默认名称。', 'description' => '数据集加速实例名称,格式为:'."\n"
                                .'- 长度限制为64Unicode字符。'."\n"
                                .'- 如果传入值为空(包含空字符串),系统会使用Uuid字段的值作为默认名称。', 'type' => 'string', 'required' => false, 'example' => 'acc_instance_1', 'maxLength' => 64],
                            'Description' => ['title' => '数据集加速实例的描述与解释。'."\n"
                                .'长度限制为1024 Unicode 字符。', 'description' => '数据集加速实例的描述与解释。'."\n"
                                .'长度限制为1024Unicode字符。', 'type' => 'string', 'required' => false, 'example' => 'XGBoost dataset acceleration instance', 'maxLength' => 1024],
                            'MaxSlot' => ['title' => '数据集加速实例的最大加速槽个数。', 'description' => '数据集加速实例的最大加速槽个数。', 'type' => 'string', 'required' => false, 'example' => '20', 'default' => '20'],
                        ],
                        'required' => false,
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'description' => '返回值。',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求Id。', 'description' => '请求ID。', 'type' => 'string', 'example' => 'A731A84D-55C9-44F7-99BB-E1CF0CF19197'],
                        ],
                    ],
                ],
                400 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求Id。', 'description' => '请求Id。', 'type' => 'string', 'example' => '9C5AEC16-CBD1-5E68-A92C-75D1D346E57F'],
                            'Code' => ['title' => '语义化错误码。', 'description' => '语义化错误码。', 'type' => 'string', 'example' => 'ValidationError'],
                            'Message' => ['title' => '错误消息描述。', 'description' => '错误消息描述。', 'type' => 'string', 'example' => 'Dataset Not Found: 1234'],
                            'Detail' => [
                                'title' => '错误详细信息。',
                                'description' => '错误详细信息。',
                                'type' => 'object',
                                'properties' => [
                                    'ErrorCode' => ['title' => '数字化错误码。', 'description' => '数字化错误码。', 'type' => 'string', 'example' => '5218847334401572965'],
                                ],
                                'example' => '-',
                            ],
                        ],
                        'description' => '',
                    ],
                ],
            ],
            'title' => '更新数据集加速实例',
            'summary' => '更新一个数据集加速实例的信息。',
            'description' => '注意此接口为全量更新。',
            'changeSet' => [
                ['createdAt' => '2022-09-13T09:10:18.000Z', 'description' => 'OpenAPI 下线'],
                ['createdAt' => '2022-09-13T09:10:18.000Z', 'description' => 'OpenAPI 下线'],
            ],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '20', 'countWindow' => 1, 'regionId' => '*', 'api' => 'UpdateInstance'],
                ],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"A731A84D-55C9-44F7-99BB-E1CF0CF19197\\"\\n}","type":"json"}]',
        ],
        'UpdateSlot' => [
            'path' => '/api/v1/slots/{SlotId}',
            'methods' => ['put'],
            'schemes' => ['http', 'https'],
            'tags' => ['Slot'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => ['application/json'],
            'produces' => ['application/json'],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'update'],
            'parameters' => [
                [
                    'name' => 'SlotId',
                    'in' => 'path',
                    'schema' => ['title' => '数据集加速槽Id。', 'description' => '数据集加速槽ID。如何获取数据集加速槽ID,请参见[ListSlots](~~467905~~)。', 'type' => 'string', 'required' => true, 'example' => 'slot-my1tk3jggooi5uwks5'],
                ],
                [
                    'name' => 'body',
                    'in' => 'body',
                    'style' => 'json',
                    'schema' => [
                        'description' => '请求体参数。',
                        'type' => 'object',
                        'properties' => [
                            'Name' => ['title' => '数据集加速槽名称。'."\n"
                                .'长度限制为64 Unicode 字符。', 'description' => '数据集加速槽名称。'."\n"
                                .'长度限制为64个字符。', 'type' => 'string', 'required' => false, 'example' => 'slot_1', 'maxLength' => 64],
                            'Description' => ['title' => '数据集加速槽的描述与解释。'."\n"
                                .'长度限制为1024 Unicode 字符。', 'description' => '数据集加速槽的描述与解释。'."\n"
                                .'长度限制为1024个字符。', 'type' => 'string', 'required' => false, 'example' => 'XGBoost dataset acceleration slot', 'maxLength' => 1024],
                            'Tags' => [
                                'title' => '用户为数据集加速槽添加的自定义标签。',
                                'description' => '用户为数据集加速槽添加的自定义标签。',
                                'type' => 'array',
                                'items' => [
                                    'type' => 'object',
                                    'properties' => [
                                        'Key' => ['title' => '标签的键值。'."\n"
                                            .'长度限制为 64 Unicode 字符。', 'description' => '标签的键值。'."\n"
                                            .'长度限制为64个字符。', 'type' => 'string', 'required' => false, 'example' => 'dataset_version', 'maxLength' => 64],
                                        'Value' => ['title' => 'v0.1.0	标签的值。'."\n"
                                            .'长度限制为 64 Unicode 字符。', 'description' => '标签的值。'."\n"
                                            .'长度限制为64个字符。', 'type' => 'string', 'required' => false, 'example' => 'v0.1.0', 'maxLength' => 64],
                                    ],
                                    'required' => false,
                                    'description' => '',
                                ],
                                'required' => false,
                            ],
                            'StorageType' => [
                                'title' => '数据集加速槽的数据存储类型。'."\n"
                                    .'OSS:OSS文件存储'."\n"
                                    .'NAS:NAS文件存储',
                                'description' => '数据集加速槽的数据存储类型,取值如下:'."\n"
                                    .'- OSS:OSS文件存储。'."\n"
                                    .'- NAS:NAS文件存储。',
                                'type' => 'string',
                                'required' => true,
                                'example' => 'OSS',
                                'enum' => ['OSS', 'NAS'],
                            ],
                            'StorageUri' => ['title' => '数据集加速槽的数据的资源标识符,数据类型不同存在不同格式。', 'description' => '数据集加速槽的数据的资源标识符,数据类型不同存在不同格式。', 'type' => 'string', 'required' => true, 'example' => 'oss://pai-vision-data-hz2.oss-cn-hangzhou-internal.aliyuncs.com/data/VOCdevkit/VOC2007/ImageSets/Main/val.txt'],
                            'Capacity' => ['title' => '数据集加速槽的最大容量。'."\n"
                                .'输入字符串的格式需要满足以下规范:Quantity', 'description' => '数据集加速槽的最大容量。'."\n"
                                .'输入字符串的格式需要满足以下规范:[Quantity](https://kubernetes.io/zh-cn/docs/reference/kubernetes-api/common-definitions/quantity/) 。', 'type' => 'string', 'required' => true, 'example' => '30.0G'],
                            'LifeCycle' => ['title' => '数据集加速槽的生命周期。', 'description' => '数据集加速槽的生命周期。', 'required' => false, '$ref' => '#/components/schemas/SlotLifeCycle'],
                        ],
                        'required' => false,
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'headers' => [],
                    'schema' => [
                        'description' => '返回值。',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求Id。', 'description' => '请求ID。', 'type' => 'string', 'example' => 'A731A84D-55C9-44F7-99BB-E1CF0CF19197'],
                        ],
                    ],
                ],
                400 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求Id。', 'description' => '请求Id。', 'type' => 'string', 'example' => '9C5AEC16-CBD1-5E68-A92C-75D1D346E57F'],
                            'Code' => ['title' => '语义化错误码。', 'description' => '语义化错误码。', 'type' => 'string', 'example' => 'ValidationError'],
                            'Message' => ['title' => '错误消息描述。', 'description' => '错误消息描述。', 'type' => 'string', 'example' => 'Dataset Not Found: 1234'],
                            'Detail' => [
                                'title' => '错误详细信息。',
                                'description' => '错误详细信息。',
                                'type' => 'object',
                                'properties' => [
                                    'ErrorCode' => ['title' => '数字化错误码。', 'description' => '数字化错误码。', 'type' => 'string', 'example' => '5218847334401572965'],
                                ],
                                'example' => '-',
                            ],
                        ],
                        'description' => '',
                    ],
                ],
            ],
            'title' => '更新数据集加速槽',
            'summary' => '更新一个数据集加速槽的信息。',
            'description' => '注意接口为全量更新,除了只读字段外,其余字段都更新为传入值。',
            'changeSet' => [
                ['createdAt' => '2022-09-13T09:10:12.000Z', 'description' => 'OpenAPI 下线'],
                ['createdAt' => '2022-09-13T09:10:12.000Z', 'description' => 'OpenAPI 下线'],
            ],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '20', 'countWindow' => 1, 'regionId' => '*', 'api' => 'UpdateSlot'],
                ],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"A731A84D-55C9-44F7-99BB-E1CF0CF19197\\"\\n}","type":"json"}]',
        ],
    ],
    'endpoints' => [
        ['regionId' => 'cn-beijing', 'regionName' => '华北2(北京)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'paidatasetacc.cn-beijing.aliyuncs.com', 'endpoint' => 'paidatasetacc.cn-beijing.aliyuncs.com', 'vpc' => 'paidatasetacc-vpc.cn-beijing.aliyuncs.com'],
        ['regionId' => 'cn-hangzhou', 'regionName' => '华东1(杭州)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'paidatasetacc.cn-hangzhou.aliyuncs.com', 'endpoint' => 'paidatasetacc.cn-hangzhou.aliyuncs.com', 'vpc' => 'paidatasetacc-vpc.cn-hangzhou.aliyuncs.com'],
        ['regionId' => 'cn-shanghai', 'regionName' => '华东2(上海)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'paidatasetacc.cn-shanghai.aliyuncs.com', 'endpoint' => 'paidatasetacc.cn-shanghai.aliyuncs.com', 'vpc' => 'paidatasetacc-vpc.cn-shanghai.aliyuncs.com'],
        ['regionId' => 'cn-shenzhen', 'regionName' => '华南1(深圳)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'paidatasetacc.cn-shenzhen.aliyuncs.com', 'endpoint' => 'paidatasetacc.cn-shenzhen.aliyuncs.com', 'vpc' => 'paidatasetacc-vpc.cn-shenzhen.aliyuncs.com'],
    ],
    'errorCodes' => [
        ['code' => 'BadRequestError', 'message' => 'Bad request', 'http_code' => 400, 'description' => '用户请求错误,请按照错误信息中的提示修改请求信息。'],
        ['code' => 'EcsAuthorizeSecurityGroupEgressError', 'message' => 'Ecs authorize securityGroup egress failed', 'http_code' => 400, 'description' => '授权ECS安全组出规则失败,请检查ECS安全组授权出规则接口是否正常,并联系管理员进行排查。'],
        ['code' => 'EcsAuthorizeSecurityGroupError', 'message' => 'Ecs authorize securityGroup ingress failed', 'http_code' => 400, 'description' => '授权ECS安全组入规则失败,请检查ECS安全组授权入规则接口是否正常,并联系管理员进行排查。'],
        ['code' => 'EcsCreateSecurityGroupError', 'message' => 'Ecs create security group failed', 'http_code' => 400, 'description' => '创建ECS安全组失败,请检查ECS安全组创建接口是否正常,并联系管理员进行排查。'],
        ['code' => 'EcsDeleteSecurityGroupError', 'message' => 'Ecs delete security group failed', 'http_code' => 400, 'description' => '删除ECS安全组失败,请检查ECS安全组删除接口是否正常,并联系管理员进行排查。'],
        ['code' => 'EcsDescribeSecurityGroupsError', 'message' => 'Ecs describe security group failed', 'http_code' => 400, 'description' => '查询ECS安全组信息失败,请检查ECS安全组查询信息接口是否正常,并联系管理员进行排查。'],
        ['code' => 'InternalServerError', 'message' => 'Unexpected error occur when processing this request, please try again later.', 'http_code' => 500, 'description' => '服务内部错误,请将该错误信息发送给管理员进行排查。'],
        ['code' => 'InvalidParameterError', 'message' => 'Invalid parameter', 'http_code' => 400, 'description' => '请求参数错误,请按照错误信息中的提示修改请求参数。'],
        ['code' => 'JsonMarshalError', 'message' => 'Json marshal failed', 'http_code' => 400, 'description' => '请求Json序列化错误,请检查请求结构体格式是否正确。'],
        ['code' => 'JsonUnmarshalError', 'message' => 'Json unmarshal failed', 'http_code' => 400, 'description' => '请求Json反序列化错误,请检查请求结构体格式是否正确。'],
        ['code' => 'NoPermissionError', 'message' => 'No permission for this action', 'http_code' => 403, 'description' => '无权限进行此操作,请联系主账号或管理员。'],
        ['code' => 'NotFoundError', 'message' => 'Object not found', 'http_code' => 404, 'description' => '请求的对象不存在,请检查请求参数是否正确,或对象是否存在。'],
        ['code' => 'QuantityParseError', 'message' => 'Quantity parsed failed', 'http_code' => 400, 'description' => '请求参数中的资源量解析错误,请检查该参数是否满足Quantity规范。'],
        ['code' => 'RamRoleNotExistsError', 'message' => 'Ram role not exist', 'http_code' => 400, 'description' => 'RAM角色不存在,请检查RAM角色是否存在。'],
        ['code' => 'SlotCapacityExceedQuotaError', 'message' => 'Slot capacity allocation exceeds instance quota', 'http_code' => 400, 'description' => '数据集加速槽申请后的总容量超过了所属的数据集加速实例的容量上限。'],
        ['code' => 'SlotNotInFinalStateError', 'message' => 'Slot is not in final state', 'http_code' => 400, 'description' => '数据集加速槽未处于终态,请检查该数据集加速槽的状态,需要处于终态才可以进行当前操作。'],
        ['code' => 'SlotNumExceedQuotaError', 'message' => 'Slot exceeds instance max slot num', 'http_code' => 400, 'description' => '数据集加速槽数量超过了所属数据集加速实例定义的最大数量。'],
        ['code' => 'StsAssumeRoleError', 'message' => 'Sts assume role failed', 'http_code' => 400, 'description' => '服务扮演角色失败,请检查授权角色是否存在且具备正确权限。'],
        ['code' => 'UpstreamServiceError', 'message' => 'Upstream service failed', 'http_code' => 400, 'description' => '上游依赖的服务失败,请参考错误信息检查上游服务是否可用。'],
        ['code' => 'UserNotExistsError', 'message' => 'User not exist with userId', 'http_code' => 400, 'description' => '用户不存在,查询不到发起请求的用户,请检查请求头是否正确并联系管理员排查。'],
        ['code' => 'VpcDescribeInfoError', 'message' => 'Vpc describe info failed', 'http_code' => 400, 'description' => '查询VPC信息失败,请检查VPC查询信息接口是否正常,并联系管理员进行排查。'],
        ['code' => 'ZoneIDNotInWhiteListError', 'message' => 'ZoneID is not in white list', 'http_code' => 400, 'description' => '可用区不在白名单范围内,服务在不同地区仅提供指定可用区的资源。'],
    ],
    'changeSet' => [
        [
            'apis' => [
                ['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'CreateSlot'],
                ['description' => '请求参数发生变更', 'api' => 'CreateSlots'],
            ],
            'createdAt' => '2024-02-26T07:51:11.000Z',
            'description' => '',
        ],
        [
            'apis' => [
                ['description' => '响应参数发生变更', 'api' => 'DescribeInstance'],
                ['description' => '响应参数发生变更', 'api' => 'ListInstances'],
            ],
            'createdAt' => '2023-05-22T12:08:49.000Z',
            'description' => '',
        ],
        [
            'apis' => [
                ['description' => '请求参数发生变更', 'api' => 'CreateInstance'],
                ['description' => '响应参数发生变更', 'api' => 'DescribeInstance'],
                ['description' => '响应参数发生变更', 'api' => 'ListInstances'],
            ],
            'createdAt' => '2023-05-22T12:06:07.000Z',
            'description' => '',
        ],
        [
            'apis' => [
                ['description' => '响应参数发生变更', 'api' => 'DescribeSlot'],
                ['description' => '响应参数发生变更', 'api' => 'ListSlots'],
            ],
            'createdAt' => '2023-05-22T11:41:13.000Z',
            'description' => '',
        ],
        [
            'apis' => [
                ['description' => '请求参数发生变更', 'api' => 'CreateEndpoint'],
                ['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'ListEndpoints'],
                ['description' => '请求参数发生变更', 'api' => 'ListSlots'],
            ],
            'createdAt' => '2023-05-22T06:42:22.000Z',
            'description' => '',
        ],
        [
            'apis' => [
                ['description' => '请求参数发生变更', 'api' => 'CreateEndpoint'],
                ['description' => '响应参数发生变更、响应参数发生变更', 'api' => 'CreateSlot'],
                ['description' => '请求参数发生变更', 'api' => 'DeleteSlot'],
            ],
            'createdAt' => '2023-01-03T13:27:32.000Z',
            'description' => '创建加速槽返回增加挂载点ID信息。支持创建内部类型挂载点。',
        ],
        [
            'apis' => [
                ['description' => '响应参数发生变更', 'api' => 'QueryStatistic'],
            ],
            'createdAt' => '2022-11-30T04:13:57.000Z',
            'description' => '增加说明。',
        ],
        [
            'apis' => [
                ['description' => '请求参数发生变更', 'api' => 'QueryInstanceMetrics'],
                ['description' => '请求参数发生变更', 'api' => 'QuerySlotMetrics'],
            ],
            'createdAt' => '2022-11-14T03:17:49.000Z',
            'description' => '更新Metric相关API',
        ],
        [
            'apis' => [
                ['description' => '请求参数发生变更', 'api' => 'QueryInstanceMetrics'],
                ['description' => '请求参数发生变更', 'api' => 'QuerySlotMetrics'],
            ],
            'createdAt' => '2022-10-28T02:59:05.000Z',
            'description' => '增加查询指标',
        ],
        [
            'apis' => [
                ['description' => '请求参数发生变更', 'api' => 'CreateInstance'],
                ['description' => '响应参数发生变更', 'api' => 'DescribeInstance'],
                ['description' => '请求参数发生变更', 'api' => 'ListInstances'],
            ],
            'createdAt' => '2022-10-14T08:37:54.000Z',
            'description' => '更新加速实例枚举值',
        ],
        [
            'apis' => [
                ['description' => '响应参数发生变更', 'api' => 'CreateEndpoint'],
            ],
            'createdAt' => '2022-09-22T06:16:28.000Z',
            'description' => '增加资源类型',
        ],
        [
            'apis' => [
                ['description' => '响应参数发生变更', 'api' => 'DescribeComponent'],
                ['description' => '响应参数发生变更', 'api' => 'ListComponents'],
            ],
            'createdAt' => '2022-09-21T12:59:30.000Z',
            'description' => '增加Uuid返回参数',
        ],
        [
            'apis' => [
                ['description' => 'OpenAPI 下线', 'api' => 'BindEndpoint'],
                ['description' => 'OpenAPI 下线', 'api' => 'BindEndpoint'],
                ['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'CreateEndpoint'],
                ['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'CreateEndpoint'],
                ['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'CreateInstance'],
                ['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'CreateInstance'],
                ['description' => 'OpenAPI 下线', 'api' => 'CreateSlot'],
                ['description' => 'OpenAPI 下线', 'api' => 'CreateSlot'],
                ['description' => 'OpenAPI 下线', 'api' => 'CreateTag'],
                ['description' => 'OpenAPI 下线', 'api' => 'CreateTag'],
            ],
            'createdAt' => '2022-09-13T09:11:10.000Z',
            'description' => 'API更新',
        ],
        [
            'apis' => [
                ['description' => 'OpenAPI 下线', 'api' => 'CreateInstance'],
                ['description' => 'OpenAPI 下线', 'api' => 'ListInstances'],
            ],
            'createdAt' => '2022-08-13T16:52:58.000Z',
            'description' => '新增API',
        ],
        [
            'apis' => [
                ['description' => 'OpenAPI 下线', 'api' => 'CreateEndpoint'],
            ],
            'createdAt' => '2022-08-12T07:23:43.000Z',
            'description' => 'CreateEndpoint初始化发布',
        ],
    ],
    'flowControl' => [
        'flowControlList' => [
            ['threshold' => '20', 'countWindow' => 1, 'regionId' => '*', 'api' => 'QueryInstanceMetrics'],
            ['threshold' => '20', 'countWindow' => 1, 'regionId' => '*', 'api' => 'UnbindEndpoint'],
            ['threshold' => '20', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateTag'],
            ['threshold' => '20', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateInstance'],
            ['threshold' => '20', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeSlot'],
            ['threshold' => '20', 'countWindow' => 1, 'regionId' => '*', 'api' => 'StopSlot'],
            ['threshold' => '20', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ReloadSlot'],
            ['threshold' => '5', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListInstances'],
            ['threshold' => '20', 'countWindow' => 1, 'regionId' => '*', 'api' => 'BindEndpoint'],
            ['threshold' => '5', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateSlot'],
            ['threshold' => '20', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeleteSlot'],
            ['threshold' => '5', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListSlots'],
            ['threshold' => '20', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateEndpoint'],
            ['threshold' => '20', 'countWindow' => 1, 'regionId' => '*', 'api' => 'QuerySlotMetrics'],
            ['threshold' => '20', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListComponents'],
            ['threshold' => '20', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeleteTag'],
            ['threshold' => '5', 'countWindow' => 1, 'regionId' => '*', 'api' => 'QueryStatistic'],
            ['threshold' => '20', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeEndpoint'],
            ['threshold' => '20', 'countWindow' => 1, 'regionId' => '*', 'api' => 'UpdateInstance'],
            ['threshold' => '5', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateSlots'],
            ['threshold' => '20', 'countWindow' => 1, 'regionId' => '*', 'api' => 'UpdateSlot'],
            ['threshold' => '20', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeComponent'],
            ['threshold' => '20', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeleteEndpoint'],
            ['threshold' => '20', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeInstance'],
            ['threshold' => '5', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListEndpoints'],
            ['threshold' => '20', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListTags'],
            ['threshold' => '20', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeleteInstance'],
        ],
    ],
    'ram' => [
        'productCode' => 'PAI',
        'productName' => '人工智能平台 PAI',
        'ramCodes' => ['paiplugin', 'eas', 'pai', 'datasetacc', 'featurestore', 'paidlc', 'paiitag', 'paidesigner', 'paitraining', 'paiartlab', 'paicomponentmanagement'],
        'ramLevel' => '服务级',
        'ramConditions' => [],
        'ramActions' => [],
        'resourceTypes' => [],
    ],
];