tccli-intl-en 3.0.1237.1__py2.py3-none-any.whl → 3.0.1282.1__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (214) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +17 -1
  3. tccli/services/advisor/advisor_client.py +8 -2
  4. tccli/services/aiart/aiart_client.py +4 -1
  5. tccli/services/ams/ams_client.py +16 -4
  6. tccli/services/antiddos/antiddos_client.py +280 -70
  7. tccli/services/apigateway/apigateway_client.py +372 -93
  8. tccli/services/apm/apm_client.py +52 -13
  9. tccli/services/asr/asr_client.py +8 -2
  10. tccli/services/autoscaling/autoscaling_client.py +232 -58
  11. tccli/services/autoscaling/v20180419/api.json +1 -1
  12. tccli/services/batch/batch_client.py +112 -28
  13. tccli/services/bi/bi_client.py +1242 -4
  14. tccli/services/bi/v20220105/api.json +5340 -107
  15. tccli/services/bi/v20220105/examples.json +196 -1
  16. tccli/services/billing/billing_client.py +168 -42
  17. tccli/services/cam/cam_client.py +324 -81
  18. tccli/services/captcha/captcha_client.py +4 -1
  19. tccli/services/car/car_client.py +132 -33
  20. tccli/services/cbs/cbs_client.py +152 -38
  21. tccli/services/ccc/ccc_client.py +732 -98
  22. tccli/services/ccc/v20200210/api.json +1727 -196
  23. tccli/services/ccc/v20200210/examples.json +64 -0
  24. tccli/services/cdb/cdb_client.py +532 -133
  25. tccli/services/cdc/cdc_client.py +80 -20
  26. tccli/services/cdc/v20201214/api.json +2 -2
  27. tccli/services/cdc/v20201214/examples.json +4 -4
  28. tccli/services/cdn/cdn_client.py +176 -44
  29. tccli/services/cdwdoris/cdwdoris_client.py +308 -77
  30. tccli/services/cdwpg/cdwpg_client.py +96 -24
  31. tccli/services/cdz/__init__.py +4 -0
  32. tccli/services/cdz/cdz_client.py +210 -0
  33. tccli/services/cdz/v20221123/api.json +233 -0
  34. tccli/services/cdz/v20221123/examples.json +12 -0
  35. tccli/services/cfg/cfg_client.py +64 -16
  36. tccli/services/cfs/cfs_client.py +156 -39
  37. tccli/services/cfw/cfw_client.py +264 -66
  38. tccli/services/chdfs/chdfs_client.py +116 -29
  39. tccli/services/ciam/ciam_client.py +64 -16
  40. tccli/services/ckafka/ckafka_client.py +575 -77
  41. tccli/services/ckafka/v20190819/api.json +2749 -1470
  42. tccli/services/ckafka/v20190819/examples.json +209 -155
  43. tccli/services/clb/clb_client.py +332 -83
  44. tccli/services/clb/v20180317/api.json +29 -14
  45. tccli/services/cloudaudit/cloudaudit_client.py +72 -18
  46. tccli/services/cls/cls_client.py +348 -87
  47. tccli/services/cmq/cmq_client.py +12 -801
  48. tccli/services/cmq/v20190304/api.json +173 -1367
  49. tccli/services/cmq/v20190304/examples.json +0 -120
  50. tccli/services/config/config_client.py +24 -6
  51. tccli/services/controlcenter/controlcenter_client.py +4 -1
  52. tccli/services/csip/csip_client.py +136 -34
  53. tccli/services/ctsdb/ctsdb_client.py +8 -2
  54. tccli/services/cvm/cvm_client.py +627 -110
  55. tccli/services/cvm/v20170312/api.json +750 -340
  56. tccli/services/cvm/v20170312/examples.json +105 -59
  57. tccli/services/cwp/cwp_client.py +1860 -465
  58. tccli/services/cynosdb/cynosdb_client.py +1749 -439
  59. tccli/services/cynosdb/v20190107/api.json +11763 -7697
  60. tccli/services/cynosdb/v20190107/examples.json +132 -4
  61. tccli/services/dataintegration/dataintegration_client.py +4 -1
  62. tccli/services/dayu/dayu_client.py +412 -103
  63. tccli/services/dbbrain/dbbrain_client.py +168 -42
  64. tccli/services/dc/dc_client.py +72 -18
  65. tccli/services/dcdb/dcdb_client.py +248 -62
  66. tccli/services/dlc/dlc_client.py +756 -111
  67. tccli/services/dlc/v20210125/api.json +637 -13
  68. tccli/services/dlc/v20210125/examples.json +48 -0
  69. tccli/services/dms/dms_client.py +8 -2
  70. tccli/services/dnspod/dnspod_client.py +353 -74
  71. tccli/services/dnspod/v20210323/api.json +196 -0
  72. tccli/services/dnspod/v20210323/examples.json +24 -0
  73. tccli/services/domain/domain_client.py +96 -24
  74. tccli/services/dts/dts_client.py +332 -83
  75. tccli/services/eb/eb_client.py +104 -26
  76. tccli/services/ecdn/ecdn_client.py +60 -15
  77. tccli/services/ecm/ecm_client.py +496 -124
  78. tccli/services/eiam/eiam_client.py +160 -40
  79. tccli/services/emr/emr_client.py +2784 -115
  80. tccli/services/emr/v20190103/api.json +14647 -4756
  81. tccli/services/emr/v20190103/examples.json +408 -40
  82. tccli/services/es/es_client.py +84 -21
  83. tccli/services/facefusion/facefusion_client.py +12 -3
  84. tccli/services/faceid/faceid_client.py +76 -19
  85. tccli/services/faceid/v20180301/api.json +79 -14
  86. tccli/services/faceid/v20180301/examples.json +3 -3
  87. tccli/services/gaap/gaap_client.py +352 -88
  88. tccli/services/gme/gme_client.py +40 -10
  89. tccli/services/gpm/gpm_client.py +72 -18
  90. tccli/services/gse/gse_client.py +88 -22
  91. tccli/services/gwlb/gwlb_client.py +72 -18
  92. tccli/services/iai/iai_client.py +116 -29
  93. tccli/services/iap/iap_client.py +24 -6
  94. tccli/services/ims/ims_client.py +4 -1
  95. tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +168 -42
  96. tccli/services/intlpartnersmgt/v20220928/api.json +11 -11
  97. tccli/services/iotcloud/iotcloud_client.py +80 -20
  98. tccli/services/ip/ip_client.py +24 -6
  99. tccli/services/kms/kms_client.py +272 -68
  100. tccli/services/lcic/lcic_client.py +212 -53
  101. tccli/services/lighthouse/lighthouse_client.py +296 -74
  102. tccli/services/lighthouse/v20200324/api.json +14 -14
  103. tccli/services/lighthouse/v20200324/examples.json +5 -5
  104. tccli/services/live/live_client.py +480 -120
  105. tccli/services/lke/lke_client.py +360 -90
  106. tccli/services/lke/v20231130/api.json +182 -39
  107. tccli/services/lkeap/__init__.py +4 -0
  108. tccli/services/lkeap/lkeap_client.py +546 -0
  109. tccli/services/lkeap/v20240522/api.json +855 -0
  110. tccli/services/lkeap/v20240522/examples.json +72 -0
  111. tccli/services/mariadb/mariadb_client.py +200 -50
  112. tccli/services/mdc/mdc_client.py +72 -18
  113. tccli/services/mdl/mdl_client.py +132 -33
  114. tccli/services/mdl/v20200326/api.json +186 -12
  115. tccli/services/mdl/v20200326/examples.json +16 -16
  116. tccli/services/mdp/mdp_client.py +680 -70
  117. tccli/services/mdp/v20200527/api.json +748 -23
  118. tccli/services/mdp/v20200527/examples.json +143 -79
  119. tccli/services/message/__init__.py +4 -0
  120. tccli/services/message/message_client.py +210 -0
  121. tccli/services/message/v20181225/api.json +72 -0
  122. tccli/services/message/v20181225/examples.json +13 -0
  123. tccli/services/mongodb/mongodb_client.py +340 -29
  124. tccli/services/mongodb/v20190725/api.json +811 -226
  125. tccli/services/mongodb/v20190725/examples.json +54 -22
  126. tccli/services/monitor/monitor_client.py +864 -152
  127. tccli/services/monitor/v20180724/api.json +657 -8
  128. tccli/services/monitor/v20180724/examples.json +152 -4
  129. tccli/services/mps/mps_client.py +592 -92
  130. tccli/services/mps/v20190612/api.json +2931 -399
  131. tccli/services/mps/v20190612/examples.json +64 -14
  132. tccli/services/msp/msp_client.py +28 -7
  133. tccli/services/ocr/ocr_client.py +212 -45
  134. tccli/services/ocr/v20181119/api.json +872 -112
  135. tccli/services/ocr/v20181119/examples.json +12 -4
  136. tccli/services/omics/omics_client.py +80 -20
  137. tccli/services/organization/organization_client.py +464 -116
  138. tccli/services/postgres/postgres_client.py +364 -91
  139. tccli/services/postgres/v20170312/api.json +134 -109
  140. tccli/services/postgres/v20170312/examples.json +14 -14
  141. tccli/services/privatedns/privatedns_client.py +124 -31
  142. tccli/services/pts/pts_client.py +192 -48
  143. tccli/services/quota/__init__.py +4 -0
  144. tccli/services/quota/quota_client.py +434 -0
  145. tccli/services/quota/v20241204/api.json +548 -0
  146. tccli/services/quota/v20241204/examples.json +51 -0
  147. tccli/services/rce/rce_client.py +4 -1
  148. tccli/services/redis/redis_client.py +592 -106
  149. tccli/services/redis/v20180412/api.json +636 -240
  150. tccli/services/redis/v20180412/examples.json +98 -56
  151. tccli/services/region/region_client.py +12 -3
  152. tccli/services/rum/rum_client.py +240 -60
  153. tccli/services/scf/scf_client.py +168 -42
  154. tccli/services/ses/ses_client.py +116 -29
  155. tccli/services/sms/sms_client.py +72 -18
  156. tccli/services/sqlserver/sqlserver_client.py +3772 -387
  157. tccli/services/sqlserver/v20180328/api.json +9760 -3380
  158. tccli/services/sqlserver/v20180328/examples.json +478 -18
  159. tccli/services/ssl/ssl_client.py +152 -38
  160. tccli/services/ssm/ssm_client.py +96 -24
  161. tccli/services/sts/sts_client.py +20 -5
  162. tccli/services/tag/tag_client.py +120 -30
  163. tccli/services/tat/tat_client.py +76 -19
  164. tccli/services/tbaas/tbaas_client.py +16 -4
  165. tccli/services/tcaplusdb/tcaplusdb_client.py +208 -52
  166. tccli/services/tcaplusdb/v20190823/api.json +836 -760
  167. tccli/services/tcaplusdb/v20190823/examples.json +3 -3
  168. tccli/services/tchd/tchd_client.py +4 -1
  169. tccli/services/tcmpp/tcmpp_client.py +416 -104
  170. tccli/services/tcr/tcr_client.py +304 -76
  171. tccli/services/tcsas/tcsas_client.py +236 -59
  172. tccli/services/tcsas/v20250106/api.json +155 -79
  173. tccli/services/tcsas/v20250106/examples.json +3 -3
  174. tccli/services/tcss/tcss_client.py +1320 -330
  175. tccli/services/tdid/tdid_client.py +192 -48
  176. tccli/services/tdmq/tdmq_client.py +376 -94
  177. tccli/services/tem/tem_client.py +224 -56
  178. tccli/services/teo/teo_client.py +1127 -245
  179. tccli/services/teo/v20220901/api.json +382 -58
  180. tccli/services/teo/v20220901/examples.json +24 -0
  181. tccli/services/tione/__init__.py +4 -0
  182. tccli/services/tione/tione_client.py +210 -0
  183. tccli/services/tione/v20211111/api.json +3074 -0
  184. tccli/services/tione/v20211111/examples.json +12 -0
  185. tccli/services/tiw/tiw_client.py +204 -51
  186. tccli/services/tke/tke_client.py +552 -138
  187. tccli/services/tms/tms_client.py +4 -1
  188. tccli/services/tmt/tmt_client.py +4 -1
  189. tccli/services/trabbit/trabbit_client.py +116 -29
  190. tccli/services/trro/trro_client.py +76 -19
  191. tccli/services/trtc/trtc_client.py +420 -55
  192. tccli/services/trtc/v20190722/api.json +685 -23
  193. tccli/services/trtc/v20190722/examples.json +39 -7
  194. tccli/services/tts/tts_client.py +4 -1
  195. tccli/services/vclm/vclm_client.py +8 -2
  196. tccli/services/vm/vm_client.py +16 -4
  197. tccli/services/vod/v20180717/examples.json +1 -1
  198. tccli/services/vod/vod_client.py +716 -179
  199. tccli/services/vpc/v20170312/api.json +970 -75
  200. tccli/services/vpc/v20170312/examples.json +106 -10
  201. tccli/services/vpc/vpc_client.py +1876 -361
  202. tccli/services/waf/v20180125/api.json +1372 -194
  203. tccli/services/waf/v20180125/examples.json +89 -1
  204. tccli/services/waf/waf_client.py +1051 -147
  205. tccli/services/wedata/v20250806/api.json +13644 -0
  206. tccli/services/wedata/v20250806/examples.json +621 -0
  207. tccli/services/wedata/wedata_client.py +5830 -1026
  208. tccli/services/yunjing/yunjing_client.py +284 -71
  209. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/METADATA +4 -7
  210. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/RECORD +214 -192
  211. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/WHEEL +1 -1
  212. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/entry_points.txt +0 -1
  213. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/LICENSE +0 -0
  214. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,3074 @@
