tencentcloud-sdk-nodejs 4.1.206 → 4.1.208

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 (60) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/cvm/v20170312/cvm_client.js +3 -0
  3. package/es/services/cynosdb/v20190107/cynosdb_client.js +3 -0
  4. package/es/services/ga2/v20250115/ga2_client.js +62 -2
  5. package/es/services/mps/v20190612/mps_client.js +148 -25
  6. package/es/services/omics/v20221128/omics_client.js +38 -29
  7. package/es/services/redis/v20180412/redis_client.js +3 -0
  8. package/es/services/smh/v20210712/smh_client.js +2 -17
  9. package/es/services/tcb/v20180608/tcb_client.js +4 -10
  10. package/es/services/teo/v20220901/teo_client.js +36 -6
  11. package/es/services/tke/v20180525/tke_client.js +8 -2
  12. package/es/services/waf/v20180125/waf_client.js +0 -3
  13. package/package.json +1 -1
  14. package/tencentcloud/common/sdk_version.d.ts +1 -1
  15. package/tencentcloud/common/sdk_version.js +1 -1
  16. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +24 -0
  17. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +5 -1
  18. package/tencentcloud/services/cvm/v20170312/cvm_client.js +6 -0
  19. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +28 -6
  20. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +5 -1
  21. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -0
  22. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +140 -102
  23. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +16 -12
  24. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +170 -282
  25. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +5 -7
  26. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +4 -4
  27. package/tencentcloud/services/ga2/v20250115/ga2_client.d.ts +83 -3
  28. package/tencentcloud/services/ga2/v20250115/ga2_client.js +123 -3
  29. package/tencentcloud/services/ga2/v20250115/ga2_models.d.ts +1453 -11
  30. package/tencentcloud/services/live/v20180801/live_models.d.ts +12 -13
  31. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +26 -40
  32. package/tencentcloud/services/monitor/v20230616/monitor_models.d.ts +34 -8
  33. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +191 -27
  34. package/tencentcloud/services/mps/v20190612/mps_client.js +285 -39
  35. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +3062 -780
  36. package/tencentcloud/services/omics/v20221128/omics_client.d.ts +45 -33
  37. package/tencentcloud/services/omics/v20221128/omics_client.js +66 -48
  38. package/tencentcloud/services/omics/v20221128/omics_models.d.ts +1255 -898
  39. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +5 -1
  40. package/tencentcloud/services/redis/v20180412/redis_client.js +6 -0
  41. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +653 -660
  42. package/tencentcloud/services/smh/v20210712/smh_client.d.ts +3 -23
  43. package/tencentcloud/services/smh/v20210712/smh_client.js +3 -33
  44. package/tencentcloud/services/smh/v20210712/smh_models.d.ts +54 -420
  45. package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +9 -17
  46. package/tencentcloud/services/tcb/v20180608/tcb_client.js +10 -22
  47. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +0 -48
  48. package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +1 -1
  49. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +101 -78
  50. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +47 -7
  51. package/tencentcloud/services/teo/v20220901/teo_client.js +69 -9
  52. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +771 -283
  53. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +11 -3
  54. package/tencentcloud/services/tke/v20180525/tke_client.js +15 -3
  55. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +240 -26
  56. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +8 -9
  57. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +18 -6
  58. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +1 -5
  59. package/tencentcloud/services/waf/v20180125/waf_client.js +0 -6
  60. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +58 -139
@@ -11,19 +11,6 @@ export interface DeleteVolumeDataRequest {
11
11
  */
12
12
  Path: string;
13
13
  }
14
- /**
15
- * 任务批次超时通知。
16
- */
17
- export interface RunGroupTimeoutNotification {
18
- /**
19
- * 任务批次超时时间,单位分钟。
20
- */
21
- TimeoutMinutes?: number;
22
- /**
23
- * 通知类型。
24
- */
25
- NotificationType?: NotificationType;
26
- }
27
14
  /**
28
15
  * RetryRuns返回参数结构体
29
16
  */
@@ -38,765 +25,781 @@ export interface RetryRunsResponse {
38
25
  RequestId?: string;
39
26
  }
40
27
  /**
41
- * RunApplication返回参数结构体
28
+ * 环境运行时配置
42
29
  */
