@alicloud/ehpcinstant20230701 3.2.1 → 3.3.0
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.
- package/dist/client.d.ts +91 -56
- package/dist/client.js +120 -56
- package/dist/client.js.map +1 -1
- package/dist/models/AddImageRequest.d.ts +64 -0
- package/dist/models/AddImageRequest.js.map +1 -1
- package/dist/models/AddImageResponseBody.d.ts +12 -0
- package/dist/models/AddImageResponseBody.js.map +1 -1
- package/dist/models/AddImageShrinkRequest.d.ts +30 -0
- package/dist/models/AddImageShrinkRequest.js.map +1 -1
- package/dist/models/CreateActionPlanRequest.d.ts +64 -0
- package/dist/models/CreateActionPlanRequest.js.map +1 -1
- package/dist/models/CreateActionPlanResponseBody.d.ts +6 -0
- package/dist/models/CreateActionPlanResponseBody.js.map +1 -1
- package/dist/models/CreateActionPlanShrinkRequest.d.ts +47 -0
- package/dist/models/CreateActionPlanShrinkRequest.js.map +1 -1
- package/dist/models/CreateJobRequest.d.ts +337 -0
- package/dist/models/CreateJobRequest.js.map +1 -1
- package/dist/models/CreateJobResponseBody.d.ts +21 -0
- package/dist/models/CreateJobResponseBody.js.map +1 -1
- package/dist/models/CreateJobShrinkRequest.d.ts +31 -0
- package/dist/models/CreateJobShrinkRequest.js.map +1 -1
- package/dist/models/CreatePoolRequest.d.ts +18 -0
- package/dist/models/CreatePoolRequest.js.map +1 -1
- package/dist/models/CreatePoolShrinkRequest.d.ts +15 -0
- package/dist/models/CreatePoolShrinkRequest.js.map +1 -1
- package/dist/models/DeleteActionPlanRequest.d.ts +3 -0
- package/dist/models/DeleteActionPlanRequest.js.map +1 -1
- package/dist/models/DeleteActionPlanResponseBody.d.ts +3 -0
- package/dist/models/DeleteActionPlanResponseBody.js.map +1 -1
- package/dist/models/DeleteJobRecordsRequest.d.ts +18 -0
- package/dist/models/DeleteJobRecordsRequest.js +61 -0
- package/dist/models/DeleteJobRecordsRequest.js.map +1 -0
- package/dist/models/DeleteJobRecordsResponse.d.ts +19 -0
- package/dist/models/DeleteJobRecordsResponse.js +69 -0
- package/dist/models/DeleteJobRecordsResponse.js.map +1 -0
- package/dist/models/DeleteJobRecordsResponseBody.d.ts +21 -0
- package/dist/models/DeleteJobRecordsResponseBody.js +58 -0
- package/dist/models/DeleteJobRecordsResponseBody.js.map +1 -0
- package/dist/models/DeleteJobRecordsShrinkRequest.d.ts +18 -0
- package/dist/models/DeleteJobRecordsShrinkRequest.js +58 -0
- package/dist/models/DeleteJobRecordsShrinkRequest.js.map +1 -0
- package/dist/models/DeleteJobsRequest.d.ts +35 -0
- package/dist/models/DeleteJobsRequest.js.map +1 -1
- package/dist/models/DeleteJobsResponseBody.d.ts +3 -0
- package/dist/models/DeleteJobsResponseBody.js.map +1 -1
- package/dist/models/DeleteJobsShrinkRequest.d.ts +20 -0
- package/dist/models/DeleteJobsShrinkRequest.js.map +1 -1
- package/dist/models/DeletePoolRequest.d.ts +5 -0
- package/dist/models/DeletePoolRequest.js.map +1 -1
- package/dist/models/DescribeJobMetricDataRequest.d.ts +13 -0
- package/dist/models/DescribeJobMetricDataRequest.js.map +1 -1
- package/dist/models/DescribeJobMetricDataResponseBody.d.ts +9 -0
- package/dist/models/DescribeJobMetricDataResponseBody.js.map +1 -1
- package/dist/models/DescribeJobMetricDataShrinkRequest.d.ts +13 -0
- package/dist/models/DescribeJobMetricDataShrinkRequest.js.map +1 -1
- package/dist/models/DescribeJobMetricLastRequest.d.ts +10 -0
- package/dist/models/DescribeJobMetricLastRequest.js.map +1 -1
- package/dist/models/DescribeJobMetricLastResponseBody.d.ts +13 -0
- package/dist/models/DescribeJobMetricLastResponseBody.js.map +1 -1
- package/dist/models/DescribeJobMetricLastShrinkRequest.d.ts +10 -0
- package/dist/models/DescribeJobMetricLastShrinkRequest.js.map +1 -1
- package/dist/models/GetActionPlanRequest.d.ts +3 -0
- package/dist/models/GetActionPlanRequest.js.map +1 -1
- package/dist/models/GetActionPlanResponseBody.d.ts +71 -0
- package/dist/models/GetActionPlanResponseBody.js.map +1 -1
- package/dist/models/GetAppVersionsRequest.d.ts +22 -0
- package/dist/models/GetAppVersionsRequest.js.map +1 -1
- package/dist/models/GetAppVersionsResponseBody.d.ts +31 -0
- package/dist/models/GetAppVersionsResponseBody.js.map +1 -1
- package/dist/models/GetImageRequest.d.ts +25 -0
- package/dist/models/GetImageRequest.js.map +1 -1
- package/dist/models/GetImageResponseBody.d.ts +85 -0
- package/dist/models/GetImageResponseBody.js.map +1 -1
- package/dist/models/GetImageShrinkRequest.d.ts +25 -0
- package/dist/models/GetImageShrinkRequest.js.map +1 -1
- package/dist/models/GetJobRequest.d.ts +3 -0
- package/dist/models/GetJobRequest.js.map +1 -1
- package/dist/models/GetJobResponseBody.d.ts +219 -0
- package/dist/models/GetJobResponseBody.js.map +1 -1
- package/dist/models/GetPoolRequest.d.ts +5 -0
- package/dist/models/GetPoolRequest.js.map +1 -1
- package/dist/models/GetPoolResponseBody.d.ts +46 -0
- package/dist/models/GetPoolResponseBody.js.map +1 -1
- package/dist/models/ListActionPlanActivitiesRequest.d.ts +13 -0
- package/dist/models/ListActionPlanActivitiesRequest.js.map +1 -1
- package/dist/models/ListActionPlanActivitiesResponseBody.d.ts +53 -0
- package/dist/models/ListActionPlanActivitiesResponseBody.js.map +1 -1
- package/dist/models/ListActionPlansRequest.d.ts +14 -0
- package/dist/models/ListActionPlansRequest.js.map +1 -1
- package/dist/models/ListActionPlansResponseBody.d.ts +34 -0
- package/dist/models/ListActionPlansResponseBody.js.map +1 -1
- package/dist/models/ListActionPlansShrinkRequest.d.ts +14 -0
- package/dist/models/ListActionPlansShrinkRequest.js.map +1 -1
- package/dist/models/ListExecutorsRequest.d.ts +48 -0
- package/dist/models/ListExecutorsRequest.js +2 -0
- package/dist/models/ListExecutorsRequest.js.map +1 -1
- package/dist/models/ListExecutorsResponseBody.d.ts +159 -0
- package/dist/models/ListExecutorsResponseBody.js +2 -0
- package/dist/models/ListExecutorsResponseBody.js.map +1 -1
- package/dist/models/ListExecutorsShrinkRequest.d.ts +12 -0
- package/dist/models/ListExecutorsShrinkRequest.js.map +1 -1
- package/dist/models/ListImagesRequest.d.ts +48 -0
- package/dist/models/ListImagesRequest.js.map +1 -1
- package/dist/models/ListImagesResponseBody.d.ts +72 -0
- package/dist/models/ListImagesResponseBody.js.map +1 -1
- package/dist/models/ListImagesShrinkRequest.d.ts +48 -0
- package/dist/models/ListImagesShrinkRequest.js.map +1 -1
- package/dist/models/ListJobExecutorsRequest.d.ts +12 -0
- package/dist/models/ListJobExecutorsRequest.js.map +1 -1
- package/dist/models/ListJobExecutorsResponseBody.d.ts +145 -0
- package/dist/models/ListJobExecutorsResponseBody.js.map +1 -1
- package/dist/models/ListJobsRequest.d.ts +57 -0
- package/dist/models/ListJobsRequest.js.map +1 -1
- package/dist/models/ListJobsResponseBody.d.ts +85 -0
- package/dist/models/ListJobsResponseBody.js.map +1 -1
- package/dist/models/ListJobsShrinkRequest.d.ts +18 -0
- package/dist/models/ListJobsShrinkRequest.js.map +1 -1
- package/dist/models/ListPoolsRequest.d.ts +24 -0
- package/dist/models/ListPoolsRequest.js.map +1 -1
- package/dist/models/ListPoolsResponseBody.d.ts +43 -0
- package/dist/models/ListPoolsResponseBody.js.map +1 -1
- package/dist/models/ListPoolsShrinkRequest.d.ts +10 -0
- package/dist/models/ListPoolsShrinkRequest.js.map +1 -1
- package/dist/models/ListTagResourcesRequest.d.ts +25 -0
- package/dist/models/ListTagResourcesRequest.js.map +1 -1
- package/dist/models/ListTagResourcesResponseBody.d.ts +22 -0
- package/dist/models/ListTagResourcesResponseBody.js.map +1 -1
- package/dist/models/RemoveImageRequest.d.ts +12 -0
- package/dist/models/RemoveImageRequest.js.map +1 -1
- package/dist/models/RemoveImageResponseBody.d.ts +9 -0
- package/dist/models/RemoveImageResponseBody.js.map +1 -1
- package/dist/models/SynchronizeAppRequest.d.ts +6 -0
- package/dist/models/SynchronizeAppRequest.js.map +1 -1
- package/dist/models/SynchronizeAppResponseBody.d.ts +3 -0
- package/dist/models/SynchronizeAppResponseBody.js.map +1 -1
- package/dist/models/SynchronizeAppShrinkRequest.d.ts +6 -0
- package/dist/models/SynchronizeAppShrinkRequest.js.map +1 -1
- package/dist/models/TagResourcesRequest.d.ts +14 -0
- package/dist/models/TagResourcesRequest.js.map +1 -1
- package/dist/models/TagResourcesResponseBody.d.ts +3 -0
- package/dist/models/TagResourcesResponseBody.js.map +1 -1
- package/dist/models/UnTagResourcesRequest.d.ts +14 -0
- package/dist/models/UnTagResourcesRequest.js.map +1 -1
- package/dist/models/UnTagResourcesResponseBody.d.ts +3 -0
- package/dist/models/UnTagResourcesResponseBody.js.map +1 -1
- package/dist/models/UpdateActionPlanRequest.d.ts +17 -0
- package/dist/models/UpdateActionPlanRequest.js.map +1 -1
- package/dist/models/UpdateActionPlanResponseBody.d.ts +3 -0
- package/dist/models/UpdateActionPlanResponseBody.js.map +1 -1
- package/dist/models/UpdatePoolRequest.d.ts +18 -0
- package/dist/models/UpdatePoolRequest.js.map +1 -1
- package/dist/models/UpdatePoolShrinkRequest.d.ts +15 -0
- package/dist/models/UpdatePoolShrinkRequest.js.map +1 -1
- package/dist/models/model.d.ts +4 -0
- package/dist/models/model.js +11 -3
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +124 -56
- package/src/models/AddImageRequest.ts +64 -0
- package/src/models/AddImageResponseBody.ts +12 -0
- package/src/models/AddImageShrinkRequest.ts +30 -0
- package/src/models/CreateActionPlanRequest.ts +64 -0
- package/src/models/CreateActionPlanResponseBody.ts +6 -0
- package/src/models/CreateActionPlanShrinkRequest.ts +47 -0
- package/src/models/CreateJobRequest.ts +337 -0
- package/src/models/CreateJobResponseBody.ts +21 -0
- package/src/models/CreateJobShrinkRequest.ts +31 -0
- package/src/models/CreatePoolRequest.ts +18 -0
- package/src/models/CreatePoolShrinkRequest.ts +15 -0
- package/src/models/DeleteActionPlanRequest.ts +3 -0
- package/src/models/DeleteActionPlanResponseBody.ts +3 -0
- package/src/models/DeleteJobRecordsRequest.ts +34 -0
- package/src/models/DeleteJobRecordsResponse.ts +40 -0
- package/src/models/DeleteJobRecordsResponseBody.ts +34 -0
- package/src/models/DeleteJobRecordsShrinkRequest.ts +31 -0
- package/src/models/DeleteJobsRequest.ts +35 -0
- package/src/models/DeleteJobsResponseBody.ts +3 -0
- package/src/models/DeleteJobsShrinkRequest.ts +20 -0
- package/src/models/DeletePoolRequest.ts +5 -0
- package/src/models/DescribeJobMetricDataRequest.ts +13 -0
- package/src/models/DescribeJobMetricDataResponseBody.ts +9 -0
- package/src/models/DescribeJobMetricDataShrinkRequest.ts +13 -0
- package/src/models/DescribeJobMetricLastRequest.ts +10 -0
- package/src/models/DescribeJobMetricLastResponseBody.ts +13 -0
- package/src/models/DescribeJobMetricLastShrinkRequest.ts +10 -0
- package/src/models/GetActionPlanRequest.ts +3 -0
- package/src/models/GetActionPlanResponseBody.ts +71 -0
- package/src/models/GetAppVersionsRequest.ts +22 -0
- package/src/models/GetAppVersionsResponseBody.ts +31 -0
- package/src/models/GetImageRequest.ts +25 -0
- package/src/models/GetImageResponseBody.ts +85 -0
- package/src/models/GetImageShrinkRequest.ts +25 -0
- package/src/models/GetJobRequest.ts +3 -0
- package/src/models/GetJobResponseBody.ts +219 -0
- package/src/models/GetPoolRequest.ts +5 -0
- package/src/models/GetPoolResponseBody.ts +46 -0
- package/src/models/ListActionPlanActivitiesRequest.ts +13 -0
- package/src/models/ListActionPlanActivitiesResponseBody.ts +53 -0
- package/src/models/ListActionPlansRequest.ts +14 -0
- package/src/models/ListActionPlansResponseBody.ts +34 -0
- package/src/models/ListActionPlansShrinkRequest.ts +14 -0
- package/src/models/ListExecutorsRequest.ts +50 -0
- package/src/models/ListExecutorsResponseBody.ts +161 -0
- package/src/models/ListExecutorsShrinkRequest.ts +12 -0
- package/src/models/ListImagesRequest.ts +48 -0
- package/src/models/ListImagesResponseBody.ts +72 -0
- package/src/models/ListImagesShrinkRequest.ts +48 -0
- package/src/models/ListJobExecutorsRequest.ts +12 -0
- package/src/models/ListJobExecutorsResponseBody.ts +145 -0
- package/src/models/ListJobsRequest.ts +57 -0
- package/src/models/ListJobsResponseBody.ts +85 -0
- package/src/models/ListJobsShrinkRequest.ts +18 -0
- package/src/models/ListPoolsRequest.ts +24 -0
- package/src/models/ListPoolsResponseBody.ts +43 -0
- package/src/models/ListPoolsShrinkRequest.ts +10 -0
- package/src/models/ListTagResourcesRequest.ts +25 -0
- package/src/models/ListTagResourcesResponseBody.ts +22 -0
- package/src/models/RemoveImageRequest.ts +12 -0
- package/src/models/RemoveImageResponseBody.ts +9 -0
- package/src/models/SynchronizeAppRequest.ts +6 -0
- package/src/models/SynchronizeAppResponseBody.ts +3 -0
- package/src/models/SynchronizeAppShrinkRequest.ts +6 -0
- package/src/models/TagResourcesRequest.ts +14 -0
- package/src/models/TagResourcesResponseBody.ts +3 -0
- package/src/models/UnTagResourcesRequest.ts +14 -0
- package/src/models/UnTagResourcesResponseBody.ts +3 -0
- package/src/models/UpdateActionPlanRequest.ts +17 -0
- package/src/models/UpdateActionPlanResponseBody.ts +3 -0
- package/src/models/UpdatePoolRequest.ts +18 -0
- package/src/models/UpdatePoolShrinkRequest.ts +15 -0
- package/src/models/model.ts +4 -0
|
@@ -55,8 +55,34 @@ export class GetJobResponseBodyJobInfoDependencyPolicy extends $dara.Model {
|
|
|
55
55
|
}
|
|
56
56
|
|
|
57
57
|
export class GetJobResponseBodyJobInfoDeploymentPolicyNetwork extends $dara.Model {
|
|
58
|
+
/**
|
|
59
|
+
* @remarks
|
|
60
|
+
* Whether the resource is created in the zone corresponding to the passed-in VSwitch parameter.
|
|
61
|
+
*
|
|
62
|
+
* * true: The resource is created in the zone corresponding to the passed-in VSwitch parameter.
|
|
63
|
+
* * false: The resource is created in any zone that has resources.
|
|
64
|
+
*
|
|
65
|
+
* @example
|
|
66
|
+
* false
|
|
67
|
+
*/
|
|
58
68
|
enableENIMapping?: boolean;
|
|
69
|
+
/**
|
|
70
|
+
* @remarks
|
|
71
|
+
* Whether to create a public IP address.
|
|
72
|
+
*
|
|
73
|
+
* Valid values:
|
|
74
|
+
*
|
|
75
|
+
* * false: false.
|
|
76
|
+
* * true: true.
|
|
77
|
+
*
|
|
78
|
+
* @example
|
|
79
|
+
* false
|
|
80
|
+
*/
|
|
59
81
|
enableExternalIpAddress?: boolean;
|
|
82
|
+
/**
|
|
83
|
+
* @remarks
|
|
84
|
+
* The VSwitch array.
|
|
85
|
+
*/
|
|
60
86
|
vswitch?: string[];
|
|
61
87
|
static names(): { [key: string]: string } {
|
|
62
88
|
return {
|
|
@@ -87,7 +113,21 @@ export class GetJobResponseBodyJobInfoDeploymentPolicyNetwork extends $dara.Mode
|
|
|
87
113
|
}
|
|
88
114
|
|
|
89
115
|
export class GetJobResponseBodyJobInfoDeploymentPolicyTags extends $dara.Model {
|
|
116
|
+
/**
|
|
117
|
+
* @remarks
|
|
118
|
+
* The key of the job tag.
|
|
119
|
+
*
|
|
120
|
+
* @example
|
|
121
|
+
* TestKey
|
|
122
|
+
*/
|
|
90
123
|
tagKey?: string;
|
|
124
|
+
/**
|
|
125
|
+
* @remarks
|
|
126
|
+
* The value of the job tag.
|
|
127
|
+
*
|
|
128
|
+
* @example
|
|
129
|
+
* TestValue
|
|
130
|
+
*/
|
|
91
131
|
tagValue?: string;
|
|
92
132
|
static names(): { [key: string]: string } {
|
|
93
133
|
return {
|
|
@@ -114,12 +154,35 @@ export class GetJobResponseBodyJobInfoDeploymentPolicyTags extends $dara.Model {
|
|
|
114
154
|
|
|
115
155
|
export class GetJobResponseBodyJobInfoDeploymentPolicy extends $dara.Model {
|
|
116
156
|
/**
|
|
157
|
+
* @remarks
|
|
158
|
+
* The type of the resource. Only Dedicated is supported. You must enable a whitelist.
|
|
159
|
+
*
|
|
117
160
|
* @example
|
|
118
161
|
* Dedicated
|
|
119
162
|
*/
|
|
120
163
|
allocationSpec?: string;
|
|
164
|
+
/**
|
|
165
|
+
* @remarks
|
|
166
|
+
* The computing power level. The following disk categories are supported:
|
|
167
|
+
*
|
|
168
|
+
* * General
|
|
169
|
+
* * Performance
|
|
170
|
+
*
|
|
171
|
+
* Default value: General
|
|
172
|
+
*
|
|
173
|
+
* @example
|
|
174
|
+
* General
|
|
175
|
+
*/
|
|
121
176
|
level?: string;
|
|
177
|
+
/**
|
|
178
|
+
* @remarks
|
|
179
|
+
* The network configuration information.
|
|
180
|
+
*/
|
|
122
181
|
network?: GetJobResponseBodyJobInfoDeploymentPolicyNetwork;
|
|
182
|
+
/**
|
|
183
|
+
* @remarks
|
|
184
|
+
* The list of job tags.
|
|
185
|
+
*/
|
|
123
186
|
tags?: GetJobResponseBodyJobInfoDeploymentPolicyTags[];
|
|
124
187
|
static names(): { [key: string]: string } {
|
|
125
188
|
return {
|
|
@@ -156,16 +219,27 @@ export class GetJobResponseBodyJobInfoDeploymentPolicy extends $dara.Model {
|
|
|
156
219
|
|
|
157
220
|
export class GetJobResponseBodyJobInfoTasksExecutorPolicyArraySpec extends $dara.Model {
|
|
158
221
|
/**
|
|
222
|
+
* @remarks
|
|
223
|
+
* The end value of the array job index. Valid values: 0 to 4999. The value must be greater than or equal to the value of IndexStart.
|
|
224
|
+
*
|
|
159
225
|
* @example
|
|
160
226
|
* 9
|
|
161
227
|
*/
|
|
162
228
|
indexEnd?: number;
|
|
163
229
|
/**
|
|
230
|
+
* @remarks
|
|
231
|
+
* The starting value of the array job index. Valid values: 0 to 4999.
|
|
232
|
+
*
|
|
164
233
|
* @example
|
|
165
234
|
* 0
|
|
166
235
|
*/
|
|
167
236
|
indexStart?: number;
|
|
168
237
|
/**
|
|
238
|
+
* @remarks
|
|
239
|
+
* The interval of the array job index.
|
|
240
|
+
*
|
|
241
|
+
* > If the array job property is IndexStart=1,IndexEnd=5, and IndexStep=2, the array job contains three subtasks. The values of the subtask indexes are 1,3, and 5.
|
|
242
|
+
*
|
|
169
243
|
* @example
|
|
170
244
|
* 1
|
|
171
245
|
*/
|
|
@@ -196,8 +270,15 @@ export class GetJobResponseBodyJobInfoTasksExecutorPolicyArraySpec extends $dara
|
|
|
196
270
|
}
|
|
197
271
|
|
|
198
272
|
export class GetJobResponseBodyJobInfoTasksExecutorPolicy extends $dara.Model {
|
|
273
|
+
/**
|
|
274
|
+
* @remarks
|
|
275
|
+
* The details of the array job.
|
|
276
|
+
*/
|
|
199
277
|
arraySpec?: GetJobResponseBodyJobInfoTasksExecutorPolicyArraySpec;
|
|
200
278
|
/**
|
|
279
|
+
* @remarks
|
|
280
|
+
* The maximum number of nodes to run the job.
|
|
281
|
+
*
|
|
201
282
|
* @example
|
|
202
283
|
* 10
|
|
203
284
|
*/
|
|
@@ -230,31 +311,49 @@ export class GetJobResponseBodyJobInfoTasksExecutorPolicy extends $dara.Model {
|
|
|
230
311
|
|
|
231
312
|
export class GetJobResponseBodyJobInfoTasksExecutorStatus extends $dara.Model {
|
|
232
313
|
/**
|
|
314
|
+
* @remarks
|
|
315
|
+
* Sub-job ID
|
|
316
|
+
*
|
|
233
317
|
* @example
|
|
234
318
|
* 0
|
|
235
319
|
*/
|
|
236
320
|
arrayId?: number;
|
|
237
321
|
/**
|
|
322
|
+
* @remarks
|
|
323
|
+
* The time when the job was created.
|
|
324
|
+
*
|
|
238
325
|
* @example
|
|
239
326
|
* 2024-02-04 13:54:10
|
|
240
327
|
*/
|
|
241
328
|
createTime?: string;
|
|
242
329
|
/**
|
|
330
|
+
* @remarks
|
|
331
|
+
* The end time of the scaling plan job.
|
|
332
|
+
*
|
|
243
333
|
* @example
|
|
244
334
|
* 2024-02-04 13:54:10
|
|
245
335
|
*/
|
|
246
336
|
endTime?: string;
|
|
247
337
|
/**
|
|
338
|
+
* @remarks
|
|
339
|
+
* The start time of the scaling plan job.
|
|
340
|
+
*
|
|
248
341
|
* @example
|
|
249
342
|
* 2024-02-04 13:54:10
|
|
250
343
|
*/
|
|
251
344
|
startTime?: string;
|
|
252
345
|
/**
|
|
346
|
+
* @remarks
|
|
347
|
+
* The status of the job.
|
|
348
|
+
*
|
|
253
349
|
* @example
|
|
254
350
|
* Running
|
|
255
351
|
*/
|
|
256
352
|
status?: string;
|
|
257
353
|
/**
|
|
354
|
+
* @remarks
|
|
355
|
+
* The reason why the stack instance is in the OUTDATED state.
|
|
356
|
+
*
|
|
258
357
|
* @example
|
|
259
358
|
* Creating executor
|
|
260
359
|
*/
|
|
@@ -292,11 +391,20 @@ export class GetJobResponseBodyJobInfoTasksExecutorStatus extends $dara.Model {
|
|
|
292
391
|
|
|
293
392
|
export class GetJobResponseBodyJobInfoTasksTaskSpecResourceDisks extends $dara.Model {
|
|
294
393
|
/**
|
|
394
|
+
* @remarks
|
|
395
|
+
* The size of the disk.
|
|
396
|
+
*
|
|
295
397
|
* @example
|
|
296
398
|
* 100
|
|
297
399
|
*/
|
|
298
400
|
size?: number;
|
|
299
401
|
/**
|
|
402
|
+
* @remarks
|
|
403
|
+
* The type of the disk. The following disk categories are supported:
|
|
404
|
+
*
|
|
405
|
+
* * System: system disk.
|
|
406
|
+
* * Data: data disk.
|
|
407
|
+
*
|
|
300
408
|
* @example
|
|
301
409
|
* System
|
|
302
410
|
*/
|
|
@@ -326,15 +434,25 @@ export class GetJobResponseBodyJobInfoTasksTaskSpecResourceDisks extends $dara.M
|
|
|
326
434
|
|
|
327
435
|
export class GetJobResponseBodyJobInfoTasksTaskSpecResource extends $dara.Model {
|
|
328
436
|
/**
|
|
437
|
+
* @remarks
|
|
438
|
+
* The number of CPUs on which the job is run.
|
|
439
|
+
*
|
|
329
440
|
* @example
|
|
330
441
|
* 1
|
|
331
442
|
*/
|
|
332
443
|
cores?: number;
|
|
444
|
+
/**
|
|
445
|
+
* @remarks
|
|
446
|
+
* The array of the disks.
|
|
447
|
+
*/
|
|
333
448
|
disks?: GetJobResponseBodyJobInfoTasksTaskSpecResourceDisks[];
|
|
334
449
|
enableHT?: boolean;
|
|
335
450
|
hostNamePrefix?: string;
|
|
336
451
|
instanceTypes?: string[];
|
|
337
452
|
/**
|
|
453
|
+
* @remarks
|
|
454
|
+
* The memory capacity. Unit: GiB.
|
|
455
|
+
*
|
|
338
456
|
* @example
|
|
339
457
|
* 4
|
|
340
458
|
*/
|
|
@@ -433,16 +551,25 @@ export class GetJobResponseBodyJobInfoTasksTaskSpecRetryPolicy extends $dara.Mod
|
|
|
433
551
|
|
|
434
552
|
export class GetJobResponseBodyJobInfoTasksTaskSpecTaskExecutorVM extends $dara.Model {
|
|
435
553
|
/**
|
|
554
|
+
* @remarks
|
|
555
|
+
* The image ID.
|
|
556
|
+
*
|
|
436
557
|
* @example
|
|
437
558
|
* m-xxxx
|
|
438
559
|
*/
|
|
439
560
|
image?: string;
|
|
440
561
|
/**
|
|
562
|
+
* @remarks
|
|
563
|
+
* The pre-processing script. Base64 encoding is required.
|
|
564
|
+
*
|
|
441
565
|
* @example
|
|
442
566
|
* ZWNobyAiMTIzNCIgPiBgZGF0ZSArJXNg
|
|
443
567
|
*/
|
|
444
568
|
prologScript?: string;
|
|
445
569
|
/**
|
|
570
|
+
* @remarks
|
|
571
|
+
* The running-job script. Base64 encoding is required.
|
|
572
|
+
*
|
|
446
573
|
* @example
|
|
447
574
|
* ZWNobyAiMTIzNCIgPiBgZGF0ZSArJXNg
|
|
448
575
|
*/
|
|
@@ -473,6 +600,10 @@ export class GetJobResponseBodyJobInfoTasksTaskSpecTaskExecutorVM extends $dara.
|
|
|
473
600
|
}
|
|
474
601
|
|
|
475
602
|
export class GetJobResponseBodyJobInfoTasksTaskSpecTaskExecutor extends $dara.Model {
|
|
603
|
+
/**
|
|
604
|
+
* @remarks
|
|
605
|
+
* Use ECS instances.
|
|
606
|
+
*/
|
|
476
607
|
VM?: GetJobResponseBodyJobInfoTasksTaskSpecTaskExecutorVM;
|
|
477
608
|
static names(): { [key: string]: string } {
|
|
478
609
|
return {
|
|
@@ -499,8 +630,16 @@ export class GetJobResponseBodyJobInfoTasksTaskSpecTaskExecutor extends $dara.Mo
|
|
|
499
630
|
}
|
|
500
631
|
|
|
501
632
|
export class GetJobResponseBodyJobInfoTasksTaskSpec extends $dara.Model {
|
|
633
|
+
/**
|
|
634
|
+
* @remarks
|
|
635
|
+
* The resource information.
|
|
636
|
+
*/
|
|
502
637
|
resource?: GetJobResponseBodyJobInfoTasksTaskSpecResource;
|
|
503
638
|
retryPolicy?: GetJobResponseBodyJobInfoTasksTaskSpecRetryPolicy;
|
|
639
|
+
/**
|
|
640
|
+
* @remarks
|
|
641
|
+
* The task execution configurations.
|
|
642
|
+
*/
|
|
504
643
|
taskExecutor?: GetJobResponseBodyJobInfoTasksTaskSpecTaskExecutor[];
|
|
505
644
|
static names(): { [key: string]: string } {
|
|
506
645
|
return {
|
|
@@ -537,15 +676,33 @@ export class GetJobResponseBodyJobInfoTasksTaskSpec extends $dara.Model {
|
|
|
537
676
|
}
|
|
538
677
|
|
|
539
678
|
export class GetJobResponseBodyJobInfoTasks extends $dara.Model {
|
|
679
|
+
/**
|
|
680
|
+
* @remarks
|
|
681
|
+
* The task execution policy.
|
|
682
|
+
*/
|
|
540
683
|
executorPolicy?: GetJobResponseBodyJobInfoTasksExecutorPolicy;
|
|
684
|
+
/**
|
|
685
|
+
* @remarks
|
|
686
|
+
* The execution status of the task.
|
|
687
|
+
*/
|
|
541
688
|
executorStatus?: GetJobResponseBodyJobInfoTasksExecutorStatus[];
|
|
542
689
|
/**
|
|
690
|
+
* @remarks
|
|
691
|
+
* The name of the task.
|
|
692
|
+
*
|
|
543
693
|
* @example
|
|
544
694
|
* task0
|
|
545
695
|
*/
|
|
546
696
|
taskName?: string;
|
|
697
|
+
/**
|
|
698
|
+
* @remarks
|
|
699
|
+
* The details of the task specification.
|
|
700
|
+
*/
|
|
547
701
|
taskSpec?: GetJobResponseBodyJobInfoTasksTaskSpec;
|
|
548
702
|
/**
|
|
703
|
+
* @remarks
|
|
704
|
+
* Indicate whether the job is a long-running job.
|
|
705
|
+
*
|
|
549
706
|
* @example
|
|
550
707
|
* true
|
|
551
708
|
*/
|
|
@@ -589,45 +746,100 @@ export class GetJobResponseBodyJobInfoTasks extends $dara.Model {
|
|
|
589
746
|
}
|
|
590
747
|
|
|
591
748
|
export class GetJobResponseBodyJobInfo extends $dara.Model {
|
|
749
|
+
/**
|
|
750
|
+
* @remarks
|
|
751
|
+
* The additional information about the application.
|
|
752
|
+
*
|
|
753
|
+
* @example
|
|
754
|
+
* {\\"xxx\\": \\"xxxxx\\"}
|
|
755
|
+
*/
|
|
592
756
|
appExtraInfo?: string;
|
|
593
757
|
/**
|
|
758
|
+
* @remarks
|
|
759
|
+
* The time when the job was submitted.
|
|
760
|
+
*
|
|
594
761
|
* @example
|
|
595
762
|
* 2024-03-05 20:00:46
|
|
596
763
|
*/
|
|
597
764
|
createTime?: string;
|
|
598
765
|
dependencyPolicy?: GetJobResponseBodyJobInfoDependencyPolicy;
|
|
766
|
+
/**
|
|
767
|
+
* @remarks
|
|
768
|
+
* The resource deployment policy.
|
|
769
|
+
*/
|
|
599
770
|
deploymentPolicy?: GetJobResponseBodyJobInfoDeploymentPolicy;
|
|
600
771
|
/**
|
|
772
|
+
* @remarks
|
|
773
|
+
* The time when the job is complete.
|
|
774
|
+
*
|
|
601
775
|
* @example
|
|
602
776
|
* 2024-03-05 20:01:48
|
|
603
777
|
*/
|
|
604
778
|
endTime?: string;
|
|
605
779
|
/**
|
|
780
|
+
* @remarks
|
|
781
|
+
* The description of the job.
|
|
782
|
+
*
|
|
606
783
|
* @example
|
|
607
784
|
* Demo
|
|
608
785
|
*/
|
|
609
786
|
jobDescription?: string;
|
|
610
787
|
/**
|
|
788
|
+
* @remarks
|
|
789
|
+
* The ID of the job.
|
|
790
|
+
*
|
|
611
791
|
* @example
|
|
612
792
|
* job-xxxx
|
|
613
793
|
*/
|
|
614
794
|
jobId?: string;
|
|
615
795
|
/**
|
|
796
|
+
* @remarks
|
|
797
|
+
* The job name.
|
|
798
|
+
*
|
|
616
799
|
* @example
|
|
617
800
|
* testJob
|
|
618
801
|
*/
|
|
619
802
|
jobName?: string;
|
|
803
|
+
/**
|
|
804
|
+
* @remarks
|
|
805
|
+
* The type of the job scheduler.
|
|
806
|
+
*
|
|
807
|
+
* @example
|
|
808
|
+
* HPC
|
|
809
|
+
*/
|
|
620
810
|
jobScheduler?: string;
|
|
621
811
|
/**
|
|
812
|
+
* @remarks
|
|
813
|
+
* The time when the job started.
|
|
814
|
+
*
|
|
622
815
|
* @example
|
|
623
816
|
* 2024-03-05 20:00:48
|
|
624
817
|
*/
|
|
625
818
|
startTime?: string;
|
|
626
819
|
/**
|
|
820
|
+
* @remarks
|
|
821
|
+
* The job status. Valid values:
|
|
822
|
+
*
|
|
823
|
+
* * Pending: The job is being queued.
|
|
824
|
+
* * Initing: The job is being initialized.
|
|
825
|
+
* * Succeed: The job is successfully run.
|
|
826
|
+
* * Failed: The job failed to run.
|
|
827
|
+
* * Running: The job is running.
|
|
828
|
+
* * Exception: scheduling exception
|
|
829
|
+
* * Retrying: The job is being retried.
|
|
830
|
+
* * Expired: The job timed out.
|
|
831
|
+
* * Deleted: The job is deleted.
|
|
832
|
+
* * Suspended: job hibernation
|
|
833
|
+
* * Restarting: The job is being restarted.
|
|
834
|
+
*
|
|
627
835
|
* @example
|
|
628
836
|
* Succeed
|
|
629
837
|
*/
|
|
630
838
|
status?: string;
|
|
839
|
+
/**
|
|
840
|
+
* @remarks
|
|
841
|
+
* The list of tasks. Only one task is supported.
|
|
842
|
+
*/
|
|
631
843
|
tasks?: GetJobResponseBodyJobInfoTasks[];
|
|
632
844
|
static names(): { [key: string]: string } {
|
|
633
845
|
return {
|
|
@@ -682,8 +894,15 @@ export class GetJobResponseBodyJobInfo extends $dara.Model {
|
|
|
682
894
|
}
|
|
683
895
|
|
|
684
896
|
export class GetJobResponseBody extends $dara.Model {
|
|
897
|
+
/**
|
|
898
|
+
* @remarks
|
|
899
|
+
* The job details.
|
|
900
|
+
*/
|
|
685
901
|
jobInfo?: GetJobResponseBodyJobInfo;
|
|
686
902
|
/**
|
|
903
|
+
* @remarks
|
|
904
|
+
* The request ID.
|
|
905
|
+
*
|
|
687
906
|
* @example
|
|
688
907
|
* 896D338C-E4F4-41EC-A154-D605E5DE****
|
|
689
908
|
*/
|
|
@@ -5,6 +5,11 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class GetPoolRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
+
* The name of the resource pool.
|
|
9
|
+
*
|
|
10
|
+
* * The value can be up to 15 characters in length.
|
|
11
|
+
* * It can contain digits, uppercase letters, lowercase letters, underscores (_), and dots (.).
|
|
12
|
+
*
|
|
8
13
|
* This parameter is required.
|
|
9
14
|
*
|
|
10
15
|
* @example
|
|
@@ -4,46 +4,88 @@ import * as $dara from '@darabonba/typescript';
|
|
|
4
4
|
|
|
5
5
|
export class GetPoolResponseBodyPoolInfo extends $dara.Model {
|
|
6
6
|
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* The time when the resource pool is created.
|
|
9
|
+
*
|
|
7
10
|
* @example
|
|
8
11
|
* 2024-12-01 20:00:00
|
|
9
12
|
*/
|
|
10
13
|
createTime?: string;
|
|
11
14
|
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* The usage of execution nodes that are running in a resource pool.
|
|
17
|
+
*
|
|
12
18
|
* @example
|
|
13
19
|
* 1
|
|
14
20
|
*/
|
|
15
21
|
exectorUsage?: number;
|
|
16
22
|
/**
|
|
23
|
+
* @remarks
|
|
24
|
+
* Indices whether the resource pool is the default resource pool. Valid values:
|
|
25
|
+
*
|
|
26
|
+
* * **true**
|
|
27
|
+
* * **false**
|
|
28
|
+
*
|
|
17
29
|
* @example
|
|
18
30
|
* true
|
|
19
31
|
*/
|
|
20
32
|
isDefault?: boolean;
|
|
21
33
|
/**
|
|
34
|
+
* @remarks
|
|
35
|
+
* The maximum number of execution nodes that can run concurrently in a resource pool.
|
|
36
|
+
*
|
|
22
37
|
* @example
|
|
23
38
|
* 2000
|
|
24
39
|
*/
|
|
25
40
|
maxExectorNum?: number;
|
|
26
41
|
/**
|
|
42
|
+
* @remarks
|
|
43
|
+
* The name of the resource group.
|
|
44
|
+
*
|
|
45
|
+
* * The value can be up to 15 characters in length.
|
|
46
|
+
* * It can contain digits, uppercase letters, lowercase letters, underscores (_), and dots (.).
|
|
47
|
+
*
|
|
27
48
|
* @example
|
|
28
49
|
* PoolTest
|
|
29
50
|
*/
|
|
30
51
|
poolName?: string;
|
|
31
52
|
/**
|
|
53
|
+
* @remarks
|
|
54
|
+
* The priority of the resource pool.
|
|
55
|
+
*
|
|
56
|
+
* * You can set a priority in the range of 1 to 99. The default value is 1, which is the lowest priority.
|
|
57
|
+
* * Jobs submitted to a resource pool with a higher priority level value will be scheduled before pending jobs in a resource pool with a lower priority level value, and the priority level of the resource pool takes precedence over the priority of the job.
|
|
58
|
+
*
|
|
32
59
|
* @example
|
|
33
60
|
* 1
|
|
34
61
|
*/
|
|
35
62
|
priority?: number;
|
|
36
63
|
/**
|
|
64
|
+
* @remarks
|
|
65
|
+
* The cause of the error.
|
|
66
|
+
*
|
|
37
67
|
* @example
|
|
38
68
|
* Fails to *** pool: ***.
|
|
39
69
|
*/
|
|
40
70
|
reason?: string;
|
|
41
71
|
/**
|
|
72
|
+
* @remarks
|
|
73
|
+
* The status of the resource pool. Valid values:
|
|
74
|
+
*
|
|
75
|
+
* * Creating: The resource pool is being created.
|
|
76
|
+
* * Updating: The resource pool is being updated.
|
|
77
|
+
* * Deleting: The resource pool is being deleted.
|
|
78
|
+
* * Working: The resource pool is working.
|
|
79
|
+
* * Deleted: The resource pool is deleted.
|
|
80
|
+
*
|
|
42
81
|
* @example
|
|
43
82
|
* Working
|
|
44
83
|
*/
|
|
45
84
|
status?: string;
|
|
46
85
|
/**
|
|
86
|
+
* @remarks
|
|
87
|
+
* The time when the resource pool was updated.
|
|
88
|
+
*
|
|
47
89
|
* @example
|
|
48
90
|
* 2024-12-01 20:00:00
|
|
49
91
|
*/
|
|
@@ -86,6 +128,10 @@ export class GetPoolResponseBodyPoolInfo extends $dara.Model {
|
|
|
86
128
|
}
|
|
87
129
|
|
|
88
130
|
export class GetPoolResponseBody extends $dara.Model {
|
|
131
|
+
/**
|
|
132
|
+
* @remarks
|
|
133
|
+
* The information about the resource pool.
|
|
134
|
+
*/
|
|
89
135
|
poolInfo?: GetPoolResponseBodyPoolInfo;
|
|
90
136
|
/**
|
|
91
137
|
* @remarks
|
|
@@ -4,16 +4,29 @@ import * as $dara from '@darabonba/typescript';
|
|
|
4
4
|
|
|
5
5
|
export class ListActionPlanActivitiesRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* The ID of the execution plan.
|
|
9
|
+
*
|
|
7
10
|
* @example
|
|
8
11
|
* ap-hz036ubmx2qmw93k****
|
|
9
12
|
*/
|
|
10
13
|
actionPlanId?: string;
|
|
11
14
|
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* The maximum number of entries per page.
|
|
17
|
+
*
|
|
18
|
+
* Valid values: 1 to 100.
|
|
19
|
+
*
|
|
20
|
+
* Default value: 20.
|
|
21
|
+
*
|
|
12
22
|
* @example
|
|
13
23
|
* 100
|
|
14
24
|
*/
|
|
15
25
|
maxResults?: number;
|
|
16
26
|
/**
|
|
27
|
+
* @remarks
|
|
28
|
+
* A pagination token.
|
|
29
|
+
*
|
|
17
30
|
* @example
|
|
18
31
|
* 1d2db86scXXXXXXXXXX
|
|
19
32
|
*/
|
|
@@ -4,16 +4,28 @@ import * as $dara from '@darabonba/typescript';
|
|
|
4
4
|
|
|
5
5
|
export class ListActionPlanActivitiesResponseBodyActionPlanActivitiesJobs extends $dara.Model {
|
|
6
6
|
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* The ID of the job.
|
|
9
|
+
*
|
|
7
10
|
* @example
|
|
8
11
|
* job-hz12dqq8y3ormo1hz49h
|
|
9
12
|
*/
|
|
10
13
|
jobId?: string;
|
|
11
14
|
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* The operation type of the execution plan activity on the job. Possible values are as follows:
|
|
17
|
+
*
|
|
18
|
+
* * Create
|
|
19
|
+
* * Delete
|
|
20
|
+
*
|
|
12
21
|
* @example
|
|
13
22
|
* Create
|
|
14
23
|
*/
|
|
15
24
|
jobOperationType?: string;
|
|
16
25
|
/**
|
|
26
|
+
* @remarks
|
|
27
|
+
* The region ID.
|
|
28
|
+
*
|
|
17
29
|
* @example
|
|
18
30
|
* cn-hangzhou
|
|
19
31
|
*/
|
|
@@ -45,32 +57,58 @@ export class ListActionPlanActivitiesResponseBodyActionPlanActivitiesJobs extend
|
|
|
45
57
|
|
|
46
58
|
export class ListActionPlanActivitiesResponseBodyActionPlanActivities extends $dara.Model {
|
|
47
59
|
/**
|
|
60
|
+
* @remarks
|
|
61
|
+
* The activity ID of the execution plan.
|
|
62
|
+
*
|
|
48
63
|
* @example
|
|
49
64
|
* et-4119e3f60eb34fc4
|
|
50
65
|
*/
|
|
51
66
|
actionPlanActivityId?: string;
|
|
52
67
|
/**
|
|
68
|
+
* @remarks
|
|
69
|
+
* The increased capacity of this execution plan activity.
|
|
70
|
+
*
|
|
53
71
|
* @example
|
|
54
72
|
* 100
|
|
55
73
|
*/
|
|
56
74
|
createdCapacity?: number;
|
|
57
75
|
/**
|
|
76
|
+
* @remarks
|
|
77
|
+
* The capacity released by this execution plan activity.
|
|
78
|
+
*
|
|
58
79
|
* @example
|
|
59
80
|
* 0
|
|
60
81
|
*/
|
|
61
82
|
destroyCapacity?: number;
|
|
62
83
|
/**
|
|
84
|
+
* @remarks
|
|
85
|
+
* The end time of the execution plan activity.
|
|
86
|
+
*
|
|
63
87
|
* @example
|
|
64
88
|
* 2025-08-10 18:28:05
|
|
65
89
|
*/
|
|
66
90
|
endTime?: string;
|
|
91
|
+
/**
|
|
92
|
+
* @remarks
|
|
93
|
+
* The list of Instant jobs involved in the execution plan.
|
|
94
|
+
*/
|
|
67
95
|
jobs?: ListActionPlanActivitiesResponseBodyActionPlanActivitiesJobs[];
|
|
68
96
|
/**
|
|
97
|
+
* @remarks
|
|
98
|
+
* The start time of the implementation of the planned activity.
|
|
99
|
+
*
|
|
69
100
|
* @example
|
|
70
101
|
* 2025-08-10 18:28:05
|
|
71
102
|
*/
|
|
72
103
|
startTime?: string;
|
|
73
104
|
/**
|
|
105
|
+
* @remarks
|
|
106
|
+
* The implementation status of the execution plan activity. Valid values:
|
|
107
|
+
*
|
|
108
|
+
* * InProcess
|
|
109
|
+
* * Completed
|
|
110
|
+
* * Failed
|
|
111
|
+
*
|
|
74
112
|
* @example
|
|
75
113
|
* InProcess
|
|
76
114
|
*/
|
|
@@ -112,14 +150,23 @@ export class ListActionPlanActivitiesResponseBodyActionPlanActivities extends $d
|
|
|
112
150
|
}
|
|
113
151
|
|
|
114
152
|
export class ListActionPlanActivitiesResponseBody extends $dara.Model {
|
|
153
|
+
/**
|
|
154
|
+
* @remarks
|
|
155
|
+
* The list of execution details of the execution plan.
|
|
156
|
+
*/
|
|
115
157
|
actionPlanActivities?: ListActionPlanActivitiesResponseBodyActionPlanActivities[];
|
|
116
158
|
/**
|
|
159
|
+
* @remarks
|
|
160
|
+
* The maximum number of records returned in this request.
|
|
161
|
+
*
|
|
117
162
|
* @example
|
|
118
163
|
* 100
|
|
119
164
|
*/
|
|
120
165
|
maxResults?: number;
|
|
121
166
|
/**
|
|
122
167
|
* @remarks
|
|
168
|
+
* Indicates the read position returned by the current call. An empty value means all data has been read.
|
|
169
|
+
*
|
|
123
170
|
* This parameter is required.
|
|
124
171
|
*
|
|
125
172
|
* @example
|
|
@@ -127,11 +174,17 @@ export class ListActionPlanActivitiesResponseBody extends $dara.Model {
|
|
|
127
174
|
*/
|
|
128
175
|
nextToken?: string;
|
|
129
176
|
/**
|
|
177
|
+
* @remarks
|
|
178
|
+
* The request ID.
|
|
179
|
+
*
|
|
130
180
|
* @example
|
|
131
181
|
* 896D338C-E4F4-41EC-A154-D605E5DE****
|
|
132
182
|
*/
|
|
133
183
|
requestId?: string;
|
|
134
184
|
/**
|
|
185
|
+
* @remarks
|
|
186
|
+
* Total data count under the current request conditions (optional; not returned by default).
|
|
187
|
+
*
|
|
135
188
|
* @example
|
|
136
189
|
* 40
|
|
137
190
|
*/
|