1
+ {
2
+ "actions": {
3
+ "DescribeModelServiceGroups": {
4
+ "document": "This API is used to list online inference service groups.",
5
+ "input": "DescribeModelServiceGroupsRequest",
6
+ "name": "Lists online inference service groups",
7
+ "output": "DescribeModelServiceGroupsResponse",
8
+ "status": "online"
9
+ }
10
+ },
11
+ "metadata": {
12
+ "apiVersion": "2021-11-11",
13
+ "serviceNameCN": "TI-ONE 训练平台",
14
+ "serviceShortName": "tione"
15
+ },
16
+ "objects": {
17
+ "AuthToken": {
18
+ "document": "AuthToken data of an online service.",
19
+ "members": [
20
+ {
21
+ "disabled": false,
22
+ "document": "AuthToken basic information.",
23
+ "example": "无",
24
+ "member": "AuthTokenBase",
25
+ "name": "Base",
26
+ "output_required": false,
27
+ "required": false,
28
+ "type": "object",
29
+ "value_allowed_null": false
30
+ },
31
+ {
32
+ "disabled": false,
33
+ "document": "AuthToken throttling array.",
34
+ "example": "无",
35
+ "member": "AuthTokenLimit",
36
+ "name": "Limits",
37
+ "output_required": false,
38
+ "required": false,
39
+ "type": "list",
40
+ "value_allowed_null": false
41
+ }
42
+ ],
43
+ "usage": "both"
44
+ },
45
+ "AuthTokenBase": {
46
+ "document": "AuthToken basic information.",
47
+ "members": [
48
+ {
49
+ "disabled": false,
50
+ "document": "Token value.",
51
+ "example": "8PyrHoGd6uZ52hQ",
52
+ "member": "string",
53
+ "name": "Value",
54
+ "output_required": false,
55
+ "required": false,
56
+ "type": "string",
57
+ "value_allowed_null": false
58
+ },
59
+ {
60
+ "disabled": false,
61
+ "document": "Token alias.",
62
+ "example": "这是 token 别名",
63
+ "member": "string",
64
+ "name": "Name",
65
+ "output_required": false,
66
+ "required": false,
67
+ "type": "string",
68
+ "value_allowed_null": false
69
+ },
70
+ {
71
+ "disabled": false,
72
+ "document": "Token description.",
73
+ "example": "这是 token 描述",
74
+ "member": "string",
75
+ "name": "Description",
76
+ "output_required": false,
77
+ "required": false,
78
+ "type": "string",
79
+ "value_allowed_null": false
80
+ },
81
+ {
82
+ "disabled": false,
83
+ "document": "Token creation time.",
84
+ "example": "2021-01-02",
85
+ "member": "string",
86
+ "name": "CreateTime",
87
+ "output_required": false,
88
+ "required": false,
89
+ "type": "string",
90
+ "value_allowed_null": false
91
+ },
92
+ {
93
+ "disabled": false,
94
+ "document": "Token status.",
95
+ "example": "Enabled",
96
+ "member": "string",
97
+ "name": "Status",
98
+ "output_required": false,
99
+ "required": false,
100
+ "type": "string",
101
+ "value_allowed_null": false
102
+ }
103
+ ],
104
+ "usage": "both"
105
+ },
106
+ "AuthTokenLimit": {
107
+ "document": "AuthToken throttling information.",
108
+ "members": [
109
+ {
110
+ "disabled": false,
111
+ "document": "Frequency limit policy. Valid values: PerMinute (frequency limit per minute) and PerDay (daily frequency limit).",
112
+ "example": "PerMinute",
113
+ "member": "string",
114
+ "name": "Strategy",
115
+ "output_required": false,
116
+ "required": false,
117
+ "type": "string",
118
+ "value_allowed_null": false
119
+ },
120
+ {
121
+ "disabled": false,
122
+ "document": "Upper limit.",
123
+ "example": "10000",
124
+ "member": "uint64",
125
+ "name": "Max",
126
+ "output_required": false,
127
+ "required": false,
128
+ "type": "int",
129
+ "value_allowed_null": false
130
+ }
131
+ ],
132
+ "usage": "both"
133
+ },
134
+ "CFSConfig": {
135
+ "document": "CFS storage configurations.",
136
+ "members": [
137
+ {
138
+ "disabled": false,
139
+ "document": "CFS instance ID.",
140
+ "example": "cfs-myCfsId",
141
+ "member": "string",
142
+ "name": "Id",
143
+ "output_required": true,
144
+ "required": true,
145
+ "type": "string",
146
+ "value_allowed_null": false
147
+ },
148
+ {
149
+ "disabled": false,
150
+ "document": "Storage path.",
151
+ "example": "/my/path",
152
+ "member": "string",
153
+ "name": "Path",
154
+ "output_required": true,
155
+ "required": true,
156
+ "type": "string",
157
+ "value_allowed_null": false
158
+ },
159
+ {
160
+ "disabled": false,
161
+ "document": "Mounting type of CFS. Valid values: STORAGE and SOURCE, which respectively indicate the storage expansion mode and the data source mode. The default value is STORAGE.Note: This field may return null, indicating that no valid values can be obtained.",
162
+ "example": "STORAGE",
163
+ "member": "string",
164
+ "name": "MountType",
165
+ "output_required": true,
166
+ "required": false,
167
+ "type": "string",
168
+ "value_allowed_null": true
169
+ },
170
+ {
171
+ "disabled": false,
172
+ "document": "Protocol. Valid values: NFS and TURBO.Note: This field may return null, indicating that no valid values can be obtained.",
173
+ "example": "NFS",
174
+ "member": "string",
175
+ "name": "Protocol",
176
+ "output_required": true,
177
+ "required": false,
178
+ "type": "string",
179
+ "value_allowed_null": true
180
+ }
181
+ ],
182
+ "usage": "both"
183
+ },
184
+ "Container": {
185
+ "document": "Container information.",
186
+ "members": [
187
+ {
188
+ "disabled": false,
189
+ "document": "Name.Note: This field may return null, indicating that no valid values can be obtained.",
190
+ "example": "main",
191
+ "member": "string",
192
+ "name": "Name",
193
+ "output_required": true,
194
+ "required": true,
195
+ "type": "string",
196
+ "value_allowed_null": true
197
+ },
198
+ {
199
+ "disabled": false,
200
+ "document": "id\nNote: This field may return null, indicating that no valid values can be obtained.",
201
+ "example": "989e5db6-af8c-4ea0-816a-a97369b36152",
202
+ "member": "string",
203
+ "name": "ContainerId",
204
+ "output_required": true,
205
+ "required": true,
206
+ "type": "string",
207
+ "value_allowed_null": true
208
+ },
209
+ {
210
+ "disabled": false,
211
+ "document": "Image address.Note: This field may return null, indicating that no valid values can be obtained.",
212
+ "example": "ccr.ccs.tencentyun.com/test-ccr/hellotest:grpc-test",
213
+ "member": "string",
214
+ "name": "Image",
215
+ "output_required": true,
216
+ "required": true,
217
+ "type": "string",
218
+ "value_allowed_null": true
219
+ },
220
+ {
221
+ "disabled": false,
222
+ "document": "Container status.Note: This field may return null, indicating that no valid values can be obtained.",
223
+ "example": "无",
224
+ "member": "ContainerStatus",
225
+ "name": "Status",
226
+ "output_required": true,
227
+ "required": true,
228
+ "type": "object",
229
+ "value_allowed_null": true
230
+ }
231
+ ],
232
+ "usage": "both"
233
+ },
234
+ "ContainerStatus": {
235
+ "document": "Container status.",
236
+ "members": [
237
+ {
238
+ "disabled": false,
239
+ "document": "Number of restarts.Note: This field may return null, indicating that no valid values can be obtained.",
240
+ "example": "0",
241
+ "member": "int64",
242
+ "name": "RestartCount",
243
+ "output_required": true,
244
+ "required": true,
245
+ "type": "int",
246
+ "value_allowed_null": true
247
+ },
248
+ {
249
+ "disabled": false,
250
+ "document": "Status.Note: This field may return null, indicating that no valid values can be obtained.",
251
+ "example": "waiting",
252
+ "member": "string",
253
+ "name": "State",
254
+ "output_required": true,
255
+ "required": true,
256
+ "type": "string",
257
+ "value_allowed_null": true
258
+ },
259
+ {
260
+ "disabled": false,
261
+ "document": "Whether it is ready.Note: This field may return null, indicating that no valid values can be obtained.",
262
+ "example": "false",
263
+ "member": "bool",
264
+ "name": "Ready",
265
+ "output_required": true,
266
+ "required": true,
267
+ "type": "bool",
268
+ "value_allowed_null": true
269
+ },
270
+ {
271
+ "disabled": false,
272
+ "document": "Status reason.Note: This field may return null, indicating that no valid values can be obtained.",
273
+ "example": "ContainerCreating",
274
+ "member": "string",
275
+ "name": "Reason",
276
+ "output_required": true,
277
+ "required": true,
278
+ "type": "string",
279
+ "value_allowed_null": true
280
+ },
281
+ {
282
+ "disabled": false,
283
+ "document": "Container error message.Note: This field may return null, indicating that no valid values can be obtained.",
284
+ "example": "Error",
285
+ "member": "string",
286
+ "name": "Message",
287
+ "output_required": true,
288
+ "required": true,
289
+ "type": "string",
290
+ "value_allowed_null": true
291
+ }
292
+ ],
293
+ "usage": "both"
294
+ },
295
+ "CosPathInfo": {
296
+ "document": "COS path information.",
297
+ "members": [
298
+ {
299
+ "disabled": false,
300
+ "document": "Bucket.Note: This field may return null, indicating that no valid values can be obtained.",
301
+ "example": "encent-cloud-product-release-66666",
302
+ "member": "string",
303
+ "name": "Bucket",
304
+ "output_required": true,
305
+ "required": true,
306
+ "type": "string",
307
+ "value_allowed_null": true
308
+ },
309
+ {
310
+ "disabled": false,
311
+ "document": "Region.Note: This field may return null, indicating that no valid values can be obtained.",
312
+ "example": "ap-beijing",
313
+ "member": "string",
314
+ "name": "Region",
315
+ "output_required": true,
316
+ "required": true,
317
+ "type": "string",
318
+ "value_allowed_null": true
319
+ },
320
+ {
321
+ "disabled": false,
322
+ "document": "Path list. Only one path is supported.Note: This field may return null, indicating that no valid values can be obtained.",
323
+ "example": "[\"path/\"]",
324
+ "member": "string",
325
+ "name": "Paths",
326
+ "output_required": true,
327
+ "required": true,
328
+ "type": "list",
329
+ "value_allowed_null": true
330
+ }
331
+ ],
332
+ "usage": "both"
333
+ },
334
+ "CronScaleJob": {
335
+ "document": "Scheduled scaling task.",
336
+ "members": [
337
+ {
338
+ "disabled": false,
339
+ "document": "Cron expression, which identifies the task execution time, and is accurate to minutes.",
340
+ "example": "\"0 30 12 * * *\"",
341
+ "member": "string",
342
+ "name": "Schedule",
343
+ "required": true,
344
+ "type": "string",
345
+ "value_allowed_null": false
346
+ },
347
+ {
348
+ "disabled": false,
349
+ "document": "Scheduled task name.Note: This field may return null, indicating that no valid values can be obtained.",
350
+ "example": "job-1",
351
+ "member": "string",
352
+ "name": "Name",
353
+ "required": false,
354
+ "type": "string",
355
+ "value_allowed_null": true
356
+ },
357
+ {
358
+ "disabled": false,
359
+ "document": "Number of target instances.Note: This field may return null, indicating that no valid values can be obtained.",
360
+ "example": "1",
361
+ "member": "int64",
362
+ "name": "TargetReplicas",
363
+ "required": false,
364
+ "type": "int",
365
+ "value_allowed_null": true
366
+ },
367
+ {
368
+ "disabled": false,
369
+ "document": "Minimum target.Note: This field may return null, indicating that no valid values can be obtained.",
370
+ "example": "1",
371
+ "member": "int64",
372
+ "name": "MinReplicas",
373
+ "required": false,
374
+ "type": "int",
375
+ "value_allowed_null": true
376
+ },
377
+ {
378
+ "disabled": false,
379
+ "document": "Maximum target.Note: This field may return null, indicating that no valid values can be obtained.",
380
+ "example": "3",
381
+ "member": "int64",
382
+ "name": "MaxReplicas",
383
+ "required": false,
384
+ "type": "int",
385
+ "value_allowed_null": true
386
+ },
387
+ {
388
+ "disabled": false,
389
+ "document": "Exception periods, defined by Cron expressions, during which tasks are not executed. Up to 3 Cron expressions are supported.Note: This field may return null, indicating that no valid values can be obtained.",
390
+ "example": "[\"0 30 12 * * *\"]",
391
+ "member": "string",
392
+ "name": "ExcludeDates",
393
+ "required": false,
394
+ "type": "list",
395
+ "value_allowed_null": true
396
+ }
397
+ ],
398
+ "usage": "both"
399
+ },
400
+ "CrossTenantENIInfo": {
401
+ "document": "Information about Pod calls involving ENIs across tenants.",
402
+ "members": [
403
+ {
404
+ "disabled": false,
405
+ "document": "Pod IP address.Note: This field may return null, indicating that no valid values can be obtained.",
406
+ "example": "9.0.0.1",
407
+ "member": "string",
408
+ "name": "PrimaryIP",
409
+ "output_required": false,
410
+ "required": false,
411
+ "type": "string",
412
+ "value_allowed_null": true
413
+ },
414
+ {
415
+ "disabled": false,
416
+ "document": "Pod port.Note: This field may return null, indicating that no valid values can be obtained.",
417
+ "example": "8501",
418
+ "member": "string",
419
+ "name": "Port",
420
+ "output_required": false,
421
+ "required": false,
422
+ "type": "string",
423
+ "value_allowed_null": true
424
+ }
425
+ ],
426
+ "usage": "both"
427
+ },
428
+ "DescribeModelServiceGroupsRequest": {
429
+ "document": "DescribeModelServiceGroups request structure.",
430
+ "members": [
431
+ {
432
+ "disabled": false,
433
+ "document": "Offset. Default value: 0.",
434
+ "example": "10",
435
+ "member": "int64",
436
+ "name": "Offset",
437
+ "required": false,
438
+ "type": "int"
439
+ },
440
+ {
441
+ "disabled": false,
442
+ "document": "Number of returned results. The default value is 20, and the maximum value is 100.",
443
+ "example": "100",
444
+ "member": "int64",
445
+ "name": "Limit",
446
+ "required": false,
447
+ "type": "int"
448
+ },
449
+ {
450
+ "disabled": false,
451
+ "document": "The sorting order of the output list. Valid values: ASC (ascending order) and DESC (descending order).",
452
+ "example": "ASC",
453
+ "member": "string",
454
+ "name": "Order",
455
+ "required": false,
456
+ "type": "string"
457
+ },
458
+ {
459
+ "disabled": false,
460
+ "document": "Field to sort by. Valid values: CreateTime and UpdateTime.",
461
+ "example": "CreateTime",
462
+ "member": "string",
463
+ "name": "OrderField",
464
+ "required": false,
465
+ "type": "string"
466
+ },
467
+ {
468
+ "disabled": false,
469
+ "document": "Pagination parameters. Supported filterable field names include:[\"ClusterId\", \"ServiceId\", \"ServiceGroupName\", \"ServiceGroupId\",\"Status\",\"CreatedBy\",\"ModelVersionId\"]",
470
+ "example": "无",
471
+ "member": "Filter",
472
+ "name": "Filters",
473
+ "required": false,
474
+ "type": "list"
475
+ },
476
+ {
477
+ "disabled": false,
478
+ "document": "Tag filtering parameters.",
479
+ "example": "无",
480
+ "member": "TagFilter",
481
+ "name": "TagFilters",
482
+ "required": false,
483
+ "type": "list"
484
+ },
485
+ {
486
+ "disabled": false,
487
+ "document": "Service classification.",
488
+ "example": "无",
489
+ "member": "string",
490
+ "name": "ServiceCategory",
491
+ "required": false,
492
+ "type": "string"
493
+ }
494
+ ],
495
+ "type": "object"
496
+ },
497
+ "DescribeModelServiceGroupsResponse": {
498
+ "document": "DescribeModelServiceGroups response structure.",
499
+ "members": [
500
+ {
501
+ "disabled": false,
502
+ "document": "Number of inference service groups.Note: This field may return null, indicating that no valid values can be obtained.",
503
+ "example": "100",
504
+ "member": "int64",
505
+ "name": "TotalCount",
506
+ "output_required": true,
507
+ "type": "int",
508
+ "value_allowed_null": true
509
+ },
510
+ {
511
+ "disabled": false,
512
+ "document": "Service group information.Note: This field may return null, indicating that no valid values can be obtained.",
513
+ "example": "无",
514
+ "member": "ServiceGroup",
515
+ "name": "ServiceGroups",
516
+ "output_required": true,
517
+ "type": "list",
518
+ "value_allowed_null": true
519
+ },
520
+ {
521
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
522
+ "member": "string",
523
+ "name": "RequestId",
524
+ "type": "string"
525
+ }
526
+ ],
527
+ "type": "object"
528
+ },
529
+ "EnvVar": {
530
+ "document": "Environment variables.",
531
+ "members": [
532
+ {
533
+ "disabled": false,
534
+ "document": "Environment variable key.Note: This field may return null, indicating that no valid values can be obtained.",
535
+ "example": "TEST",
536
+ "member": "string",
537
+ "name": "Name",
538
+ "required": false,
539
+ "type": "string",
540
+ "value_allowed_null": true
541
+ },
542
+ {
543
+ "disabled": false,
544
+ "document": "Environment variable value.Note: This field may return null, indicating that no valid values can be obtained.",
545
+ "example": "TEST",
546
+ "member": "string",
547
+ "name": "Value",
548
+ "required": false,
549
+ "type": "string",
550
+ "value_allowed_null": true
551
+ }
552
+ ],
553
+ "usage": "both"
554
+ },
555
+ "ExecAction": {
556
+ "document": "Probe check action for execution commands.",
557
+ "members": [
558
+ {
559
+ "disabled": false,
560
+ "document": "Execution command list.",
561
+ "example": "[\"ls\", \"la\", \"./\"]",
562
+ "member": "string",
563
+ "name": "Command",
564
+ "output_required": false,
565
+ "required": false,
566
+ "type": "list",
567
+ "value_allowed_null": false
568
+ }
569
+ ],
570
+ "usage": "both"
571
+ },
572
+ "Filter": {
573
+ "document": "Filter.",
574
+ "members": [
575
+ {
576
+ "disabled": false,
577
+ "document": "Filter field name.",
578
+ "example": "Name",
579
+ "member": "string",
580
+ "name": "Name",
581
+ "required": false,
582
+ "type": "string",
583
+ "value_allowed_null": false
584
+ },
585
+ {
586
+ "disabled": false,
587
+ "document": "Filter field values.",
588
+ "example": "{\"ss\",\"sss\"}",
589
+ "member": "string",
590
+ "name": "Values",
591
+ "required": false,
592
+ "type": "list",
593
+ "value_allowed_null": false
594
+ },
595
+ {
596
+ "disabled": false,
597
+ "document": "Whether to enable reverse query.",
598
+ "example": "false",
599
+ "member": "bool",
600
+ "name": "Negative",
601
+ "required": false,
602
+ "type": "bool",
603
+ "value_allowed_null": false
604
+ },
605
+ {
606
+ "disabled": false,
607
+ "document": "Whether to enable fuzzy matching.",
608
+ "example": "false",
609
+ "member": "bool",
610
+ "name": "Fuzzy",
611
+ "required": false,
612
+ "type": "bool",
613
+ "value_allowed_null": false
614
+ }
615
+ ],
616
+ "usage": "in"
617
+ },
618
+ "GooseFSx": {
619
+ "document": "GooseFSx configurations.",
620
+ "members": [
621
+ {
622
+ "disabled": false,
623
+ "document": "GooseFSx instance ID.",
624
+ "example": "gs-fsxfs",
625
+ "member": "string",
626
+ "name": "Id",
627
+ "output_required": false,
628
+ "required": false,
629
+ "type": "string",
630
+ "value_allowed_null": false
631
+ },
632
+ {
633
+ "disabled": false,
634
+ "document": "Path to mount the GooseFSx instance.",
635
+ "example": "/model",
636
+ "member": "string",
637
+ "name": "Path",
638
+ "output_required": false,
639
+ "required": false,
640
+ "type": "string",
641
+ "value_allowed_null": false
642
+ }
643
+ ],
644
+ "usage": "both"
645
+ },
646
+ "GpuDetail": {
647
+ "document": "GPU details.",
648
+ "members": [
649
+ {
650
+ "disabled": false,
651
+ "document": "GPU card type. Enumeration values: V100, A100, T4.Note: This field may return null, indicating that no valid values can be obtained.",
652
+ "example": "V100",
653
+ "member": "string",
654
+ "name": "Name",
655
+ "output_required": true,
656
+ "required": false,
657
+ "type": "string",
658
+ "value_allowed_null": true
659
+ },
660
+ {
661
+ "disabled": false,
662
+ "document": "GPU card quantity, in 1/100 cards. For example, 100 represents 1 card.Note: This field may return null, indicating that no valid values can be obtained.",
663
+ "example": "100",
664
+ "member": "uint64",
665
+ "name": "Value",
666
+ "output_required": true,
667
+ "required": false,
668
+ "type": "int",
669
+ "value_allowed_null": true
670
+ }
671
+ ],
672
+ "usage": "both"
673
+ },
674
+ "HTTPGetAction": {
675
+ "document": "HTTP GET action.",
676
+ "members": [
677
+ {
678
+ "disabled": false,
679
+ "document": "HTTP path.",
680
+ "example": "/health/live",
681
+ "member": "string",
682
+ "name": "Path",
683
+ "output_required": false,
684
+ "required": false,
685
+ "type": "string",
686
+ "value_allowed_null": false
687
+ },
688
+ {
689
+ "disabled": false,
690
+ "document": "Called port.",
691
+ "example": "8051",
692
+ "member": "int64",
693
+ "name": "Port",
694
+ "output_required": false,
695
+ "required": false,
696
+ "type": "int",
697
+ "value_allowed_null": false
698
+ }
699
+ ],
700
+ "usage": "both"
701
+ },
702
+ "HealthProbe": {
703
+ "document": "Health probe.",
704
+ "members": [
705
+ {
706
+ "disabled": false,
707
+ "document": "Liveness probe.",
708
+ "example": "无",
709
+ "member": "Probe",
710
+ "name": "LivenessProbe",
711
+ "output_required": false,
712
+ "required": false,
713
+ "type": "object",
714
+ "value_allowed_null": false
715
+ },
716
+ {
717
+ "disabled": false,
718
+ "document": "Readiness probe.",
719
+ "example": "无",
720
+ "member": "Probe",
721
+ "name": "ReadinessProbe",
722
+ "output_required": false,
723
+ "required": false,
724
+ "type": "object",
725
+ "value_allowed_null": false
726
+ },
727
+ {
728
+ "disabled": false,
729
+ "document": "Startup probe.",
730
+ "example": "无",
731
+ "member": "Probe",
732
+ "name": "StartupProbe",
733
+ "output_required": false,
734
+ "required": false,
735
+ "type": "object",
736
+ "value_allowed_null": false
737
+ }
738
+ ],
739
+ "usage": "both"
740
+ },
741
+ "HorizontalPodAutoscaler": {
742
+ "document": "HPA description.",
743
+ "members": [
744
+ {
745
+ "disabled": false,
746
+ "document": "Minimum number of instances.Note: This field may return null, indicating that no valid values can be obtained.",
747
+ "example": "1",
748
+ "member": "int64",
749
+ "name": "MinReplicas",
750
+ "output_required": true,
751
+ "required": true,
752
+ "type": "int",
753
+ "value_allowed_null": true
754
+ },
755
+ {
756
+ "disabled": false,
757
+ "document": "Maximum number of instances.Note: This field may return null, indicating that no valid values can be obtained.",
758
+ "example": "2",
759
+ "member": "int64",
760
+ "name": "MaxReplicas",
761
+ "output_required": true,
762
+ "required": true,
763
+ "type": "int",
764
+ "value_allowed_null": true
765
+ },
766
+ {
767
+ "disabled": false,
768
+ "document": "Supported.\"gpu-util\": GPU utilization; value range: 10-100. \"cpu-util\": CPU utilization; value range: 10-100. \"memory-util\": memory utilization; value range: 10-100. \"service-qps\": the QPS value of single instances; value range: 1-5000.\"concurrency-util\": the number of concurrent requests of single instances. Value range: 1-100000.Note: This field may return null, indicating that no valid values can be obtained.",
769
+ "example": "\"gpu-util\": {0, 100}",
770
+ "member": "Option",
771
+ "name": "HpaMetrics",
772
+ "output_required": true,
773
+ "required": true,
774
+ "type": "list",
775
+ "value_allowed_null": true
776
+ },
777
+ {
778
+ "disabled": false,
779
+ "document": "Scale-out cooldown period, in seconds.",
780
+ "example": "100",
781
+ "member": "int64",
782
+ "name": "ScaleUpStabilizationWindowSeconds",
783
+ "output_required": false,
784
+ "required": false,
785
+ "type": "int",
786
+ "value_allowed_null": false
787
+ },
788
+ {
789
+ "disabled": false,
790
+ "document": "Scale-in cooldown period, in seconds.",
791
+ "example": "100",
792
+ "member": "int64",
793
+ "name": "ScaleDownStabilizationWindowSeconds",
794
+ "output_required": false,
795
+ "required": false,
796
+ "type": "int",
797
+ "value_allowed_null": false
798
+ }
799
+ ],
800
+ "usage": "both"
801
+ },
802
+ "ImageInfo": {
803
+ "document": "Image description information.",
804
+ "members": [
805
+ {
806
+ "disabled": false,
807
+ "document": "Image type. Valid values: TCR ( which indicates a Tencent Container Registry (TCR) image), CCR (which indicates a TCR Personal Edition image), PreSet (which indicates a platform preset image), and CUSTOM (which indicates a third-party custom image).",
808
+ "example": "TCR",
809
+ "member": "string",
810
+ "name": "ImageType",
811
+ "output_required": true,
812
+ "required": true,
813
+ "type": "string",
814
+ "value_allowed_null": false
815
+ },
816
+ {
817
+ "disabled": false,
818
+ "document": "Image address.",
819
+ "example": "ccr.ccs.tencentyun.com/ti-platform/hellotest:http-test",
820
+ "member": "string",
821
+ "name": "ImageUrl",
822
+ "output_required": true,
823
+ "required": true,
824
+ "type": "string",
825
+ "value_allowed_null": false
826
+ },
827
+ {
828
+ "disabled": false,
829
+ "document": "Region corresponding to the TCR image.Note: This field may return null, indicating that no valid values can be obtained.",
830
+ "example": "ap-beijiang",
831
+ "member": "string",
832
+ "name": "RegistryRegion",
833
+ "output_required": true,
834
+ "required": false,
835
+ "type": "string",
836
+ "value_allowed_null": true
837
+ },
838
+ {
839
+ "disabled": false,
840
+ "document": "Instance ID corresponding to the TCR image.Note: This field may return null, indicating that no valid values can be obtained.",
841
+ "example": "t-asfffasf",
842
+ "member": "string",
843
+ "name": "RegistryId",
844
+ "output_required": true,
845
+ "required": false,
846
+ "type": "string",
847
+ "value_allowed_null": true
848
+ },
849
+ {
850
+ "disabled": false,
851
+ "document": "Whether to allow exporting all content.Note: This field may return null, indicating that no valid values can be obtained.",
852
+ "example": "false",
853
+ "member": "bool",
854
+ "name": "AllowSaveAllContent",
855
+ "output_required": false,
856
+ "required": false,
857
+ "type": "bool",
858
+ "value_allowed_null": true
859
+ },
860
+ {
861
+ "disabled": false,
862
+ "document": "Image name.Note: This field may return null, indicating that no valid values can be obtained.",
863
+ "example": "LLM",
864
+ "member": "string",
865
+ "name": "ImageName",
866
+ "output_required": false,
867
+ "required": false,
868
+ "type": "string",
869
+ "value_allowed_null": true
870
+ },
871
+ {
872
+ "disabled": false,
873
+ "document": "Whether to support data generation.Note: This field may return null, indicating that no valid values can be obtained.",
874
+ "example": "false",
875
+ "member": "bool",
876
+ "name": "SupportDataPipeline",
877
+ "output_required": false,
878
+ "required": false,
879
+ "type": "bool",
880
+ "value_allowed_null": true
881
+ }
882
+ ],
883
+ "usage": "both"
884
+ },
885
+ "InferCodeInfo": {
886
+ "document": "Inference code information.",
887
+ "members": [
888
+ {
889
+ "disabled": false,
890
+ "document": "Details of Cloud Object Storage (COS) where the inference code is located.Note: This field may return null, indicating that no valid values can be obtained.",
891
+ "example": "无",
892
+ "member": "CosPathInfo",
893
+ "name": "CosPathInfo",
894
+ "output_required": true,
895
+ "required": true,
896
+ "type": "object",
897
+ "value_allowed_null": true
898
+ }
899
+ ],
900
+ "usage": "both"
901
+ },
902
+ "LogConfig": {
903
+ "document": "Log configurations.",
904
+ "members": [
905
+ {
906
+ "disabled": false,
907
+ "document": "Logs should be shipped to a Cloud Log Service (CLS) log set.Note: This field may return null, indicating that no valid values can be obtained.",
908
+ "example": "cls-eeee",
909
+ "member": "string",
910
+ "name": "LogsetId",
911
+ "required": true,
912
+ "type": "string",
913
+ "value_allowed_null": true
914
+ },
915
+ {
916
+ "disabled": false,
917
+ "document": "Logs should be shipped to a CLS topic.Note: This field may return null, indicating that no valid values can be obtained.",
918
+ "example": "cls-topic-ccccc",
919
+ "member": "string",
920
+ "name": "TopicId",
921
+ "required": true,
922
+ "type": "string",
923
+ "value_allowed_null": true
924
+ }
925
+ ],
926
+ "usage": "both"
927
+ },
928
+ "ModelInfo": {
929
+ "document": "Model description information.",
930
+ "members": [
931
+ {
932
+ "disabled": false,
933
+ "document": "The model version ID is returned by the DescribeTrainingModelVersion API when querying the model.Enter the task ID of the Automated Machine Learning (AutoML) model.",
934
+ "example": "m-dddd-1",
935
+ "member": "string",
936
+ "name": "ModelVersionId",
937
+ "output_required": true,
938
+ "required": true,
939
+ "type": "string",
940
+ "value_allowed_null": false
941
+ },
942
+ {
943
+ "disabled": false,
944
+ "document": "Model ID.",
945
+ "example": "m-dddd",
946
+ "member": "string",
947
+ "name": "ModelId",
948
+ "output_required": true,
949
+ "required": false,
950
+ "type": "string",
951
+ "value_allowed_null": false
952
+ },
953
+ {
954
+ "disabled": false,
955
+ "document": "Model name.",
956
+ "example": "mn-xx",
957
+ "member": "string",
958
+ "name": "ModelName",
959
+ "output_required": true,
960
+ "required": false,
961
+ "type": "string",
962
+ "value_allowed_null": false
963
+ },
964
+ {
965
+ "disabled": false,
966
+ "document": "Model version.",
967
+ "example": "1",
968
+ "member": "string",
969
+ "name": "ModelVersion",
970
+ "output_required": true,
971
+ "required": false,
972
+ "type": "string",
973
+ "value_allowed_null": false
974
+ },
975
+ {
976
+ "disabled": false,
977
+ "document": "Model source.",
978
+ "example": "COS",
979
+ "member": "string",
980
+ "name": "ModelSource",
981
+ "output_required": true,
982
+ "required": false,
983
+ "type": "string",
984
+ "value_allowed_null": false
985
+ },
986
+ {
987
+ "disabled": false,
988
+ "document": "COS path information.",
989
+ "example": "无",
990
+ "member": "CosPathInfo",
991
+ "name": "CosPathInfo",
992
+ "output_required": true,
993
+ "required": false,
994
+ "type": "object",
995
+ "value_allowed_null": false
996
+ },
997
+ {
998
+ "disabled": false,
999
+ "document": "GooseFSx configurations, and is valid when ModelSource is GooseFSx.",
1000
+ "example": "无",
1001
+ "member": "GooseFSx",
1002
+ "name": "GooseFSx",
1003
+ "output_required": false,
1004
+ "required": false,
1005
+ "type": "object",
1006
+ "value_allowed_null": false
1007
+ },
1008
+ {
1009
+ "disabled": false,
1010
+ "document": "Algorithm framework corresponding to the model (reserved field).Note: This field may return null, indicating that no valid values can be obtained.",
1011
+ "example": "pmml",
1012
+ "member": "string",
1013
+ "name": "AlgorithmFramework",
1014
+ "output_required": true,
1015
+ "required": false,
1016
+ "type": "string",
1017
+ "value_allowed_null": true
1018
+ },
1019
+ {
1020
+ "disabled": false,
1021
+ "document": "Default: NORMAL; accelerated model: ACCELERATE; automatic learning model: AUTO_ML.Note: This field may return null, indicating that no valid values can be obtained.",
1022
+ "example": "ACCELERATE",
1023
+ "member": "string",
1024
+ "name": "ModelType",
1025
+ "output_required": true,
1026
+ "required": false,
1027
+ "type": "string",
1028
+ "value_allowed_null": true
1029
+ },
1030
+ {
1031
+ "disabled": false,
1032
+ "document": "Model format.Note: This field may return null, indicating that no valid values can be obtained.",
1033
+ "example": "pmml",
1034
+ "member": "string",
1035
+ "name": "ModelFormat",
1036
+ "output_required": false,
1037
+ "required": false,
1038
+ "type": "string",
1039
+ "value_allowed_null": true
1040
+ },
1041
+ {
1042
+ "disabled": false,
1043
+ "document": "Whether it is a private LLM.Note: This field may return null, indicating that no valid values can be obtained.",
1044
+ "example": "false",
1045
+ "member": "bool",
1046
+ "name": "IsPrivateModel",
1047
+ "output_required": false,
1048
+ "required": false,
1049
+ "type": "bool",
1050
+ "value_allowed_null": true
1051
+ },
1052
+ {
1053
+ "disabled": false,
1054
+ "document": "Model category. Valid values: MultiModal (multi-modal) and LLM (text LLM).",
1055
+ "example": "MultiModal",
1056
+ "member": "string",
1057
+ "name": "ModelCategory",
1058
+ "output_required": false,
1059
+ "required": false,
1060
+ "type": "string",
1061
+ "value_allowed_null": false
1062
+ },
1063
+ {
1064
+ "disabled": false,
1065
+ "document": "Data source configurations.",
1066
+ "example": "无",
1067
+ "member": "PublicDataSourceFS",
1068
+ "name": "PublicDataSource",
1069
+ "output_required": false,
1070
+ "required": false,
1071
+ "type": "object",
1072
+ "value_allowed_null": false
1073
+ }
1074
+ ],
1075
+ "usage": "both"
1076
+ },
1077
+ "NumOrPercent": {
1078
+ "document": "Percentage or quantity.",
1079
+ "members": [
1080
+ {
1081
+ "disabled": false,
1082
+ "document": "Valid values: Num and Percent, which indicate quantity and percentage respectively. The default value is Num.",
1083
+ "example": "Num",
1084
+ "member": "string",
1085
+ "name": "Type",
1086
+ "output_required": false,
1087
+ "required": false,
1088
+ "type": "string",
1089
+ "value_allowed_null": false
1090
+ },
1091
+ {
1092
+ "disabled": false,
1093
+ "document": "Numeric value.",
1094
+ "example": "10",
1095
+ "member": "int64",
1096
+ "name": "Value",
1097
+ "output_required": false,
1098
+ "required": false,
1099
+ "type": "int",
1100
+ "value_allowed_null": false
1101
+ }
1102
+ ],
1103
+ "usage": "both"
1104
+ },
1105
+ "Option": {
1106
+ "document": "Key-value pair.",
1107
+ "members": [
1108
+ {
1109
+ "disabled": false,
1110
+ "document": "Metric name.",
1111
+ "example": "gpu-util",
1112
+ "member": "string",
1113
+ "name": "Name",
1114
+ "required": true,
1115
+ "type": "string",
1116
+ "value_allowed_null": false
1117
+ },
1118
+ {
1119
+ "disabled": false,
1120
+ "document": "Metric value.",
1121
+ "example": "{0,100}",
1122
+ "member": "int64",
1123
+ "name": "Value",
1124
+ "required": true,
1125
+ "type": "int",
1126
+ "value_allowed_null": false
1127
+ }
1128
+ ],
1129
+ "usage": "both"
1130
+ },
1131
+ "Pod": {
1132
+ "document": "Pod information display.",
1133
+ "members": [
1134
+ {
1135
+ "disabled": false,
1136
+ "document": "Pod name.Note: This field may return null, indicating that no valid values can be obtained.",
1137
+ "example": "ms-24xzphkz-1-55cc4779cc-9j6tb",
1138
+ "member": "string",
1139
+ "name": "Name",
1140
+ "output_required": true,
1141
+ "required": false,
1142
+ "type": "string",
1143
+ "value_allowed_null": true
1144
+ },
1145
+ {
1146
+ "disabled": false,
1147
+ "document": "Unique ID of the Pod.Note: This field may return null, indicating that no valid values can be obtained.",
1148
+ "example": "989e5db6-af8c-4ea0-816a-a97369b36152",
1149
+ "member": "string",
1150
+ "name": "Uid",
1151
+ "output_required": true,
1152
+ "required": false,
1153
+ "type": "string",
1154
+ "value_allowed_null": true
1155
+ },
1156
+ {
1157
+ "disabled": false,
1158
+ "document": "Service payment mode.Note: This field may return null, indicating that no valid values can be obtained.",
1159
+ "example": "POSTPAID_BY_HOUR",
1160
+ "member": "string",
1161
+ "name": "ChargeType",
1162
+ "output_required": true,
1163
+ "required": false,
1164
+ "type": "string",
1165
+ "value_allowed_null": true
1166
+ },
1167
+ {
1168
+ "disabled": false,
1169
+ "document": "Pod status.Note: This field may return null, indicating that no valid values can be obtained.",
1170
+ "example": "Pending",
1171
+ "member": "string",
1172
+ "name": "Phase",
1173
+ "output_required": true,
1174
+ "required": false,
1175
+ "type": "string",
1176
+ "value_allowed_null": true
1177
+ },
1178
+ {
1179
+ "disabled": false,
1180
+ "document": "Pod IP address.Note: This field may return null, indicating that no valid values can be obtained.",
1181
+ "example": "9.0.0.1",
1182
+ "member": "string",
1183
+ "name": "IP",
1184
+ "output_required": true,
1185
+ "required": false,
1186
+ "type": "string",
1187
+ "value_allowed_null": true
1188
+ },
1189
+ {
1190
+ "disabled": false,
1191
+ "document": "Pod creation time.Note: This field may return null, indicating that no valid values can be obtained.",
1192
+ "example": "2022-08-19T09:32:15Z",
1193
+ "member": "string",
1194
+ "name": "CreateTime",
1195
+ "output_required": true,
1196
+ "required": false,
1197
+ "type": "string",
1198
+ "value_allowed_null": true
1199
+ },
1200
+ {
1201
+ "disabled": true,
1202
+ "document": "Container list.Note: This field may return null, indicating that no valid values can be obtained.",
1203
+ "example": "无",
1204
+ "member": "Container",
1205
+ "name": "Containers",
1206
+ "output_required": true,
1207
+ "required": false,
1208
+ "type": "object",
1209
+ "value_allowed_null": true
1210
+ },
1211
+ {
1212
+ "disabled": false,
1213
+ "document": "Container list.Note: This field may return null, indicating that no valid values can be obtained.",
1214
+ "example": "无",
1215
+ "member": "Container",
1216
+ "name": "ContainerInfos",
1217
+ "output_required": true,
1218
+ "required": false,
1219
+ "type": "list",
1220
+ "value_allowed_null": true
1221
+ },
1222
+ {
1223
+ "disabled": false,
1224
+ "document": "Container calling information.Note: This field may return null, indicating that no valid values can be obtained.",
1225
+ "example": "无",
1226
+ "member": "CrossTenantENIInfo",
1227
+ "name": "CrossTenantENIInfo",
1228
+ "output_required": false,
1229
+ "required": false,
1230
+ "type": "object",
1231
+ "value_allowed_null": true
1232
+ },
1233
+ {
1234
+ "disabled": false,
1235
+ "document": "Instance status information.",
1236
+ "example": "Running",
1237
+ "member": "string",
1238
+ "name": "Status",
1239
+ "output_required": false,
1240
+ "required": false,
1241
+ "type": "string",
1242
+ "value_allowed_null": false
1243
+ },
1244
+ {
1245
+ "disabled": false,
1246
+ "document": "Instance scheduling start time.",
1247
+ "example": "2025-05-14 15:47:01",
1248
+ "member": "string",
1249
+ "name": "StartScheduleTime",
1250
+ "output_required": false,
1251
+ "required": false,
1252
+ "type": "string",
1253
+ "value_allowed_null": false
1254
+ },
1255
+ {
1256
+ "disabled": false,
1257
+ "document": "Supplemental instance status information.",
1258
+ "example": "当前实例已排队x小时x分钟,优先级P0",
1259
+ "member": "string",
1260
+ "name": "Message",
1261
+ "output_required": false,
1262
+ "required": false,
1263
+ "type": "string",
1264
+ "value_allowed_null": false
1265
+ },
1266
+ {
1267
+ "disabled": false,
1268
+ "document": "Node IP address of the current instance.",
1269
+ "example": "9.0.0.8",
1270
+ "member": "string",
1271
+ "name": "NodeIP",
1272
+ "output_required": false,
1273
+ "required": false,
1274
+ "type": "string",
1275
+ "value_allowed_null": false
1276
+ },
1277
+ {
1278
+ "disabled": false,
1279
+ "document": "Node ID of the current instance.",
1280
+ "example": "sm-esffesx",
1281
+ "member": "string",
1282
+ "name": "NodeId",
1283
+ "output_required": false,
1284
+ "required": false,
1285
+ "type": "string",
1286
+ "value_allowed_null": false
1287
+ },
1288
+ {
1289
+ "disabled": false,
1290
+ "document": "Resource group ID to which the instance belonged.",
1291
+ "example": "rsg-tt2sxcf",
1292
+ "member": "string",
1293
+ "name": "ResourceGroupId",
1294
+ "output_required": false,
1295
+ "required": false,
1296
+ "type": "string",
1297
+ "value_allowed_null": false
1298
+ },
1299
+ {
1300
+ "disabled": false,
1301
+ "document": "Resource group name.",
1302
+ "example": "资源组1",
1303
+ "member": "string",
1304
+ "name": "ResourceGroupName",
1305
+ "output_required": false,
1306
+ "required": false,
1307
+ "type": "string",
1308
+ "value_allowed_null": false
1309
+ },
1310
+ {
1311
+ "disabled": false,
1312
+ "document": "Resource usage information of the instance.",
1313
+ "example": "无",
1314
+ "member": "ResourceInfo",
1315
+ "name": "ResourceInfo",
1316
+ "output_required": false,
1317
+ "required": false,
1318
+ "type": "object",
1319
+ "value_allowed_null": false
1320
+ }
1321
+ ],
1322
+ "usage": "both"
1323
+ },
1324
+ "Probe": {
1325
+ "document": "Probe structure information.",
1326
+ "members": [
1327
+ {
1328
+ "disabled": false,
1329
+ "document": "Probe action.",
1330
+ "example": "无",
1331
+ "member": "ProbeAction",
1332
+ "name": "ProbeAction",
1333
+ "output_required": false,
1334
+ "required": false,
1335
+ "type": "object",
1336
+ "value_allowed_null": false
1337
+ },
1338
+ {
1339
+ "disabled": false,
1340
+ "document": "Delay in waiting for a service startup.",
1341
+ "example": "0",
1342
+ "member": "int64",
1343
+ "name": "InitialDelaySeconds",
1344
+ "output_required": false,
1345
+ "required": false,
1346
+ "type": "int",
1347
+ "value_allowed_null": false
1348
+ },
1349
+ {
1350
+ "disabled": false,
1351
+ "document": "Polling check interval.",
1352
+ "example": "10",
1353
+ "member": "int64",
1354
+ "name": "PeriodSeconds",
1355
+ "output_required": false,
1356
+ "required": false,
1357
+ "type": "int",
1358
+ "value_allowed_null": false
1359
+ },
1360
+ {
1361
+ "disabled": false,
1362
+ "document": "Check timeout duration.",
1363
+ "example": "1",
1364
+ "member": "int64",
1365
+ "name": "TimeoutSeconds",
1366
+ "output_required": false,
1367
+ "required": false,
1368
+ "type": "int",
1369
+ "value_allowed_null": false
1370
+ },
1371
+ {
1372
+ "disabled": false,
1373
+ "document": "Number of acknowledged failed detections.",
1374
+ "example": "1",
1375
+ "member": "int64",
1376
+ "name": "FailureThreshold",
1377
+ "output_required": false,
1378
+ "required": false,
1379
+ "type": "int",
1380
+ "value_allowed_null": false
1381
+ },
1382
+ {
1383
+ "disabled": false,
1384
+ "document": "Number of acknowledged successful detections. The default values for readiness, liveness, and startup statuses are 3, 1, and 1.",
1385
+ "example": "3",
1386
+ "member": "int64",
1387
+ "name": "SuccessThreshold",
1388
+ "output_required": false,
1389
+ "required": false,
1390
+ "type": "int",
1391
+ "value_allowed_null": false
1392
+ }
1393
+ ],
1394
+ "usage": "both"
1395
+ },
1396
+ "ProbeAction": {
1397
+ "document": "Probe action.",
1398
+ "members": [
1399
+ {
1400
+ "disabled": false,
1401
+ "document": "HTTP GET action.",
1402
+ "example": "无",
1403
+ "member": "HTTPGetAction",
1404
+ "name": "HTTPGet",
1405
+ "output_required": false,
1406
+ "required": false,
1407
+ "type": "object",
1408
+ "value_allowed_null": false
1409
+ },
1410
+ {
1411
+ "disabled": false,
1412
+ "document": "Executes check command action.",
1413
+ "example": "无",
1414
+ "member": "ExecAction",
1415
+ "name": "Exec",
1416
+ "output_required": false,
1417
+ "required": false,
1418
+ "type": "object",
1419
+ "value_allowed_null": false
1420
+ },
1421
+ {
1422
+ "disabled": false,
1423
+ "document": "TCP Socket check action.",
1424
+ "example": "无",
1425
+ "member": "TCPSocketAction",
1426
+ "name": "TCPSocket",
1427
+ "output_required": false,
1428
+ "required": false,
1429
+ "type": "object",
1430
+ "value_allowed_null": false
1431
+ },
1432
+ {
1433
+ "disabled": false,
1434
+ "document": "Probe type. The default value is HTTPGet. Valid values: HTTPGet, Exec, and TCPSocket.",
1435
+ "example": "HTTPGet",
1436
+ "member": "string",
1437
+ "name": "ActionType",
1438
+ "output_required": false,
1439
+ "required": false,
1440
+ "type": "string",
1441
+ "value_allowed_null": false
1442
+ }
1443
+ ],
1444
+ "usage": "both"
1445
+ },
1446
+ "PublicDataSourceFS": {
1447
+ "document": "Public cloud data source structure.",
1448
+ "members": [
1449
+ {
1450
+ "disabled": false,
1451
+ "document": "Data source ID.",
1452
+ "example": "dse-Cfs-a8zxlg2kjpxc",
1453
+ "member": "string",
1454
+ "name": "DataSourceId",
1455
+ "output_required": false,
1456
+ "required": false,
1457
+ "type": "string",
1458
+ "value_allowed_null": false
1459
+ },
1460
+ {
1461
+ "disabled": false,
1462
+ "document": "Relative subpath to the data source.",
1463
+ "example": "/data",
1464
+ "member": "string",
1465
+ "name": "SubPath",
1466
+ "output_required": false,
1467
+ "required": false,
1468
+ "type": "string",
1469
+ "value_allowed_null": false
1470
+ }
1471
+ ],
1472
+ "usage": "both"
1473
+ },
1474
+ "ResourceGroupInfo": {
1475
+ "document": "Summarized information structure for the serviced resource group while an online service is provided.",
1476
+ "members": [
1477
+ {
1478
+ "disabled": false,
1479
+ "document": "Resource group ID.",
1480
+ "example": "rsg-tsfsfxg",
1481
+ "member": "string",
1482
+ "name": "ResourceGroupId",
1483
+ "output_required": false,
1484
+ "type": "string",
1485
+ "value_allowed_null": false
1486
+ },
1487
+ {
1488
+ "disabled": false,
1489
+ "document": "Resource group name.",
1490
+ "example": "资源组名称",
1491
+ "member": "string",
1492
+ "name": "ResourceGroupName",
1493
+ "output_required": false,
1494
+ "type": "string",
1495
+ "value_allowed_null": false
1496
+ }
1497
+ ],
1498
+ "usage": "out"
1499
+ },
1500
+ "ResourceInfo": {
1501
+ "document": "Resource information description.",
1502
+ "members": [
1503
+ {
1504
+ "disabled": false,
1505
+ "document": "Processor resource, in 1/1000 cores.Note: This field may return null, indicating that no valid values can be obtained.",
1506
+ "example": "1000",
1507
+ "member": "uint64",
1508
+ "name": "Cpu",
1509
+ "output_required": true,
1510
+ "required": true,
1511
+ "type": "int",
1512
+ "value_allowed_null": true
1513
+ },
1514
+ {
1515
+ "disabled": false,
1516
+ "document": "Memory resource, in MB.Note: This field may return null, indicating that no valid values can be obtained.",
1517
+ "example": "256",
1518
+ "member": "uint64",
1519
+ "name": "Memory",
1520
+ "output_required": true,
1521
+ "required": true,
1522
+ "type": "int",
1523
+ "value_allowed_null": true
1524
+ },
1525
+ {
1526
+ "disabled": false,
1527
+ "document": "Number of GPU card resources, in 0.01 units of GpuType.Gpu=100 indicates the use of \"1\" GPU card. However, this \"1\" card could refer to a virtualized 1/4 card or a full physical card, depending on the instance type.Example 1: If the instance type includes 1 virtual GPU card, and each virtual GPU card corresponds to 1/4 of a physical T4 card, then GpuType=T4, Gpu=100, and RealGpu=25.Example 2: If the instance type includes 4 full GPU cards, and each card corresponds to 1 physical T4 card, then GpuType=T4, Gpu=400, and RealGpu=400.Note: This field may return null, indicating that no valid values can be obtained.",
1528
+ "example": "100",
1529
+ "member": "uint64",
1530
+ "name": "Gpu",
1531
+ "output_required": true,
1532
+ "required": false,
1533
+ "type": "int",
1534
+ "value_allowed_null": true
1535
+ },
1536
+ {
1537
+ "disabled": false,
1538
+ "document": "GPU card model. Valid values: T4 and V100. It only displays the current GPU card model. If multiple types of cards are used simultaneously, see the value of RealGpuDetailSet.Note: This field may return null, indicating that no valid values can be obtained.",
1539
+ "example": "none",
1540
+ "member": "string",
1541
+ "name": "GpuType",
1542
+ "output_required": true,
1543
+ "required": false,
1544
+ "type": "string",
1545
+ "value_allowed_null": true
1546
+ },
1547
+ {
1548
+ "disabled": false,
1549
+ "document": "It is not required for creation or update operations. This field is used for display only.The actual GPU card resources for postpaid instances using fractional GPU cards. This value represents the total number of actual physical GPU cards consumed.RealGpu=100 indicates the consumption of 1 GPU card. Depending on the actual instance type, this may represent: 4 instances each using a 1/4 card, 2 instances each using a 1/2 card, or 1 instance using a full card.",
1550
+ "example": "50",
1551
+ "member": "uint64",
1552
+ "name": "RealGpu",
1553
+ "output_required": true,
1554
+ "required": false,
1555
+ "type": "int",
1556
+ "value_allowed_null": false
1557
+ },
1558
+ {
1559
+ "disabled": false,
1560
+ "document": "It is not required for creation or update operations. This field is used for display only. It involves detailed GPU usage information.",
1561
+ "example": "无",
1562
+ "member": "GpuDetail",
1563
+ "name": "RealGpuDetailSet",
1564
+ "output_required": true,
1565
+ "required": false,
1566
+ "type": "list",
1567
+ "value_allowed_null": false
1568
+ }
1569
+ ],
1570
+ "usage": "both"
1571
+ },
1572
+ "RollingUpdate": {
1573
+ "document": "Rolling update policy.",
1574
+ "members": [
1575
+ {
1576
+ "disabled": false,
1577
+ "document": "Maximum unavailability for rolling updates.",
1578
+ "example": "无",
1579
+ "member": "NumOrPercent",
1580
+ "name": "MaxUnavailable",
1581
+ "output_required": false,
1582
+ "required": false,
1583
+ "type": "object",
1584
+ "value_allowed_null": false
1585
+ },
1586
+ {
1587
+ "disabled": false,
1588
+ "document": "Maximum number of new instances during rolling updates. ",
1589
+ "example": "无",
1590
+ "member": "NumOrPercent",
1591
+ "name": "MaxSurge",
1592
+ "output_required": false,
1593
+ "required": false,
1594
+ "type": "object",
1595
+ "value_allowed_null": false
1596
+ }
1597
+ ],
1598
+ "usage": "both"
1599
+ },
1600
+ "ScheduledAction": {
1601
+ "document": "Scheduled transactions and actions.",
1602
+ "members": [
1603
+ {
1604
+ "disabled": false,
1605
+ "document": "Whether to stop the service on schedule. Valid values: true and false. If the value is true, ScheduleStopTime is required. If the value is false, ScheduleStopTime does not take effect.",
1606
+ "example": "True",
1607
+ "member": "bool",
1608
+ "name": "ScheduleStop",
1609
+ "required": false,
1610
+ "type": "bool",
1611
+ "value_allowed_null": false
1612
+ },
1613
+ {
1614
+ "disabled": false,
1615
+ "document": "Time to execute the scheduled stop. Format: \"2022-01-26T19:46:22+08:00\".",
1616
+ "example": "2022-01-26T19:46:22+08:00",
1617
+ "member": "string",
1618
+ "name": "ScheduleStopTime",
1619
+ "required": false,
1620
+ "type": "string",
1621
+ "value_allowed_null": false
1622
+ }
1623
+ ],
1624
+ "usage": "both"
1625
+ },
1626
+ "SchedulingPolicy": {
1627
+ "document": "Service scheduling policy configurations.",
1628
+ "members": [
1629
+ {
1630
+ "disabled": false,
1631
+ "document": "Whether to enable cross-resource-group scheduling.",
1632
+ "example": "false",
1633
+ "member": "bool",
1634
+ "name": "CrossResourceGroupScheduling",
1635
+ "output_required": false,
1636
+ "type": "bool",
1637
+ "value_allowed_null": false
1638
+ }
1639
+ ],
1640
+ "usage": "out"
1641
+ },
1642
+ "Service": {
1643
+ "document": "Online service description.",
1644
+ "members": [
1645
+ {
1646
+ "disabled": false,
1647
+ "document": "Service group ID.",
1648
+ "example": "ms-testtest",
1649
+ "member": "string",
1650
+ "name": "ServiceGroupId",
1651
+ "output_required": true,
1652
+ "type": "string",
1653
+ "value_allowed_null": false
1654
+ },
1655
+ {
1656
+ "disabled": false,
1657
+ "document": "Service ID.",
1658
+ "example": "ms-testtest-0",
1659
+ "member": "string",
1660
+ "name": "ServiceId",
1661
+ "output_required": true,
1662
+ "type": "string",
1663
+ "value_allowed_null": false
1664
+ },
1665
+ {
1666
+ "disabled": false,
1667
+ "document": "Service group name.",
1668
+ "example": "ms-testtest-0",
1669
+ "member": "string",
1670
+ "name": "ServiceGroupName",
1671
+ "output_required": true,
1672
+ "type": "string",
1673
+ "value_allowed_null": false
1674
+ },
1675
+ {
1676
+ "disabled": false,
1677
+ "document": "Service description.Note: This field may return null, indicating that no valid values can be obtained.",
1678
+ "example": "ms-testtest-0",
1679
+ "member": "string",
1680
+ "name": "ServiceDescription",
1681
+ "output_required": true,
1682
+ "type": "string",
1683
+ "value_allowed_null": true
1684
+ },
1685
+ {
1686
+ "disabled": false,
1687
+ "document": "Service details.Note: This field may return null, indicating that no valid values can be obtained.",
1688
+ "example": "无",
1689
+ "member": "ServiceInfo",
1690
+ "name": "ServiceInfo",
1691
+ "output_required": true,
1692
+ "type": "object",
1693
+ "value_allowed_null": true
1694
+ },
1695
+ {
1696
+ "disabled": false,
1697
+ "document": "Cluster ID.Note: This field may return null, indicating that no valid values can be obtained.",
1698
+ "example": "cls-sssss",
1699
+ "member": "string",
1700
+ "name": "ClusterId",
1701
+ "output_required": true,
1702
+ "type": "string",
1703
+ "value_allowed_null": true
1704
+ },
1705
+ {
1706
+ "disabled": false,
1707
+ "document": "Region.Note: This field may return null, indicating that no valid values can be obtained.",
1708
+ "example": "ap-beijing",
1709
+ "member": "string",
1710
+ "name": "Region",
1711
+ "output_required": true,
1712
+ "type": "string",
1713
+ "value_allowed_null": true
1714
+ },
1715
+ {
1716
+ "disabled": false,
1717
+ "document": "Namespace.Note: This field may return null, indicating that no valid values can be obtained.",
1718
+ "example": "infer-eeeee",
1719
+ "member": "string",
1720
+ "name": "Namespace",
1721
+ "output_required": true,
1722
+ "type": "string",
1723
+ "value_allowed_null": true
1724
+ },
1725
+ {
1726
+ "disabled": false,
1727
+ "document": "Billing type.Note: This field may return null, indicating that no valid values can be obtained.",
1728
+ "example": "PRE_PAID",
1729
+ "member": "string",
1730
+ "name": "ChargeType",
1731
+ "output_required": true,
1732
+ "type": "string",
1733
+ "value_allowed_null": true
1734
+ },
1735
+ {
1736
+ "disabled": false,
1737
+ "document": "Resource group ID for yearly/monthly subscription services. The value is null for pay-as-you-go services.Note: This field may return null, indicating that no valid values can be obtained.",
1738
+ "example": "rr-sssss",
1739
+ "member": "string",
1740
+ "name": "ResourceGroupId",
1741
+ "output_required": true,
1742
+ "type": "string",
1743
+ "value_allowed_null": true
1744
+ },
1745
+ {
1746
+ "disabled": false,
1747
+ "document": "Resource group name corresponding to the yearly/monthly subscription service.Note: This field may return null, indicating that no valid values can be obtained.",
1748
+ "example": "pregroup",
1749
+ "member": "string",
1750
+ "name": "ResourceGroupName",
1751
+ "output_required": true,
1752
+ "type": "string",
1753
+ "value_allowed_null": true
1754
+ },
1755
+ {
1756
+ "disabled": false,
1757
+ "document": "Tag of the service.Note: This field may return null, indicating that no valid values can be obtained.",
1758
+ "example": "无",
1759
+ "member": "Tag",
1760
+ "name": "Tags",
1761
+ "output_required": true,
1762
+ "type": "list",
1763
+ "value_allowed_null": true
1764
+ },
1765
+ {
1766
+ "disabled": false,
1767
+ "document": "Name of the ingress where the service is located.Note: This field may return null, indicating that no valid values can be obtained.",
1768
+ "example": "my-ingress",
1769
+ "member": "string",
1770
+ "name": "IngressName",
1771
+ "output_required": true,
1772
+ "type": "string",
1773
+ "value_allowed_null": true
1774
+ },
1775
+ {
1776
+ "disabled": false,
1777
+ "document": "Creator.Note: This field may return null, indicating that no valid values can be obtained.",
1778
+ "example": "1541252152",
1779
+ "member": "string",
1780
+ "name": "CreatedBy",
1781
+ "output_required": true,
1782
+ "type": "string",
1783
+ "value_allowed_null": true
1784
+ },
1785
+ {
1786
+ "disabled": false,
1787
+ "document": "Creation time.Note: This field may return null, indicating that no valid values can be obtained.",
1788
+ "example": "ms-testtest",
1789
+ "member": "string",
1790
+ "name": "CreateTime",
1791
+ "output_required": true,
1792
+ "type": "string",
1793
+ "value_allowed_null": true
1794
+ },
1795
+ {
1796
+ "disabled": false,
1797
+ "document": "Update time.Note: This field may return null, indicating that no valid values can be obtained.",
1798
+ "example": "ms-testtest",
1799
+ "member": "string",
1800
+ "name": "UpdateTime",
1801
+ "output_required": true,
1802
+ "type": "string",
1803
+ "value_allowed_null": true
1804
+ },
1805
+ {
1806
+ "disabled": false,
1807
+ "document": "Root account.Note: This field may return null, indicating that no valid values can be obtained.",
1808
+ "example": "1541252152",
1809
+ "member": "string",
1810
+ "name": "Uin",
1811
+ "output_required": true,
1812
+ "type": "string",
1813
+ "value_allowed_null": true
1814
+ },
1815
+ {
1816
+ "disabled": false,
1817
+ "document": "Sub-account.Note: This field may return null, indicating that no valid values can be obtained.",
1818
+ "example": "1541252152",
1819
+ "member": "string",
1820
+ "name": "SubUin",
1821
+ "output_required": true,
1822
+ "type": "string",
1823
+ "value_allowed_null": true
1824
+ },
1825
+ {
1826
+ "disabled": false,
1827
+ "document": "app_id\nNote: This field may return null, indicating that no valid values can be obtained.",
1828
+ "example": "1541252152",
1829
+ "member": "int64",
1830
+ "name": "AppId",
1831
+ "output_required": true,
1832
+ "type": "int",
1833
+ "value_allowed_null": true
1834
+ },
1835
+ {
1836
+ "disabled": false,
1837
+ "document": "Operational status of the service.Note: This field may return null, indicating that no valid values can be obtained.",
1838
+ "example": "CREATING",
1839
+ "member": "string",
1840
+ "name": "BusinessStatus",
1841
+ "output_required": true,
1842
+ "type": "string",
1843
+ "value_allowed_null": true
1844
+ },
1845
+ {
1846
+ "disabled": true,
1847
+ "document": "Deprecated. See the corresponding field in ServiceInfo.Note: This field may return null, indicating that no valid values can be obtained.",
1848
+ "example": "无",
1849
+ "member": "ServiceLimit",
1850
+ "name": "ServiceLimit",
1851
+ "output_required": true,
1852
+ "type": "object",
1853
+ "value_allowed_null": true
1854
+ },
1855
+ {
1856
+ "disabled": true,
1857
+ "document": "Deprecated. See the corresponding field in ServiceInfo.Note: This field may return null, indicating that no valid values can be obtained.",
1858
+ "example": "无",
1859
+ "member": "ScheduledAction",
1860
+ "name": "ScheduledAction",
1861
+ "output_required": true,
1862
+ "type": "object",
1863
+ "value_allowed_null": true
1864
+ },
1865
+ {
1866
+ "disabled": false,
1867
+ "document": "Cause for service creation failure. The default value of this field is CREATE_SUCCEED upon successful creation.Note: This field may return null, indicating that no valid values can be obtained.",
1868
+ "example": "api网关注册失败",
1869
+ "member": "string",
1870
+ "name": "CreateFailedReason",
1871
+ "output_required": true,
1872
+ "type": "string",
1873
+ "value_allowed_null": true
1874
+ },
1875
+ {
1876
+ "disabled": false,
1877
+ "document": "Service status.CREATING: creating.CREATE_FAILED: creation failed.Normal: running.Stopped: stopped.Stopping: stopping.Abnormal: error.Pending: starting.Waiting: getting ready.Note: This field may return null, indicating that no valid values can be obtained.",
1878
+ "example": "Normal",
1879
+ "member": "string",
1880
+ "name": "Status",
1881
+ "output_required": true,
1882
+ "type": "string",
1883
+ "value_allowed_null": true
1884
+ },
1885
+ {
1886
+ "disabled": false,
1887
+ "document": "Billing information.Note: This field may return null, indicating that no valid values can be obtained.",
1888
+ "example": "模型服务计费中:1.2元/小时",
1889
+ "member": "string",
1890
+ "name": "BillingInfo",
1891
+ "output_required": true,
1892
+ "type": "string",
1893
+ "value_allowed_null": true
1894
+ },
1895
+ {
1896
+ "disabled": false,
1897
+ "document": "Model weight.Note: This field may return null, indicating that no valid values can be obtained.",
1898
+ "example": "20",
1899
+ "member": "int64",
1900
+ "name": "Weight",
1901
+ "output_required": true,
1902
+ "type": "int",
1903
+ "value_allowed_null": true
1904
+ },
1905
+ {
1906
+ "disabled": false,
1907
+ "document": "Creation source of the service.AUTO_ML: comes from one-click release of automatic learning.DEFAULT: other sources.Note: This field may return null, indicating that no valid values can be obtained.",
1908
+ "example": "AUTO_ML",
1909
+ "member": "string",
1910
+ "name": "CreateSource",
1911
+ "output_required": true,
1912
+ "type": "string",
1913
+ "value_allowed_null": true
1914
+ },
1915
+ {
1916
+ "disabled": false,
1917
+ "document": "Version number.Note: This field may return null, indicating that no valid values can be obtained.",
1918
+ "example": "1",
1919
+ "member": "string",
1920
+ "name": "Version",
1921
+ "output_required": true,
1922
+ "type": "string",
1923
+ "value_allowed_null": true
1924
+ },
1925
+ {
1926
+ "disabled": false,
1927
+ "document": "The latest version number of services under a service group.Note: This field may return null, indicating that no valid values can be obtained.",
1928
+ "example": "1",
1929
+ "member": "string",
1930
+ "name": "LatestVersion",
1931
+ "output_required": true,
1932
+ "type": "string",
1933
+ "value_allowed_null": true
1934
+ },
1935
+ {
1936
+ "disabled": false,
1937
+ "document": "Resource group category. Valid values: NORMAL (hosting) and SW (half-hosting).Note: This field may return null, indicating that no valid values can be obtained.",
1938
+ "example": "NORMAL",
1939
+ "member": "string",
1940
+ "name": "ResourceGroupSWType",
1941
+ "output_required": false,
1942
+ "type": "string",
1943
+ "value_allowed_null": true
1944
+ },
1945
+ {
1946
+ "disabled": false,
1947
+ "document": "Archiving status of the service. Valid values: Waiting (pending archiving) and Archived (archived).Note: This field may return null, indicating that no valid values can be obtained.",
1948
+ "example": "Archived",
1949
+ "member": "string",
1950
+ "name": "ArchiveStatus",
1951
+ "output_required": false,
1952
+ "type": "string",
1953
+ "value_allowed_null": true
1954
+ },
1955
+ {
1956
+ "disabled": false,
1957
+ "document": "Deployment type of the service. Valid values: STANDARD (standard deployment) and DIST (multi-machine distributed deployment). The default value is STANDARD.Note: This field may return null, indicating that no valid values can be obtained.",
1958
+ "example": "STANDARD",
1959
+ "member": "string",
1960
+ "name": "DeployType",
1961
+ "output_required": false,
1962
+ "type": "string",
1963
+ "value_allowed_null": true
1964
+ },
1965
+ {
1966
+ "disabled": false,
1967
+ "document": "Number of instances per replica. This parameter is valid only when the deployment type is DIST. Default value: 1.Note: This field may return null, indicating that no valid values can be obtained.",
1968
+ "example": "1",
1969
+ "member": "string",
1970
+ "name": "InstancePerReplicas",
1971
+ "output_required": false,
1972
+ "type": "string",
1973
+ "value_allowed_null": true
1974
+ },
1975
+ {
1976
+ "disabled": false,
1977
+ "document": "Source for monitoring queries.Enumeration value. May differ from CreateSource in certain scenarios. This field is designed to be compatible.",
1978
+ "example": "NORMAL",
1979
+ "member": "string",
1980
+ "name": "MonitorSource",
1981
+ "output_required": false,
1982
+ "type": "string",
1983
+ "value_allowed_null": false
1984
+ },
1985
+ {
1986
+ "disabled": false,
1987
+ "document": "Sub-account name of the service creator.",
1988
+ "example": "子账号1",
1989
+ "member": "string",
1990
+ "name": "SubUinName",
1991
+ "output_required": false,
1992
+ "type": "string",
1993
+ "value_allowed_null": false
1994
+ },
1995
+ {
1996
+ "disabled": false,
1997
+ "document": "Scheduling policy of the service.",
1998
+ "example": "无",
1999
+ "member": "SchedulingPolicy",
2000
+ "name": "SchedulingPolicy",
2001
+ "output_required": false,
2002
+ "type": "object",
2003
+ "value_allowed_null": false
2004
+ },
2005
+ {
2006
+ "disabled": false,
2007
+ "document": "External resource group information, indicating which resources are borrowed from resource groups.",
2008
+ "example": "无",
2009
+ "member": "ResourceGroupInfo",
2010
+ "name": "ExternalResourceGroups",
2011
+ "output_required": false,
2012
+ "type": "list",
2013
+ "value_allowed_null": false
2014
+ }
2015
+ ],
2016
+ "usage": "out"
2017
+ },
2018
+ "ServiceEIP": {
2019
+ "document": "Service shared Elastic Network Interface (ENI) settings.",
2020
+ "members": [
2021
+ {
2022
+ "disabled": false,
2023
+ "document": "Whether to enable access from the TI-ONE private network to external resources.Note: This field may return null, indicating that no valid values can be obtained.",
2024
+ "example": "true",
2025
+ "member": "bool",
2026
+ "name": "EnableEIP",
2027
+ "output_required": false,
2028
+ "required": false,
2029
+ "type": "bool",
2030
+ "value_allowed_null": true
2031
+ },
2032
+ {
2033
+ "disabled": false,
2034
+ "document": "User VPC ID.Note: This field may return null, indicating that no valid values can be obtained.",
2035
+ "example": "vpc-314xh0ko",
2036
+ "member": "string",
2037
+ "name": "VpcId",
2038
+ "output_required": false,
2039
+ "required": false,
2040
+ "type": "string",
2041
+ "value_allowed_null": true
2042
+ },
2043
+ {
2044
+ "disabled": false,
2045
+ "document": "User subnet ID.Note: This field may return null, indicating that no valid values can be obtained.",
2046
+ "example": "subnet-8ra6pdq7",
2047
+ "member": "string",
2048
+ "name": "SubnetId",
2049
+ "output_required": false,
2050
+ "required": false,
2051
+ "type": "string",
2052
+ "value_allowed_null": true
2053
+ }
2054
+ ],
2055
+ "usage": "both"
2056
+ },
2057
+ "ServiceGroup": {
2058
+ "document": "Information of a service group for an online service.",
2059
+ "members": [
2060
+ {
2061
+ "disabled": false,
2062
+ "document": "Service group ID.",
2063
+ "example": "ms-testtest",
2064
+ "member": "string",
2065
+ "name": "ServiceGroupId",
2066
+ "output_required": true,
2067
+ "type": "string",
2068
+ "value_allowed_null": false
2069
+ },
2070
+ {
2071
+ "disabled": false,
2072
+ "document": "Service group name.",
2073
+ "example": "ms-testtest",
2074
+ "member": "string",
2075
+ "name": "ServiceGroupName",
2076
+ "output_required": true,
2077
+ "type": "string",
2078
+ "value_allowed_null": false
2079
+ },
2080
+ {
2081
+ "disabled": false,
2082
+ "document": "Creator.",
2083
+ "example": "222222",
2084
+ "member": "string",
2085
+ "name": "CreatedBy",
2086
+ "output_required": true,
2087
+ "type": "string",
2088
+ "value_allowed_null": false
2089
+ },
2090
+ {
2091
+ "disabled": false,
2092
+ "document": "Creation time.",
2093
+ "example": "2021-09-02T21:32:06+08:00",
2094
+ "member": "string",
2095
+ "name": "CreateTime",
2096
+ "output_required": true,
2097
+ "type": "string",
2098
+ "value_allowed_null": false
2099
+ },
2100
+ {
2101
+ "disabled": false,
2102
+ "document": "Update time.",
2103
+ "example": "2021-09-02T21:32:06+08:00",
2104
+ "member": "string",
2105
+ "name": "UpdateTime",
2106
+ "output_required": true,
2107
+ "type": "string",
2108
+ "value_allowed_null": false
2109
+ },
2110
+ {
2111
+ "disabled": false,
2112
+ "document": "Root account.",
2113
+ "example": "999555555",
2114
+ "member": "string",
2115
+ "name": "Uin",
2116
+ "output_required": true,
2117
+ "type": "string",
2118
+ "value_allowed_null": false
2119
+ },
2120
+ {
2121
+ "disabled": false,
2122
+ "document": "Total number of services in the service group.Note: This field may return null, indicating that no valid values can be obtained.",
2123
+ "example": "2",
2124
+ "member": "uint64",
2125
+ "name": "ServiceCount",
2126
+ "output_required": true,
2127
+ "type": "int",
2128
+ "value_allowed_null": true
2129
+ },
2130
+ {
2131
+ "disabled": false,
2132
+ "document": "Number of running services in the service group.Note: This field may return null, indicating that no valid values can be obtained.",
2133
+ "example": "1",
2134
+ "member": "uint64",
2135
+ "name": "RunningServiceCount",
2136
+ "output_required": true,
2137
+ "type": "int",
2138
+ "value_allowed_null": true
2139
+ },
2140
+ {
2141
+ "disabled": false,
2142
+ "document": "Service description.Note: This field may return null, indicating that no valid values can be obtained.",
2143
+ "example": "无",
2144
+ "member": "Service",
2145
+ "name": "Services",
2146
+ "output_required": true,
2147
+ "type": "list",
2148
+ "value_allowed_null": true
2149
+ },
2150
+ {
2151
+ "disabled": false,
2152
+ "document": "Service group status, which aligns with service status.CREATING: creating.CREATE_FAILED: creation failed.Normal: running.Stopped: stopped.Stopping: stopping.Abnormal: error.Pending: starting.Waiting: getting ready.Note: This field may return null, indicating that no valid values can be obtained.",
2153
+ "example": "Normal",
2154
+ "member": "string",
2155
+ "name": "Status",
2156
+ "output_required": true,
2157
+ "type": "string",
2158
+ "value_allowed_null": true
2159
+ },
2160
+ {
2161
+ "disabled": false,
2162
+ "document": "Service group tags.Note: This field may return null, indicating that no valid values can be obtained.",
2163
+ "example": "无",
2164
+ "member": "Tag",
2165
+ "name": "Tags",
2166
+ "output_required": true,
2167
+ "type": "list",
2168
+ "value_allowed_null": true
2169
+ },
2170
+ {
2171
+ "disabled": false,
2172
+ "document": "The latest version in the service group.Note: This field may return null, indicating that no valid values can be obtained.",
2173
+ "example": "2",
2174
+ "member": "string",
2175
+ "name": "LatestVersion",
2176
+ "output_required": true,
2177
+ "type": "string",
2178
+ "value_allowed_null": true
2179
+ },
2180
+ {
2181
+ "disabled": false,
2182
+ "document": "Operational status of the service.CREATING: creating.CREATE_FAILED: creation failed.ARREARS_STOP: service suspended due to overdue payments.BILLING: billing.WHITELIST_USING: allowlist feature is in trial.WHITELIST_STOP: insufficient allowlist quota.Note: This field may return null, indicating that no valid values can be obtained.",
2183
+ "example": "ARREARS_STOP",
2184
+ "member": "string",
2185
+ "name": "BusinessStatus",
2186
+ "output_required": true,
2187
+ "type": "string",
2188
+ "value_allowed_null": true
2189
+ },
2190
+ {
2191
+ "disabled": false,
2192
+ "document": "Billing information of the service.Note: This field may return null, indicating that no valid values can be obtained.",
2193
+ "example": "1.2 元/小时",
2194
+ "member": "string",
2195
+ "name": "BillingInfo",
2196
+ "output_required": true,
2197
+ "type": "string",
2198
+ "value_allowed_null": true
2199
+ },
2200
+ {
2201
+ "disabled": false,
2202
+ "document": "Creation source of the service.Note: This field may return null, indicating that no valid values can be obtained.",
2203
+ "example": "NORMAL",
2204
+ "member": "string",
2205
+ "name": "CreateSource",
2206
+ "output_required": true,
2207
+ "type": "string",
2208
+ "value_allowed_null": true
2209
+ },
2210
+ {
2211
+ "disabled": false,
2212
+ "document": "Weight update status of the service group.UPDATING: updating.UPDATED: updated successfully.UPDATE FAILED: failed to update.Note: This field may return null, indicating that no valid values can be obtained.",
2213
+ "example": "UPDATING",
2214
+ "member": "string",
2215
+ "name": "WeightUpdateStatus",
2216
+ "output_required": true,
2217
+ "type": "string",
2218
+ "value_allowed_null": true
2219
+ },
2220
+ {
2221
+ "disabled": false,
2222
+ "document": "Number of running Pods in the service group.Note: This field may return null, indicating that no valid values can be obtained.",
2223
+ "example": "1",
2224
+ "member": "uint64",
2225
+ "name": "ReplicasCount",
2226
+ "output_required": false,
2227
+ "type": "int",
2228
+ "value_allowed_null": true
2229
+ },
2230
+ {
2231
+ "disabled": false,
2232
+ "document": "Expected number of Pods under the service group.Note: This field may return null, indicating that no valid values can be obtained.",
2233
+ "example": "2",
2234
+ "member": "uint64",
2235
+ "name": "AvailableReplicasCount",
2236
+ "output_required": false,
2237
+ "type": "int",
2238
+ "value_allowed_null": true
2239
+ },
2240
+ {
2241
+ "disabled": false,
2242
+ "document": "Service group's subuin.",
2243
+ "example": "999555555",
2244
+ "member": "string",
2245
+ "name": "SubUin",
2246
+ "output_required": false,
2247
+ "type": "string",
2248
+ "value_allowed_null": false
2249
+ },
2250
+ {
2251
+ "disabled": false,
2252
+ "document": "Service group's app_id.",
2253
+ "example": "73598888",
2254
+ "member": "int64",
2255
+ "name": "AppId",
2256
+ "output_required": false,
2257
+ "type": "int",
2258
+ "value_allowed_null": false
2259
+ },
2260
+ {
2261
+ "disabled": false,
2262
+ "document": "Whether to enable authentication.",
2263
+ "example": "true",
2264
+ "member": "bool",
2265
+ "name": "AuthorizationEnable",
2266
+ "output_required": false,
2267
+ "type": "bool",
2268
+ "value_allowed_null": false
2269
+ },
2270
+ {
2271
+ "disabled": false,
2272
+ "document": "List of throttling authentication tokens.",
2273
+ "example": "无",
2274
+ "member": "AuthToken",
2275
+ "name": "AuthTokens",
2276
+ "output_required": false,
2277
+ "type": "list",
2278
+ "value_allowed_null": false
2279
+ },
2280
+ {
2281
+ "disabled": false,
2282
+ "document": "Field for monitoring creation source.",
2283
+ "example": "NORMAL",
2284
+ "member": "string",
2285
+ "name": "MonitorSource",
2286
+ "output_required": false,
2287
+ "type": "string",
2288
+ "value_allowed_null": false
2289
+ },
2290
+ {
2291
+ "disabled": false,
2292
+ "document": "Nickname of the sub-user.",
2293
+ "example": "user2",
2294
+ "member": "string",
2295
+ "name": "SubUinName",
2296
+ "output_required": false,
2297
+ "type": "string",
2298
+ "value_allowed_null": false
2299
+ }
2300
+ ],
2301
+ "usage": "out"
2302
+ },
2303
+ "ServiceInfo": {
2304
+ "document": "Information of the inference service in the cluster.",
2305
+ "members": [
2306
+ {
2307
+ "disabled": false,
2308
+ "document": "Expected number of running Pods. The instance is 0 when the stop status is reached.Corresponding relationships under different billing and scaling modes are as follows.PREPAID and POSTPAID_BY_HOUR:Corresponding number of instances in the manual scaling mode.Corresponding number of instances based on the default time-based policy in the auto-scaling mode.HYBRID_PAID:\nCorresponding number of instances for postpaid instances in the manual scaling mode.Corresponding number of instances under the default time-based policy for postpaid instances in the auto-scaling mode.Note: This field may return null, indicating that no valid values can be obtained.",
2309
+ "example": "1",
2310
+ "member": "int64",
2311
+ "name": "Replicas",
2312
+ "output_required": true,
2313
+ "required": true,
2314
+ "type": "int",
2315
+ "value_allowed_null": true
2316
+ },
2317
+ {
2318
+ "disabled": false,
2319
+ "document": "Image information.Note: This field may return null, indicating that no valid values can be obtained.",
2320
+ "example": "无",
2321
+ "member": "ImageInfo",
2322
+ "name": "ImageInfo",
2323
+ "output_required": true,
2324
+ "required": true,
2325
+ "type": "object",
2326
+ "value_allowed_null": true
2327
+ },
2328
+ {
2329
+ "disabled": false,
2330
+ "document": "Environment variables.Note: This field may return null, indicating that no valid values can be obtained.",
2331
+ "example": "无",
2332
+ "member": "EnvVar",
2333
+ "name": "Env",
2334
+ "output_required": true,
2335
+ "required": true,
2336
+ "type": "list",
2337
+ "value_allowed_null": true
2338
+ },
2339
+ {
2340
+ "disabled": false,
2341
+ "document": "Resource information.Note: This field may return null, indicating that no valid values can be obtained.",
2342
+ "example": "无",
2343
+ "member": "ResourceInfo",
2344
+ "name": "Resources",
2345
+ "output_required": true,
2346
+ "required": true,
2347
+ "type": "object",
2348
+ "value_allowed_null": true
2349
+ },
2350
+ {
2351
+ "disabled": false,
2352
+ "document": "Type specifications corresponding to the postpaid instance.Note: This field may return null, indicating that no valid values can be obtained.",
2353
+ "example": "TI.S.MEDIUM.POS",
2354
+ "member": "string",
2355
+ "name": "InstanceType",
2356
+ "output_required": true,
2357
+ "required": true,
2358
+ "type": "string",
2359
+ "value_allowed_null": true
2360
+ },
2361
+ {
2362
+ "disabled": false,
2363
+ "document": "Model information.Note: This field may return null, indicating that no valid values can be obtained.",
2364
+ "example": "无",
2365
+ "member": "ModelInfo",
2366
+ "name": "ModelInfo",
2367
+ "output_required": true,
2368
+ "required": true,
2369
+ "type": "object",
2370
+ "value_allowed_null": true
2371
+ },
2372
+ {
2373
+ "disabled": false,
2374
+ "document": "Whether to enable logs.Note: This field may return null, indicating that no valid values can be obtained.",
2375
+ "example": "true",
2376
+ "member": "bool",
2377
+ "name": "LogEnable",
2378
+ "output_required": true,
2379
+ "required": true,
2380
+ "type": "bool",
2381
+ "value_allowed_null": true
2382
+ },
2383
+ {
2384
+ "disabled": false,
2385
+ "document": "Log configurations.Note: This field may return null, indicating that no valid values can be obtained.",
2386
+ "example": "无",
2387
+ "member": "LogConfig",
2388
+ "name": "LogConfig",
2389
+ "output_required": true,
2390
+ "required": true,
2391
+ "type": "object",
2392
+ "value_allowed_null": true
2393
+ },
2394
+ {
2395
+ "disabled": false,
2396
+ "document": "Whether to enable authentication.Note: This field may return null, indicating that no valid values can be obtained.",
2397
+ "example": "true",
2398
+ "member": "bool",
2399
+ "name": "AuthorizationEnable",
2400
+ "output_required": true,
2401
+ "required": true,
2402
+ "type": "bool",
2403
+ "value_allowed_null": true
2404
+ },
2405
+ {
2406
+ "disabled": false,
2407
+ "document": "HPA configurations.Note: This field may return null, indicating that no valid values can be obtained.",
2408
+ "example": "无",
2409
+ "member": "HorizontalPodAutoscaler",
2410
+ "name": "HorizontalPodAutoscaler",
2411
+ "output_required": true,
2412
+ "required": true,
2413
+ "type": "object",
2414
+ "value_allowed_null": true
2415
+ },
2416
+ {
2417
+ "disabled": false,
2418
+ "document": "Description of the service status.Note: This field may return null, indicating that no valid values can be obtained.",
2419
+ "example": "无",
2420
+ "member": "WorkloadStatus",
2421
+ "name": "Status",
2422
+ "output_required": true,
2423
+ "required": true,
2424
+ "type": "object",
2425
+ "value_allowed_null": true
2426
+ },
2427
+ {
2428
+ "disabled": false,
2429
+ "document": "Weight.Note: This field may return null, indicating that no valid values can be obtained.",
2430
+ "example": "100",
2431
+ "member": "uint64",
2432
+ "name": "Weight",
2433
+ "output_required": true,
2434
+ "required": true,
2435
+ "type": "int",
2436
+ "value_allowed_null": true
2437
+ },
2438
+ {
2439
+ "disabled": false,
2440
+ "document": "Total resources.Note: This field may return null, indicating that no valid values can be obtained.",
2441
+ "example": "无",
2442
+ "member": "ResourceInfo",
2443
+ "name": "ResourceTotal",
2444
+ "output_required": true,
2445
+ "required": true,
2446
+ "type": "object",
2447
+ "value_allowed_null": true
2448
+ },
2449
+ {
2450
+ "disabled": false,
2451
+ "document": "Number of historical instances.Note: This field may return null, indicating that no valid values can be obtained.",
2452
+ "example": "1",
2453
+ "member": "int64",
2454
+ "name": "OldReplicas",
2455
+ "output_required": true,
2456
+ "required": true,
2457
+ "type": "int",
2458
+ "value_allowed_null": true
2459
+ },
2460
+ {
2461
+ "disabled": false,
2462
+ "document": "This parameter is valid when the billing mode is HYBRID_PAID, and is used to identify the number of prepaid instances in the hybrid billing mode. The default value is 1 if this parameter is left unspecified.Note: This field may return null, indicating that no valid values can be obtained.",
2463
+ "example": "1",
2464
+ "member": "int64",
2465
+ "name": "HybridBillingPrepaidReplicas",
2466
+ "output_required": true,
2467
+ "required": true,
2468
+ "type": "int",
2469
+ "value_allowed_null": true
2470
+ },
2471
+ {
2472
+ "disabled": false,
2473
+ "document": "Number of instances during the historical HYBRID_PAID period. The user restores services.Note: This field may return null, indicating that no valid values can be obtained.",
2474
+ "example": "1",
2475
+ "member": "int64",
2476
+ "name": "OldHybridBillingPrepaidReplicas",
2477
+ "output_required": true,
2478
+ "required": true,
2479
+ "type": "int",
2480
+ "value_allowed_null": true
2481
+ },
2482
+ {
2483
+ "disabled": false,
2484
+ "document": "Whether to enable hot update for the model. By default, hot update is disabled.Note: This field may return null, indicating that no valid values can be obtained.",
2485
+ "example": "false",
2486
+ "member": "bool",
2487
+ "name": "ModelHotUpdateEnable",
2488
+ "output_required": true,
2489
+ "required": true,
2490
+ "type": "bool",
2491
+ "value_allowed_null": true
2492
+ },
2493
+ {
2494
+ "disabled": false,
2495
+ "document": "Service specification alias.",
2496
+ "example": "8核40GB V100*1",
2497
+ "member": "string",
2498
+ "name": "InstanceAlias",
2499
+ "output_required": false,
2500
+ "required": false,
2501
+ "type": "string",
2502
+ "value_allowed_null": false
2503
+ },
2504
+ {
2505
+ "disabled": false,
2506
+ "document": "Instance quantity adjusting mode. Defaults to manual.Supported valid values: AUTO (automatic), MANUAL (manual).Note: This field may return null, indicating that no valid values can be obtained.",
2507
+ "example": "AUTO",
2508
+ "member": "string",
2509
+ "name": "ScaleMode",
2510
+ "output_required": true,
2511
+ "required": false,
2512
+ "type": "string",
2513
+ "value_allowed_null": true
2514
+ },
2515
+ {
2516
+ "disabled": false,
2517
+ "document": "Scheduled scaling task.Note: This field may return null, indicating that no valid values can be obtained.",
2518
+ "example": "无",
2519
+ "member": "CronScaleJob",
2520
+ "name": "CronScaleJobs",
2521
+ "output_required": true,
2522
+ "required": false,
2523
+ "type": "list",
2524
+ "value_allowed_null": true
2525
+ },
2526
+ {
2527
+ "disabled": false,
2528
+ "document": "Scheduled scaling policy.Note: This field may return null, indicating that no valid values can be obtained.",
2529
+ "example": "HPC",
2530
+ "member": "string",
2531
+ "name": "ScaleStrategy",
2532
+ "output_required": true,
2533
+ "required": false,
2534
+ "type": "string",
2535
+ "value_allowed_null": true
2536
+ },
2537
+ {
2538
+ "disabled": false,
2539
+ "document": "Configurations of the scheduled stop.Note: This field may return null, indicating that no valid values can be obtained.",
2540
+ "example": "无",
2541
+ "member": "ScheduledAction",
2542
+ "name": "ScheduledAction",
2543
+ "output_required": false,
2544
+ "required": false,
2545
+ "type": "object",
2546
+ "value_allowed_null": true
2547
+ },
2548
+ {
2549
+ "disabled": true,
2550
+ "document": "Instance list.Note: This field may return null, indicating that no valid values can be obtained.",
2551
+ "example": "[\"w\"]",
2552
+ "member": "string",
2553
+ "name": "PodList",
2554
+ "output_required": true,
2555
+ "required": false,
2556
+ "type": "list",
2557
+ "value_allowed_null": true
2558
+ },
2559
+ {
2560
+ "disabled": true,
2561
+ "document": "Pod list information.Note: This field may return null, indicating that no valid values can be obtained.",
2562
+ "example": "无",
2563
+ "member": "Pod",
2564
+ "name": "Pods",
2565
+ "output_required": true,
2566
+ "required": false,
2567
+ "type": "object",
2568
+ "value_allowed_null": true
2569
+ },
2570
+ {
2571
+ "disabled": false,
2572
+ "document": "Pod list information.Note: This field may return null, indicating that no valid values can be obtained.",
2573
+ "example": "无",
2574
+ "member": "Pod",
2575
+ "name": "PodInfos",
2576
+ "output_required": true,
2577
+ "required": false,
2578
+ "type": "list",
2579
+ "value_allowed_null": true
2580
+ },
2581
+ {
2582
+ "disabled": false,
2583
+ "document": "Configurations related to speed limit and throttling of services.Note: This field may return null, indicating that no valid values can be obtained.",
2584
+ "example": "无",
2585
+ "member": "ServiceLimit",
2586
+ "name": "ServiceLimit",
2587
+ "output_required": false,
2588
+ "required": false,
2589
+ "type": "object",
2590
+ "value_allowed_null": true
2591
+ },
2592
+ {
2593
+ "disabled": false,
2594
+ "document": "Whether to enable model acceleration, which is only valid for models in the StableDiffusion (dynamic acceleration) format.Note: This field may return null, indicating that no valid values can be obtained.",
2595
+ "example": "false",
2596
+ "member": "bool",
2597
+ "name": "ModelTurboEnable",
2598
+ "output_required": false,
2599
+ "required": false,
2600
+ "type": "bool",
2601
+ "value_allowed_null": true
2602
+ },
2603
+ {
2604
+ "disabled": false,
2605
+ "document": "Mounting.Note: This field may return null, indicating that no valid values can be obtained.",
2606
+ "example": "无",
2607
+ "member": "VolumeMount",
2608
+ "name": "VolumeMount",
2609
+ "output_required": false,
2610
+ "required": false,
2611
+ "type": "object",
2612
+ "value_allowed_null": true
2613
+ },
2614
+ {
2615
+ "disabled": false,
2616
+ "document": "Inference code information.Note: This field may return null, indicating that no valid values can be obtained.",
2617
+ "example": "无",
2618
+ "member": "InferCodeInfo",
2619
+ "name": "InferCodeInfo",
2620
+ "output_required": false,
2621
+ "required": false,
2622
+ "type": "object",
2623
+ "value_allowed_null": true
2624
+ },
2625
+ {
2626
+ "disabled": false,
2627
+ "document": "Service startup command.Note: This field may return null, indicating that no valid values can be obtained.",
2628
+ "example": "sleep 36000",
2629
+ "member": "string",
2630
+ "name": "Command",
2631
+ "output_required": false,
2632
+ "required": false,
2633
+ "type": "string",
2634
+ "value_allowed_null": true
2635
+ },
2636
+ {
2637
+ "disabled": false,
2638
+ "document": "Settings of enabling the TI-ONE private network to access external resources.Note: This field may return null, indicating that no valid values can be obtained.",
2639
+ "example": "无",
2640
+ "member": "ServiceEIP",
2641
+ "name": "ServiceEIP",
2642
+ "output_required": false,
2643
+ "required": false,
2644
+ "type": "object",
2645
+ "value_allowed_null": true
2646
+ },
2647
+ {
2648
+ "disabled": false,
2649
+ "document": "Service port, with the default value of 8501.Note: This field may return null, indicating that no valid values can be obtained.",
2650
+ "example": "8501",
2651
+ "member": "int64",
2652
+ "name": "ServicePort",
2653
+ "output_required": false,
2654
+ "required": false,
2655
+ "type": "int",
2656
+ "value_allowed_null": true
2657
+ },
2658
+ {
2659
+ "disabled": false,
2660
+ "document": "Graceful exit time limit of the service, in seconds. Default value: 30. Minimum value: 1.",
2661
+ "example": "30",
2662
+ "member": "int64",
2663
+ "name": "TerminationGracePeriodSeconds",
2664
+ "output_required": false,
2665
+ "required": false,
2666
+ "type": "int",
2667
+ "value_allowed_null": false
2668
+ },
2669
+ {
2670
+ "disabled": false,
2671
+ "document": "Command executed before the service instance stops. The instance ends after the command execution is completed or after the execution time exceeds the graceful exit time limit.",
2672
+ "example": "[\"sleep\",\"60\"]",
2673
+ "member": "string",
2674
+ "name": "PreStopCommand",
2675
+ "output_required": false,
2676
+ "required": false,
2677
+ "type": "list",
2678
+ "value_allowed_null": false
2679
+ },
2680
+ {
2681
+ "disabled": false,
2682
+ "document": "Whether to enable the gRPC port.",
2683
+ "example": "false",
2684
+ "member": "bool",
2685
+ "name": "GrpcEnable",
2686
+ "output_required": false,
2687
+ "required": false,
2688
+ "type": "bool",
2689
+ "value_allowed_null": false
2690
+ },
2691
+ {
2692
+ "disabled": false,
2693
+ "document": "Health probe.",
2694
+ "example": "无",
2695
+ "member": "HealthProbe",
2696
+ "name": "HealthProbe",
2697
+ "output_required": false,
2698
+ "required": false,
2699
+ "type": "object",
2700
+ "value_allowed_null": false
2701
+ },
2702
+ {
2703
+ "disabled": false,
2704
+ "document": "Rolling update configurations.",
2705
+ "example": "无",
2706
+ "member": "RollingUpdate",
2707
+ "name": "RollingUpdate",
2708
+ "output_required": false,
2709
+ "required": false,
2710
+ "type": "object",
2711
+ "value_allowed_null": false
2712
+ },
2713
+ {
2714
+ "disabled": false,
2715
+ "document": "Number of instances per replica. This parameter is valid only when the deployment type is DIST or ROLE. Default value: 1.",
2716
+ "example": "1",
2717
+ "member": "int64",
2718
+ "name": "InstancePerReplicas",
2719
+ "output_required": false,
2720
+ "required": false,
2721
+ "type": "int",
2722
+ "value_allowed_null": false
2723
+ },
2724
+ {
2725
+ "disabled": false,
2726
+ "document": "Batch data disk mounting configurations.",
2727
+ "example": "无",
2728
+ "member": "VolumeMount",
2729
+ "name": "VolumeMounts",
2730
+ "output_required": false,
2731
+ "required": false,
2732
+ "type": "list",
2733
+ "value_allowed_null": false
2734
+ }
2735
+ ],
2736
+ "usage": "both"
2737
+ },
2738
+ "ServiceLimit": {
2739
+ "document": "Configurations related to throttling and speed limit of services.",
2740
+ "members": [
2741
+ {
2742
+ "disabled": false,
2743
+ "document": "Whether to enable throttling and speed limit at the instance level. Valid values: true and false. If the value is true, InstanceRpsLimit is required. If the value is false, InstanceRpsLimit does not take effect.",
2744
+ "example": "True",
2745
+ "member": "bool",
2746
+ "name": "EnableInstanceRpsLimit",
2747
+ "output_required": true,
2748
+ "required": false,
2749
+ "type": "bool",
2750
+ "value_allowed_null": false
2751
+ },
2752
+ {
2753
+ "disabled": false,
2754
+ "document": "Speed limit for the requests per second (RPS) of each service instance. 0 indicates no throttling.",
2755
+ "example": "300",
2756
+ "member": "int64",
2757
+ "name": "InstanceRpsLimit",
2758
+ "output_required": true,
2759
+ "required": false,
2760
+ "type": "int",
2761
+ "value_allowed_null": false
2762
+ },
2763
+ {
2764
+ "disabled": false,
2765
+ "document": "Whether to enable the maximum concurrency quantity limit for a single instance. Valid values: true and false. If the value is true, InstanceReqLimit is required. If the value is false, InstanceReqLimit does not take effect.",
2766
+ "example": "True",
2767
+ "member": "bool",
2768
+ "name": "EnableInstanceReqLimit",
2769
+ "output_required": true,
2770
+ "required": false,
2771
+ "type": "bool",
2772
+ "value_allowed_null": false
2773
+ },
2774
+ {
2775
+ "disabled": false,
2776
+ "document": "Maximum concurrency for each service instance.",
2777
+ "example": "4",
2778
+ "member": "int64",
2779
+ "name": "InstanceReqLimit",
2780
+ "output_required": true,
2781
+ "required": false,
2782
+ "type": "int",
2783
+ "value_allowed_null": false
2784
+ }
2785
+ ],
2786
+ "usage": "both"
2787
+ },
2788
+ "StatefulSetCondition": {
2789
+ "document": "Instance status.",
2790
+ "members": [
2791
+ {
2792
+ "disabled": false,
2793
+ "document": "Information.Note: This field may return null, indicating that no valid values can be obtained.",
2794
+ "example": "test",
2795
+ "member": "string",
2796
+ "name": "Message",
2797
+ "output_required": true,
2798
+ "required": true,
2799
+ "type": "string",
2800
+ "value_allowed_null": true
2801
+ },
2802
+ {
2803
+ "disabled": false,
2804
+ "document": "Reason.Note: This field may return null, indicating that no valid values can be obtained.",
2805
+ "example": "test",
2806
+ "member": "string",
2807
+ "name": "Reason",
2808
+ "output_required": true,
2809
+ "required": true,
2810
+ "type": "string",
2811
+ "value_allowed_null": true
2812
+ },
2813
+ {
2814
+ "disabled": false,
2815
+ "document": "Status of the condition, True, False or Unknown.Note: This field may return null, indicating that no valid values can be obtained.",
2816
+ "example": "True",
2817
+ "member": "string",
2818
+ "name": "Status",
2819
+ "output_required": true,
2820
+ "required": true,
2821
+ "type": "string",
2822
+ "value_allowed_null": true
2823
+ },
2824
+ {
2825
+ "disabled": false,
2826
+ "document": "Type.Note: This field may return null, indicating that no valid values can be obtained.",
2827
+ "example": "Ready",
2828
+ "member": "string",
2829
+ "name": "Type",
2830
+ "output_required": true,
2831
+ "required": true,
2832
+ "type": "string",
2833
+ "value_allowed_null": true
2834
+ },
2835
+ {
2836
+ "disabled": false,
2837
+ "document": "Last update time.Note: This field may return null, indicating that no valid values can be obtained.",
2838
+ "example": "2021-09-02T13:32:06Z",
2839
+ "member": "string",
2840
+ "name": "LastTransitionTime",
2841
+ "output_required": true,
2842
+ "required": true,
2843
+ "type": "string",
2844
+ "value_allowed_null": true
2845
+ },
2846
+ {
2847
+ "disabled": false,
2848
+ "document": "Last update time.Note: This field may return null, indicating that no valid values can be obtained.",
2849
+ "example": "2021-09-02T13:32:06Z",
2850
+ "member": "string",
2851
+ "name": "LastUpdateTime",
2852
+ "output_required": false,
2853
+ "required": false,
2854
+ "type": "string",
2855
+ "value_allowed_null": true
2856
+ }
2857
+ ],
2858
+ "usage": "both"
2859
+ },
2860
+ "TCPSocketAction": {
2861
+ "document": "Check action of a TCP Socket health probe.",
2862
+ "members": [
2863
+ {
2864
+ "disabled": false,
2865
+ "document": "Called port.",
2866
+ "example": "8501",
2867
+ "member": "int64",
2868
+ "name": "Port",
2869
+ "output_required": false,
2870
+ "required": false,
2871
+ "type": "int",
2872
+ "value_allowed_null": false
2873
+ }
2874
+ ],
2875
+ "usage": "both"
2876
+ },
2877
+ "Tag": {
2878
+ "document": "Tencent Cloud tag description.",
2879
+ "members": [
2880
+ {
2881
+ "disabled": false,
2882
+ "document": "Tag key.Note: This field may return null, indicating that no valid values can be obtained.",
2883
+ "example": "type",
2884
+ "member": "string",
2885
+ "name": "TagKey",
2886
+ "required": true,
2887
+ "type": "string",
2888
+ "value_allowed_null": true
2889
+ },
2890
+ {
2891
+ "disabled": false,
2892
+ "document": "Tag value.Note: This field may return null, indicating that no valid values can be obtained.",
2893
+ "example": "test",
2894
+ "member": "string",
2895
+ "name": "TagValue",
2896
+ "required": true,
2897
+ "type": "string",
2898
+ "value_allowed_null": true
2899
+ }
2900
+ ],
2901
+ "usage": "both"
2902
+ },
2903
+ "TagFilter": {
2904
+ "document": "Tag filtering parameters.",
2905
+ "members": [
2906
+ {
2907
+ "disabled": false,
2908
+ "document": "Tag key.",
2909
+ "example": "test",
2910
+ "member": "string",
2911
+ "name": "TagKey",
2912
+ "required": false,
2913
+ "type": "string",
2914
+ "value_allowed_null": false
2915
+ },
2916
+ {
2917
+ "disabled": false,
2918
+ "document": "Multiple tag values.",
2919
+ "example": "{\"test\",\"test\"}",
2920
+ "member": "string",
2921
+ "name": "TagValues",
2922
+ "required": false,
2923
+ "type": "list",
2924
+ "value_allowed_null": false
2925
+ }
2926
+ ],
2927
+ "usage": "both"
2928
+ },
2929
+ "VolumeMount": {
2930
+ "document": "External mounting information.",
2931
+ "members": [
2932
+ {
2933
+ "disabled": false,
2934
+ "document": "Cloud File Storage (CFS) configuration information.",
2935
+ "example": "无",
2936
+ "member": "CFSConfig",
2937
+ "name": "CFSConfig",
2938
+ "output_required": true,
2939
+ "required": true,
2940
+ "type": "object",
2941
+ "value_allowed_null": false
2942
+ },
2943
+ {
2944
+ "disabled": false,
2945
+ "document": "Mounting source type. Valid values: CFS and COS. The default value is CFS.",
2946
+ "example": "CFS",
2947
+ "member": "string",
2948
+ "name": "VolumeSourceType",
2949
+ "output_required": true,
2950
+ "required": false,
2951
+ "type": "string",
2952
+ "value_allowed_null": false
2953
+ },
2954
+ {
2955
+ "disabled": false,
2956
+ "document": "Mounting path in the custom container.Note: This field may return null, indicating that no valid values can be obtained.",
2957
+ "example": "/MountPath",
2958
+ "member": "string",
2959
+ "name": "MountPath",
2960
+ "output_required": false,
2961
+ "required": false,
2962
+ "type": "string",
2963
+ "value_allowed_null": true
2964
+ }
2965
+ ],
2966
+ "usage": "both"
2967
+ },
2968
+ "WorkloadStatus": {
2969
+ "document": "Workload status.",
2970
+ "members": [
2971
+ {
2972
+ "disabled": false,
2973
+ "document": "Number of current instances.",
2974
+ "example": "1",
2975
+ "member": "int64",
2976
+ "name": "Replicas",
2977
+ "output_required": true,
2978
+ "required": true,
2979
+ "type": "int",
2980
+ "value_allowed_null": false
2981
+ },
2982
+ {
2983
+ "disabled": false,
2984
+ "document": "Number of updated instances.",
2985
+ "example": "0",
2986
+ "member": "int64",
2987
+ "name": "UpdatedReplicas",
2988
+ "output_required": true,
2989
+ "required": true,
2990
+ "type": "int",
2991
+ "value_allowed_null": false
2992
+ },
2993
+ {
2994
+ "disabled": false,
2995
+ "document": "Number of ready instances.",
2996
+ "example": "1",
2997
+ "member": "int64",
2998
+ "name": "ReadyReplicas",
2999
+ "output_required": true,
3000
+ "required": true,
3001
+ "type": "int",
3002
+ "value_allowed_null": false
3003
+ },
3004
+ {
3005
+ "disabled": false,
3006
+ "document": "Number of available instances.",
3007
+ "example": "1",
3008
+ "member": "int64",
3009
+ "name": "AvailableReplicas",
3010
+ "output_required": true,
3011
+ "required": true,
3012
+ "type": "int",
3013
+ "value_allowed_null": false
3014
+ },
3015
+ {
3016
+ "disabled": false,
3017
+ "document": "Number of unavailable instances.",
3018
+ "example": "0",
3019
+ "member": "int64",
3020
+ "name": "UnavailableReplicas",
3021
+ "output_required": true,
3022
+ "required": true,
3023
+ "type": "int",
3024
+ "value_allowed_null": false
3025
+ },
3026
+ {
3027
+ "disabled": false,
3028
+ "document": "Normal: running.Abnormal: service abnormalities, such as container startup failure.Waiting: service waiting, such as container image pulling.Stopped: stopped.Pending: starting.Stopping: stopping.",
3029
+ "example": "Normal",
3030
+ "member": "string",
3031
+ "name": "Status",
3032
+ "output_required": true,
3033
+ "required": true,
3034
+ "type": "string",
3035
+ "value_allowed_null": false
3036
+ },
3037
+ {
3038
+ "disabled": true,
3039
+ "document": "Workload status information.",
3040
+ "example": "{}",
3041
+ "member": "StatefulSetCondition",
3042
+ "name": "StatefulSetCondition",
3043
+ "output_required": true,
3044
+ "required": false,
3045
+ "type": "list",
3046
+ "value_allowed_null": false
3047
+ },
3048
+ {
3049
+ "disabled": false,
3050
+ "document": "Status information of workload history.",
3051
+ "example": "[]",
3052
+ "member": "StatefulSetCondition",
3053
+ "name": "Conditions",
3054
+ "output_required": true,
3055
+ "required": false,
3056
+ "type": "list",
3057
+ "value_allowed_null": false
3058
+ },
3059
+ {
3060
+ "disabled": false,
3061
+ "document": "Display the reason when the status is abnormal.Note: This field may return null, indicating that no valid values can be obtained.",
3062
+ "example": "无",
3063
+ "member": "string",
3064
+ "name": "Reason",
3065
+ "output_required": true,
3066
+ "required": false,
3067
+ "type": "string",
3068
+ "value_allowed_null": true
3069
+ }
3070
+ ],
3071
+ "usage": "both"
3072
+ }
3073
+ }
3074
+ }