@alicloud/ehpcinstant20230701 1.0.2 → 1.0.4

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 CHANGED
@@ -1,5 +1,4 @@
1
1
  /**
2
- *
3
2
  */
4
3
  import * as $Util from '@alicloud/tea-util';
5
4
  import OpenApi, * as $OpenApi from '@alicloud/openapi-client';
@@ -7,7 +6,18 @@ import * as $tea from '@alicloud/tea-typescript';
7
6
  export declare class AddImageRequest extends $tea.Model {
8
7
  containerImageSpec?: AddImageRequestContainerImageSpec;
9
8
  description?: string;
9
+ /**
10
+ * @example
11
+ * V1.0
12
+ */
10
13
  imageVersion?: string;
14
+ /**
15
+ * @remarks
16
+ * This parameter is required.
17
+ *
18
+ * @example
19
+ * app-image
20
+ */
11
21
  name?: string;
12
22
  VMImageSpec?: AddImageRequestVMImageSpec;
13
23
  static names(): {
@@ -23,7 +33,18 @@ export declare class AddImageRequest extends $tea.Model {
23
33
  export declare class AddImageShrinkRequest extends $tea.Model {
24
34
  containerImageSpecShrink?: string;
25
35
  description?: string;
36
+ /**
37
+ * @example
38
+ * V1.0
39
+ */
26
40
  imageVersion?: string;
41
+ /**
42
+ * @remarks
43
+ * This parameter is required.
44
+ *
45
+ * @example
46
+ * app-image
47
+ */
27
48
  name?: string;
28
49
  VMImageSpecShrink?: string;
29
50
  static names(): {
@@ -37,8 +58,20 @@ export declare class AddImageShrinkRequest extends $tea.Model {
37
58
  });
38
59
  }
39
60
  export declare class AddImageResponseBody extends $tea.Model {
61
+ /**
62
+ * @example
63
+ * m-bp1akkkr1rkxtb******
64
+ */
40
65
  imageId?: string;
66
+ /**
67
+ * @example
68
+ * 04F0F334-1335-436C-A1D7-6C044FE73368
69
+ */
41
70
  requestId?: string;
71
+ /**
72
+ * @example
73
+ * True
74
+ */
42
75
  success?: boolean;
43
76
  static names(): {
44
77
  [key: string]: string;
@@ -68,8 +101,24 @@ export declare class AddImageResponse extends $tea.Model {
68
101
  }
69
102
  export declare class CreateJobRequest extends $tea.Model {
70
103
  deploymentPolicy?: CreateJobRequestDeploymentPolicy;
104
+ /**
105
+ * @example
106
+ * Demo
107
+ */
71
108
  jobDescription?: string;
109
+ /**
110
+ * @remarks
111
+ * This parameter is required.
112
+ *
113
+ * @example
114
+ * testjob
115
+ */
72
116
  jobName?: string;
117
+ jobScheduler?: string;
118
+ /**
119
+ * @remarks
120
+ * This parameter is required.
121
+ */
73
122
  tasks?: CreateJobRequestTasks[];
74
123
  static names(): {
75
124
  [key: string]: string;
@@ -83,8 +132,24 @@ export declare class CreateJobRequest extends $tea.Model {
83
132
  }
84
133
  export declare class CreateJobShrinkRequest extends $tea.Model {
85
134
  deploymentPolicyShrink?: string;
135
+ /**
136
+ * @example
137
+ * Demo
138
+ */
86
139
  jobDescription?: string;
140
+ /**
141
+ * @remarks
142
+ * This parameter is required.
143
+ *
144
+ * @example
145
+ * testjob
146
+ */
87
147
  jobName?: string;
148
+ jobScheduler?: string;
149
+ /**
150
+ * @remarks
151
+ * This parameter is required.
152
+ */
88
153
  tasksShrink?: string;
89
154
  static names(): {
90
155
  [key: string]: string;
@@ -97,7 +162,15 @@ export declare class CreateJobShrinkRequest extends $tea.Model {
97
162
  });
98
163
  }
99
164
  export declare class CreateJobResponseBody extends $tea.Model {
165
+ /**
166
+ * @example
167
+ * job-xxxx
168
+ */
100
169
  jobId?: string;
170
+ /**
171
+ * @example
172
+ * 896D338C-E4F4-41EC-A154-D605E5DE****
173
+ */
101
174
  requestId?: string;
102
175
  tasks?: CreateJobResponseBodyTasks[];
103
176
  static names(): {
@@ -153,6 +226,10 @@ export declare class DeleteJobsShrinkRequest extends $tea.Model {
153
226
  });
154
227
  }
155
228
  export declare class DeleteJobsResponseBody extends $tea.Model {
229
+ /**
230
+ * @example
231
+ * 04F0F334-1335-436C-A1D7-6C044FE7****
232
+ */
156
233
  requestId?: string;
157
234
  static names(): {
158
235
  [key: string]: string;
@@ -182,8 +259,20 @@ export declare class DeleteJobsResponse extends $tea.Model {
182
259
  }
183
260
  export declare class DescribeJobMetricDataRequest extends $tea.Model {
184
261
  arrayIndex?: number[];
262
+ /**
263
+ * @example
264
+ * job-xxxxx
265
+ */
185
266
  jobId?: string;
267
+ /**
268
+ * @example
269
+ * cpu_utilization
270
+ */
186
271
  metricName?: string;
272
+ /**
273
+ * @example
274
+ * Task0
275
+ */
187
276
  taskName?: string;
188
277
  static names(): {
189
278
  [key: string]: string;
@@ -197,8 +286,20 @@ export declare class DescribeJobMetricDataRequest extends $tea.Model {
197
286
  }
198
287
  export declare class DescribeJobMetricDataShrinkRequest extends $tea.Model {
199
288
  arrayIndexShrink?: string;
289
+ /**
290
+ * @example
291
+ * job-xxxxx
292
+ */
200
293
  jobId?: string;
294
+ /**
295
+ * @example
296
+ * cpu_utilization
297
+ */
201
298
  metricName?: string;
299
+ /**
300
+ * @example
301
+ * Task0
302
+ */
202
303
  taskName?: string;
203
304
  static names(): {
204
305
  [key: string]: string;
@@ -211,8 +312,20 @@ export declare class DescribeJobMetricDataShrinkRequest extends $tea.Model {
211
312
  });
212
313
  }
213
314
  export declare class DescribeJobMetricDataResponseBody extends $tea.Model {
315
+ /**
316
+ * @example
317
+ * [{"timestamp":1709540685000,"Minimum":28.45,"Maximum":28.45,"Average":28.45}]
318
+ */
214
319
  dataPoints?: string;
320
+ /**
321
+ * @example
322
+ * 15
323
+ */
215
324
  period?: number;
325
+ /**
326
+ * @example
327
+ * 04F0F334-1335-436C-A1D7-6C044FE7****
328
+ */
216
329
  requestId?: string;
217
330
  static names(): {
218
331
  [key: string]: string;
@@ -242,7 +355,15 @@ export declare class DescribeJobMetricDataResponse extends $tea.Model {
242
355
  }
243
356
  export declare class DescribeJobMetricLastRequest extends $tea.Model {
244
357
  arrayIndex?: number[];
358
+ /**
359
+ * @example
360
+ * job-xxxxx
361
+ */
245
362
  jobId?: string;
363
+ /**
364
+ * @example
365
+ * Task0
366
+ */
246
367
  taskName?: string;
247
368
  static names(): {
248
369
  [key: string]: string;
@@ -256,7 +377,15 @@ export declare class DescribeJobMetricLastRequest extends $tea.Model {
256
377
  }
257
378
  export declare class DescribeJobMetricLastShrinkRequest extends $tea.Model {
258
379
  arrayIndexShrink?: string;
380
+ /**
381
+ * @example
382
+ * job-xxxxx
383
+ */
259
384
  jobId?: string;
385
+ /**
386
+ * @example
387
+ * Task0
388
+ */
260
389
  taskName?: string;
261
390
  static names(): {
262
391
  [key: string]: string;
@@ -270,6 +399,10 @@ export declare class DescribeJobMetricLastShrinkRequest extends $tea.Model {
270
399
  }
271
400
  export declare class DescribeJobMetricLastResponseBody extends $tea.Model {
272
401
  metrics?: DescribeJobMetricLastResponseBodyMetrics[];
402
+ /**
403
+ * @example
404
+ * 04F0F334-1335-436C-A1D7-6C044FE7****
405
+ */
273
406
  requestId?: string;
274
407
  static names(): {
275
408
  [key: string]: string;
@@ -299,6 +432,13 @@ export declare class DescribeJobMetricLastResponse extends $tea.Model {
299
432
  }
300
433
  export declare class GetImageRequest extends $tea.Model {
301
434
  imageCategory?: string;
435
+ /**
436
+ * @remarks
437
+ * This parameter is required.
438
+ *
439
+ * @example
440
+ * m-2ze74g5mvy4pjg*****
441
+ */
302
442
  imageId?: string;
303
443
  imageType?: string;
304
444
  static names(): {
@@ -313,8 +453,20 @@ export declare class GetImageRequest extends $tea.Model {
313
453
  }
314
454
  export declare class GetImageResponseBody extends $tea.Model {
315
455
  image?: GetImageResponseBodyImage;
456
+ /**
457
+ * @example
458
+ * 04F0F334-1335-436C-A1D7-6C044FE73368
459
+ */
316
460
  requestId?: string;
461
+ /**
462
+ * @example
463
+ * true
464
+ */
317
465
  success?: boolean;
466
+ /**
467
+ * @example
468
+ * 10
469
+ */
318
470
  totalCount?: number;
319
471
  static names(): {
320
472
  [key: string]: string;
@@ -343,6 +495,10 @@ export declare class GetImageResponse extends $tea.Model {
343
495
  });
344
496
  }
345
497
  export declare class GetJobRequest extends $tea.Model {
498
+ /**
499
+ * @example
500
+ * job-xxxx
501
+ */
346
502
  jobId?: string;
347
503
  static names(): {
348
504
  [key: string]: string;
@@ -356,6 +512,10 @@ export declare class GetJobRequest extends $tea.Model {
356
512
  }
357
513
  export declare class GetJobResponseBody extends $tea.Model {
358
514
  jobInfo?: GetJobResponseBodyJobInfo;
515
+ /**
516
+ * @example
517
+ * 896D338C-E4F4-41EC-A154-D605E5DE****
518
+ */
359
519
  requestId?: string;
360
520
  static names(): {
361
521
  [key: string]: string;
@@ -385,7 +545,15 @@ export declare class GetJobResponse extends $tea.Model {
385
545
  }
386
546
  export declare class ListExecutorsRequest extends $tea.Model {
387
547
  filter?: ListExecutorsRequestFilter;
548
+ /**
549
+ * @example
550
+ * 1
551
+ */
388
552
  pageNumber?: string;
553
+ /**
554
+ * @example
555
+ * 50
556
+ */
389
557
  pageSize?: string;
390
558
  static names(): {
391
559
  [key: string]: string;
@@ -399,7 +567,15 @@ export declare class ListExecutorsRequest extends $tea.Model {
399
567
  }
400
568
  export declare class ListExecutorsShrinkRequest extends $tea.Model {
401
569
  filterShrink?: string;
570
+ /**
571
+ * @example
572
+ * 1
573
+ */
402
574
  pageNumber?: string;
575
+ /**
576
+ * @example
577
+ * 50
578
+ */
403
579
  pageSize?: string;
404
580
  static names(): {
405
581
  [key: string]: string;
@@ -413,9 +589,25 @@ export declare class ListExecutorsShrinkRequest extends $tea.Model {
413
589
  }
414
590
  export declare class ListExecutorsResponseBody extends $tea.Model {
415
591
  executors?: ListExecutorsResponseBodyExecutors[];
592
+ /**
593
+ * @example
594
+ * 1
595
+ */
416
596
  pageNumber?: string;
597
+ /**
598
+ * @example
599
+ * 50
600
+ */
417
601
  pageSize?: string;
602
+ /**
603
+ * @example
604
+ * 896D338C-E4F4-41EC-A154-D605E5DE****
605
+ */
418
606
  requestId?: string;
607
+ /**
608
+ * @example
609
+ * 40
610
+ */
419
611
  totalCount?: string;
420
612
  static names(): {
421
613
  [key: string]: string;
@@ -448,7 +640,15 @@ export declare class ListImagesRequest extends $tea.Model {
448
640
  imageIds?: string[];
449
641
  imageNames?: string[];
450
642
  imageType?: string;
643
+ /**
644
+ * @example
645
+ * 1
646
+ */
451
647
  pageNumber?: number;
648
+ /**
649
+ * @example
650
+ * 10
651
+ */
452
652
  pageSize?: number;
453
653
  static names(): {
454
654
  [key: string]: string;
@@ -465,7 +665,15 @@ export declare class ListImagesShrinkRequest extends $tea.Model {
465
665
  imageIdsShrink?: string;
466
666
  imageNamesShrink?: string;
467
667
  imageType?: string;
668
+ /**
669
+ * @example
670
+ * 1
671
+ */
468
672
  pageNumber?: number;
673
+ /**
674
+ * @example
675
+ * 10
676
+ */
469
677
  pageSize?: number;
470
678
  static names(): {
471
679
  [key: string]: string;
@@ -479,10 +687,30 @@ export declare class ListImagesShrinkRequest extends $tea.Model {
479
687
  }
480
688
  export declare class ListImagesResponseBody extends $tea.Model {
481
689
  images?: ListImagesResponseBodyImages[];
690
+ /**
691
+ * @example
692
+ * 1
693
+ */
482
694
  pageNumber?: number;
695
+ /**
696
+ * @example
697
+ * 20
698
+ */
483
699
  pageSize?: number;
700
+ /**
701
+ * @example
702
+ * 896D338C-E4F4-41EC-A154-D605E5DE****
703
+ */
484
704
  requestId?: string;
705
+ /**
706
+ * @example
707
+ * true
708
+ */
485
709
  success?: boolean;
710
+ /**
711
+ * @example
712
+ * 1
713
+ */
486
714
  totalCount?: number;
487
715
  static names(): {
488
716
  [key: string]: string;
@@ -511,9 +739,25 @@ export declare class ListImagesResponse extends $tea.Model {
511
739
  });
512
740
  }
513
741
  export declare class ListJobExecutorsRequest extends $tea.Model {
742
+ /**
743
+ * @example
744
+ * job-xxx
745
+ */
514
746
  jobId?: string;
747
+ /**
748
+ * @example
749
+ * 1
750
+ */
515
751
  pageNumber?: string;
752
+ /**
753
+ * @example
754
+ * 10
755
+ */
516
756
  pageSize?: string;
757
+ /**
758
+ * @example
759
+ * task0
760
+ */
517
761
  taskName?: string;
518
762
  static names(): {
519
763
  [key: string]: string;
@@ -526,12 +770,37 @@ export declare class ListJobExecutorsRequest extends $tea.Model {
526
770
  });
527
771
  }
528
772
  export declare class ListJobExecutorsResponseBody extends $tea.Model {
773
+ executorStatus?: ListJobExecutorsResponseBodyExecutorStatus;
529
774
  executors?: ListJobExecutorsResponseBodyExecutors[];
775
+ /**
776
+ * @example
777
+ * job-xxxx
778
+ */
530
779
  jobId?: string;
780
+ /**
781
+ * @example
782
+ * 1
783
+ */
531
784
  pageNumber?: string;
785
+ /**
786
+ * @example
787
+ * 10
788
+ */
532
789
  pageSize?: string;
790
+ /**
791
+ * @example
792
+ * 896D338C-E4F4-41EC-A154-D605E5DE****
793
+ */
533
794
  requestId?: string;
795
+ /**
796
+ * @example
797
+ * task0
798
+ */
534
799
  taskName?: string;
800
+ /**
801
+ * @example
802
+ * 50
803
+ */
535
804
  totalCount?: string;
536
805
  static names(): {
537
806
  [key: string]: string;
@@ -561,7 +830,15 @@ export declare class ListJobExecutorsResponse extends $tea.Model {
561
830
  }
562
831
  export declare class ListJobsRequest extends $tea.Model {
563
832
  filter?: ListJobsRequestFilter;
833
+ /**
834
+ * @example
835
+ * 1
836
+ */
564
837
  pageNumber?: string;
838
+ /**
839
+ * @example
840
+ * 50
841
+ */
565
842
  pageSize?: string;
566
843
  sortBy?: ListJobsRequestSortBy;
567
844
  static names(): {
@@ -576,7 +853,15 @@ export declare class ListJobsRequest extends $tea.Model {
576
853
  }
577
854
  export declare class ListJobsShrinkRequest extends $tea.Model {
578
855
  filterShrink?: string;
856
+ /**
857
+ * @example
858
+ * 1
859
+ */
579
860
  pageNumber?: string;
861
+ /**
862
+ * @example
863
+ * 50
864
+ */
580
865
  pageSize?: string;
581
866
  sortByShrink?: string;
582
867
  static names(): {
@@ -591,9 +876,25 @@ export declare class ListJobsShrinkRequest extends $tea.Model {
591
876
  }
592
877
  export declare class ListJobsResponseBody extends $tea.Model {
593
878
  jobList?: ListJobsResponseBodyJobList[];
879
+ /**
880
+ * @example
881
+ * 1
882
+ */
594
883
  pageNumber?: number;
884
+ /**
885
+ * @example
886
+ * 10
887
+ */
595
888
  pageSize?: number;
889
+ /**
890
+ * @example
891
+ * 896D338C-E4F4-41EC-A154-D605E5DE****
892
+ */
596
893
  requestId?: string;
894
+ /**
895
+ * @example
896
+ * 1
897
+ */
597
898
  totalCount?: number;
598
899
  static names(): {
599
900
  [key: string]: string;
@@ -622,6 +923,13 @@ export declare class ListJobsResponse extends $tea.Model {
622
923
  });
623
924
  }
624
925
  export declare class RemoveImageRequest extends $tea.Model {
926
+ /**
927
+ * @remarks
928
+ * This parameter is required.
929
+ *
930
+ * @example
931
+ * m-bp14wakr1rkxtb******
932
+ */
625
933
  imageId?: string;
626
934
  static names(): {
627
935
  [key: string]: string;
@@ -634,7 +942,15 @@ export declare class RemoveImageRequest extends $tea.Model {
634
942
  });
635
943
  }
636
944
  export declare class RemoveImageResponseBody extends $tea.Model {
945
+ /**
946
+ * @example
947
+ * 896D338C-E4F4-41EC-A154-D605E5DE****
948
+ */
637
949
  requestId?: string;
950
+ /**
951
+ * @example
952
+ * true
953
+ */
638
954
  success?: boolean;
639
955
  static names(): {
640
956
  [key: string]: string;
@@ -663,8 +979,20 @@ export declare class RemoveImageResponse extends $tea.Model {
663
979
  });
664
980
  }
665
981
  export declare class AddImageRequestContainerImageSpecRegistryCredential extends $tea.Model {
982
+ /**
983
+ * @example
984
+ * userpassword
985
+ */
666
986
  password?: string;
987
+ /**
988
+ * @example
989
+ * registry-vpc.cn-hangzhou.aliyuncs.com
990
+ */
667
991
  server?: string;
992
+ /**
993
+ * @example
994
+ * username
995
+ */
668
996
  userName?: string;
669
997
  static names(): {
670
998
  [key: string]: string;
@@ -677,10 +1005,26 @@ export declare class AddImageRequestContainerImageSpecRegistryCredential extends
677
1005
  });
678
1006
  }
679
1007
  export declare class AddImageRequestContainerImageSpec extends $tea.Model {
1008
+ /**
1009
+ * @example
1010
+ * True
1011
+ */
680
1012
  isACREnterprise?: boolean;
1013
+ /**
1014
+ * @example
1015
+ * True
1016
+ */
681
1017
  isACRRegistry?: boolean;
682
1018
  registryCredential?: AddImageRequestContainerImageSpecRegistryCredential;
1019
+ /**
1020
+ * @example
1021
+ * cri-xyz795ygf8k9****
1022
+ */
683
1023
  registryCriId?: string;
1024
+ /**
1025
+ * @example
1026
+ * registry-vpc.cn-hangzhou.aliyuncs.com/ehpc_open/nginx:latest
1027
+ */
684
1028
  registryUrl?: string;
685
1029
  static names(): {
686
1030
  [key: string]: string;
@@ -693,6 +1037,10 @@ export declare class AddImageRequestContainerImageSpec extends $tea.Model {
693
1037
  });
694
1038
  }
695
1039
  export declare class AddImageRequestVMImageSpec extends $tea.Model {
1040
+ /**
1041
+ * @example
1042
+ * m-bp1akkkr1rkxtb******
1043
+ */
696
1044
  imageId?: string;
697
1045
  static names(): {
698
1046
  [key: string]: string;
@@ -717,6 +1065,10 @@ export declare class CreateJobRequestDeploymentPolicyNetwork extends $tea.Model
717
1065
  });
718
1066
  }
719
1067
  export declare class CreateJobRequestDeploymentPolicy extends $tea.Model {
1068
+ /**
1069
+ * @example
1070
+ * Dedicated
1071
+ */
720
1072
  allocationSpec?: string;
721
1073
  network?: CreateJobRequestDeploymentPolicyNetwork;
722
1074
  static names(): {
@@ -730,8 +1082,20 @@ export declare class CreateJobRequestDeploymentPolicy extends $tea.Model {
730
1082
  });
731
1083
  }
732
1084
  export declare class CreateJobRequestTasksExecutorPolicyArraySpec extends $tea.Model {
1085
+ /**
1086
+ * @example
1087
+ * 9
1088
+ */
733
1089
  indexEnd?: number;
1090
+ /**
1091
+ * @example
1092
+ * 0
1093
+ */
734
1094
  indexStart?: number;
1095
+ /**
1096
+ * @example
1097
+ * 1
1098
+ */
735
1099
  indexStep?: number;
736
1100
  static names(): {
737
1101
  [key: string]: string;
@@ -745,6 +1109,10 @@ export declare class CreateJobRequestTasksExecutorPolicyArraySpec extends $tea.M
745
1109
  }
746
1110
  export declare class CreateJobRequestTasksExecutorPolicy extends $tea.Model {
747
1111
  arraySpec?: CreateJobRequestTasksExecutorPolicyArraySpec;
1112
+ /**
1113
+ * @example
1114
+ * 1
1115
+ */
748
1116
  maxCount?: number;
749
1117
  static names(): {
750
1118
  [key: string]: string;
@@ -757,7 +1125,15 @@ export declare class CreateJobRequestTasksExecutorPolicy extends $tea.Model {
757
1125
  });
758
1126
  }
759
1127
  export declare class CreateJobRequestTasksTaskSpecResourceDisks extends $tea.Model {
1128
+ /**
1129
+ * @example
1130
+ * 40
1131
+ */
760
1132
  size?: number;
1133
+ /**
1134
+ * @example
1135
+ * System
1136
+ */
761
1137
  type?: string;
762
1138
  static names(): {
763
1139
  [key: string]: string;
@@ -770,8 +1146,16 @@ export declare class CreateJobRequestTasksTaskSpecResourceDisks extends $tea.Mod
770
1146
  });
771
1147
  }
772
1148
  export declare class CreateJobRequestTasksTaskSpecResource extends $tea.Model {
1149
+ /**
1150
+ * @example
1151
+ * 2
1152
+ */
773
1153
  cores?: number;
774
1154
  disks?: CreateJobRequestTasksTaskSpecResourceDisks[];
1155
+ /**
1156
+ * @example
1157
+ * 4
1158
+ */
775
1159
  memory?: number;
776
1160
  static names(): {
777
1161
  [key: string]: string;
@@ -784,7 +1168,15 @@ export declare class CreateJobRequestTasksTaskSpecResource extends $tea.Model {
784
1168
  });
785
1169
  }
786
1170
  export declare class CreateJobRequestTasksTaskSpecTaskExecutorContainerEnvironmentVars extends $tea.Model {
1171
+ /**
1172
+ * @example
1173
+ * PATH
1174
+ */
787
1175
  name?: string;
1176
+ /**
1177
+ * @example
1178
+ * /usr/local/bin
1179
+ */
788
1180
  value?: string;
789
1181
  static names(): {
790
1182
  [key: string]: string;
@@ -800,7 +1192,18 @@ export declare class CreateJobRequestTasksTaskSpecTaskExecutorContainer extends
800
1192
  appId?: string;
801
1193
  command?: string[];
802
1194
  environmentVars?: CreateJobRequestTasksTaskSpecTaskExecutorContainerEnvironmentVars[];
1195
+ /**
1196
+ * @remarks
1197
+ * This parameter is required.
1198
+ *
1199
+ * @example
1200
+ * registry-vpc.cn-hangzhou.aliyuncs.com/ehpc/hpl:latest
1201
+ */
803
1202
  image?: string;
1203
+ /**
1204
+ * @example
1205
+ * /usr/local/
1206
+ */
804
1207
  workingDir?: string;
805
1208
  static names(): {
806
1209
  [key: string]: string;
@@ -814,8 +1217,23 @@ export declare class CreateJobRequestTasksTaskSpecTaskExecutorContainer extends
814
1217
  }
815
1218
  export declare class CreateJobRequestTasksTaskSpecTaskExecutorVM extends $tea.Model {
816
1219
  appId?: string;
1220
+ /**
1221
+ * @remarks
1222
+ * This parameter is required.
1223
+ *
1224
+ * @example
1225
+ * m-xxxx
1226
+ */
817
1227
  image?: string;
1228
+ /**
1229
+ * @example
1230
+ * ZWNobyBoZWxsbyBlY3Mh
1231
+ */
818
1232
  prologScript?: string;
1233
+ /**
1234
+ * @example
1235
+ * ZWNobyBoZWxsbyBlY3Mh
1236
+ */
819
1237
  script?: string;
820
1238
  static names(): {
821
1239
  [key: string]: string;
@@ -841,8 +1259,20 @@ export declare class CreateJobRequestTasksTaskSpecTaskExecutor extends $tea.Mode
841
1259
  });
842
1260
  }
843
1261
  export declare class CreateJobRequestTasksTaskSpecVolumeMount extends $tea.Model {
1262
+ /**
1263
+ * @example
1264
+ * {"server":"xxxxx-xxxxx.cn-heyuan.nas.aliyuncs.com","vers":"3","path":"/data","options":"nolock,tcp,noresvport"}
1265
+ */
844
1266
  mountOptions?: string;
1267
+ /**
1268
+ * @example
1269
+ * /mnt
1270
+ */
845
1271
  mountPath?: string;
1272
+ /**
1273
+ * @example
1274
+ * alicloud/nas
1275
+ */
846
1276
  volumeDriver?: string;
847
1277
  static names(): {
848
1278
  [key: string]: string;
@@ -856,6 +1286,10 @@ export declare class CreateJobRequestTasksTaskSpecVolumeMount extends $tea.Model
856
1286
  }
857
1287
  export declare class CreateJobRequestTasksTaskSpec extends $tea.Model {
858
1288
  resource?: CreateJobRequestTasksTaskSpecResource;
1289
+ /**
1290
+ * @remarks
1291
+ * This parameter is required.
1292
+ */
859
1293
  taskExecutor?: CreateJobRequestTasksTaskSpecTaskExecutor[];
860
1294
  volumeMount?: CreateJobRequestTasksTaskSpecVolumeMount[];
861
1295
  static names(): {
@@ -870,8 +1304,16 @@ export declare class CreateJobRequestTasksTaskSpec extends $tea.Model {
870
1304
  }
871
1305
  export declare class CreateJobRequestTasks extends $tea.Model {
872
1306
  executorPolicy?: CreateJobRequestTasksExecutorPolicy;
1307
+ /**
1308
+ * @example
1309
+ * task0
1310
+ */
873
1311
  taskName?: string;
874
1312
  taskSpec?: CreateJobRequestTasksTaskSpec;
1313
+ /**
1314
+ * @example
1315
+ * true
1316
+ */
875
1317
  taskSustainable?: boolean;
876
1318
  static names(): {
877
1319
  [key: string]: string;
@@ -898,6 +1340,10 @@ export declare class CreateJobResponseBodyTasks extends $tea.Model {
898
1340
  }
899
1341
  export declare class DeleteJobsRequestJobSpecTaskSpec extends $tea.Model {
900
1342
  arrayIndex?: number[];
1343
+ /**
1344
+ * @example
1345
+ * task0
1346
+ */
901
1347
  taskName?: string;
902
1348
  static names(): {
903
1349
  [key: string]: string;
@@ -910,6 +1356,10 @@ export declare class DeleteJobsRequestJobSpecTaskSpec extends $tea.Model {
910
1356
  });
911
1357
  }
912
1358
  export declare class DeleteJobsRequestJobSpec extends $tea.Model {
1359
+ /**
1360
+ * @example
1361
+ * job-xxxx
1362
+ */
913
1363
  jobId?: string;
914
1364
  taskSpec?: DeleteJobsRequestJobSpecTaskSpec[];
915
1365
  static names(): {
@@ -923,7 +1373,15 @@ export declare class DeleteJobsRequestJobSpec extends $tea.Model {
923
1373
  });
924
1374
  }
925
1375
  export declare class DescribeJobMetricLastResponseBodyMetrics extends $tea.Model {
1376
+ /**
1377
+ * @example
1378
+ * 1
1379
+ */
926
1380
  arrayIndex?: number;
1381
+ /**
1382
+ * @example
1383
+ * {"memory_utilization": 37.42,"cpu_utilization": 1.008, "disk_utilization": 3.562}
1384
+ */
927
1385
  metric?: string;
928
1386
  static names(): {
929
1387
  [key: string]: string;
@@ -936,8 +1394,20 @@ export declare class DescribeJobMetricLastResponseBodyMetrics extends $tea.Model
936
1394
  });
937
1395
  }
938
1396
  export declare class GetImageResponseBodyImageContainerImageSpecRegistryCredential extends $tea.Model {
1397
+ /**
1398
+ * @example
1399
+ * userpassword
1400
+ */
939
1401
  password?: string;
1402
+ /**
1403
+ * @example
1404
+ * registry-vpc.cn-hangzhou.aliyuncs.com
1405
+ */
940
1406
  server?: string;
1407
+ /**
1408
+ * @example
1409
+ * username
1410
+ */
941
1411
  userName?: string;
942
1412
  static names(): {
943
1413
  [key: string]: string;
@@ -950,10 +1420,26 @@ export declare class GetImageResponseBodyImageContainerImageSpecRegistryCredenti
950
1420
  });
951
1421
  }
952
1422
  export declare class GetImageResponseBodyImageContainerImageSpec extends $tea.Model {
1423
+ /**
1424
+ * @example
1425
+ * True
1426
+ */
953
1427
  isACREnterprise?: boolean;
1428
+ /**
1429
+ * @example
1430
+ * True
1431
+ */
954
1432
  isACRRegistry?: boolean;
955
1433
  registryCredential?: GetImageResponseBodyImageContainerImageSpecRegistryCredential;
1434
+ /**
1435
+ * @example
1436
+ * cri-xyz795ygf8k9****
1437
+ */
956
1438
  registryCriId?: string;
1439
+ /**
1440
+ * @example
1441
+ * registry-vpc.cn-hangzhou.aliyuncs.com/ehpc_open/nginx:latest
1442
+ */
957
1443
  registryUrl?: string;
958
1444
  static names(): {
959
1445
  [key: string]: string;
@@ -966,9 +1452,25 @@ export declare class GetImageResponseBodyImageContainerImageSpec extends $tea.Mo
966
1452
  });
967
1453
  }
968
1454
  export declare class GetImageResponseBodyImageVMImageSpec extends $tea.Model {
1455
+ /**
1456
+ * @example
1457
+ * x86_64
1458
+ */
969
1459
  architecture?: string;
1460
+ /**
1461
+ * @example
1462
+ * m-uf60twafjtaart******
1463
+ */
970
1464
  imageId?: string;
1465
+ /**
1466
+ * @example
1467
+ * CentOS 7.6 64 bit
1468
+ */
971
1469
  osTag?: string;
1470
+ /**
1471
+ * @example
1472
+ * CentOS
1473
+ */
972
1474
  platform?: string;
973
1475
  static names(): {
974
1476
  [key: string]: string;
@@ -983,13 +1485,36 @@ export declare class GetImageResponseBodyImageVMImageSpec extends $tea.Model {
983
1485
  export declare class GetImageResponseBodyImage extends $tea.Model {
984
1486
  appId?: string;
985
1487
  containerImageSpec?: GetImageResponseBodyImageContainerImageSpec;
1488
+ /**
1489
+ * @example
1490
+ * 2022-12-23T09:51:39Z
1491
+ */
986
1492
  createTime?: string;
987
1493
  description?: string;
1494
+ /**
1495
+ * @remarks
1496
+ * This parameter is required.
1497
+ *
1498
+ * @example
1499
+ * VM
1500
+ */
988
1501
  imageType?: string;
1502
+ /**
1503
+ * @example
1504
+ * app-image
1505
+ */
989
1506
  name?: string;
1507
+ /**
1508
+ * @example
1509
+ * 40 GiB
1510
+ */
990
1511
  size?: string;
991
1512
  status?: string;
992
1513
  VMImageSpec?: GetImageResponseBodyImageVMImageSpec;
1514
+ /**
1515
+ * @example
1516
+ * v1.0
1517
+ */
993
1518
  version?: string;
994
1519
  static names(): {
995
1520
  [key: string]: string;
@@ -1014,6 +1539,10 @@ export declare class GetJobResponseBodyJobInfoDeploymentPolicyNetwork extends $t
1014
1539
  });
1015
1540
  }
1016
1541
  export declare class GetJobResponseBodyJobInfoDeploymentPolicy extends $tea.Model {
1542
+ /**
1543
+ * @example
1544
+ * Dedicated
1545
+ */
1017
1546
  allocationSpec?: string;
1018
1547
  network?: GetJobResponseBodyJobInfoDeploymentPolicyNetwork;
1019
1548
  static names(): {
@@ -1027,8 +1556,20 @@ export declare class GetJobResponseBodyJobInfoDeploymentPolicy extends $tea.Mode
1027
1556
  });
1028
1557
  }
1029
1558
  export declare class GetJobResponseBodyJobInfoTasksExecutorPolicyArraySpec extends $tea.Model {
1559
+ /**
1560
+ * @example
1561
+ * 9
1562
+ */
1030
1563
  indexEnd?: number;
1564
+ /**
1565
+ * @example
1566
+ * 0
1567
+ */
1031
1568
  indexStart?: number;
1569
+ /**
1570
+ * @example
1571
+ * 1
1572
+ */
1032
1573
  indexStep?: number;
1033
1574
  static names(): {
1034
1575
  [key: string]: string;
@@ -1042,6 +1583,10 @@ export declare class GetJobResponseBodyJobInfoTasksExecutorPolicyArraySpec exten
1042
1583
  }
1043
1584
  export declare class GetJobResponseBodyJobInfoTasksExecutorPolicy extends $tea.Model {
1044
1585
  arraySpec?: GetJobResponseBodyJobInfoTasksExecutorPolicyArraySpec;
1586
+ /**
1587
+ * @example
1588
+ * 10
1589
+ */
1045
1590
  maxCount?: number;
1046
1591
  static names(): {
1047
1592
  [key: string]: string;
@@ -1054,11 +1599,35 @@ export declare class GetJobResponseBodyJobInfoTasksExecutorPolicy extends $tea.M
1054
1599
  });
1055
1600
  }
1056
1601
  export declare class GetJobResponseBodyJobInfoTasksExecutorStatus extends $tea.Model {
1602
+ /**
1603
+ * @example
1604
+ * 0
1605
+ */
1057
1606
  arrayId?: number;
1607
+ /**
1608
+ * @example
1609
+ * 2024-02-04 13:54:10
1610
+ */
1058
1611
  createTime?: string;
1612
+ /**
1613
+ * @example
1614
+ * 2024-02-04 13:54:10
1615
+ */
1059
1616
  endTime?: string;
1617
+ /**
1618
+ * @example
1619
+ * 2024-02-04 13:54:10
1620
+ */
1060
1621
  startTime?: string;
1622
+ /**
1623
+ * @example
1624
+ * Running
1625
+ */
1061
1626
  status?: string;
1627
+ /**
1628
+ * @example
1629
+ * Creating executor
1630
+ */
1062
1631
  statusReason?: string;
1063
1632
  static names(): {
1064
1633
  [key: string]: string;
@@ -1071,7 +1640,15 @@ export declare class GetJobResponseBodyJobInfoTasksExecutorStatus extends $tea.M
1071
1640
  });
1072
1641
  }
1073
1642
  export declare class GetJobResponseBodyJobInfoTasksTaskSpecResourceDisks extends $tea.Model {
1643
+ /**
1644
+ * @example
1645
+ * 100
1646
+ */
1074
1647
  size?: number;
1648
+ /**
1649
+ * @example
1650
+ * System
1651
+ */
1075
1652
  type?: string;
1076
1653
  static names(): {
1077
1654
  [key: string]: string;
@@ -1084,8 +1661,16 @@ export declare class GetJobResponseBodyJobInfoTasksTaskSpecResourceDisks extends
1084
1661
  });
1085
1662
  }
1086
1663
  export declare class GetJobResponseBodyJobInfoTasksTaskSpecResource extends $tea.Model {
1664
+ /**
1665
+ * @example
1666
+ * 1
1667
+ */
1087
1668
  cores?: number;
1088
1669
  disks?: GetJobResponseBodyJobInfoTasksTaskSpecResourceDisks[];
1670
+ /**
1671
+ * @example
1672
+ * 4
1673
+ */
1089
1674
  memory?: number;
1090
1675
  static names(): {
1091
1676
  [key: string]: string;
@@ -1098,8 +1683,20 @@ export declare class GetJobResponseBodyJobInfoTasksTaskSpecResource extends $tea
1098
1683
  });
1099
1684
  }
1100
1685
  export declare class GetJobResponseBodyJobInfoTasksTaskSpecTaskExecutorVM extends $tea.Model {
1686
+ /**
1687
+ * @example
1688
+ * m-xxxx
1689
+ */
1101
1690
  image?: string;
1691
+ /**
1692
+ * @example
1693
+ * ZWNobyAiMTIzNCIgPiBgZGF0ZSArJXNg
1694
+ */
1102
1695
  prologScript?: string;
1696
+ /**
1697
+ * @example
1698
+ * ZWNobyAiMTIzNCIgPiBgZGF0ZSArJXNg
1699
+ */
1103
1700
  script?: string;
1104
1701
  static names(): {
1105
1702
  [key: string]: string;
@@ -1139,8 +1736,16 @@ export declare class GetJobResponseBodyJobInfoTasksTaskSpec extends $tea.Model {
1139
1736
  export declare class GetJobResponseBodyJobInfoTasks extends $tea.Model {
1140
1737
  executorPolicy?: GetJobResponseBodyJobInfoTasksExecutorPolicy;
1141
1738
  executorStatus?: GetJobResponseBodyJobInfoTasksExecutorStatus[];
1739
+ /**
1740
+ * @example
1741
+ * task0
1742
+ */
1142
1743
  taskName?: string;
1143
1744
  taskSpec?: GetJobResponseBodyJobInfoTasksTaskSpec;
1745
+ /**
1746
+ * @example
1747
+ * true
1748
+ */
1144
1749
  taskSustainable?: boolean;
1145
1750
  static names(): {
1146
1751
  [key: string]: string;
@@ -1153,13 +1758,42 @@ export declare class GetJobResponseBodyJobInfoTasks extends $tea.Model {
1153
1758
  });
1154
1759
  }
1155
1760
  export declare class GetJobResponseBodyJobInfo extends $tea.Model {
1761
+ /**
1762
+ * @example
1763
+ * 2024-03-05 20:00:46
1764
+ */
1156
1765
  createTime?: string;
1157
1766
  deploymentPolicy?: GetJobResponseBodyJobInfoDeploymentPolicy;
1767
+ /**
1768
+ * @example
1769
+ * 2024-03-05 20:01:48
1770
+ */
1158
1771
  endTime?: string;
1772
+ /**
1773
+ * @example
1774
+ * Demo
1775
+ */
1159
1776
  jobDescription?: string;
1777
+ /**
1778
+ * @example
1779
+ * job-xxxx
1780
+ */
1160
1781
  jobId?: string;
1782
+ /**
1783
+ * @example
1784
+ * testJob
1785
+ */
1161
1786
  jobName?: string;
1787
+ jobScheduler?: string;
1788
+ /**
1789
+ * @example
1790
+ * 2024-03-05 20:00:48
1791
+ */
1162
1792
  startTime?: string;
1793
+ /**
1794
+ * @example
1795
+ * Succeed
1796
+ */
1163
1797
  status?: string;
1164
1798
  tasks?: GetJobResponseBodyJobInfoTasks[];
1165
1799
  static names(): {
@@ -1175,8 +1809,20 @@ export declare class GetJobResponseBodyJobInfo extends $tea.Model {
1175
1809
  export declare class ListExecutorsRequestFilter extends $tea.Model {
1176
1810
  executorIds?: string[];
1177
1811
  ipAddresses?: string[];
1812
+ /**
1813
+ * @example
1814
+ * testJob
1815
+ */
1178
1816
  jobName?: string;
1817
+ /**
1818
+ * @example
1819
+ * 1703819914
1820
+ */
1179
1821
  timeCreatedAfter?: number;
1822
+ /**
1823
+ * @example
1824
+ * 1703820113
1825
+ */
1180
1826
  timeCreatedBefore?: number;
1181
1827
  static names(): {
1182
1828
  [key: string]: string;
@@ -1189,16 +1835,53 @@ export declare class ListExecutorsRequestFilter extends $tea.Model {
1189
1835
  });
1190
1836
  }
1191
1837
  export declare class ListExecutorsResponseBodyExecutors extends $tea.Model {
1838
+ /**
1839
+ * @example
1840
+ * 0
1841
+ */
1192
1842
  arrayIndex?: number;
1843
+ /**
1844
+ * @example
1845
+ * 2024-02-20 10:04:10
1846
+ */
1193
1847
  createTime?: string;
1848
+ /**
1849
+ * @example
1850
+ * 2024-02-20 10:04:18
1851
+ */
1194
1852
  endTime?: string;
1853
+ /**
1854
+ * @example
1855
+ * job-xxxx-task0-1
1856
+ */
1195
1857
  executorId?: string;
1196
1858
  hostName?: string[];
1859
+ image?: string;
1197
1860
  ipAddress?: string[];
1861
+ /**
1862
+ * @example
1863
+ * job-hy1nggvyukuvkr******
1864
+ */
1198
1865
  jobId?: string;
1866
+ /**
1867
+ * @example
1868
+ * testJob
1869
+ */
1199
1870
  jobName?: string;
1871
+ /**
1872
+ * @example
1873
+ * Running
1874
+ */
1200
1875
  status?: string;
1876
+ /**
1877
+ * @example
1878
+ * Succeeded to release executor resource
1879
+ */
1201
1880
  statusReason?: string;
1881
+ /**
1882
+ * @example
1883
+ * task0
1884
+ */
1202
1885
  taskName?: string;
1203
1886
  static names(): {
1204
1887
  [key: string]: string;
@@ -1211,12 +1894,42 @@ export declare class ListExecutorsResponseBodyExecutors extends $tea.Model {
1211
1894
  });
1212
1895
  }
1213
1896
  export declare class ListImagesResponseBodyImages extends $tea.Model {
1897
+ /**
1898
+ * @remarks
1899
+ * This parameter is required.
1900
+ */
1214
1901
  appId?: string;
1902
+ /**
1903
+ * @example
1904
+ * 2022-12-09T07:06:34Z
1905
+ */
1215
1906
  createTime?: string;
1216
1907
  description?: string;
1908
+ /**
1909
+ * @remarks
1910
+ * This parameter is required.
1911
+ *
1912
+ * @example
1913
+ * m-bp181x855551ww5yq****
1914
+ */
1217
1915
  imageId?: string;
1916
+ /**
1917
+ * @remarks
1918
+ * This parameter is required.
1919
+ *
1920
+ * @example
1921
+ * VM
1922
+ */
1218
1923
  imageType?: string;
1924
+ /**
1925
+ * @example
1926
+ * app-image
1927
+ */
1219
1928
  name?: string;
1929
+ /**
1930
+ * @example
1931
+ * v1.0
1932
+ */
1220
1933
  version?: string;
1221
1934
  static names(): {
1222
1935
  [key: string]: string;
@@ -1228,13 +1941,52 @@ export declare class ListImagesResponseBodyImages extends $tea.Model {
1228
1941
  [key: string]: any;
1229
1942
  });
1230
1943
  }
1944
+ export declare class ListJobExecutorsResponseBodyExecutorStatus extends $tea.Model {
1945
+ deleted?: number;
1946
+ exception?: number;
1947
+ failed?: number;
1948
+ initing?: number;
1949
+ pending?: number;
1950
+ running?: number;
1951
+ succeeded?: number;
1952
+ static names(): {
1953
+ [key: string]: string;
1954
+ };
1955
+ static types(): {
1956
+ [key: string]: any;
1957
+ };
1958
+ constructor(map?: {
1959
+ [key: string]: any;
1960
+ });
1961
+ }
1231
1962
  export declare class ListJobExecutorsResponseBodyExecutors extends $tea.Model {
1963
+ /**
1964
+ * @example
1965
+ * 0
1966
+ */
1232
1967
  arrayIndex?: number;
1968
+ /**
1969
+ * @example
1970
+ * 2024-02-20 10:04:10
1971
+ */
1233
1972
  createTime?: string;
1973
+ /**
1974
+ * @example
1975
+ * 2024-02-20 10:04:18
1976
+ */
1234
1977
  endTime?: string;
1978
+ executorId?: string;
1235
1979
  hostName?: string[];
1236
1980
  ipAddress?: string[];
1981
+ /**
1982
+ * @example
1983
+ * Running
1984
+ */
1237
1985
  status?: string;
1986
+ /**
1987
+ * @example
1988
+ * Creating executor
1989
+ */
1238
1990
  statusReason?: string;
1239
1991
  static names(): {
1240
1992
  [key: string]: string;
@@ -1247,10 +1999,30 @@ export declare class ListJobExecutorsResponseBodyExecutors extends $tea.Model {
1247
1999
  });
1248
2000
  }
1249
2001
  export declare class ListJobsRequestFilter extends $tea.Model {
2002
+ /**
2003
+ * @example
2004
+ * job-xxxx
2005
+ */
1250
2006
  jobId?: string;
2007
+ /**
2008
+ * @example
2009
+ * testJob
2010
+ */
1251
2011
  jobName?: string;
2012
+ /**
2013
+ * @example
2014
+ * Running
2015
+ */
1252
2016
  status?: string;
2017
+ /**
2018
+ * @example
2019
+ * 1703819914
2020
+ */
1253
2021
  timeCreatedAfter?: number;
2022
+ /**
2023
+ * @example
2024
+ * 1703820113
2025
+ */
1254
2026
  timeCreatedBefore?: number;
1255
2027
  static names(): {
1256
2028
  [key: string]: string;
@@ -1263,7 +2035,15 @@ export declare class ListJobsRequestFilter extends $tea.Model {
1263
2035
  });
1264
2036
  }
1265
2037
  export declare class ListJobsRequestSortBy extends $tea.Model {
2038
+ /**
2039
+ * @example
2040
+ * time_start
2041
+ */
1266
2042
  label?: string;
2043
+ /**
2044
+ * @example
2045
+ * ASC
2046
+ */
1267
2047
  order?: string;
1268
2048
  static names(): {
1269
2049
  [key: string]: string;
@@ -1276,16 +2056,60 @@ export declare class ListJobsRequestSortBy extends $tea.Model {
1276
2056
  });
1277
2057
  }
1278
2058
  export declare class ListJobsResponseBodyJobList extends $tea.Model {
2059
+ /**
2060
+ * @example
2061
+ * 2024-01-25 12:29:21
2062
+ */
1279
2063
  createTime?: string;
2064
+ /**
2065
+ * @example
2066
+ * 2024-01-25 12:35:23
2067
+ */
1280
2068
  endTime?: string;
2069
+ /**
2070
+ * @example
2071
+ * 1
2072
+ */
1281
2073
  executorCount?: number;
2074
+ /**
2075
+ * @example
2076
+ * Demo
2077
+ */
1282
2078
  jobDescription?: string;
2079
+ /**
2080
+ * @example
2081
+ * job-xxx
2082
+ */
1283
2083
  jobId?: string;
2084
+ /**
2085
+ * @example
2086
+ * testJob
2087
+ */
1284
2088
  jobName?: string;
2089
+ /**
2090
+ * @example
2091
+ * 129**********
2092
+ */
1285
2093
  ownerUid?: string;
2094
+ /**
2095
+ * @example
2096
+ * 2024-01-25 12:29:23
2097
+ */
1286
2098
  startTime?: string;
2099
+ /**
2100
+ * @example
2101
+ * Running
2102
+ */
1287
2103
  status?: string;
2104
+ /**
2105
+ * @example
2106
+ * 1
2107
+ */
1288
2108
  taskCount?: number;
2109
+ /**
2110
+ * @example
2111
+ * true
2112
+ */
1289
2113
  taskSustainable?: boolean;
1290
2114
  static names(): {
1291
2115
  [key: string]: string;
@@ -1303,183 +2127,183 @@ export default class Client extends OpenApi {
1303
2127
  [key: string]: string;
1304
2128
  }, endpoint: string): string;
1305
2129
  /**
1306
- * @summary 添加托管侧用户自定义镜像
2130
+ * 添加托管侧用户自定义镜像
1307
2131
  *
1308
- * @param tmpReq AddImageRequest
1309
- * @param runtime runtime options for this request RuntimeOptions
1310
- * @return AddImageResponse
2132
+ * @param tmpReq - AddImageRequest
2133
+ * @param runtime - runtime options for this request RuntimeOptions
2134
+ * @returns AddImageResponse
1311
2135
  */
1312
2136
  addImageWithOptions(tmpReq: AddImageRequest, runtime: $Util.RuntimeOptions): Promise<AddImageResponse>;
1313
2137
  /**
1314
- * @summary 添加托管侧用户自定义镜像
2138
+ * 添加托管侧用户自定义镜像
1315
2139
  *
1316
- * @param request AddImageRequest
1317
- * @return AddImageResponse
2140
+ * @param request - AddImageRequest
2141
+ * @returns AddImageResponse
1318
2142
  */
1319
2143
  addImage(request: AddImageRequest): Promise<AddImageResponse>;
1320
2144
  /**
1321
- * @summary 提交任务
2145
+ * 提交任务
1322
2146
  *
1323
- * @param tmpReq CreateJobRequest
1324
- * @param runtime runtime options for this request RuntimeOptions
1325
- * @return CreateJobResponse
2147
+ * @param tmpReq - CreateJobRequest
2148
+ * @param runtime - runtime options for this request RuntimeOptions
2149
+ * @returns CreateJobResponse
1326
2150
  */
1327
2151
  createJobWithOptions(tmpReq: CreateJobRequest, runtime: $Util.RuntimeOptions): Promise<CreateJobResponse>;
1328
2152
  /**
1329
- * @summary 提交任务
2153
+ * 提交任务
1330
2154
  *
1331
- * @param request CreateJobRequest
1332
- * @return CreateJobResponse
2155
+ * @param request - CreateJobRequest
2156
+ * @returns CreateJobResponse
1333
2157
  */
1334
2158
  createJob(request: CreateJobRequest): Promise<CreateJobResponse>;
1335
2159
  /**
1336
- * @summary 删除作业
2160
+ * 删除作业
1337
2161
  *
1338
- * @param tmpReq DeleteJobsRequest
1339
- * @param runtime runtime options for this request RuntimeOptions
1340
- * @return DeleteJobsResponse
2162
+ * @param tmpReq - DeleteJobsRequest
2163
+ * @param runtime - runtime options for this request RuntimeOptions
2164
+ * @returns DeleteJobsResponse
1341
2165
  */
1342
2166
  deleteJobsWithOptions(tmpReq: DeleteJobsRequest, runtime: $Util.RuntimeOptions): Promise<DeleteJobsResponse>;
1343
2167
  /**
1344
- * @summary 删除作业
2168
+ * 删除作业
1345
2169
  *
1346
- * @param request DeleteJobsRequest
1347
- * @return DeleteJobsResponse
2170
+ * @param request - DeleteJobsRequest
2171
+ * @returns DeleteJobsResponse
1348
2172
  */
1349
2173
  deleteJobs(request: DeleteJobsRequest): Promise<DeleteJobsResponse>;
1350
2174
  /**
1351
- * @summary 查询作业性能数据
2175
+ * 查询作业性能数据
1352
2176
  *
1353
- * @param tmpReq DescribeJobMetricDataRequest
1354
- * @param runtime runtime options for this request RuntimeOptions
1355
- * @return DescribeJobMetricDataResponse
2177
+ * @param tmpReq - DescribeJobMetricDataRequest
2178
+ * @param runtime - runtime options for this request RuntimeOptions
2179
+ * @returns DescribeJobMetricDataResponse
1356
2180
  */
1357
2181
  describeJobMetricDataWithOptions(tmpReq: DescribeJobMetricDataRequest, runtime: $Util.RuntimeOptions): Promise<DescribeJobMetricDataResponse>;
1358
2182
  /**
1359
- * @summary 查询作业性能数据
2183
+ * 查询作业性能数据
1360
2184
  *
1361
- * @param request DescribeJobMetricDataRequest
1362
- * @return DescribeJobMetricDataResponse
2185
+ * @param request - DescribeJobMetricDataRequest
2186
+ * @returns DescribeJobMetricDataResponse
1363
2187
  */
1364
2188
  describeJobMetricData(request: DescribeJobMetricDataRequest): Promise<DescribeJobMetricDataResponse>;
1365
2189
  /**
1366
- * @summary 查询作业即时监控项
2190
+ * 查询作业即时监控项
1367
2191
  *
1368
- * @param tmpReq DescribeJobMetricLastRequest
1369
- * @param runtime runtime options for this request RuntimeOptions
1370
- * @return DescribeJobMetricLastResponse
2192
+ * @param tmpReq - DescribeJobMetricLastRequest
2193
+ * @param runtime - runtime options for this request RuntimeOptions
2194
+ * @returns DescribeJobMetricLastResponse
1371
2195
  */
1372
2196
  describeJobMetricLastWithOptions(tmpReq: DescribeJobMetricLastRequest, runtime: $Util.RuntimeOptions): Promise<DescribeJobMetricLastResponse>;
1373
2197
  /**
1374
- * @summary 查询作业即时监控项
2198
+ * 查询作业即时监控项
1375
2199
  *
1376
- * @param request DescribeJobMetricLastRequest
1377
- * @return DescribeJobMetricLastResponse
2200
+ * @param request - DescribeJobMetricLastRequest
2201
+ * @returns DescribeJobMetricLastResponse
1378
2202
  */
1379
2203
  describeJobMetricLast(request: DescribeJobMetricLastRequest): Promise<DescribeJobMetricLastResponse>;
1380
2204
  /**
1381
- * @summary 查询托管侧镜像详情。
2205
+ * 查询托管侧镜像详情。
1382
2206
  *
1383
- * @param request GetImageRequest
1384
- * @param runtime runtime options for this request RuntimeOptions
1385
- * @return GetImageResponse
2207
+ * @param request - GetImageRequest
2208
+ * @param runtime - runtime options for this request RuntimeOptions
2209
+ * @returns GetImageResponse
1386
2210
  */
1387
2211
  getImageWithOptions(request: GetImageRequest, runtime: $Util.RuntimeOptions): Promise<GetImageResponse>;
1388
2212
  /**
1389
- * @summary 查询托管侧镜像详情。
2213
+ * 查询托管侧镜像详情。
1390
2214
  *
1391
- * @param request GetImageRequest
1392
- * @return GetImageResponse
2215
+ * @param request - GetImageRequest
2216
+ * @returns GetImageResponse
1393
2217
  */
1394
2218
  getImage(request: GetImageRequest): Promise<GetImageResponse>;
1395
2219
  /**
1396
- * @summary 查询作业详情
2220
+ * 查询作业详情
1397
2221
  *
1398
- * @param request GetJobRequest
1399
- * @param runtime runtime options for this request RuntimeOptions
1400
- * @return GetJobResponse
2222
+ * @param request - GetJobRequest
2223
+ * @param runtime - runtime options for this request RuntimeOptions
2224
+ * @returns GetJobResponse
1401
2225
  */
1402
2226
  getJobWithOptions(request: GetJobRequest, runtime: $Util.RuntimeOptions): Promise<GetJobResponse>;
1403
2227
  /**
1404
- * @summary 查询作业详情
2228
+ * 查询作业详情
1405
2229
  *
1406
- * @param request GetJobRequest
1407
- * @return GetJobResponse
2230
+ * @param request - GetJobRequest
2231
+ * @returns GetJobResponse
1408
2232
  */
1409
2233
  getJob(request: GetJobRequest): Promise<GetJobResponse>;
1410
2234
  /**
1411
- * @summary 查询全局Executor信息
2235
+ * 查询全局Executor信息
1412
2236
  *
1413
- * @param tmpReq ListExecutorsRequest
1414
- * @param runtime runtime options for this request RuntimeOptions
1415
- * @return ListExecutorsResponse
2237
+ * @param tmpReq - ListExecutorsRequest
2238
+ * @param runtime - runtime options for this request RuntimeOptions
2239
+ * @returns ListExecutorsResponse
1416
2240
  */
1417
2241
  listExecutorsWithOptions(tmpReq: ListExecutorsRequest, runtime: $Util.RuntimeOptions): Promise<ListExecutorsResponse>;
1418
2242
  /**
1419
- * @summary 查询全局Executor信息
2243
+ * 查询全局Executor信息
1420
2244
  *
1421
- * @param request ListExecutorsRequest
1422
- * @return ListExecutorsResponse
2245
+ * @param request - ListExecutorsRequest
2246
+ * @returns ListExecutorsResponse
1423
2247
  */
1424
2248
  listExecutors(request: ListExecutorsRequest): Promise<ListExecutorsResponse>;
1425
2249
  /**
1426
- * @summary 查看托管侧镜像列表
2250
+ * 查看托管侧镜像列表
1427
2251
  *
1428
- * @param tmpReq ListImagesRequest
1429
- * @param runtime runtime options for this request RuntimeOptions
1430
- * @return ListImagesResponse
2252
+ * @param tmpReq - ListImagesRequest
2253
+ * @param runtime - runtime options for this request RuntimeOptions
2254
+ * @returns ListImagesResponse
1431
2255
  */
1432
2256
  listImagesWithOptions(tmpReq: ListImagesRequest, runtime: $Util.RuntimeOptions): Promise<ListImagesResponse>;
1433
2257
  /**
1434
- * @summary 查看托管侧镜像列表
2258
+ * 查看托管侧镜像列表
1435
2259
  *
1436
- * @param request ListImagesRequest
1437
- * @return ListImagesResponse
2260
+ * @param request - ListImagesRequest
2261
+ * @returns ListImagesResponse
1438
2262
  */
1439
2263
  listImages(request: ListImagesRequest): Promise<ListImagesResponse>;
1440
2264
  /**
1441
- * @summary 查询作业Executor信息
2265
+ * 查询作业Executor信息
1442
2266
  *
1443
- * @param request ListJobExecutorsRequest
1444
- * @param runtime runtime options for this request RuntimeOptions
1445
- * @return ListJobExecutorsResponse
2267
+ * @param request - ListJobExecutorsRequest
2268
+ * @param runtime - runtime options for this request RuntimeOptions
2269
+ * @returns ListJobExecutorsResponse
1446
2270
  */
1447
2271
  listJobExecutorsWithOptions(request: ListJobExecutorsRequest, runtime: $Util.RuntimeOptions): Promise<ListJobExecutorsResponse>;
1448
2272
  /**
1449
- * @summary 查询作业Executor信息
2273
+ * 查询作业Executor信息
1450
2274
  *
1451
- * @param request ListJobExecutorsRequest
1452
- * @return ListJobExecutorsResponse
2275
+ * @param request - ListJobExecutorsRequest
2276
+ * @returns ListJobExecutorsResponse
1453
2277
  */
1454
2278
  listJobExecutors(request: ListJobExecutorsRequest): Promise<ListJobExecutorsResponse>;
1455
2279
  /**
1456
- * @summary 查询作业列表
2280
+ * 查询作业列表
1457
2281
  *
1458
- * @param tmpReq ListJobsRequest
1459
- * @param runtime runtime options for this request RuntimeOptions
1460
- * @return ListJobsResponse
2282
+ * @param tmpReq - ListJobsRequest
2283
+ * @param runtime - runtime options for this request RuntimeOptions
2284
+ * @returns ListJobsResponse
1461
2285
  */
1462
2286
  listJobsWithOptions(tmpReq: ListJobsRequest, runtime: $Util.RuntimeOptions): Promise<ListJobsResponse>;
1463
2287
  /**
1464
- * @summary 查询作业列表
2288
+ * 查询作业列表
1465
2289
  *
1466
- * @param request ListJobsRequest
1467
- * @return ListJobsResponse
2290
+ * @param request - ListJobsRequest
2291
+ * @returns ListJobsResponse
1468
2292
  */
1469
2293
  listJobs(request: ListJobsRequest): Promise<ListJobsResponse>;
1470
2294
  /**
1471
- * @summary 移除托管侧镜像信息。
2295
+ * 移除托管侧镜像信息。
1472
2296
  *
1473
- * @param request RemoveImageRequest
1474
- * @param runtime runtime options for this request RuntimeOptions
1475
- * @return RemoveImageResponse
2297
+ * @param request - RemoveImageRequest
2298
+ * @param runtime - runtime options for this request RuntimeOptions
2299
+ * @returns RemoveImageResponse
1476
2300
  */
1477
2301
  removeImageWithOptions(request: RemoveImageRequest, runtime: $Util.RuntimeOptions): Promise<RemoveImageResponse>;
1478
2302
  /**
1479
- * @summary 移除托管侧镜像信息。
2303
+ * 移除托管侧镜像信息。
1480
2304
  *
1481
- * @param request RemoveImageRequest
1482
- * @return RemoveImageResponse
2305
+ * @param request - RemoveImageRequest
2306
+ * @returns RemoveImageResponse
1483
2307
  */
1484
2308
  removeImage(request: RemoveImageRequest): Promise<RemoveImageResponse>;
1485
2309
  }