43
- export interface RunApplicationResponse {
30
+ export interface EnvironmentRuntimeConfig {
44
31
  /**
45
- * 任务批次ID。
32
+ * Cromwell工作流引擎设置
46
33
  */
47
- RunGroupId?: string;
34
+ CromwellConfig: CromwellConfig;
48
35
  /**
49
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
36
+ * Nextflow工作流引擎设置
50
37
  */
51
- RequestId?: string;
38
+ NextflowConfig: NextflowConfig;
52
39
  }
53
40
  /**
54
- * 执行时间。
41
+ * ImportTableFile返回参数结构体
55
42
  */
56
- export interface ExecutionTime {
57
- /**
58
- * 提交时间。
59
- */
60
- SubmitTime?: string;
43
+ export interface ImportTableFileResponse {
61
44
  /**
62
- * 开始时间。
45
+ * 表格ID。
63
46
  */
64
- StartTime?: string;
47
+ TableId?: string;
65
48
  /**
66
- * 结束时间。
49
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
67
50
  */
68
- EndTime?: string;
51
+ RequestId?: string;
69
52
  }
70
53
  /**
71
- * 任务运行状态。
54
+ * CreateVolume请求参数结构体
72
55
  */
73
- export interface RunStatusCount {
56
+ export interface CreateVolumeRequest {
74
57
  /**
75
- * 状态。
58
+ * 环境ID。
76
59
  */
77
- Status?: string;
60
+ EnvironmentId: string;
78
61
  /**
79
- * 数量。
62
+ * 名称。
80
63
  */
81
- Count?: number;
82
- }
83
- /**
84
- * 环境运行时配置
85
- */
86
- export interface EnvironmentRuntimeConfig {
64
+ Name: string;
87
65
  /**
88
- * Cromwell工作流引擎设置
66
+ * 缓存卷类型,取值范围:
67
+ * SHARED:多点挂载共享存储
89
68
  */
90
- CromwellConfig: CromwellConfig;
69
+ Type: string;
91
70
  /**
92
- * Nextflow工作流引擎设置
71
+ * 缓存卷规格,取值范围:
72
+
73
+ - SD:通用标准型
74
+ - HP:通用性能型
75
+ - TB:turbo标准型
76
+ - TP:turbo性能型
93
77
  */
94
- NextflowConfig: NextflowConfig;
95
- }
96
- /**
97
- * DescribeRuns返回参数结构体
98
- */
99
- export interface DescribeRunsResponse {
78
+ Spec: string;
100
79
  /**
101
- * 符合条件的数量。
80
+ * 描述。
102
81
  */
103
- TotalCount?: number;
82
+ Description?: string;
104
83
  /**
105
- * 任务列表。
84
+ * 缓存卷大小(GB),Turbo系列需要指定。
106
85
  */
107
- Runs?: Array<Run>;
86
+ Capacity?: number;
108
87
  /**
109
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
88
+ * 是否开启默认扩容,仅turbo类型文件存储支持
110
89
  */
111
- RequestId?: string;
90
+ EnableAutoScaleUp?: boolean;
91
+ /**
92
+ * turbo文件系统元数据属性,basic:标准型元数据;enhanced:增强型元数据
93
+ */
94
+ MetaType?: string;
112
95
  }
113
96
  /**
114
- * ImportTableFile返回参数结构体
97
+ * 资源限制范围。
115
98
  */
116
- export interface ImportTableFileResponse {
99
+ export interface LimitRange {
117
100
  /**
118
- * 表格ID。
101
+ * 最大CPU设置
119
102
  */
120
- TableId?: string;
103
+ MaxCPU?: string;
121
104
  /**
122
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
105
+ * 最大内存设置(单位:Mi,Gi,Ti,M,G,T)
123
106
  */
124
- RequestId?: string;
107
+ MaxMemory?: string;
125
108
  }
126
109
  /**
127
- * RunApplication请求参数结构体
110
+ * DescribeTables返回参数结构体
128
111
  */
129
- export interface RunApplicationRequest {
112
+ export interface DescribeTablesResponse {
130
113
  /**
131
- * 应用ID。
114
+ * 结果总数。
132
115
  */
133
- ApplicationId: string;
116
+ TotalCount?: number;
134
117
  /**
135
- * 任务批次名称。
118
+ * 表格列表。
136
119
  */
137
- Name: string;
120
+ Tables?: Array<Table>;
138
121
  /**
139
- * 投递环境ID。
122
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId
140
123
  */
141
- EnvironmentId: string;
124
+ RequestId?: string;
125
+ }
126
+ /**
127
+ * RetryRuns请求参数结构体
128
+ */
129
+ export interface RetryRunsRequest {
142
130
  /**
143
131
  * 项目ID。(不填使用指定地域下的默认项目)
144
132
  */
145
133
  ProjectId?: string;
146
134
  /**
147
- * 任务批次描述。
135
+ * 需要重试的任务批次ID。
148
136
  */
149
- Description?: string;
137
+ RunGroupId?: string;
150
138
  /**
151
- * 任务输入COS地址。(InputBase64和InputCosUri必选其一)
139
+ * 需要重试的任务UUID。
152
140
  */
153
- InputCosUri?: string;
141
+ RunUuids?: Array<string>;
154
142
  /**
155
- * 任务输入JSON。需要进行base64编码。(InputBase64和InputCosUri必选其一)
143
+ * WDL运行选项,不填使用被重试的任务批次运行选项。
156
144
  */
157
- InputBase64?: string;
145
+ WDLOption?: RunOption;
158
146
  /**
159
- * 批量投递表格ID,不填表示单例投递。
147
+ * Nextflow运行选项,不填使用被重试的任务批次运行选项。
160
148
  */
161
- TableId?: string;
149
+ NFOption?: NFOption;
150
+ }
151
+ /**
152
+ * HPC实例硬盘
153
+ */
154
+ export interface HPCDisk {
162
155
  /**
163
- * 批量投递表格行UUID。不填表示表格全部行。
156
+ * 硬盘ID。仅作为出参。
164
157
  */
165
- TableRowUuids?: Array<string>;
158
+ DiskId?: string;
166
159
  /**
167
- * 任务缓存清理时间(小时)。不填或0表示不清理。
160
+ * 硬盘大小
168
161
  */
169
- CacheClearDelay?: number;
162
+ Size?: number;
170
163
  /**
171
- * 应用版本ID。不填表示使用当前最新版本。
164
+ * 类型
172
165
  */
173
- ApplicationVersionId?: string;
166
+ Type?: string;
167
+ }
168
+ /**
169
+ * 计算集群配置。
170
+ */
171
+ export interface ClusterOption {
174
172
  /**
175
- * WDL运行选项。
173
+ * <p>计算集群可用区。</p>
176
174
  */
177
- Option?: RunOption;
175
+ Zone: string;
178
176
  /**
179
- * Nextflow运行选项。
177
+ * <p>计算集群类型,取值范围:</p><ul><li>KUBERNETES</li></ul>
180
178
  */
181
- NFOption?: NFOption;
179
+ Type: string;
182
180
  /**
183
- * 工作目录,当前仅支持Nextflow。可填写指定缓存卷内的绝对路径或者COS路径,不填使用默认缓存卷内的默认路径。如果使用COS路径,NFOption中LaunchDir需填写指定缓存卷内的绝对路径作为启动路径。
181
+ * <p>计算集群Service CIDR,不能与VPC网段重合。</p>
184
182
  */
185
- WorkDir?: string;
183
+ ServiceCidr?: string;
186
184
  /**
187
- * 访问模式,不填默认私有。取值范围
188
- - PRIVATE:私有应用
189
- - PUBLIC:公共应用
185
+ * <p>资源配额。</p>
190
186
  */
191
- AccessMode?: string;
187
+ ResourceQuota?: ResourceQuota;
192
188
  /**
193
- * 缓存卷ID,不填使用默认缓存卷,暂时仅支持Nextflow。
189
+ * <p>限制范围。</p>
194
190
  */
195
- VolumeIds?: Array<string>;
191
+ LimitRange?: LimitRange;
196
192
  /**
197
- * 是否开启结果通知。
193
+ * <p>系统节点池实例规格。详情参见<a href="https://cloud.tencent.com/document/product/213/11518">实例规格</a>描述</p>
198
194
  */
199
- ResultNotification?: boolean;
195
+ SystemNodeInstanceType?: string;
200
196
  /**
201
- * 是否开启超时通知。
197
+ * <p>系统节点池实例数量。</p>
202
198
  */
203
- TimeoutNotification?: boolean;
199
+ SystemNodeCount?: number;
204
200
  /**
205
- * 任务超时通知时间(单位:分钟),支持5到2880分钟。
201
+ * <p>纳管环境自动升配</p>
206
202
  */
207
- TimeoutNotificationMinutes?: number;
203
+ AutoUpgradeClusterLevel?: boolean;
204
+ }
205
+ /**
206
+ * TerminateRunGroup返回参数结构体
207
+ */
208
+ export interface TerminateRunGroupResponse {
208
209
  /**
209
- * 接受通知邮件地址列表。
210
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
210
211
  */
211
- EmailForNotification?: Array<string>;
212
+ RequestId?: string;
212
213
  }
213
214
  /**
214
- * GetRunMetadataFile返回参数结构体
215
+ * DescribeVolumes返回参数结构体
215
216
  */
216
- export interface GetRunMetadataFileResponse {
217
+ export interface DescribeVolumesResponse {
217
218
  /**
218
- * 文件预签名链接,一分钟内有效。
219
+ * 缓存卷。
219
220
  */
220
- CosSignedUrl?: string;
221
+ Volumes?: Array<Volume>;
221
222
  /**
222
- * 批量文件预签名链接,一分钟内有效。
223
+ * 符合条件的数量。
223
224
  */
224
- CosSignedUrls?: Array<string>;
225
+ TotalCount?: number;
225
226
  /**
226
227
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
227
228
  */
228
229
  RequestId?: string;
229
230
  }
230
231
  /**
231
- * CreateVolume返回参数结构体
232
+ * Git信息。
232
233
  */
233
- export interface CreateVolumeResponse {
234
+ export interface GitInfo {
234
235
  /**
235
- * 缓存卷ID。
236
+ * Git地址。
236
237
  */
237
- VolumeId?: string;
238
+ GitHttpPath: string;
238
239
  /**
239
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
240
+ * Git用户名。
240
241
  */
241
- RequestId?: string;
242
- }
243
- /**
244
- * DeleteEnvironment返回参数结构体
245
- */
246
- export interface DeleteEnvironmentResponse {
242
+ GitUserName?: string;
247
243
  /**
248
- * 工作流UUID
244
+ * Git密码或者Token
249
245
  */
250
- WorkflowUuid?: string;
246
+ GitTokenOrPassword?: string;
251
247
  /**
252
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
248
+ * 分支。
253
249
  */
254
- RequestId?: string;
250
+ Branch?: string;
251
+ /**
252
+ * 标签。
253
+ */
254
+ Tag?: string;
255
255
  }
256
256
  /**
257
- * 运行应用选项。
257
+ * 应用版本。
258
258
  */
259
- export interface RunOption {
259
+ export interface ApplicationVersion {
260
260
  /**
261
- * 运行失败模式,取值范围:
262
- - ContinueWhilePossible
263
- - NoNewCalls
261
+ * 版本类型。
264
262
  */
265
- FailureMode: string;
263
+ Type?: string;
266
264
  /**
267
- * 是否使用Call-Caching功能。
265
+ * 版本ID。
268
266
  */
269
- UseCallCache: boolean;
267
+ ApplicationVersionId?: string;
270
268
  /**
271
- * 是否使用错误挂起功能。
269
+ * 发布名称。
272
270
  */
273
- UseErrorOnHold: boolean;
271
+ Name?: string;
274
272
  /**
275
- * 输出归档COS路径。
273
+ * 发布描述。
276
274
  */
277
- FinalWorkflowOutputsDir?: string;
275
+ Description?: string;
278
276
  /**
279
- * 是否使用相对目录归档输出。
277
+ * 入口文件。
280
278
  */
281
- UseRelativeOutputPaths?: boolean;
279
+ Entrypoint?: string;
282
280
  /**
283
- * 是否添加运行信息到输出目录中
281
+ * 创建时间。
284
282
  */
285
- AddRunInfoToOutputDir?: boolean;
283
+ CreateTime?: string;
284
+ /**
285
+ * 创建者名称。
286
+ */
287
+ CreatorName?: string;
288
+ /**
289
+ * 创建者ID。
290
+ */
291
+ CreatorId?: string;
292
+ /**
293
+ * Git信息。
294
+ * @deprecated
295
+ */
296
+ GitInfo?: string;
297
+ /**
298
+ * Git信息。
299
+ */
300
+ GitSource?: GitInfo;
301
+ /**
302
+ * COS信息。
303
+ */
304
+ CosSource?: CosFileInfo;
286
305
  }
287
306
  /**
288
- * 组学平台环境详情。
307
+ * 任务。
289
308
  */
290
- export interface Environment {
291
- /**
292
- * 环境ID。
293
- */
294
- EnvironmentId?: string;
309
+ export interface RunGroup {
295
310
  /**
296
- * 环境名称。
311
+ * 任务批次ID。
297
312
  */
298
- Name?: string;
313
+ RunGroupId?: string;
299
314
  /**
300
- * 环境描述信息。
315
+ * 项目ID。
301
316
  */
302
- Description?: string;
317
+ ProjectId?: string;
303
318
  /**
304
- * 环境地域。
319
+ * 项目名称。
305
320
  */
306
- Region?: string;
321
+ ProjectName?: string;
307
322
  /**
308
- * 环境类型,取值范围:
309
- - KUBERNETES:Kubernetes容器集群
310
- - HPC:HPC高性能计算集群
323
+ * 应用ID。
311
324
  */
312
- Type?: string;
325
+ ApplicationId?: string;
313
326
  /**
314
- * 环境状态,取值范围:
315
- - INITIALIZING:创建中
316
- - INITIALIZATION_ERROR:创建失败
317
- - RUNNING:运行中
318
- - ERROR:异常
319
- - DELETING:正在删除
320
- - DELETE_ERROR:删除失败
327
+ * 应用名称。
321
328
  */
322
- Status?: string;
329
+ ApplicationName?: string;
323
330
  /**
324
- * 环境是否可用。环境需要可用才能投递计算任务。
331
+ * 应用类型。
325
332
  */
326
- Available?: boolean;
333
+ ApplicationType?: string;
327
334
  /**
328
- * 环境是否为默认环境。
335
+ * 应用版本。
329
336
  */
330
- IsDefault?: boolean;
337
+ ApplicationVersion?: ApplicationVersion;
331
338
  /**
332
- * 环境是否为托管环境。
339
+ * 应用访问类型:
340
+ - PRIVATE 私有应用
341
+ - PUBLIC 公共应用
333
342
  */
334
- IsManaged?: boolean;
343
+ AccessMode?: string;
335
344
  /**
336
- * 环境信息。
345
+ * 环境ID。
337
346
  */
338
- Message?: string;
347
+ EnvironmentId?: string;
339
348
  /**
340
- * 云资源ID。
349
+ * 环境名称。
341
350
  */
342
- ResourceIds?: ResourceIds;
351
+ EnvironmentName?: string;
343
352
  /**
344
- * 上个工作流UUID。
353
+ * 表格ID,单例运行为空。
345
354
  */
346
- LastWorkflowUuid?: string;
355
+ TableId?: string;
347
356
  /**
348
- * 创建时间。
357
+ * 任务名称。
349
358
  */
350
- CreationTime?: string;
359
+ Name?: string;
351
360
  /**
352
- * 运行时配置。
361
+ * 任务描述。
353
362
  */
354
- RuntimeConfig?: EnvironmentRuntimeConfig;
355
- }
356
- /**
357
- * GetRunCalls请求参数结构体
358
- */
359
- export interface GetRunCallsRequest {
363
+ Description?: string;
360
364
  /**
361
- * 任务Uuid。
365
+ * 任务状态。
362
366
  */
363
- RunUuid: string;
367
+ Status?: string;
364
368
  /**
365
- * 作业路径
369
+ * 任务批次类型 :
370
+ - WDL
371
+ - NEXTFLOW
366
372
  */
367
- Path: string;
373
+ Type?: string;
368
374
  /**
369
- * 项目ID。
370
- (不填使用指定地域下的默认项目)
375
+ * 工作目录。
371
376
  */
372
- ProjectId?: string;
373
- }
374
- /**
375
- * RunWorkflow请求参数结构体
376
- */
377
- export interface RunWorkflowRequest {
377
+ WorkDir?: string;
378
378
  /**
379
- * 任务批次名称。
379
+ * 任务输入。
380
380
  */
381
- Name: string;
381
+ Input?: string;
382
382
  /**
383
- * 投递环境ID。
383
+ * 任务输入类型:
384
+ - JSON: 导入JSON
385
+ - MANUAL: 手动输入
386
+ - COS: COS文件
384
387
  */
385
- EnvironmentId: string;
388
+ InputType?: string;
386
389
  /**
387
- * 工作流Git仓库信息。
390
+ * 输入COS地址。
388
391
  */
389
- GitSource: GitInfo;
392
+ InputCosUri?: string;
390
393
  /**
391
- * 工作流类型。
392
-
393
- 支持类型:
394
- - NEXTFLOW
394
+ * 输入模板ID。
395
395
  */
396
- Type: string;
396
+ InputTemplateId?: string;
397
397
  /**
398
- * Nextflow选项。
398
+ * WDL运行选项。
399
399
  */
400
- NFOption: NFOption;
400
+ Option?: RunOption;
401
401
  /**
402
- * 项目ID。
403
- (不填使用指定地域下的默认项目)
402
+ * Nextflow运行选项。
404
403
  */
405
- ProjectId?: string;
404
+ NFOption?: NFOption;
406
405
  /**
407
- * 任务批次描述。
406
+ * 使用的缓存卷。
408
407
  */
409
- Description?: string;
408
+ Volumes?: Array<VolumeInfo>;
410
409
  /**
411
- * 任务输入JSON。需要进行base64编码。
412
- (InputBase64和InputCosUri必选其一)
410
+ * 任务总数量。
413
411
  */
414
- InputBase64?: string;
412
+ TotalRun?: number;
415
413
  /**
416
- * 任务输入COS地址。
417
- (InputBase64和InputCosUri必选其一)
414
+ * 各状态任务的数量。
418
415
  */
419
- InputCosUri?: string;
416
+ RunStatusCounts?: Array<RunStatusCount>;
420
417
  /**
421
- * 任务缓存清理时间(小时)。不填或0表示不清理。
418
+ * 执行时间。
422
419
  */
423
- CacheClearDelay?: number;
420
+ ExecutionTime?: ExecutionTime;
424
421
  /**
425
- * 工作目录,可填写指定缓存卷内的绝对路径,不填使用默认缓存卷内的默认路径,暂时仅支持Nextflow。
422
+ * 错误信息。
426
423
  */
427
- WorkDir?: string;
424
+ ErrorMessage?: string;
428
425
  /**
429
- * 缓存卷ID,不填使用默认缓存卷,暂时仅支持Nextflow。
426
+ * 任务批次通知。
430
427
  */
431
- VolumeIds?: Array<string>;
428
+ Notification?: RunGroupNotification;
432
429
  /**
433
- * 工作流入口文件,不填使用默认入口文件。
430
+ * 创建时间。
434
431
  */
435
- Entrypoint?: string;
436
- }
437
- /**
438
- * DescribeRuns请求参数结构体
439
- */
440
- export interface DescribeRunsRequest {
432
+ CreateTime?: string;
441
433
  /**
442
- * 项目ID。
443
- (不填使用指定地域下的默认项目)
434
+ * 更新时间。
444
435
  */
445
- ProjectId?: string;
436
+ UpdateTime?: string;
446
437
  /**
447
- * 返回数量,默认为10,最大值为100。
438
+ * 创建者。
448
439
  */
449
- Limit?: number;
440
+ Creator?: string;
450
441
  /**
451
- * 偏移量,默认为0
442
+ * 创建者ID
452
443
  */
453
- Offset?: number;
444
+ CreatorId?: string;
454
445
  /**
455
- * 过滤器,支持过滤字段:
456
- - RunGroupId:任务批次ID
457
- - Status:任务状态
458
- - RunUuid:任务UUID
459
- - ApplicationId:应用ID
460
- - UserDefinedId:用户定义ID(批量运行表格第一列)
446
+ * 运行结果通知方式。
461
447
  */
462
- Filters?: Array<Filter>;
448
+ ResultNotify?: string;
463
449
  }
464
450
  /**
465
- * 任务。
451
+ * GetRunStatus请求参数结构体
466
452
  */
467
- export interface Run {
453
+ export interface GetRunStatusRequest {
468
454
  /**
469
- * 任务UUID
455
+ * 任务Uuid
470
456
  */
471
- RunUuid?: string;
457
+ RunUuid: string;
472
458
  /**
473
459
  * 项目ID。
460
+ (不填使用指定地域下的默认项目)
474
461
  */
475
462
  ProjectId?: string;
463
+ }
464
+ /**
465
+ * HPC实例
466
+ */
467
+ export interface HPCInstance {
476
468
  /**
477
- * 应用ID
469
+ * 实例ID
478
470
  */
479
- ApplicationId?: string;
471
+ InstanceId?: string;
480
472
  /**
481
- * 任务批次ID。
473
+ * 名称
482
474
  */
483
- RunGroupId?: string;
475
+ Name?: string;
484
476
  /**
485
- * 环境ID。
477
+ * CPU数量
486
478
  */
487
- EnvironmentId?: string;
479
+ CPU?: number;
488
480
  /**
489
- * 用户定义ID,单例运行为空。
481
+ * 内存
490
482
  */
491
- UserDefinedId?: string;
483
+ Memory?: number;
492
484
  /**
493
- * 表格ID,单例运行为空。
485
+ * 状态
494
486
  */
495
- TableId?: string;
487
+ State?: string;
496
488
  /**
497
- * 表格行UUID,单例运行为空。
489
+ * 类型
498
490
  */
499
- TableRowUuid?: string;
491
+ Type?: string;
500
492
  /**
501
- * 任务状态。
493
+ * 计费类型
502
494
  */
503
- Status?: string;
495
+ ChargeType?: string;
504
496
  /**
505
- * 任务输入。
497
+ * 系统名称
506
498
  */
507
- Input?: string;
499
+ OSName?: string;
508
500
  /**
509
- * 运行选项。
510
- * @deprecated
501
+ * 系统盘
511
502
  */
512
- Option?: RunOption;
503
+ SystemDisk?: HPCDisk;
513
504
  /**
514
- * 执行时间。
505
+ * GPU
515
506
  */
516
- ExecutionTime?: ExecutionTime;
507
+ GPUInfo?: HPCGPUInfo;
517
508
  /**
518
- * 缓存信息。
509
+ * 内网IP地址
519
510
  */
520
- Cache?: CacheInfo;
511
+ PrivateIPAddresses?: Array<string>;
521
512
  /**
522
- * 错误信息。
513
+ * 公网IP地址
523
514
  */
524
- ErrorMessage?: string;
515
+ PublicIPAddresses?: Array<string>;
525
516
  /**
526
- * 创建时间。
517
+ * 创建时间
527
518
  */
528
519
  CreateTime?: string;
529
520
  /**
530
- * 更新时间。
521
+ * 到期时间
531
522
  */
532
- UpdateTime?: string;
533
- }
534
- /**
535
- * 表格列。
536
- */
537
- export interface TableColumn {
523
+ ExpireTime?: string;
538
524
  /**
539
- * 列名称
525
+ * Uuid
540
526
  */
541
- Header?: string;
527
+ Uuid?: string;
542
528
  /**
543
- * 列数据类型
529
+ * 节点网络信息
544
530
  */
545
- DataType?: string;
531
+ InternetInfo?: HPCInternetInfo;
546
532
  }
547
533
  /**
548
- * CreateVolume请求参数结构体
534
+ * CreateEnvironment返回参数结构体
549
535
  */
550
- export interface CreateVolumeRequest {
536
+ export interface CreateEnvironmentResponse {
551
537
  /**
552
538
  * 环境ID。
553
539
  */
554
- EnvironmentId: string;
540
+ EnvironmentId?: string;
555
541
  /**
556
- * 名称。
542
+ * 工作流UUID。
557
543
  */
558
- Name: string;
544
+ WorkflowUuid?: string;
559
545
  /**
560
- * 缓存卷类型,取值范围:
561
- * SHARED:多点挂载共享存储
546
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
562
547
  */
563
- Type: string;
548
+ RequestId?: string;
549
+ }
550
+ /**
551
+ * RebootHPCNodes请求参数结构体
552
+ */
553
+ export interface RebootHPCNodesRequest {
564
554
  /**
565
- * 缓存卷规格,取值范围:
566
-
567
- - SD:通用标准型
568
- - HP:通用性能型
569
- - TB:turbo标准型
570
- - TP:turbo性能型
555
+ * <p>集群Id</p>
571
556
  */
572
- Spec: string;
557
+ ClusterId: string;
573
558
  /**
574
- * 描述。
559
+ * <p>节点Id,例如ins-d1fc42ss</p>
575
560
  */
576
- Description?: string;
561
+ NodeIds: Array<string>;
577
562
  /**
578
- * 缓存卷大小(GB),Turbo系列需要指定。
563
+ * <p>重启的关机类型。</p><p>枚举值:</p><ul><li>SOFT: 软关机</li><li>HARD: 硬关机</li><li>SOFT_FIRST: 优先软关机,失败再执行硬关机</li></ul><p>默认值:SOFT</p>
579
564
  */
580
- Capacity?: number;
565
+ StopType?: string;
566
+ }
567
+ /**
568
+ * 任务运行状态。
569
+ */
570
+ export interface RunStatusCount {
581
571
  /**
582
- * 是否开启默认扩容,仅turbo类型文件存储支持
572
+ * 状态。
583
573
  */
584
- EnableAutoScaleUp?: boolean;
574
+ Status?: string;
585
575
  /**
586
- * turbo文件系统元数据属性,basic:标准型元数据;enhanced:增强型元数据
576
+ * 数量。
587
577
  */
588
- MetaType?: string;
578
+ Count?: number;
589
579
  }
590
580
  /**
591
- * 安全组配置。
581
+ * 标签
592
582
  */
593
- export interface SecurityGroupOption {
583
+ export interface Tag {
594
584
  /**
595
- * 安全组ID。
585
+ * 标签键
596
586
  */
597
- SecurityGroupId: string;
587
+ Key: string;
588
+ /**
589
+ * 标签值
590
+ */
591
+ Value: string;
598
592
  }
599
593
  /**
600
- * 通知类型
594
+ * 任务批次通知。
601
595
  */
602
- export interface NotificationType {
603
- /**
604
- * 腾讯健康组学平台站点信息。
605
- */
606
- StationMessage?: boolean;
596
+ export interface RunGroupNotification {
607
597
  /**
608
- * 邮箱列表。
598
+ * 结果通知。
609
599
  */
610
- Email?: Array<string>;
600
+ ResultNotification?: RunGroupResultNotification;
611
601
  /**
612
- * 当前用户邮箱。
602
+ * 超时通知。
613
603
  */
614
- CurrentUserEmail?: boolean;
604
+ TimeoutNotification?: RunGroupTimeoutNotification;
615
605
  }
616
606
  /**
617
- * DescribeTablesRows请求参数结构体
607
+ * CreateEnvironment请求参数结构体
618
608
  */
619
- export interface DescribeTablesRowsRequest {
609
+ export interface CreateEnvironmentRequest {
620
610
  /**
621
- * 项目ID。
611
+ * 环境名称。
622
612
  */
623
- ProjectId: string;
613
+ Name: string;
624
614
  /**
625
- * 表格ID。
615
+ * 环境配置信息。
626
616
  */
627
- TableId: string;
617
+ Config: EnvironmentConfig;
628
618
  /**
629
- * 返回数量,默认为10,最大值为100。
619
+ * 环境描述。
630
620
  */
631
- Limit?: number;
621
+ Description?: string;
632
622
  /**
633
- * 偏移量,默认为0。
623
+ * 是否为默认环境。
634
624
  */
635
- Offset?: number;
625
+ IsDefault?: boolean;
626
+ }
627
+ /**
628
+ * Nextflow工作流引擎设置
629
+ */
630
+ export interface NextflowConfig {
636
631
  /**
637
- * 过滤器,支持过滤字段:
638
- - Tr:表格数据,支持模糊查询
639
- - TableRowUuid:表格行UUID
632
+ * 工作流任务并发数
640
633
  */
641
- Filters?: Array<Filter>;
634
+ ExecutorQueueSize: number;
642
635
  }
643
636
  /**
644
- * DescribeEnvironments返回参数结构体
637
+ * DescribeTablesRows返回参数结构体
645
638
  */
646
- export interface DescribeEnvironmentsResponse {
639
+ export interface DescribeTablesRowsResponse {
647
640
  /**
648
- * 符合条件的数量。
641
+ * 结果总数。
649
642
  */
650
643
  TotalCount?: number;
651
644
  /**
652
- * 环境详情列表。
653
- */
654
- Environments?: Array<Environment>;
655
- /**
656
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
645
+ * 表格行列表。
657
646
  */
658
- RequestId?: string;
659
- }
660
- /**
661
- * ModifyVolume返回参数结构体
662
- */
663
- export interface ModifyVolumeResponse {
647
+ Rows?: Array<TableRow>;
664
648
  /**
665
649
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
666
650
  */
667
651
  RequestId?: string;
668
652
  }
669
653
  /**
670
- * 资源限制范围。
654
+ * 任务。
671
655
  */
672
- export interface LimitRange {
656
+ export interface Run {
673
657
  /**
674
- * 最大CPU设置
658
+ * 任务UUID。
675
659
  */
676
- MaxCPU?: string;
660
+ RunUuid?: string;
677
661
  /**
678
- * 最大内存设置(单位:Mi,Gi,Ti,M,G,T)
662
+ * 项目ID。
679
663
  */
680
- MaxMemory?: string;
681
- }
682
- /**
683
- * DescribeTables返回参数结构体
684
- */
685
- export interface DescribeTablesResponse {
664
+ ProjectId?: string;
686
665
  /**
687
- * 结果总数。
666
+ * 应用ID。
688
667
  */
689
- TotalCount?: number;
668
+ ApplicationId?: string;
690
669
  /**
691
- * 表格列表。
670
+ * 任务批次ID。
692
671
  */
693
- Tables?: Array<Table>;
672
+ RunGroupId?: string;
694
673
  /**
695
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId
674
+ * 环境ID。
696
675
  */
697
- RequestId?: string;
698
- }
699
- /**
700
- * COS 文件信息
701
- */
702
- export interface CosFileInfo {
676
+ EnvironmentId?: string;
703
677
  /**
704
- * 存储桶。
678
+ * 用户定义ID,单例运行为空。
705
679
  */
706
- Bucket: string;
680
+ UserDefinedId?: string;
707
681
  /**
708
- * COS文件地址。
682
+ * 表格ID,单例运行为空。
709
683
  */
710
- Uri: string;
684
+ TableId?: string;
711
685
  /**
712
- * 地域。
686
+ * 表格行UUID,单例运行为空。
713
687
  */
714
- Region?: string;
715
- }
716
- /**
717
- * 私有网络配置。
718
- */
719
- export interface VPCOption {
688
+ TableRowUuid?: string;
720
689
  /**
721
- * <p>私有网络ID(VPCId和VPCCIDRBlock必选其一。若使用VPCId,则使用现用私有网络;若使用VPCCIDRBlock,则创建新的私有网络)</p>
690
+ * 任务状态。
722
691
  */
723
- VPCId?: string;
692
+ Status?: string;
724
693
  /**
725
- * <p>子网ID(SubnetId和SubnetZone&amp;SubnetCIDRBlock必选其一。若使用SubnetId,则使用现用子网;若使用SubnetZone&amp;SubnetCIDRBlock,则创建新的子网)</p>
694
+ * 任务输入。
726
695
  */
727
- SubnetId?: string;
696
+ Input?: string;
728
697
  /**
729
- * <p>子网可用区。</p>
698
+ * 运行选项。
699
+ * @deprecated
730
700
  */
731
- SubnetZone?: string;
701
+ Option?: RunOption;
732
702
  /**
733
- * <p>私有网络CIDR。</p>
703
+ * 执行时间。
734
704
  */
735
- VPCCIDRBlock?: string;
705
+ ExecutionTime?: ExecutionTime;
736
706
  /**
737
- * <p>子网CIDR。</p>
707
+ * 缓存信息。
738
708
  */
739
- SubnetCIDRBlock?: string;
740
- }
741
- /**
742
- * 资源配额。
743
- */
744
- export interface ResourceQuota {
709
+ Cache?: CacheInfo;
745
710
  /**
746
- * CPU Limit设置。
711
+ * 错误信息。
747
712
  */
748
- CPULimit?: string;
713
+ ErrorMessage?: string;
749
714
  /**
750
- * 内存Limit设置(单位:Mi,Gi,Ti,M,G,T)
715
+ * 创建时间。
751
716
  */
752
- MemoryLimit?: string;
717
+ CreateTime?: string;
753
718
  /**
754
- * Pods数量设置
719
+ * 更新时间。
755
720
  */
756
- Pods?: string;
721
+ UpdateTime?: string;
757
722
  }
758
723
  /**
759
- * Nextflow工作流引擎设置
724
+ * 通知类型
760
725
  */
761
- export interface NextflowConfig {
726
+ export interface NotificationType {
762
727
  /**
763
- * 工作流任务并发数
728
+ * 腾讯健康组学平台站点信息。
764
729
  */
765
- ExecutorQueueSize: number;
730
+ StationMessage?: boolean;
731
+ /**
732
+ * 邮箱列表。
733
+ */
734
+ Email?: Array<string>;
735
+ /**
736
+ * 当前用户邮箱。
737
+ */
738
+ CurrentUserEmail?: boolean;
766
739
  }
767
740
  /**
768
- * ImportTableFile请求参数结构体
741
+ * DescribeTablesRows请求参数结构体
769
742
  */
770
- export interface ImportTableFileRequest {
743
+ export interface DescribeTablesRowsRequest {
771
744
  /**
772
- * 表格关联的项目ID。
745
+ * 项目ID。
773
746
  */
774
747
  ProjectId: string;
775
748
  /**
776
- * 表格名称。最多支持200个字符。
749
+ * 表格ID。
777
750
  */
778
- Name: string;
751
+ TableId: string;
779
752
  /**
780
- * 表格文件Cos对象路径。
753
+ * 返回数量,默认为10,最大值为100。
781
754
  */
782
- CosUri: string;
755
+ Limit?: number;
783
756
  /**
784
- * 表格文件中每列的数据类型,支持的类型包括:Int、Float、String、File、Boolean、Array[Int]、Array[Float]、Array[String]、Array[File]、Array[Boolean]
757
+ * 偏移量,默认为0。
785
758
  */
786
- DataType: Array<string>;
759
+ Offset?: number;
787
760
  /**
788
- * 表格描述。最多支持500个字符。
789
- */
790
- Description?: string;
761
+ * 过滤器,支持过滤字段:
762
+ - Tr:表格数据,支持模糊查询
763
+ - TableRowUuid:表格行UUID
764
+ */
765
+ Filters?: Array<Filter>;
791
766
  }
792
767
  /**
793
- * DeleteVolume返回参数结构体
768
+ * DescribeEnvironments请求参数结构体
794
769
  */
795
- export interface DeleteVolumeResponse {
770
+ export interface DescribeEnvironmentsRequest {
796
771
  /**
797
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId
772
+ * 偏移量,默认为0
798
773
  */
799
- RequestId?: string;
774
+ Offset?: number;
775
+ /**
776
+ * 返回数量,默认为20,最大值为100。
777
+ */
778
+ Limit?: number;
779
+ /**
780
+ * 过滤器,支持过滤字段:
781
+ - EnvironmentId:环境ID
782
+ - Name:名称
783
+ - Status:环境状态
784
+ */
785
+ Filters?: Array<Filter>;
786
+ }
787
+ /**
788
+ * 资源配额。
789
+ */
790
+ export interface ResourceQuota {
791
+ /**
792
+ * CPU Limit设置。
793
+ */
794
+ CPULimit?: string;
795
+ /**
796
+ * 内存Limit设置(单位:Mi,Gi,Ti,M,G,T)
797
+ */
798
+ MemoryLimit?: string;
799
+ /**
800
+ * Pods数量设置
801
+ */
802
+ Pods?: string;
800
803
  }
801
804
  /**
802
805
  * 缓存信息。
@@ -816,176 +819,501 @@ export interface CacheInfo {
816
819
  CacheCleared?: boolean;
817
820
  }
818
821
  /**
819
- * 计算集群配置。
822
+ * HPC节点网络信息
820
823
  */
821
- export interface ClusterOption {
824
+ export interface HPCInternetInfo {
822
825
  /**
823
- * <p>计算集群可用区。</p>
826
+ * <p>网络出口带宽,单位Mbps</p>
827
+ */
828
+ InternetMaxBandwidthOut?: number;
829
+ /**
830
+ * <p>网络收费类型</p><p>枚举值:</p><ul><li>BANDWIDTH_PREPAID: 预付费按带宽结算</li><li>TRAFFIC_POSTPAID_BY_HOUR: 流量按小时后付费</li><li>BANDWIDTH_POSTPAID_BY_HOUR: 带宽按小时后付费</li></ul>
831
+ */
832
+ InternetChargeType?: string;
833
+ }
834
+ /**
835
+ * GetRunCalls返回参数结构体
836
+ */
837
+ export interface GetRunCallsResponse {
838
+ /**
839
+ * 作业详情。
840
+ */
841
+ Calls?: Array<RunMetadata>;
842
+ /**
843
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
844
+ */
845
+ RequestId?: string;
846
+ }
847
+ /**
848
+ * GetRunMetadataFile请求参数结构体
849
+ */
850
+ export interface GetRunMetadataFileRequest {
851
+ /**
852
+ * 任务Uuid。
853
+ */
854
+ RunUuid: string;
855
+ /**
856
+ * 项目ID。
857
+ (不填使用指定地域下的默认项目)
858
+ */
859
+ ProjectId?: string;
860
+ /**
861
+ * 需要获取的文件名。
862
+
863
+ 默认支持以下文件:
864
+ - nextflow.log
865
+
866
+ 提交时NFOption中report指定为true时,额外支持以下文件:
867
+ - execution_report.html
868
+ - execution_timeline.html
869
+ - execution_trace.txt
870
+ - pipeline_dag.html
871
+ */
872
+ Key?: string;
873
+ /**
874
+ * 需要批量获取的文件名。
875
+
876
+ 默认支持以下文件:
877
+ - nextflow.log
878
+
879
+ 提交时NFOption中report指定为true时,额外支持以下文件:
880
+ - execution_report.html
881
+ - execution_timeline.html
882
+ - execution_trace.txt
883
+ - pipeline_dag.html
884
+ */
885
+ Keys?: Array<string>;
886
+ }
887
+ /**
888
+ * 表格行。
889
+ */
890
+ export interface TableRow {
891
+ /**
892
+ * 表格行UUID。
893
+ */
894
+ TableRowUuid?: string;
895
+ /**
896
+ * 表格行内容。
897
+ */
898
+ Content?: Array<string>;
899
+ }
900
+ /**
901
+ * 文件存储配置。
902
+ */
903
+ export interface StorageOption {
904
+ /**
905
+ * 文件存储类型,取值范围:
906
+ - SD:通用标准型
907
+ - HP:通用性能型
908
+ - TB:turbo标准型
909
+ - TP:turbo性能型
910
+ */
911
+ StorageType: string;
912
+ /**
913
+ * 文件存储可用区。
824
914
  */
825
915
  Zone: string;
826
916
  /**
827
- * <p>计算集群类型,取值范围:</p><ul><li>KUBERNETES</li></ul>
917
+ * 文件系统容量,turbo系列必填,单位为GiB。
918
+ - turbo标准型起售40TiB,即40960GiB;扩容步长20TiB,即20480 GiB。
919
+ - turbo性能型起售20TiB,即20480 GiB;扩容步长10TiB,即10240 GiB。
828
920
  */
829
- Type: string;
921
+ Capacity?: number;
830
922
  /**
831
- * <p>计算集群Service CIDR,不能与VPC网段重合。</p>
923
+ * 是否开启默认扩容,仅turbo类型文件存储支持
832
924
  */
833
- ServiceCidr?: string;
925
+ EnableAutoScaleUp?: boolean;
834
926
  /**
835
- * <p>资源配额。</p>
927
+ * turbo文件系统元数据属性,basic:标准型元数据;enhanced:增强型元数据
836
928
  */
837
- ResourceQuota?: ResourceQuota;
929
+ MetaType?: string;
930
+ }
931
+ /**
932
+ * 运行应用选项。
933
+ */
934
+ export interface RunOption {
838
935
  /**
839
- * <p>限制范围。</p>
936
+ * 运行失败模式,取值范围:
937
+ - ContinueWhilePossible
938
+ - NoNewCalls
840
939
  */
841
- LimitRange?: LimitRange;
940
+ FailureMode: string;
842
941
  /**
843
- * <p>系统节点池实例规格。详情参见<a href="https://cloud.tencent.com/document/product/213/11518">实例规格</a>描述</p>
942
+ * 是否使用Call-Caching功能。
844
943
  */
845
- SystemNodeInstanceType?: string;
944
+ UseCallCache: boolean;
846
945
  /**
847
- * <p>系统节点池实例数量。</p>
946
+ * 是否使用错误挂起功能。
848
947
  */
849
- SystemNodeCount?: number;
948
+ UseErrorOnHold: boolean;
850
949
  /**
851
- * <p>纳管环境自动升配</p>
950
+ * 输出归档COS路径。
852
951
  */
853
- AutoUpgradeClusterLevel?: boolean;
952
+ FinalWorkflowOutputsDir?: string;
953
+ /**
954
+ * 是否使用相对目录归档输出。
955
+ */
956
+ UseRelativeOutputPaths?: boolean;
957
+ /**
958
+ * 是否添加运行信息到输出目录中
959
+ */
960
+ AddRunInfoToOutputDir?: boolean;
854
961
  }
855
962
  /**
856
- * TerminateRunGroup返回参数结构体
963
+ * DescribeHPCNodes返回参数结构体
857
964
  */
858
- export interface TerminateRunGroupResponse {
965
+ export interface DescribeHPCNodesResponse {
966
+ /**
967
+ * HPC节点。
968
+ 注意:此字段可能返回 null,表示取不到有效值。
969
+ */
970
+ Nodes?: Array<HPCNode>;
971
+ /**
972
+ * 符合条件的数量。
973
+ 注意:此字段可能返回 null,表示取不到有效值。
974
+ */
975
+ TotalCount?: number;
859
976
  /**
860
977
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
861
978
  */
862
979
  RequestId?: string;
863
980
  }
864
981
  /**
865
- * DescribeVolumes返回参数结构体
982
+ * 安全组配置。
866
983
  */
867
- export interface DescribeVolumesResponse {
984
+ export interface SecurityGroupOption {
868
985
  /**
869
- * 缓存卷。
986
+ * 安全组ID。
870
987
  */
871
- Volumes?: Array<Volume>;
988
+ SecurityGroupId: string;
989
+ }
990
+ /**
991
+ * 执行时间。
992
+ */
993
+ export interface ExecutionTime {
872
994
  /**
873
- * 符合条件的数量。
995
+ * 提交时间。
874
996
  */
875
- TotalCount?: number;
997
+ SubmitTime?: string;
998
+ /**
999
+ * 开始时间。
1000
+ */
1001
+ StartTime?: string;
1002
+ /**
1003
+ * 结束时间。
1004
+ */
1005
+ EndTime?: string;
1006
+ }
1007
+ /**
1008
+ * 组学平台环境详情。
1009
+ */
1010
+ export interface Environment {
1011
+ /**
1012
+ * 环境ID。
1013
+ */
1014
+ EnvironmentId?: string;
1015
+ /**
1016
+ * 环境名称。
1017
+ */
1018
+ Name?: string;
1019
+ /**
1020
+ * 环境描述信息。
1021
+ */
1022
+ Description?: string;
1023
+ /**
1024
+ * 环境地域。
1025
+ */
1026
+ Region?: string;
1027
+ /**
1028
+ * 环境类型,取值范围:
1029
+ - KUBERNETES:Kubernetes容器集群
1030
+ - HPC:HPC高性能计算集群
1031
+ */
1032
+ Type?: string;
1033
+ /**
1034
+ * 环境状态,取值范围:
1035
+ - INITIALIZING:创建中
1036
+ - INITIALIZATION_ERROR:创建失败
1037
+ - RUNNING:运行中
1038
+ - ERROR:异常
1039
+ - DELETING:正在删除
1040
+ - DELETE_ERROR:删除失败
1041
+ */
1042
+ Status?: string;
1043
+ /**
1044
+ * 环境是否可用。环境需要可用才能投递计算任务。
1045
+ */
1046
+ Available?: boolean;
1047
+ /**
1048
+ * 环境是否为默认环境。
1049
+ */
1050
+ IsDefault?: boolean;
1051
+ /**
1052
+ * 环境是否为托管环境。
1053
+ */
1054
+ IsManaged?: boolean;
1055
+ /**
1056
+ * 环境信息。
1057
+ */
1058
+ Message?: string;
1059
+ /**
1060
+ * 云资源ID。
1061
+ */
1062
+ ResourceIds?: ResourceIds;
1063
+ /**
1064
+ * 上个工作流UUID。
1065
+ */
1066
+ LastWorkflowUuid?: string;
1067
+ /**
1068
+ * 创建时间。
1069
+ */
1070
+ CreationTime?: string;
1071
+ /**
1072
+ * 运行时配置。
1073
+ */
1074
+ RuntimeConfig?: EnvironmentRuntimeConfig;
1075
+ }
1076
+ /**
1077
+ * GetRunMetadataFile返回参数结构体
1078
+ */
1079
+ export interface GetRunMetadataFileResponse {
1080
+ /**
1081
+ * 文件预签名链接,一分钟内有效。
1082
+ */
1083
+ CosSignedUrl?: string;
1084
+ /**
1085
+ * 批量文件预签名链接,一分钟内有效。
1086
+ */
1087
+ CosSignedUrls?: Array<string>;
876
1088
  /**
877
1089
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
878
1090
  */
879
1091
  RequestId?: string;
880
1092
  }
881
1093
  /**
882
- * Git信息。
1094
+ * DeleteEnvironment返回参数结构体
883
1095
  */
884
- export interface GitInfo {
1096
+ export interface DeleteEnvironmentResponse {
885
1097
  /**
886
- * Git地址。
1098
+ * 工作流UUID。
887
1099
  */
888
- GitHttpPath: string;
1100
+ WorkflowUuid?: string;
889
1101
  /**
890
- * Git用户名。
1102
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
891
1103
  */
892
- GitUserName?: string;
1104
+ RequestId?: string;
1105
+ }
1106
+ /**
1107
+ * GetRunCalls请求参数结构体
1108
+ */
1109
+ export interface GetRunCallsRequest {
893
1110
  /**
894
- * Git密码或者Token
1111
+ * 任务Uuid
895
1112
  */
896
- GitTokenOrPassword?: string;
1113
+ RunUuid: string;
897
1114
  /**
898
- * 分支。
1115
+ * 作业路径
899
1116
  */
900
- Branch?: string;
1117
+ Path: string;
901
1118
  /**
902
- * 标签。
1119
+ * 项目ID。
1120
+ (不填使用指定地域下的默认项目)
903
1121
  */
904
- Tag?: string;
1122
+ ProjectId?: string;
905
1123
  }
906
1124
  /**
907
- * 应用版本。
1125
+ * RunWorkflow请求参数结构体
908
1126
  */
909
- export interface ApplicationVersion {
1127
+ export interface RunWorkflowRequest {
910
1128
  /**
911
- * 版本类型。
1129
+ * 任务批次名称。
912
1130
  */
913
- Type?: string;
1131
+ Name: string;
914
1132
  /**
915
- * 版本ID。
1133
+ * 投递环境ID。
916
1134
  */
917
- ApplicationVersionId?: string;
1135
+ EnvironmentId: string;
918
1136
  /**
919
- * 发布名称。
1137
+ * 工作流Git仓库信息。
920
1138
  */
921
- Name?: string;
1139
+ GitSource: GitInfo;
922
1140
  /**
923
- * 发布描述。
1141
+ * 工作流类型。
1142
+
1143
+ 支持类型:
1144
+ - NEXTFLOW
1145
+ */
1146
+ Type: string;
1147
+ /**
1148
+ * Nextflow选项。
1149
+ */
1150
+ NFOption: NFOption;
1151
+ /**
1152
+ * 项目ID。
1153
+ (不填使用指定地域下的默认项目)
1154
+ */
1155
+ ProjectId?: string;
1156
+ /**
1157
+ * 任务批次描述。
924
1158
  */
925
1159
  Description?: string;
926
1160
  /**
927
- * 入口文件。
1161
+ * 任务输入JSON。需要进行base64编码。
1162
+ (InputBase64和InputCosUri必选其一)
1163
+ */
1164
+ InputBase64?: string;
1165
+ /**
1166
+ * 任务输入COS地址。
1167
+ (InputBase64和InputCosUri必选其一)
1168
+ */
1169
+ InputCosUri?: string;
1170
+ /**
1171
+ * 任务缓存清理时间(小时)。不填或0表示不清理。
1172
+ */
1173
+ CacheClearDelay?: number;
1174
+ /**
1175
+ * 工作目录,可填写指定缓存卷内的绝对路径,不填使用默认缓存卷内的默认路径,暂时仅支持Nextflow。
1176
+ */
1177
+ WorkDir?: string;
1178
+ /**
1179
+ * 缓存卷ID,不填使用默认缓存卷,暂时仅支持Nextflow。
1180
+ */
1181
+ VolumeIds?: Array<string>;
1182
+ /**
1183
+ * 工作流入口文件,不填使用默认入口文件。
928
1184
  */
929
1185
  Entrypoint?: string;
1186
+ }
1187
+ /**
1188
+ * DescribeRuns请求参数结构体
1189
+ */
1190
+ export interface DescribeRunsRequest {
930
1191
  /**
931
- * 创建时间。
1192
+ * 项目ID。
1193
+ (不填使用指定地域下的默认项目)
932
1194
  */
933
- CreateTime?: string;
1195
+ ProjectId?: string;
934
1196
  /**
935
- * 创建者名称。
1197
+ * 返回数量,默认为10,最大值为100。
936
1198
  */
937
- CreatorName?: string;
1199
+ Limit?: number;
938
1200
  /**
939
- * 创建者ID
1201
+ * 偏移量,默认为0
940
1202
  */
941
- CreatorId?: string;
1203
+ Offset?: number;
942
1204
  /**
943
- * Git信息。
944
- * @deprecated
1205
+ * 过滤器,支持过滤字段:
1206
+ - RunGroupId:任务批次ID
1207
+ - Status:任务状态
1208
+ - RunUuid:任务UUID
1209
+ - ApplicationId:应用ID
1210
+ - UserDefinedId:用户定义ID(批量运行表格第一列)
945
1211
  */
946
- GitInfo?: string;
1212
+ Filters?: Array<Filter>;
1213
+ }
1214
+ /**
1215
+ * RebootHPCNodes返回参数结构体
1216
+ */
1217
+ export interface RebootHPCNodesResponse {
947
1218
  /**
948
- * Git信息。
1219
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
949
1220
  */
950
- GitSource?: GitInfo;
1221
+ RequestId?: string;
1222
+ }
1223
+ /**
1224
+ * 表格列。
1225
+ */
1226
+ export interface TableColumn {
951
1227
  /**
952
- * COS信息。
1228
+ * 列名称
953
1229
  */
954
- CosSource?: CosFileInfo;
1230
+ Header?: string;
1231
+ /**
1232
+ * 列数据类型
1233
+ */
1234
+ DataType?: string;
955
1235
  }
956
1236
  /**
957
- * DeleteVolume请求参数结构体
1237
+ * DescribeHPCNodes请求参数结构体
958
1238
  */
959
- export interface DeleteVolumeRequest {
1239
+ export interface DescribeHPCNodesRequest {
960
1240
  /**
961
- * 缓存卷ID。
1241
+ * 集群ID。
962
1242
  */
963
- VolumeId: string;
1243
+ ClusterId?: string;
1244
+ /**
1245
+ * 返回数量,默认为20,最大值为100。
1246
+ */
1247
+ Limit?: number;
1248
+ /**
1249
+ * 偏移量,默认为0。
1250
+ */
1251
+ Offset?: number;
1252
+ /**
1253
+ * 过滤器,支持过滤字段:
1254
+ - ClusterId:集群ID
1255
+ - QueueId:队列ID
1256
+ - NodeId:节点ID
1257
+ - Name:名称
1258
+ - Role:角色
1259
+ - Type:类型
1260
+ - Zone:可用区
1261
+ - InstanceState:实例状态
1262
+ - InstanceType:实例机型
1263
+ - InstanceFamily:实例机型族
1264
+ - InstanceChargeType:实例计费类型
1265
+ - Tag:标签,Value格式为tagKey:tagValue
1266
+ */
1267
+ Filters?: Array<Filter>;
964
1268
  }
965
1269
  /**
966
- * RetryRuns请求参数结构体
1270
+ * DescribeEnvironments返回参数结构体
967
1271
  */
968
- export interface RetryRunsRequest {
1272
+ export interface DescribeEnvironmentsResponse {
969
1273
  /**
970
- * 项目ID。(不填使用指定地域下的默认项目)
1274
+ * 符合条件的数量。
971
1275
  */
972
- ProjectId?: string;
1276
+ TotalCount?: number;
973
1277
  /**
974
- * 需要重试的任务批次ID。
1278
+ * 环境详情列表。
1279
+ */
1280
+ Environments?: Array<Environment>;
1281
+ /**
1282
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1283
+ */
1284
+ RequestId?: string;
1285
+ }
1286
+ /**
1287
+ * RunApplication返回参数结构体
1288
+ */
1289
+ export interface RunApplicationResponse {
1290
+ /**
1291
+ * 任务批次ID。
975
1292
  */
976
1293
  RunGroupId?: string;
977
1294
  /**
978
- * 需要重试的任务UUID
1295
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId
979
1296
  */
980
- RunUuids?: Array<string>;
1297
+ RequestId?: string;
1298
+ }
1299
+ /**
1300
+ * DescribeHPCClusters返回参数结构体
1301
+ */
1302
+ export interface DescribeHPCClustersResponse {
981
1303
  /**
982
- * WDL运行选项,不填使用被重试的任务批次运行选项。
1304
+ * HPC集群。
1305
+ 注意:此字段可能返回 null,表示取不到有效值。
983
1306
  */
984
- WDLOption?: RunOption;
1307
+ Clusters?: Array<HPCCluster>;
985
1308
  /**
986
- * Nextflow运行选项,不填使用被重试的任务批次运行选项。
1309
+ * 符合条件的数量。
1310
+ 注意:此字段可能返回 null,表示取不到有效值。
1311
+ */
1312
+ TotalCount?: number;
1313
+ /**
1314
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
987
1315
  */
988
- NFOption?: NFOption;
1316
+ RequestId?: string;
989
1317
  }
990
1318
  /**
991
1319
  * DeleteEnvironment请求参数结构体
@@ -997,302 +1325,307 @@ export interface DeleteEnvironmentRequest {
997
1325
  EnvironmentId: string;
998
1326
  }
999
1327
  /**
1000
- * 任务。
1328
+ * 数据库配置。
1001
1329
  */
1002
- export interface RunGroup {
1003
- /**
1004
- * 任务批次ID。
1005
- */
1006
- RunGroupId?: string;
1007
- /**
1008
- * 项目ID。
1009
- */
1010
- ProjectId?: string;
1330
+ export interface DatabaseOption {
1011
1331
  /**
1012
- * 项目名称。
1332
+ * 数据库可用区。
1013
1333
  */
1014
- ProjectName?: string;
1334
+ Zone: string;
1335
+ }
1336
+ /**
1337
+ * 描述键值对过滤器,用于条件过滤查询。
1338
+
1339
+ - 若存在多个Filter时,Filter间的关系为逻辑与(AND)关系。
1340
+
1341
+ - 若同一个Filter存在多个Values,同一Filter下Values间的关系为逻辑或(OR)关系。
1342
+ */
1343
+ export interface Filter {
1015
1344
  /**
1016
- * 应用ID。
1345
+ * 过滤字段。
1017
1346
  */
1018
- ApplicationId?: string;
1347
+ Name: string;
1019
1348
  /**
1020
- * 应用名称。
1349
+ * 过滤字段值。
1021
1350
  */
1022
- ApplicationName?: string;
1351
+ Values: Array<string>;
1352
+ }
1353
+ /**
1354
+ * 缓存卷信息。
1355
+ */
1356
+ export interface VolumeInfo {
1023
1357
  /**
1024
- * 应用类型。
1358
+ * 缓存卷ID。
1025
1359
  */
1026
- ApplicationType?: string;
1360
+ VolumeId?: string;
1027
1361
  /**
1028
- * 应用版本。
1362
+ * 名称。
1029
1363
  */
1030
- ApplicationVersion?: ApplicationVersion;
1364
+ Name?: string;
1031
1365
  /**
1032
- * 应用访问类型:
1033
- - PRIVATE 私有应用
1034
- - PUBLIC 公共应用
1366
+ * 挂载路径。
1035
1367
  */
1036
- AccessMode?: string;
1368
+ MountPath?: string;
1369
+ }
1370
+ /**
1371
+ * HPC集群
1372
+ */
1373
+ export interface HPCCluster {
1037
1374
  /**
1038
- * 环境ID
1375
+ * 集群ID
1039
1376
  */
1040
- EnvironmentId?: string;
1377
+ ClusterId?: string;
1041
1378
  /**
1042
- * 环境名称。
1379
+ * 名称
1043
1380
  */
1044
- EnvironmentName?: string;
1381
+ Name?: string;
1045
1382
  /**
1046
- * 表格ID,单例运行为空。
1383
+ * 描述
1047
1384
  */
1048
- TableId?: string;
1385
+ Description?: string;
1049
1386
  /**
1050
- * 任务名称。
1387
+ * 状态
1051
1388
  */
1052
- Name?: string;
1389
+ Status?: string;
1053
1390
  /**
1054
- * 任务描述。
1391
+ * 调度器
1055
1392
  */
1056
- Description?: string;
1393
+ Scheduler?: string;
1057
1394
  /**
1058
- * 任务状态。
1395
+ * VPC ID
1059
1396
  */
1060
- Status?: string;
1397
+ VPCId?: string;
1061
1398
  /**
1062
- * 任务批次类型 :
1063
- - WDL
1064
- - NEXTFLOW
1399
+ * 节点数量
1065
1400
  */
1066
- Type?: string;
1401
+ NodeCount?: number;
1067
1402
  /**
1068
- * 工作目录。
1403
+ * 标签
1069
1404
  */
1070
- WorkDir?: string;
1405
+ Tags?: Array<Tag>;
1071
1406
  /**
1072
- * 任务输入。
1407
+ * 创建时间
1073
1408
  */
1074
- Input?: string;
1409
+ CreateTime?: string;
1075
1410
  /**
1076
- * 任务输入类型:
1077
- - JSON: 导入JSON
1078
- - MANUAL: 手动输入
1079
- - COS: COS文件
1411
+ * 集群类型
1080
1412
  */
1081
- InputType?: string;
1413
+ Type?: string;
1082
1414
  /**
1083
- * 输入COS地址。
1415
+ * 系统名称
1084
1416
  */
1085
- InputCosUri?: string;
1417
+ OsName?: string;
1086
1418
  /**
1087
- * 输入模板ID。
1419
+ * 调度器版本
1088
1420
  */
1089
- InputTemplateId?: string;
1421
+ SchedulerVersion?: string;
1090
1422
  /**
1091
- * WDL运行选项。
1423
+ * 集群VPC CIDR
1092
1424
  */
1093
- Option?: RunOption;
1425
+ VPCCIDRBlock?: string;
1094
1426
  /**
1095
- * Nextflow运行选项。
1427
+ * 集群确认交付截止日期
1096
1428
  */
1097
- NFOption?: NFOption;
1429
+ ConfirmDeadline?: string;
1430
+ }
1431
+ /**
1432
+ * 缓存卷自动扩容策略
1433
+ */
1434
+ export interface VolumeAutoScaleUpRule {
1098
1435
  /**
1099
- * 使用的缓存卷。
1436
+ * 自动扩容策略开启,关闭
1437
+ 示例值:open,close
1100
1438
  */
1101
- Volumes?: Array<VolumeInfo>;
1439
+ Status?: string;
1102
1440
  /**
1103
- * 任务总数量。
1441
+ * 集群用量占比,到达这个值后开始扩容,范围[10-90]
1104
1442
  */
1105
- TotalRun?: number;
1443
+ ScaleThreshold?: number;
1106
1444
  /**
1107
- * 各状态任务的数量。
1445
+ * 扩容后使用量跟集群总量比例,范围[10-90]
1108
1446
  */
1109
- RunStatusCounts?: Array<RunStatusCount>;
1447
+ TargetThreshold?: number;
1448
+ }
1449
+ /**
1450
+ * TerminateRunGroup请求参数结构体
1451
+ */
1452
+ export interface TerminateRunGroupRequest {
1110
1453
  /**
1111
- * 执行时间。
1454
+ * 任务批次ID。
1112
1455
  */
1113
- ExecutionTime?: ExecutionTime;
1456
+ RunGroupId: string;
1114
1457
  /**
1115
- * 错误信息。
1458
+ * 项目ID。
1459
+ (不填使用指定地域下的默认项目)
1116
1460
  */
1117
- ErrorMessage?: string;
1461
+ ProjectId?: string;
1462
+ }
1463
+ /**
1464
+ * GetRunStatus返回参数结构体
1465
+ */
1466
+ export interface GetRunStatusResponse {
1118
1467
  /**
1119
- * 任务批次通知。
1468
+ * 作业详情。
1120
1469
  */
1121
- Notification?: RunGroupNotification;
1470
+ Metadata?: RunMetadata;
1122
1471
  /**
1123
- * 创建时间。
1472
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1124
1473
  */
1125
- CreateTime?: string;
1474
+ RequestId?: string;
1475
+ }
1476
+ /**
1477
+ * DescribeTables请求参数结构体
1478
+ */
1479
+ export interface DescribeTablesRequest {
1126
1480
  /**
1127
- * 更新时间。
1481
+ * 项目ID。
1128
1482
  */
1129
- UpdateTime?: string;
1483
+ ProjectId: string;
1130
1484
  /**
1131
- * 创建者。
1485
+ * 返回数量,默认为10,最大值为100。
1132
1486
  */
1133
- Creator?: string;
1487
+ Limit?: number;
1134
1488
  /**
1135
- * 创建者ID
1489
+ * 偏移量,默认为0
1136
1490
  */
1137
- CreatorId?: string;
1491
+ Offset?: number;
1138
1492
  /**
1139
- * 运行结果通知方式。
1493
+ * 过滤器,支持过滤字段:
1494
+ - Name:表格名称
1495
+ - TableId:表格ID
1140
1496
  */
1141
- ResultNotify?: string;
1497
+ Filters?: Array<Filter>;
1142
1498
  }
1143
1499
  /**
1144
- * 数据库配置。
1500
+ * DeleteVolumeData返回参数结构体
1145
1501
  */
1146
- export interface DatabaseOption {
1502
+ export interface DeleteVolumeDataResponse {
1147
1503
  /**
1148
- * 数据库可用区。
1504
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1149
1505
  */
1150
- Zone: string;
1506
+ RequestId?: string;
1151
1507
  }
1152
1508
  /**
1153
- * Nextflow选项。
1509
+ * DescribeVolumes请求参数结构体
1154
1510
  */
1155
- export interface NFOption {
1156
- /**
1157
- * Config。
1158
- */
1159
- Config?: string;
1160
- /**
1161
- * Profile。
1162
- */
1163
- Profile?: string;
1511
+ export interface DescribeVolumesRequest {
1164
1512
  /**
1165
- * Report
1513
+ * 环境ID
1166
1514
  */
1167
- Report?: boolean;
1515
+ EnvironmentId: string;
1168
1516
  /**
1169
- * Resume
1517
+ * 返回数量,默认为20,最大值为100
1170
1518
  */
1171
- Resume?: boolean;
1519
+ Limit?: number;
1172
1520
  /**
1173
- * Nextflow引擎版本,取值范围:
1174
- - 22.10.7
1175
- - 23.10.1
1521
+ * 偏移量,默认为0。
1176
1522
  */
1177
- NFVersion?: string;
1523
+ Offset?: number;
1178
1524
  /**
1179
- * 启动路径。可填写指定缓存卷内的绝对路径,nextflow run 命令将在此路径执行。当WorkDir为COS路径时必填;当WorkDir为缓存卷路径时选填,不填默认使用WorkDir作为LaunchDir。
1525
+ * 过滤器,支持过滤字段:
1526
+ - Name:名称
1527
+ - IsDefault:是否为默认
1180
1528
  */
1181
- LaunchDir?: string;
1529
+ Filters?: Array<Filter>;
1182
1530
  }
1183
1531
  /**
1184
- * GetRunCalls返回参数结构体
1532
+ * RunWorkflow返回参数结构体
1185
1533
  */
1186
- export interface GetRunCallsResponse {
1534
+ export interface RunWorkflowResponse {
1187
1535
  /**
1188
- * 作业详情。
1536
+ * 任务批次ID。
1189
1537
  */
1190
- Calls?: Array<RunMetadata>;
1538
+ RunGroupId?: string;
1191
1539
  /**
1192
1540
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1193
1541
  */
1194
1542
  RequestId?: string;
1195
1543
  }
1196
1544
  /**
1197
- * 描述键值对过滤器,用于条件过滤查询。
1198
-
1199
- - 若存在多个Filter时,Filter间的关系为逻辑与(AND)关系。
1200
-
1201
- - 若同一个Filter存在多个Values,同一Filter下Values间的关系为逻辑或(OR)关系。
1545
+ * HPC实例GPU
1202
1546
  */
1203
- export interface Filter {
1547
+ export interface HPCGPUInfo {
1204
1548
  /**
1205
- * 过滤字段。
1549
+ * GPU类型
1206
1550
  */
1207
- Name: string;
1551
+ GPUType?: string;
1208
1552
  /**
1209
- * 过滤字段值。
1553
+ * GPU数量
1210
1554
  */
1211
- Values: Array<string>;
1555
+ GPUCount?: number;
1212
1556
  }
1213
1557
  /**
1214
- * 云资源ID。
1215
- */
1216
- export interface ResourceIds {
1217
- /**
1218
- * 私有网络ID。
1219
- */
1220
- VPCId?: string;
1221
- /**
1222
- * 子网ID。
1223
- */
1224
- SubnetId?: string;
1225
- /**
1226
- * 安全组ID。
1227
- */
1228
- SecurityGroupId?: string;
1229
- /**
1230
- * TDSQL-C Mysql版数据库ID。
1231
- */
1232
- TDSQLCId?: string;
1233
- /**
1234
- * 文件存储ID。
1235
- */
1236
- CFSId?: string;
1237
- /**
1238
- * 文件存储类型:取值范围:
1239
- - SD:通用标准型
1240
- - HP:通用性能型
1241
- - TB:turbo标准型
1242
- - TP:turbo性能型
1558
+ * 任务批次超时通知。
1559
+ */
1560
+ export interface RunGroupTimeoutNotification {
1561
+ /**
1562
+ * 任务批次超时时间,单位分钟。
1243
1563
  */
1244
- CFSStorageType?: string;
1564
+ TimeoutMinutes?: number;
1245
1565
  /**
1246
- * 云服务器ID。
1566
+ * 通知类型。
1247
1567
  */
1248
- CVMId?: string;
1568
+ NotificationType?: NotificationType;
1569
+ }
1570
+ /**
1571
+ * DescribeHPCClusters请求参数结构体
1572
+ */
1573
+ export interface DescribeHPCClustersRequest {
1249
1574
  /**
1250
- * 弹性容器集群ID
1575
+ * 返回数量,默认为20,最大值为100
1251
1576
  */
1252
- EKSId?: string;
1577
+ Limit?: number;
1253
1578
  /**
1254
- * TKE容器集群ID
1579
+ * 偏移量,默认为0
1255
1580
  */
1256
- TKEId?: string;
1581
+ Offset?: number;
1257
1582
  /**
1258
- * TKE系统节点池ID。
1583
+ * 过滤器,支持过滤字段:
1584
+ - ClusterId:集群ID
1585
+ - Name:名称
1586
+ - Status:状态
1587
+ - ConfirmDeadlineLt: 交付确认截止日期小于给定值的集群,如2026-01-13T16:00:00+08:00
1259
1588
  */
1260
- TKESystemNodePoolId?: string;
1589
+ Filters?: Array<Filter>;
1261
1590
  }
1262
1591
  /**
1263
- * DescribeRunGroups返回参数结构体
1592
+ * DescribeRuns返回参数结构体
1264
1593
  */
1265
- export interface DescribeRunGroupsResponse {
1594
+ export interface DescribeRunsResponse {
1266
1595
  /**
1267
1596
  * 符合条件的数量。
1268
1597
  */
1269
1598
  TotalCount?: number;
1270
1599
  /**
1271
- * 任务批次列表。
1600
+ * 任务列表。
1272
1601
  */
1273
- RunGroups?: Array<RunGroup>;
1602
+ Runs?: Array<Run>;
1274
1603
  /**
1275
1604
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1276
1605
  */
1277
1606
  RequestId?: string;
1278
1607
  }
1279
1608
  /**
1280
- * 缓存卷自动扩容策略
1609
+ * CreateVolume返回参数结构体
1281
1610
  */
1282
- export interface VolumeAutoScaleUpRule {
1611
+ export interface CreateVolumeResponse {
1283
1612
  /**
1284
- * 自动扩容策略开启,关闭
1285
- 示例值:open,close
1613
+ * 缓存卷ID。
1286
1614
  */
1287
- Status?: string;
1615
+ VolumeId?: string;
1288
1616
  /**
1289
- * 集群用量占比,到达这个值后开始扩容,范围[10-90]
1617
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1290
1618
  */
1291
- ScaleThreshold?: number;
1619
+ RequestId?: string;
1620
+ }
1621
+ /**
1622
+ * DeleteVolume请求参数结构体
1623
+ */
1624
+ export interface DeleteVolumeRequest {
1292
1625
  /**
1293
- * 扩容后使用量跟集群总量比例,范围[10-90]
1626
+ * 缓存卷ID。
1294
1627
  */
1295
- TargetThreshold?: number;
1628
+ VolumeId: string;
1296
1629
  }
1297
1630
  /**
1298
1631
  * 缓存卷。
@@ -1366,165 +1699,284 @@ export interface Volume {
1366
1699
  Zone?: string;
1367
1700
  }
1368
1701
  /**
1369
- * 缓存卷信息。
1702
+ * ModifyVolume返回参数结构体
1370
1703
  */
1371
- export interface VolumeInfo {
1704
+ export interface ModifyVolumeResponse {
1372
1705
  /**
1373
- * 缓存卷ID。
1706
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId
1374
1707
  */
1375
- VolumeId?: string;
1708
+ RequestId?: string;
1709
+ }
1710
+ /**
1711
+ * COS 文件信息
1712
+ */
1713
+ export interface CosFileInfo {
1376
1714
  /**
1377
- * 名称。
1715
+ * 存储桶。
1378
1716
  */
1379
- Name?: string;
1717
+ Bucket: string;
1380
1718
  /**
1381
- * 挂载路径。
1719
+ * COS文件地址。
1382
1720
  */
1383
- MountPath?: string;
1721
+ Uri: string;
1722
+ /**
1723
+ * 地域。
1724
+ */
1725
+ Region?: string;
1384
1726
  }
1385
1727
  /**
1386
- * TerminateRunGroup请求参数结构体
1728
+ * 私有网络配置。
1387
1729
  */
1388
- export interface TerminateRunGroupRequest {
1730
+ export interface VPCOption {
1389
1731
  /**
1390
- * 任务批次ID
1732
+ * <p>私有网络ID(VPCId和VPCCIDRBlock必选其一。若使用VPCId,则使用现用私有网络;若使用VPCCIDRBlock,则创建新的私有网络)</p>
1391
1733
  */
1392
- RunGroupId: string;
1734
+ VPCId?: string;
1393
1735
  /**
1394
- * 项目ID
1395
- (不填使用指定地域下的默认项目)
1736
+ * <p>子网ID(SubnetId和SubnetZone&amp;SubnetCIDRBlock必选其一。若使用SubnetId,则使用现用子网;若使用SubnetZone&amp;SubnetCIDRBlock,则创建新的子网)</p>
1396
1737
  */
1397
- ProjectId?: string;
1738
+ SubnetId?: string;
1739
+ /**
1740
+ * <p>子网可用区。</p>
1741
+ */
1742
+ SubnetZone?: string;
1743
+ /**
1744
+ * <p>私有网络CIDR。</p>
1745
+ */
1746
+ VPCCIDRBlock?: string;
1747
+ /**
1748
+ * <p>子网CIDR。</p>
1749
+ */
1750
+ SubnetCIDRBlock?: string;
1398
1751
  }
1399
1752
  /**
1400
- * GetRunStatus请求参数结构体
1753
+ * ImportTableFile请求参数结构体
1401
1754
  */
1402
- export interface GetRunStatusRequest {
1755
+ export interface ImportTableFileRequest {
1403
1756
  /**
1404
- * 任务Uuid
1757
+ * 表格关联的项目ID
1405
1758
  */
1406
- RunUuid: string;
1759
+ ProjectId: string;
1407
1760
  /**
1408
- * 项目ID。
1409
- (不填使用指定地域下的默认项目)
1761
+ * 表格名称。最多支持200个字符。
1762
+ */
1763
+ Name: string;
1764
+ /**
1765
+ * 表格文件Cos对象路径。
1766
+ */
1767
+ CosUri: string;
1768
+ /**
1769
+ * 表格文件中每列的数据类型,支持的类型包括:Int、Float、String、File、Boolean、Array[Int]、Array[Float]、Array[String]、Array[File]、Array[Boolean]
1770
+ */
1771
+ DataType: Array<string>;
1772
+ /**
1773
+ * 表格描述。最多支持500个字符。
1774
+ */
1775
+ Description?: string;
1776
+ }
1777
+ /**
1778
+ * DeleteVolume返回参数结构体
1779
+ */
1780
+ export interface DeleteVolumeResponse {
1781
+ /**
1782
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1783
+ */
1784
+ RequestId?: string;
1785
+ }
1786
+ /**
1787
+ * RunApplication请求参数结构体
1788
+ */
1789
+ export interface RunApplicationRequest {
1790
+ /**
1791
+ * 应用ID。
1792
+ */
1793
+ ApplicationId: string;
1794
+ /**
1795
+ * 任务批次名称。
1796
+ */
1797
+ Name: string;
1798
+ /**
1799
+ * 投递环境ID。
1800
+ */
1801
+ EnvironmentId: string;
1802
+ /**
1803
+ * 项目ID。(不填使用指定地域下的默认项目)
1410
1804
  */
1411
1805
  ProjectId?: string;
1806
+ /**
1807
+ * 任务批次描述。
1808
+ */
1809
+ Description?: string;
1810
+ /**
1811
+ * 任务输入COS地址。(InputBase64和InputCosUri必选其一)
1812
+ */
1813
+ InputCosUri?: string;
1814
+ /**
1815
+ * 任务输入JSON。需要进行base64编码。(InputBase64和InputCosUri必选其一)
1816
+ */
1817
+ InputBase64?: string;
1818
+ /**
1819
+ * 批量投递表格ID,不填表示单例投递。
1820
+ */
1821
+ TableId?: string;
1822
+ /**
1823
+ * 批量投递表格行UUID。不填表示表格全部行。
1824
+ */
1825
+ TableRowUuids?: Array<string>;
1826
+ /**
1827
+ * 任务缓存清理时间(小时)。不填或0表示不清理。
1828
+ */
1829
+ CacheClearDelay?: number;
1830
+ /**
1831
+ * 应用版本ID。不填表示使用当前最新版本。
1832
+ */
1833
+ ApplicationVersionId?: string;
1834
+ /**
1835
+ * WDL运行选项。
1836
+ */
1837
+ Option?: RunOption;
1838
+ /**
1839
+ * Nextflow运行选项。
1840
+ */
1841
+ NFOption?: NFOption;
1842
+ /**
1843
+ * 工作目录,当前仅支持Nextflow。可填写指定缓存卷内的绝对路径或者COS路径,不填使用默认缓存卷内的默认路径。如果使用COS路径,NFOption中LaunchDir需填写指定缓存卷内的绝对路径作为启动路径。
1844
+ */
1845
+ WorkDir?: string;
1846
+ /**
1847
+ * 访问模式,不填默认私有。取值范围
1848
+ - PRIVATE:私有应用
1849
+ - PUBLIC:公共应用
1850
+ */
1851
+ AccessMode?: string;
1852
+ /**
1853
+ * 缓存卷ID,不填使用默认缓存卷,暂时仅支持Nextflow。
1854
+ */
1855
+ VolumeIds?: Array<string>;
1856
+ /**
1857
+ * 是否开启结果通知。
1858
+ */
1859
+ ResultNotification?: boolean;
1860
+ /**
1861
+ * 是否开启超时通知。
1862
+ */
1863
+ TimeoutNotification?: boolean;
1864
+ /**
1865
+ * 任务超时通知时间(单位:分钟),支持5到2880分钟。
1866
+ */
1867
+ TimeoutNotificationMinutes?: number;
1868
+ /**
1869
+ * 接受通知邮件地址列表。
1870
+ */
1871
+ EmailForNotification?: Array<string>;
1412
1872
  }
1413
1873
  /**
1414
- * 环境配置。
1874
+ * Cromwell工作流引擎设置
1415
1875
  */
1416
- export interface EnvironmentConfig {
1876
+ export interface CromwellConfig {
1417
1877
  /**
1418
- * 私有网络配置。
1878
+ * 工作流并发数
1419
1879
  */
1420
- VPCOption: VPCOption;
1880
+ MaxConcurrentWorkflows: number;
1421
1881
  /**
1422
- * 计算集群配置。
1882
+ * 作业并发数
1423
1883
  */
1424
- ClusterOption: ClusterOption;
1884
+ ConcurrentJobLimit: number;
1885
+ }
1886
+ /**
1887
+ * 云资源ID。
1888
+ */
1889
+ export interface ResourceIds {
1425
1890
  /**
1426
- * 数据库配置。
1891
+ * 私有网络ID。
1892
+ */
1893
+ VPCId?: string;
1894
+ /**
1895
+ * 子网ID。
1896
+ */
1897
+ SubnetId?: string;
1898
+ /**
1899
+ * 安全组ID。
1900
+ */
1901
+ SecurityGroupId?: string;
1902
+ /**
1903
+ * TDSQL-C Mysql版数据库ID。
1427
1904
  */
1428
- DatabaseOption: DatabaseOption;
1905
+ TDSQLCId?: string;
1429
1906
  /**
1430
- * 存储配置。
1907
+ * 文件存储ID。
1431
1908
  */
1432
- StorageOption: StorageOption;
1909
+ CFSId?: string;
1433
1910
  /**
1434
- * 云服务器配置。
1911
+ * 文件存储类型:取值范围:
1912
+ - SD:通用标准型
1913
+ - HP:通用性能型
1914
+ - TB:turbo标准型
1915
+ - TP:turbo性能型
1435
1916
  */
1436
- CVMOption: CVMOption;
1917
+ CFSStorageType?: string;
1437
1918
  /**
1438
- * 安全组配置。
1919
+ * 云服务器ID。
1439
1920
  */
1440
- SecurityGroupOption?: SecurityGroupOption;
1441
- }
1442
- /**
1443
- * DescribeTablesRows返回参数结构体
1444
- */
1445
- export interface DescribeTablesRowsResponse {
1921
+ CVMId?: string;
1446
1922
  /**
1447
- * 结果总数。
1923
+ * 弹性容器集群ID。
1448
1924
  */
1449
- TotalCount?: number;
1925
+ EKSId?: string;
1450
1926
  /**
1451
- * 表格行列表。
1927
+ * TKE容器集群ID。
1452
1928
  */
1453
- Rows?: Array<TableRow>;
1929
+ TKEId?: string;
1454
1930
  /**
1455
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId
1931
+ * TKE系统节点池ID。
1456
1932
  */
1457
- RequestId?: string;
1933
+ TKESystemNodePoolId?: string;
1458
1934
  }
1459
1935
  /**
1460
- * CreateEnvironment返回参数结构体
1936
+ * DescribeRunGroups返回参数结构体
1461
1937
  */
1462
- export interface CreateEnvironmentResponse {
1938
+ export interface DescribeRunGroupsResponse {
1463
1939
  /**
1464
- * 环境ID。
1940
+ * 符合条件的数量。
1465
1941
  */
1466
- EnvironmentId?: string;
1942
+ TotalCount?: number;
1467
1943
  /**
1468
- * 工作流UUID。
1944
+ * 任务批次列表。
1469
1945
  */
1470
- WorkflowUuid?: string;
1946
+ RunGroups?: Array<RunGroup>;
1471
1947
  /**
1472
1948
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1473
1949
  */
1474
1950
  RequestId?: string;
1475
1951
  }
1476
1952
  /**
1477
- * GetRunMetadataFile请求参数结构体
1953
+ * 环境配置。
1478
1954
  */
1479
- export interface GetRunMetadataFileRequest {
1955
+ export interface EnvironmentConfig {
1480
1956
  /**
1481
- * 任务Uuid。
1957
+ * 私有网络配置。
1482
1958
  */
1483
- RunUuid: string;
1959
+ VPCOption: VPCOption;
1484
1960
  /**
1485
- * 项目ID。
1486
- (不填使用指定地域下的默认项目)
1961
+ * 计算集群配置。
1487
1962
  */
1488
- ProjectId?: string;
1963
+ ClusterOption: ClusterOption;
1489
1964
  /**
1490
- * 需要获取的文件名。
1491
-
1492
- 默认支持以下文件:
1493
- - nextflow.log
1494
-
1495
- 提交时NFOption中report指定为true时,额外支持以下文件:
1496
- - execution_report.html
1497
- - execution_timeline.html
1498
- - execution_trace.txt
1499
- - pipeline_dag.html
1965
+ * 数据库配置。
1500
1966
  */
1501
- Key?: string;
1967
+ DatabaseOption: DatabaseOption;
1502
1968
  /**
1503
- * 需要批量获取的文件名。
1504
-
1505
- 默认支持以下文件:
1506
- - nextflow.log
1507
-
1508
- 提交时NFOption中report指定为true时,额外支持以下文件:
1509
- - execution_report.html
1510
- - execution_timeline.html
1511
- - execution_trace.txt
1512
- - pipeline_dag.html
1969
+ * 存储配置。
1513
1970
  */
1514
- Keys?: Array<string>;
1515
- }
1516
- /**
1517
- * RunWorkflow返回参数结构体
1518
- */
1519
- export interface RunWorkflowResponse {
1971
+ StorageOption: StorageOption;
1520
1972
  /**
1521
- * 任务批次ID。
1973
+ * 云服务器配置。
1522
1974
  */
1523
- RunGroupId?: string;
1975
+ CVMOption: CVMOption;
1524
1976
  /**
1525
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1977
+ * 安全组配置。
1526
1978
  */
1527
- RequestId?: string;
1979
+ SecurityGroupOption?: SecurityGroupOption;
1528
1980
  }
1529
1981
  /**
1530
1982
  * ModifyVolume请求参数结构体
@@ -1571,139 +2023,88 @@ export interface DescribeRunGroupsRequest {
1571
2023
  Filters?: Array<Filter>;
1572
2024
  }
1573
2025
  /**
1574
- * GetRunStatus返回参数结构体
1575
- */
1576
- export interface GetRunStatusResponse {
1577
- /**
1578
- * 作业详情。
1579
- */
1580
- Metadata?: RunMetadata;
1581
- /**
1582
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1583
- */
1584
- RequestId?: string;
1585
- }
1586
- /**
1587
- * 文件存储配置。
2026
+ * HPC节点
1588
2027
  */
1589
- export interface StorageOption {
2028
+ export interface HPCNode {
1590
2029
  /**
1591
- * 文件存储类型,取值范围:
1592
- - SD:通用标准型
1593
- - HP:通用性能型
1594
- - TB:turbo标准型
1595
- - TP:turbo性能型
2030
+ * <p>节点ID</p>
1596
2031
  */
1597
- StorageType: string;
2032
+ NodeId?: string;
1598
2033
  /**
1599
- * 文件存储可用区。
2034
+ * <p>队列ID</p>
1600
2035
  */
1601
- Zone: string;
2036
+ QueueId?: string;
1602
2037
  /**
1603
- * 文件系统容量,turbo系列必填,单位为GiB。
1604
- - turbo标准型起售40TiB,即40960GiB;扩容步长20TiB,即20480 GiB。
1605
- - turbo性能型起售20TiB,即20480 GiB;扩容步长10TiB,即10240 GiB。
2038
+ * <p>集群ID</p>
1606
2039
  */
1607
- Capacity?: number;
2040
+ ClusterId?: string;
1608
2041
  /**
1609
- * 是否开启默认扩容,仅turbo类型文件存储支持
2042
+ * <p>角色</p>
1610
2043
  */
1611
- EnableAutoScaleUp?: boolean;
2044
+ Role?: string;
1612
2045
  /**
1613
- * turbo文件系统元数据属性,basic:标准型元数据;enhanced:增强型元数据
2046
+ * <p>类型</p>
1614
2047
  */
1615
- MetaType?: string;
1616
- }
1617
- /**
1618
- * DescribeTables请求参数结构体
1619
- */
1620
- export interface DescribeTablesRequest {
2048
+ Type?: string;
1621
2049
  /**
1622
- * 项目ID。
2050
+ * <p>可用区</p>
1623
2051
  */
1624
- ProjectId: string;
2052
+ Zone?: string;
1625
2053
  /**
1626
- * 返回数量,默认为10,最大值为100。
2054
+ * <p>镜像ID</p>
1627
2055
  */
1628
- Limit?: number;
2056
+ ImageId?: string;
1629
2057
  /**
1630
- * 偏移量,默认为0。
2058
+ * <p>实例信息</p>
1631
2059
  */
1632
- Offset?: number;
2060
+ Instance?: HPCInstance;
1633
2061
  /**
1634
- * 过滤器,支持过滤字段:
1635
- - Name:表格名称
1636
- - TableId:表格ID
2062
+ * <p>标签</p>
1637
2063
  */
1638
- Filters?: Array<Filter>;
1639
- }
1640
- /**
1641
- * 表格行。
1642
- */
1643
- export interface TableRow {
2064
+ Tags?: Array<Tag>;
1644
2065
  /**
1645
- * 表格行UUID。
2066
+ * <p>节点名称</p>
1646
2067
  */
1647
- TableRowUuid?: string;
2068
+ Name?: string;
1648
2069
  /**
1649
- * 表格行内容。
2070
+ * <p>队列名称</p>
1650
2071
  */
1651
- Content?: Array<string>;
1652
- }
1653
- /**
1654
- * DeleteVolumeData返回参数结构体
1655
- */
1656
- export interface DeleteVolumeDataResponse {
2072
+ QueueName?: string;
1657
2073
  /**
1658
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2074
+ * <p>节点状态。取值范围:<br>IDLE 空闲<br>DOWN 节点下线<br>MIXED 节点部分使用<br>ALLOC 节点完全分配<br>DRAIN 排空,不接受新任务</p>
1659
2075
  */
1660
- RequestId?: string;
2076
+ Status?: string;
1661
2077
  }
1662
2078
  /**
1663
- * DescribeEnvironments请求参数结构体
2079
+ * Nextflow选项。
1664
2080
  */
1665
- export interface DescribeEnvironmentsRequest {
1666
- /**
1667
- * 偏移量,默认为0。
1668
- */
1669
- Offset?: number;
2081
+ export interface NFOption {
1670
2082
  /**
1671
- * 返回数量,默认为20,最大值为100
2083
+ * Config
1672
2084
  */
1673
- Limit?: number;
2085
+ Config?: string;
1674
2086
  /**
1675
- * 过滤器,支持过滤字段:
1676
- - EnvironmentId:环境ID
1677
- - Name:名称
1678
- - Status:环境状态
2087
+ * Profile。
1679
2088
  */
1680
- Filters?: Array<Filter>;
1681
- }
1682
- /**
1683
- * 任务批次通知。
1684
- */
1685
- export interface RunGroupNotification {
2089
+ Profile?: string;
1686
2090
  /**
1687
- * 结果通知。
2091
+ * Report。
1688
2092
  */
1689
- ResultNotification?: RunGroupResultNotification;
2093
+ Report?: boolean;
1690
2094
  /**
1691
- * 超时通知。
2095
+ * Resume。
1692
2096
  */
1693
- TimeoutNotification?: RunGroupTimeoutNotification;
1694
- }
1695
- /**
1696
- * Cromwell工作流引擎设置
1697
- */
1698
- export interface CromwellConfig {
2097
+ Resume?: boolean;
1699
2098
  /**
1700
- * 工作流并发数
2099
+ * Nextflow引擎版本,取值范围:
2100
+ - 22.10.7
2101
+ - 23.10.1
1701
2102
  */
1702
- MaxConcurrentWorkflows: number;
2103
+ NFVersion?: string;
1703
2104
  /**
1704
- * 作业并发数
2105
+ * 启动路径。可填写指定缓存卷内的绝对路径,nextflow run 命令将在此路径执行。当WorkDir为COS路径时必填;当WorkDir为缓存卷路径时选填,不填默认使用WorkDir作为LaunchDir。
1705
2106
  */
1706
- ConcurrentJobLimit: number;
2107
+ LaunchDir?: string;
1707
2108
  }
1708
2109
  /**
1709
2110
  * 任务批次结果通知
@@ -1857,47 +2258,3 @@ export interface RunMetadata {
1857
2258
  */
1858
2259
  Meta?: string;
1859
2260
  }
1860
- /**
1861
- * DescribeVolumes请求参数结构体
1862
- */
1863
- export interface DescribeVolumesRequest {
1864
- /**
1865
- * 环境ID。
1866
- */
1867
- EnvironmentId: string;
1868
- /**
1869
- * 返回数量,默认为20,最大值为100。
1870
- */
1871
- Limit?: number;
1872
- /**
1873
- * 偏移量,默认为0。
1874
- */
1875
- Offset?: number;
1876
- /**
1877
- * 过滤器,支持过滤字段:
1878
- - Name:名称
1879
- - IsDefault:是否为默认
1880
- */
1881
- Filters?: Array<Filter>;
1882
- }
1883
- /**
1884
- * CreateEnvironment请求参数结构体
1885
- */
1886
- export interface CreateEnvironmentRequest {
1887
- /**
1888
- * 环境名称。
1889
- */
1890
- Name: string;
1891
- /**
1892
- * 环境配置信息。
1893
- */
1894
- Config: EnvironmentConfig;
1895
- /**
1896
- * 环境描述。
1897
- */
1898
- Description?: string;
1899
- /**
1900
- * 是否为默认环境。
1901
- */
1902
- IsDefault?: boolean;
1903
- }