tencentcloud-sdk-python 3.0.1266__py2.py3-none-any.whl → 3.0.1268__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/asr/v20190614/models.py +2 -2
  3. tencentcloud/autoscaling/v20180419/models.py +49 -0
  4. tencentcloud/bh/__init__.py +0 -0
  5. tencentcloud/bh/v20230418/__init__.py +0 -0
  6. tencentcloud/bh/v20230418/bh_client.py +1452 -0
  7. tencentcloud/bh/v20230418/errorcodes.py +93 -0
  8. tencentcloud/bh/v20230418/models.py +14079 -0
  9. tencentcloud/billing/v20180709/billing_client.py +9 -3
  10. tencentcloud/ccc/v20200210/models.py +110 -0
  11. tencentcloud/cdb/v20170320/errorcodes.py +1 -1
  12. tencentcloud/cdb/v20170320/models.py +17 -2
  13. tencentcloud/ckafka/v20190819/models.py +46 -16
  14. tencentcloud/clb/v20180317/clb_client.py +1 -1
  15. tencentcloud/clb/v20180317/models.py +54 -20
  16. tencentcloud/dasb/v20191018/models.py +92 -2
  17. tencentcloud/emr/v20190103/models.py +2 -2
  18. tencentcloud/ess/v20201111/ess_client.py +5 -6
  19. tencentcloud/ess/v20201111/models.py +60 -6
  20. tencentcloud/essbasic/v20210526/essbasic_client.py +28 -9
  21. tencentcloud/essbasic/v20210526/models.py +43 -8
  22. tencentcloud/facefusion/v20220927/models.py +0 -12
  23. tencentcloud/hunyuan/v20230901/models.py +32 -2
  24. tencentcloud/iotexplorer/v20190423/errorcodes.py +1 -1
  25. tencentcloud/iotexplorer/v20190423/models.py +8 -8
  26. tencentcloud/iotvideo/v20191126/models.py +4 -4
  27. tencentcloud/live/v20180801/errorcodes.py +6 -0
  28. tencentcloud/live/v20180801/live_client.py +69 -0
  29. tencentcloud/live/v20180801/models.py +453 -0
  30. tencentcloud/monitor/v20180724/models.py +17 -0
  31. tencentcloud/mrs/v20200910/models.py +4 -8
  32. tencentcloud/ocr/v20181119/models.py +4 -4
  33. tencentcloud/ocr/v20181119/ocr_client.py +1 -2
  34. tencentcloud/omics/v20221128/models.py +100 -172
  35. tencentcloud/organization/v20210331/errorcodes.py +3 -0
  36. tencentcloud/partners/v20180321/models.py +0 -12
  37. tencentcloud/rce/v20201103/models.py +261 -0
  38. tencentcloud/rce/v20201103/rce_client.py +23 -0
  39. tencentcloud/redis/v20180412/models.py +34 -30
  40. tencentcloud/redis/v20180412/redis_client.py +1 -1
  41. tencentcloud/rum/v20210622/models.py +15 -0
  42. tencentcloud/tdmq/v20200217/models.py +40 -10
  43. tencentcloud/thpc/v20230321/models.py +2 -2
  44. tencentcloud/tke/v20180525/models.py +2 -2
  45. tencentcloud/tke/v20220501/errorcodes.py +3 -0
  46. tencentcloud/tke/v20220501/models.py +279 -0
  47. tencentcloud/tke/v20220501/tke_client.py +80 -0
  48. tencentcloud/tmt/v20180321/models.py +60 -5
  49. tencentcloud/vod/v20180717/models.py +2 -2
  50. tencentcloud/vod/v20180717/vod_client.py +1 -1
  51. tencentcloud/vod/v20240718/models.py +15 -15
  52. tencentcloud/vpc/v20170312/errorcodes.py +3 -0
  53. tencentcloud/vpc/v20170312/models.py +134 -18
  54. tencentcloud/vpc/v20170312/vpc_client.py +7 -2
  55. tencentcloud/waf/v20180125/models.py +603 -0
  56. tencentcloud/waf/v20180125/waf_client.py +69 -0
  57. tencentcloud/wedata/v20210820/models.py +35 -20
  58. {tencentcloud_sdk_python-3.0.1266.dist-info → tencentcloud_sdk_python-3.0.1268.dist-info}/METADATA +1 -1
  59. {tencentcloud_sdk_python-3.0.1266.dist-info → tencentcloud_sdk_python-3.0.1268.dist-info}/RECORD +62 -57
  60. {tencentcloud_sdk_python-3.0.1266.dist-info → tencentcloud_sdk_python-3.0.1268.dist-info}/LICENSE +0 -0
  61. {tencentcloud_sdk_python-3.0.1266.dist-info → tencentcloud_sdk_python-3.0.1268.dist-info}/WHEEL +0 -0
  62. {tencentcloud_sdk_python-3.0.1266.dist-info → tencentcloud_sdk_python-3.0.1268.dist-info}/top_level.txt +0 -0
@@ -26,35 +26,27 @@ class ApplicationVersion(AbstractModel):
26
26
  def __init__(self):
27
27
  r"""
28
28
  :param _Type: 版本类型。
29
- 注意:此字段可能返回 null,表示取不到有效值。
30
29
  :type Type: str
31
30
  :param _ApplicationVersionId: 版本ID。
32
- 注意:此字段可能返回 null,表示取不到有效值。
33
31
  :type ApplicationVersionId: str
34
32
  :param _Name: 发布名称。
35
- 注意:此字段可能返回 null,表示取不到有效值。
36
33
  :type Name: str
37
34
  :param _Description: 发布描述。
38
- 注意:此字段可能返回 null,表示取不到有效值。
39
35
  :type Description: str
40
36
  :param _Entrypoint: 入口文件。
41
- 注意:此字段可能返回 null,表示取不到有效值。
42
37
  :type Entrypoint: str
43
38
  :param _CreateTime: 创建时间。
44
- 注意:此字段可能返回 null,表示取不到有效值。
45
39
  :type CreateTime: str
46
40
  :param _CreatorName: 创建者名称。
47
- 注意:此字段可能返回 null,表示取不到有效值。
48
41
  :type CreatorName: str
49
42
  :param _CreatorId: 创建者ID。
50
- 注意:此字段可能返回 null,表示取不到有效值。
51
43
  :type CreatorId: str
52
44
  :param _GitInfo: Git信息。
53
- 注意:此字段可能返回 null,表示取不到有效值。
54
45
  :type GitInfo: str
55
46
  :param _GitSource: Git信息。
56
- 注意:此字段可能返回 null,表示取不到有效值。
57
47
  :type GitSource: :class:`tencentcloud.omics.v20221128.models.GitInfo`
48
+ :param _CosSource: COS信息。
49
+ :type CosSource: :class:`tencentcloud.omics.v20221128.models.CosFileInfo`
58
50
  """
59
51
  self._Type = None
60
52
  self._ApplicationVersionId = None
@@ -66,11 +58,11 @@ class ApplicationVersion(AbstractModel):
66
58
  self._CreatorId = None
67
59
  self._GitInfo = None
68
60
  self._GitSource = None
61
+ self._CosSource = None
69
62
 
70
63
  @property
71
64
  def Type(self):
72
65
  """版本类型。
73
- 注意:此字段可能返回 null,表示取不到有效值。
74
66
  :rtype: str
75
67
  """
76
68
  return self._Type
@@ -82,7 +74,6 @@ class ApplicationVersion(AbstractModel):
82
74
  @property
83
75
  def ApplicationVersionId(self):
84
76
  """版本ID。
85
- 注意:此字段可能返回 null,表示取不到有效值。
86
77
  :rtype: str
87
78
  """
88
79
  return self._ApplicationVersionId
@@ -94,7 +85,6 @@ class ApplicationVersion(AbstractModel):
94
85
  @property
95
86
  def Name(self):
96
87
  """发布名称。
97
- 注意:此字段可能返回 null,表示取不到有效值。
98
88
  :rtype: str
99
89
  """
100
90
  return self._Name
@@ -106,7 +96,6 @@ class ApplicationVersion(AbstractModel):
106
96
  @property
107
97
  def Description(self):
108
98
  """发布描述。
109
- 注意:此字段可能返回 null,表示取不到有效值。
110
99
  :rtype: str
111
100
  """
112
101
  return self._Description
@@ -118,7 +107,6 @@ class ApplicationVersion(AbstractModel):
118
107
  @property
119
108
  def Entrypoint(self):
120
109
  """入口文件。
121
- 注意:此字段可能返回 null,表示取不到有效值。
122
110
  :rtype: str
123
111
  """
124
112
  return self._Entrypoint
@@ -130,7 +118,6 @@ class ApplicationVersion(AbstractModel):
130
118
  @property
131
119
  def CreateTime(self):
132
120
  """创建时间。
133
- 注意:此字段可能返回 null,表示取不到有效值。
134
121
  :rtype: str
135
122
  """
136
123
  return self._CreateTime
@@ -142,7 +129,6 @@ class ApplicationVersion(AbstractModel):
142
129
  @property
143
130
  def CreatorName(self):
144
131
  """创建者名称。
145
- 注意:此字段可能返回 null,表示取不到有效值。
146
132
  :rtype: str
147
133
  """
148
134
  return self._CreatorName
@@ -154,7 +140,6 @@ class ApplicationVersion(AbstractModel):
154
140
  @property
155
141
  def CreatorId(self):
156
142
  """创建者ID。
157
- 注意:此字段可能返回 null,表示取不到有效值。
158
143
  :rtype: str
159
144
  """
160
145
  return self._CreatorId
@@ -168,7 +153,6 @@ class ApplicationVersion(AbstractModel):
168
153
  warnings.warn("parameter `GitInfo` is deprecated", DeprecationWarning)
169
154
 
170
155
  """Git信息。
171
- 注意:此字段可能返回 null,表示取不到有效值。
172
156
  :rtype: str
173
157
  """
174
158
  return self._GitInfo
@@ -182,7 +166,6 @@ class ApplicationVersion(AbstractModel):
182
166
  @property
183
167
  def GitSource(self):
184
168
  """Git信息。
185
- 注意:此字段可能返回 null,表示取不到有效值。
186
169
  :rtype: :class:`tencentcloud.omics.v20221128.models.GitInfo`
187
170
  """
188
171
  return self._GitSource
@@ -191,6 +174,17 @@ class ApplicationVersion(AbstractModel):
191
174
  def GitSource(self, GitSource):
192
175
  self._GitSource = GitSource
193
176
 
177
+ @property
178
+ def CosSource(self):
179
+ """COS信息。
180
+ :rtype: :class:`tencentcloud.omics.v20221128.models.CosFileInfo`
181
+ """
182
+ return self._CosSource
183
+
184
+ @CosSource.setter
185
+ def CosSource(self, CosSource):
186
+ self._CosSource = CosSource
187
+
194
188
 
195
189
  def _deserialize(self, params):
196
190
  self._Type = params.get("Type")
@@ -205,6 +199,9 @@ class ApplicationVersion(AbstractModel):
205
199
  if params.get("GitSource") is not None:
206
200
  self._GitSource = GitInfo()
207
201
  self._GitSource._deserialize(params.get("GitSource"))
202
+ if params.get("CosSource") is not None:
203
+ self._CosSource = CosFileInfo()
204
+ self._CosSource._deserialize(params.get("CosSource"))
208
205
  memeber_set = set(params.keys())
209
206
  for name, value in vars(self).items():
210
207
  property_name = name[1:]
@@ -274,13 +271,10 @@ class CacheInfo(AbstractModel):
274
271
  def __init__(self):
275
272
  r"""
276
273
  :param _CacheClearDelay: 缓存清理时间(小时)。
277
- 注意:此字段可能返回 null,表示取不到有效值。
278
274
  :type CacheClearDelay: int
279
275
  :param _CacheClearTime: 缓存清理计划时间。
280
- 注意:此字段可能返回 null,表示取不到有效值。
281
276
  :type CacheClearTime: str
282
277
  :param _CacheCleared: 缓存是否已被清理。
283
- 注意:此字段可能返回 null,表示取不到有效值。
284
278
  :type CacheCleared: bool
285
279
  """
286
280
  self._CacheClearDelay = None
@@ -290,7 +284,6 @@ class CacheInfo(AbstractModel):
290
284
  @property
291
285
  def CacheClearDelay(self):
292
286
  """缓存清理时间(小时)。
293
- 注意:此字段可能返回 null,表示取不到有效值。
294
287
  :rtype: int
295
288
  """
296
289
  return self._CacheClearDelay
@@ -302,7 +295,6 @@ class CacheInfo(AbstractModel):
302
295
  @property
303
296
  def CacheClearTime(self):
304
297
  """缓存清理计划时间。
305
- 注意:此字段可能返回 null,表示取不到有效值。
306
298
  :rtype: str
307
299
  """
308
300
  return self._CacheClearTime
@@ -314,7 +306,6 @@ class CacheInfo(AbstractModel):
314
306
  @property
315
307
  def CacheCleared(self):
316
308
  """缓存是否已被清理。
317
- 注意:此字段可能返回 null,表示取不到有效值。
318
309
  :rtype: bool
319
310
  """
320
311
  return self._CacheCleared
@@ -440,6 +431,72 @@ class ClusterOption(AbstractModel):
440
431
 
441
432
 
442
433
 
434
+ class CosFileInfo(AbstractModel):
435
+ """COS 文件信息
436
+
437
+ """
438
+
439
+ def __init__(self):
440
+ r"""
441
+ :param _Bucket: 存储桶。
442
+ :type Bucket: str
443
+ :param _Uri: COS文件地址。
444
+ :type Uri: str
445
+ :param _Region: 地域。
446
+ :type Region: str
447
+ """
448
+ self._Bucket = None
449
+ self._Uri = None
450
+ self._Region = None
451
+
452
+ @property
453
+ def Bucket(self):
454
+ """存储桶。
455
+ :rtype: str
456
+ """
457
+ return self._Bucket
458
+
459
+ @Bucket.setter
460
+ def Bucket(self, Bucket):
461
+ self._Bucket = Bucket
462
+
463
+ @property
464
+ def Uri(self):
465
+ """COS文件地址。
466
+ :rtype: str
467
+ """
468
+ return self._Uri
469
+
470
+ @Uri.setter
471
+ def Uri(self, Uri):
472
+ self._Uri = Uri
473
+
474
+ @property
475
+ def Region(self):
476
+ """地域。
477
+ :rtype: str
478
+ """
479
+ return self._Region
480
+
481
+ @Region.setter
482
+ def Region(self, Region):
483
+ self._Region = Region
484
+
485
+
486
+ def _deserialize(self, params):
487
+ self._Bucket = params.get("Bucket")
488
+ self._Uri = params.get("Uri")
489
+ self._Region = params.get("Region")
490
+ memeber_set = set(params.keys())
491
+ for name, value in vars(self).items():
492
+ property_name = name[1:]
493
+ if property_name in memeber_set:
494
+ memeber_set.remove(property_name)
495
+ if len(memeber_set) > 0:
496
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
497
+
498
+
499
+
443
500
  class CreateEnvironmentRequest(AbstractModel):
444
501
  """CreateEnvironment请求参数结构体
445
502
 
@@ -871,7 +928,7 @@ class DeleteVolumeDataRequest(AbstractModel):
871
928
  r"""
872
929
  :param _VolumeId: 缓存卷ID。
873
930
  :type VolumeId: str
874
- :param _Path: 需要删除的路径
931
+ :param _Path: 需要删除的路径。
875
932
  :type Path: str
876
933
  """
877
934
  self._VolumeId = None
@@ -890,7 +947,7 @@ class DeleteVolumeDataRequest(AbstractModel):
890
947
 
891
948
  @property
892
949
  def Path(self):
893
- """需要删除的路径
950
+ """需要删除的路径。
894
951
  :rtype: str
895
952
  """
896
953
  return self._Path
@@ -2306,13 +2363,10 @@ class ExecutionTime(AbstractModel):
2306
2363
  def __init__(self):
2307
2364
  r"""
2308
2365
  :param _SubmitTime: 提交时间。
2309
- 注意:此字段可能返回 null,表示取不到有效值。
2310
2366
  :type SubmitTime: str
2311
2367
  :param _StartTime: 开始时间。
2312
- 注意:此字段可能返回 null,表示取不到有效值。
2313
2368
  :type StartTime: str
2314
2369
  :param _EndTime: 结束时间。
2315
- 注意:此字段可能返回 null,表示取不到有效值。
2316
2370
  :type EndTime: str
2317
2371
  """
2318
2372
  self._SubmitTime = None
@@ -2322,7 +2376,6 @@ class ExecutionTime(AbstractModel):
2322
2376
  @property
2323
2377
  def SubmitTime(self):
2324
2378
  """提交时间。
2325
- 注意:此字段可能返回 null,表示取不到有效值。
2326
2379
  :rtype: str
2327
2380
  """
2328
2381
  return self._SubmitTime
@@ -2334,7 +2387,6 @@ class ExecutionTime(AbstractModel):
2334
2387
  @property
2335
2388
  def StartTime(self):
2336
2389
  """开始时间。
2337
- 注意:此字段可能返回 null,表示取不到有效值。
2338
2390
  :rtype: str
2339
2391
  """
2340
2392
  return self._StartTime
@@ -2346,7 +2398,6 @@ class ExecutionTime(AbstractModel):
2346
2398
  @property
2347
2399
  def EndTime(self):
2348
2400
  """结束时间。
2349
- 注意:此字段可能返回 null,表示取不到有效值。
2350
2401
  :rtype: str
2351
2402
  """
2352
2403
  return self._EndTime
@@ -2670,7 +2721,6 @@ class GetRunMetadataFileResponse(AbstractModel):
2670
2721
  :param _CosSignedUrl: 文件预签名链接,一分钟内有效。
2671
2722
  :type CosSignedUrl: str
2672
2723
  :param _CosSignedUrls: 批量文件预签名链接,一分钟内有效。
2673
- 注意:此字段可能返回 null,表示取不到有效值。
2674
2724
  :type CosSignedUrls: list of str
2675
2725
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2676
2726
  :type RequestId: str
@@ -2693,7 +2743,6 @@ class GetRunMetadataFileResponse(AbstractModel):
2693
2743
  @property
2694
2744
  def CosSignedUrls(self):
2695
2745
  """批量文件预签名链接,一分钟内有效。
2696
- 注意:此字段可能返回 null,表示取不到有效值。
2697
2746
  :rtype: list of str
2698
2747
  """
2699
2748
  return self._CosSignedUrls
@@ -2826,19 +2875,14 @@ class GitInfo(AbstractModel):
2826
2875
  def __init__(self):
2827
2876
  r"""
2828
2877
  :param _GitHttpPath: Git地址。
2829
- 注意:此字段可能返回 null,表示取不到有效值。
2830
2878
  :type GitHttpPath: str
2831
2879
  :param _GitUserName: Git用户名。
2832
- 注意:此字段可能返回 null,表示取不到有效值。
2833
2880
  :type GitUserName: str
2834
2881
  :param _GitTokenOrPassword: Git密码或者Token。
2835
- 注意:此字段可能返回 null,表示取不到有效值。
2836
2882
  :type GitTokenOrPassword: str
2837
2883
  :param _Branch: 分支。
2838
- 注意:此字段可能返回 null,表示取不到有效值。
2839
2884
  :type Branch: str
2840
2885
  :param _Tag: 标签。
2841
- 注意:此字段可能返回 null,表示取不到有效值。
2842
2886
  :type Tag: str
2843
2887
  """
2844
2888
  self._GitHttpPath = None
@@ -2850,7 +2894,6 @@ class GitInfo(AbstractModel):
2850
2894
  @property
2851
2895
  def GitHttpPath(self):
2852
2896
  """Git地址。
2853
- 注意:此字段可能返回 null,表示取不到有效值。
2854
2897
  :rtype: str
2855
2898
  """
2856
2899
  return self._GitHttpPath
@@ -2862,7 +2905,6 @@ class GitInfo(AbstractModel):
2862
2905
  @property
2863
2906
  def GitUserName(self):
2864
2907
  """Git用户名。
2865
- 注意:此字段可能返回 null,表示取不到有效值。
2866
2908
  :rtype: str
2867
2909
  """
2868
2910
  return self._GitUserName
@@ -2874,7 +2916,6 @@ class GitInfo(AbstractModel):
2874
2916
  @property
2875
2917
  def GitTokenOrPassword(self):
2876
2918
  """Git密码或者Token。
2877
- 注意:此字段可能返回 null,表示取不到有效值。
2878
2919
  :rtype: str
2879
2920
  """
2880
2921
  return self._GitTokenOrPassword
@@ -2886,7 +2927,6 @@ class GitInfo(AbstractModel):
2886
2927
  @property
2887
2928
  def Branch(self):
2888
2929
  """分支。
2889
- 注意:此字段可能返回 null,表示取不到有效值。
2890
2930
  :rtype: str
2891
2931
  """
2892
2932
  return self._Branch
@@ -2898,7 +2938,6 @@ class GitInfo(AbstractModel):
2898
2938
  @property
2899
2939
  def Tag(self):
2900
2940
  """标签。
2901
- 注意:此字段可能返回 null,表示取不到有效值。
2902
2941
  :rtype: str
2903
2942
  """
2904
2943
  return self._Tag
@@ -3216,24 +3255,18 @@ class NFOption(AbstractModel):
3216
3255
  def __init__(self):
3217
3256
  r"""
3218
3257
  :param _Config: Config。
3219
- 注意:此字段可能返回 null,表示取不到有效值。
3220
3258
  :type Config: str
3221
3259
  :param _Profile: Profile。
3222
- 注意:此字段可能返回 null,表示取不到有效值。
3223
3260
  :type Profile: str
3224
3261
  :param _Report: Report。
3225
- 注意:此字段可能返回 null,表示取不到有效值。
3226
3262
  :type Report: bool
3227
3263
  :param _Resume: Resume。
3228
- 注意:此字段可能返回 null,表示取不到有效值。
3229
3264
  :type Resume: bool
3230
3265
  :param _NFVersion: Nextflow引擎版本,取值范围:
3231
3266
  - 22.10.7
3232
3267
  - 23.10.1
3233
- 注意:此字段可能返回 null,表示取不到有效值。
3234
3268
  :type NFVersion: str
3235
3269
  :param _LaunchDir: 启动路径。可填写指定缓存卷内的绝对路径,nextflow run 命令将在此路径执行。当WorkDir为COS路径时必填;当WorkDir为缓存卷路径时选填,不填默认使用WorkDir作为LaunchDir。
3236
- 注意:此字段可能返回 null,表示取不到有效值。
3237
3270
  :type LaunchDir: str
3238
3271
  """
3239
3272
  self._Config = None
@@ -3246,7 +3279,6 @@ class NFOption(AbstractModel):
3246
3279
  @property
3247
3280
  def Config(self):
3248
3281
  """Config。
3249
- 注意:此字段可能返回 null,表示取不到有效值。
3250
3282
  :rtype: str
3251
3283
  """
3252
3284
  return self._Config
@@ -3258,7 +3290,6 @@ class NFOption(AbstractModel):
3258
3290
  @property
3259
3291
  def Profile(self):
3260
3292
  """Profile。
3261
- 注意:此字段可能返回 null,表示取不到有效值。
3262
3293
  :rtype: str
3263
3294
  """
3264
3295
  return self._Profile
@@ -3270,7 +3301,6 @@ class NFOption(AbstractModel):
3270
3301
  @property
3271
3302
  def Report(self):
3272
3303
  """Report。
3273
- 注意:此字段可能返回 null,表示取不到有效值。
3274
3304
  :rtype: bool
3275
3305
  """
3276
3306
  return self._Report
@@ -3282,7 +3312,6 @@ class NFOption(AbstractModel):
3282
3312
  @property
3283
3313
  def Resume(self):
3284
3314
  """Resume。
3285
- 注意:此字段可能返回 null,表示取不到有效值。
3286
3315
  :rtype: bool
3287
3316
  """
3288
3317
  return self._Resume
@@ -3296,7 +3325,6 @@ class NFOption(AbstractModel):
3296
3325
  """Nextflow引擎版本,取值范围:
3297
3326
  - 22.10.7
3298
3327
  - 23.10.1
3299
- 注意:此字段可能返回 null,表示取不到有效值。
3300
3328
  :rtype: str
3301
3329
  """
3302
3330
  return self._NFVersion
@@ -3308,7 +3336,6 @@ class NFOption(AbstractModel):
3308
3336
  @property
3309
3337
  def LaunchDir(self):
3310
3338
  """启动路径。可填写指定缓存卷内的绝对路径,nextflow run 命令将在此路径执行。当WorkDir为COS路径时必填;当WorkDir为缓存卷路径时选填,不填默认使用WorkDir作为LaunchDir。
3311
- 注意:此字段可能返回 null,表示取不到有效值。
3312
3339
  :rtype: str
3313
3340
  """
3314
3341
  return self._LaunchDir
@@ -3658,7 +3685,6 @@ class RetryRunsResponse(AbstractModel):
3658
3685
  def __init__(self):
3659
3686
  r"""
3660
3687
  :param _RunGroupId: 新的任务批次ID。
3661
- 注意:此字段可能返回 null,表示取不到有效值。
3662
3688
  :type RunGroupId: str
3663
3689
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3664
3690
  :type RequestId: str
@@ -3669,7 +3695,6 @@ class RetryRunsResponse(AbstractModel):
3669
3695
  @property
3670
3696
  def RunGroupId(self):
3671
3697
  """新的任务批次ID。
3672
- 注意:此字段可能返回 null,表示取不到有效值。
3673
3698
  :rtype: str
3674
3699
  """
3675
3700
  return self._RunGroupId
@@ -3713,13 +3738,10 @@ class Run(AbstractModel):
3713
3738
  :param _EnvironmentId: 环境ID。
3714
3739
  :type EnvironmentId: str
3715
3740
  :param _UserDefinedId: 用户定义ID,单例运行为空。
3716
- 注意:此字段可能返回 null,表示取不到有效值。
3717
3741
  :type UserDefinedId: str
3718
3742
  :param _TableId: 表格ID,单例运行为空。
3719
- 注意:此字段可能返回 null,表示取不到有效值。
3720
3743
  :type TableId: str
3721
3744
  :param _TableRowUuid: 表格行UUID,单例运行为空。
3722
- 注意:此字段可能返回 null,表示取不到有效值。
3723
3745
  :type TableRowUuid: str
3724
3746
  :param _Status: 任务状态。
3725
3747
  :type Status: str
@@ -3730,7 +3752,6 @@ class Run(AbstractModel):
3730
3752
  :param _ExecutionTime: 执行时间。
3731
3753
  :type ExecutionTime: :class:`tencentcloud.omics.v20221128.models.ExecutionTime`
3732
3754
  :param _Cache: 缓存信息。
3733
- 注意:此字段可能返回 null,表示取不到有效值。
3734
3755
  :type Cache: :class:`tencentcloud.omics.v20221128.models.CacheInfo`
3735
3756
  :param _ErrorMessage: 错误信息。
3736
3757
  :type ErrorMessage: str
@@ -3814,7 +3835,6 @@ class Run(AbstractModel):
3814
3835
  @property
3815
3836
  def UserDefinedId(self):
3816
3837
  """用户定义ID,单例运行为空。
3817
- 注意:此字段可能返回 null,表示取不到有效值。
3818
3838
  :rtype: str
3819
3839
  """
3820
3840
  return self._UserDefinedId
@@ -3826,7 +3846,6 @@ class Run(AbstractModel):
3826
3846
  @property
3827
3847
  def TableId(self):
3828
3848
  """表格ID,单例运行为空。
3829
- 注意:此字段可能返回 null,表示取不到有效值。
3830
3849
  :rtype: str
3831
3850
  """
3832
3851
  return self._TableId
@@ -3838,7 +3857,6 @@ class Run(AbstractModel):
3838
3857
  @property
3839
3858
  def TableRowUuid(self):
3840
3859
  """表格行UUID,单例运行为空。
3841
- 注意:此字段可能返回 null,表示取不到有效值。
3842
3860
  :rtype: str
3843
3861
  """
3844
3862
  return self._TableRowUuid
@@ -3898,7 +3916,6 @@ class Run(AbstractModel):
3898
3916
  @property
3899
3917
  def Cache(self):
3900
3918
  """缓存信息。
3901
- 注意:此字段可能返回 null,表示取不到有效值。
3902
3919
  :rtype: :class:`tencentcloud.omics.v20221128.models.CacheInfo`
3903
3920
  """
3904
3921
  return self._Cache
@@ -4306,19 +4323,16 @@ class RunGroup(AbstractModel):
4306
4323
  :param _ApplicationType: 应用类型。
4307
4324
  :type ApplicationType: str
4308
4325
  :param _ApplicationVersion: 应用版本。
4309
- 注意:此字段可能返回 null,表示取不到有效值。
4310
4326
  :type ApplicationVersion: :class:`tencentcloud.omics.v20221128.models.ApplicationVersion`
4311
4327
  :param _AccessMode: 应用访问类型:
4312
4328
  - PRIVATE 私有应用
4313
4329
  - PUBLIC 公共应用
4314
- 注意:此字段可能返回 null,表示取不到有效值。
4315
4330
  :type AccessMode: str
4316
4331
  :param _EnvironmentId: 环境ID。
4317
4332
  :type EnvironmentId: str
4318
4333
  :param _EnvironmentName: 环境名称。
4319
4334
  :type EnvironmentName: str
4320
4335
  :param _TableId: 表格ID,单例运行为空。
4321
- 注意:此字段可能返回 null,表示取不到有效值。
4322
4336
  :type TableId: str
4323
4337
  :param _Name: 任务名称。
4324
4338
  :type Name: str
@@ -4329,10 +4343,8 @@ class RunGroup(AbstractModel):
4329
4343
  :param _Type: 任务批次类型 :
4330
4344
  - WDL
4331
4345
  - NEXTFLOW
4332
- 注意:此字段可能返回 null,表示取不到有效值。
4333
4346
  :type Type: str
4334
4347
  :param _WorkDir: 工作目录。
4335
- 注意:此字段可能返回 null,表示取不到有效值。
4336
4348
  :type WorkDir: str
4337
4349
  :param _Input: 任务输入。
4338
4350
  :type Input: str
@@ -4340,21 +4352,16 @@ class RunGroup(AbstractModel):
4340
4352
  - JSON: 导入JSON
4341
4353
  - MANUAL: 手动输入
4342
4354
  - COS: COS文件
4343
- 注意:此字段可能返回 null,表示取不到有效值。
4344
4355
  :type InputType: str
4345
4356
  :param _InputCosUri: 输入COS地址。
4346
- 注意:此字段可能返回 null,表示取不到有效值。
4347
4357
  :type InputCosUri: str
4348
4358
  :param _InputTemplateId: 输入模版ID。
4349
- 注意:此字段可能返回 null,表示取不到有效值。
4350
4359
  :type InputTemplateId: str
4351
4360
  :param _Option: WDL运行选项。
4352
4361
  :type Option: :class:`tencentcloud.omics.v20221128.models.RunOption`
4353
4362
  :param _NFOption: Nextflow运行选项。
4354
- 注意:此字段可能返回 null,表示取不到有效值。
4355
4363
  :type NFOption: :class:`tencentcloud.omics.v20221128.models.NFOption`
4356
4364
  :param _Volumes: 使用的缓存卷。
4357
- 注意:此字段可能返回 null,表示取不到有效值。
4358
4365
  :type Volumes: list of VolumeInfo
4359
4366
  :param _TotalRun: 任务总数量。
4360
4367
  :type TotalRun: int
@@ -4365,17 +4372,14 @@ class RunGroup(AbstractModel):
4365
4372
  :param _ErrorMessage: 错误信息。
4366
4373
  :type ErrorMessage: str
4367
4374
  :param _ResultNotify: 运行结果通知方式。
4368
- 注意:此字段可能返回 null,表示取不到有效值。
4369
4375
  :type ResultNotify: str
4370
4376
  :param _CreateTime: 创建时间。
4371
4377
  :type CreateTime: str
4372
4378
  :param _UpdateTime: 更新时间。
4373
4379
  :type UpdateTime: str
4374
4380
  :param _Creator: 创建者。
4375
- 注意:此字段可能返回 null,表示取不到有效值。
4376
4381
  :type Creator: str
4377
4382
  :param _CreatorId: 创建者ID。
4378
- 注意:此字段可能返回 null,表示取不到有效值。
4379
4383
  :type CreatorId: str
4380
4384
  """
4381
4385
  self._RunGroupId = None
@@ -4480,7 +4484,6 @@ class RunGroup(AbstractModel):
4480
4484
  @property
4481
4485
  def ApplicationVersion(self):
4482
4486
  """应用版本。
4483
- 注意:此字段可能返回 null,表示取不到有效值。
4484
4487
  :rtype: :class:`tencentcloud.omics.v20221128.models.ApplicationVersion`
4485
4488
  """
4486
4489
  return self._ApplicationVersion
@@ -4494,7 +4497,6 @@ class RunGroup(AbstractModel):
4494
4497
  """应用访问类型:
4495
4498
  - PRIVATE 私有应用
4496
4499
  - PUBLIC 公共应用
4497
- 注意:此字段可能返回 null,表示取不到有效值。
4498
4500
  :rtype: str
4499
4501
  """
4500
4502
  return self._AccessMode
@@ -4528,7 +4530,6 @@ class RunGroup(AbstractModel):
4528
4530
  @property
4529
4531
  def TableId(self):
4530
4532
  """表格ID,单例运行为空。
4531
- 注意:此字段可能返回 null,表示取不到有效值。
4532
4533
  :rtype: str
4533
4534
  """
4534
4535
  return self._TableId
@@ -4575,7 +4576,6 @@ class RunGroup(AbstractModel):
4575
4576
  """任务批次类型 :
4576
4577
  - WDL
4577
4578
  - NEXTFLOW
4578
- 注意:此字段可能返回 null,表示取不到有效值。
4579
4579
  :rtype: str
4580
4580
  """
4581
4581
  return self._Type
@@ -4587,7 +4587,6 @@ class RunGroup(AbstractModel):
4587
4587
  @property
4588
4588
  def WorkDir(self):
4589
4589
  """工作目录。
4590
- 注意:此字段可能返回 null,表示取不到有效值。
4591
4590
  :rtype: str
4592
4591
  """
4593
4592
  return self._WorkDir
@@ -4613,7 +4612,6 @@ class RunGroup(AbstractModel):
4613
4612
  - JSON: 导入JSON
4614
4613
  - MANUAL: 手动输入
4615
4614
  - COS: COS文件
4616
- 注意:此字段可能返回 null,表示取不到有效值。
4617
4615
  :rtype: str
4618
4616
  """
4619
4617
  return self._InputType
@@ -4625,7 +4623,6 @@ class RunGroup(AbstractModel):
4625
4623
  @property
4626
4624
  def InputCosUri(self):
4627
4625
  """输入COS地址。
4628
- 注意:此字段可能返回 null,表示取不到有效值。
4629
4626
  :rtype: str
4630
4627
  """
4631
4628
  return self._InputCosUri
@@ -4637,7 +4634,6 @@ class RunGroup(AbstractModel):
4637
4634
  @property
4638
4635
  def InputTemplateId(self):
4639
4636
  """输入模版ID。
4640
- 注意:此字段可能返回 null,表示取不到有效值。
4641
4637
  :rtype: str
4642
4638
  """
4643
4639
  return self._InputTemplateId
@@ -4660,7 +4656,6 @@ class RunGroup(AbstractModel):
4660
4656
  @property
4661
4657
  def NFOption(self):
4662
4658
  """Nextflow运行选项。
4663
- 注意:此字段可能返回 null,表示取不到有效值。
4664
4659
  :rtype: :class:`tencentcloud.omics.v20221128.models.NFOption`
4665
4660
  """
4666
4661
  return self._NFOption
@@ -4672,7 +4667,6 @@ class RunGroup(AbstractModel):
4672
4667
  @property
4673
4668
  def Volumes(self):
4674
4669
  """使用的缓存卷。
4675
- 注意:此字段可能返回 null,表示取不到有效值。
4676
4670
  :rtype: list of VolumeInfo
4677
4671
  """
4678
4672
  return self._Volumes
@@ -4728,7 +4722,6 @@ class RunGroup(AbstractModel):
4728
4722
  @property
4729
4723
  def ResultNotify(self):
4730
4724
  """运行结果通知方式。
4731
- 注意:此字段可能返回 null,表示取不到有效值。
4732
4725
  :rtype: str
4733
4726
  """
4734
4727
  return self._ResultNotify
@@ -4762,7 +4755,6 @@ class RunGroup(AbstractModel):
4762
4755
  @property
4763
4756
  def Creator(self):
4764
4757
  """创建者。
4765
- 注意:此字段可能返回 null,表示取不到有效值。
4766
4758
  :rtype: str
4767
4759
  """
4768
4760
  return self._Creator
@@ -4774,7 +4766,6 @@ class RunGroup(AbstractModel):
4774
4766
  @property
4775
4767
  def CreatorId(self):
4776
4768
  """创建者ID。
4777
- 注意:此字段可能返回 null,表示取不到有效值。
4778
4769
  :rtype: str
4779
4770
  """
4780
4771
  return self._CreatorId
@@ -4853,70 +4844,48 @@ class RunMetadata(AbstractModel):
4853
4844
  def __init__(self):
4854
4845
  r"""
4855
4846
  :param _RunType: 任务类型。
4856
- 注意:此字段可能返回 null,表示取不到有效值。
4857
4847
  :type RunType: str
4858
4848
  :param _RunId: 任务ID。
4859
- 注意:此字段可能返回 null,表示取不到有效值。
4860
4849
  :type RunId: str
4861
4850
  :param _ParentId: 父层ID。
4862
- 注意:此字段可能返回 null,表示取不到有效值。
4863
4851
  :type ParentId: str
4864
4852
  :param _JobId: 作业ID。
4865
- 注意:此字段可能返回 null,表示取不到有效值。
4866
4853
  :type JobId: str
4867
4854
  :param _CallName: 作业名称。
4868
- 注意:此字段可能返回 null,表示取不到有效值。
4869
4855
  :type CallName: str
4870
4856
  :param _ScatterIndex: Scatter索引。
4871
- 注意:此字段可能返回 null,表示取不到有效值。
4872
4857
  :type ScatterIndex: str
4873
4858
  :param _Input: 输入。
4874
- 注意:此字段可能返回 null,表示取不到有效值。
4875
4859
  :type Input: str
4876
4860
  :param _Output: 输出。
4877
- 注意:此字段可能返回 null,表示取不到有效值。
4878
4861
  :type Output: str
4879
4862
  :param _Status: 状态
4880
- 注意:此字段可能返回 null,表示取不到有效值。
4881
4863
  :type Status: str
4882
4864
  :param _ErrorMessage: 错误信息。
4883
- 注意:此字段可能返回 null,表示取不到有效值。
4884
4865
  :type ErrorMessage: str
4885
4866
  :param _StartTime: 开始时间
4886
- 注意:此字段可能返回 null,表示取不到有效值。
4887
4867
  :type StartTime: str
4888
4868
  :param _SubmitTime: 提交时间。
4889
- 注意:此字段可能返回 null,表示取不到有效值。
4890
4869
  :type SubmitTime: str
4891
4870
  :param _EndTime: 结束时间。
4892
- 注意:此字段可能返回 null,表示取不到有效值。
4893
4871
  :type EndTime: str
4894
4872
  :param _Command: 命令行。
4895
- 注意:此字段可能返回 null,表示取不到有效值。
4896
4873
  :type Command: str
4897
4874
  :param _Runtime: 运行时。
4898
- 注意:此字段可能返回 null,表示取不到有效值。
4899
4875
  :type Runtime: str
4900
4876
  :param _Preprocess: 预处理。
4901
- 注意:此字段可能返回 null,表示取不到有效值。
4902
4877
  :type Preprocess: bool
4903
4878
  :param _PostProcess: 后处理。
4904
- 注意:此字段可能返回 null,表示取不到有效值。
4905
4879
  :type PostProcess: bool
4906
4880
  :param _CallCached: Cache命中
4907
- 注意:此字段可能返回 null,表示取不到有效值。
4908
4881
  :type CallCached: bool
4909
4882
  :param _WorkDir: 工作目录。
4910
- 注意:此字段可能返回 null,表示取不到有效值。
4911
4883
  :type WorkDir: str
4912
4884
  :param _Stdout: 标准输出。
4913
- 注意:此字段可能返回 null,表示取不到有效值。
4914
4885
  :type Stdout: str
4915
4886
  :param _Stderr: 错误输出。
4916
- 注意:此字段可能返回 null,表示取不到有效值。
4917
4887
  :type Stderr: str
4918
4888
  :param _Meta: 其他信息。
4919
- 注意:此字段可能返回 null,表示取不到有效值。
4920
4889
  :type Meta: str
4921
4890
  """
4922
4891
  self._RunType = None
@@ -4945,7 +4914,6 @@ class RunMetadata(AbstractModel):
4945
4914
  @property
4946
4915
  def RunType(self):
4947
4916
  """任务类型。
4948
- 注意:此字段可能返回 null,表示取不到有效值。
4949
4917
  :rtype: str
4950
4918
  """
4951
4919
  return self._RunType
@@ -4957,7 +4925,6 @@ class RunMetadata(AbstractModel):
4957
4925
  @property
4958
4926
  def RunId(self):
4959
4927
  """任务ID。
4960
- 注意:此字段可能返回 null,表示取不到有效值。
4961
4928
  :rtype: str
4962
4929
  """
4963
4930
  return self._RunId
@@ -4969,7 +4936,6 @@ class RunMetadata(AbstractModel):
4969
4936
  @property
4970
4937
  def ParentId(self):
4971
4938
  """父层ID。
4972
- 注意:此字段可能返回 null,表示取不到有效值。
4973
4939
  :rtype: str
4974
4940
  """
4975
4941
  return self._ParentId
@@ -4981,7 +4947,6 @@ class RunMetadata(AbstractModel):
4981
4947
  @property
4982
4948
  def JobId(self):
4983
4949
  """作业ID。
4984
- 注意:此字段可能返回 null,表示取不到有效值。
4985
4950
  :rtype: str
4986
4951
  """
4987
4952
  return self._JobId
@@ -4993,7 +4958,6 @@ class RunMetadata(AbstractModel):
4993
4958
  @property
4994
4959
  def CallName(self):
4995
4960
  """作业名称。
4996
- 注意:此字段可能返回 null,表示取不到有效值。
4997
4961
  :rtype: str
4998
4962
  """
4999
4963
  return self._CallName
@@ -5005,7 +4969,6 @@ class RunMetadata(AbstractModel):
5005
4969
  @property
5006
4970
  def ScatterIndex(self):
5007
4971
  """Scatter索引。
5008
- 注意:此字段可能返回 null,表示取不到有效值。
5009
4972
  :rtype: str
5010
4973
  """
5011
4974
  return self._ScatterIndex
@@ -5017,7 +4980,6 @@ class RunMetadata(AbstractModel):
5017
4980
  @property
5018
4981
  def Input(self):
5019
4982
  """输入。
5020
- 注意:此字段可能返回 null,表示取不到有效值。
5021
4983
  :rtype: str
5022
4984
  """
5023
4985
  return self._Input
@@ -5029,7 +4991,6 @@ class RunMetadata(AbstractModel):
5029
4991
  @property
5030
4992
  def Output(self):
5031
4993
  """输出。
5032
- 注意:此字段可能返回 null,表示取不到有效值。
5033
4994
  :rtype: str
5034
4995
  """
5035
4996
  return self._Output
@@ -5041,7 +5002,6 @@ class RunMetadata(AbstractModel):
5041
5002
  @property
5042
5003
  def Status(self):
5043
5004
  """状态
5044
- 注意:此字段可能返回 null,表示取不到有效值。
5045
5005
  :rtype: str
5046
5006
  """
5047
5007
  return self._Status
@@ -5053,7 +5013,6 @@ class RunMetadata(AbstractModel):
5053
5013
  @property
5054
5014
  def ErrorMessage(self):
5055
5015
  """错误信息。
5056
- 注意:此字段可能返回 null,表示取不到有效值。
5057
5016
  :rtype: str
5058
5017
  """
5059
5018
  return self._ErrorMessage
@@ -5065,7 +5024,6 @@ class RunMetadata(AbstractModel):
5065
5024
  @property
5066
5025
  def StartTime(self):
5067
5026
  """开始时间
5068
- 注意:此字段可能返回 null,表示取不到有效值。
5069
5027
  :rtype: str
5070
5028
  """
5071
5029
  return self._StartTime
@@ -5077,7 +5035,6 @@ class RunMetadata(AbstractModel):
5077
5035
  @property
5078
5036
  def SubmitTime(self):
5079
5037
  """提交时间。
5080
- 注意:此字段可能返回 null,表示取不到有效值。
5081
5038
  :rtype: str
5082
5039
  """
5083
5040
  return self._SubmitTime
@@ -5089,7 +5046,6 @@ class RunMetadata(AbstractModel):
5089
5046
  @property
5090
5047
  def EndTime(self):
5091
5048
  """结束时间。
5092
- 注意:此字段可能返回 null,表示取不到有效值。
5093
5049
  :rtype: str
5094
5050
  """
5095
5051
  return self._EndTime
@@ -5101,7 +5057,6 @@ class RunMetadata(AbstractModel):
5101
5057
  @property
5102
5058
  def Command(self):
5103
5059
  """命令行。
5104
- 注意:此字段可能返回 null,表示取不到有效值。
5105
5060
  :rtype: str
5106
5061
  """
5107
5062
  return self._Command
@@ -5113,7 +5068,6 @@ class RunMetadata(AbstractModel):
5113
5068
  @property
5114
5069
  def Runtime(self):
5115
5070
  """运行时。
5116
- 注意:此字段可能返回 null,表示取不到有效值。
5117
5071
  :rtype: str
5118
5072
  """
5119
5073
  return self._Runtime
@@ -5125,7 +5079,6 @@ class RunMetadata(AbstractModel):
5125
5079
  @property
5126
5080
  def Preprocess(self):
5127
5081
  """预处理。
5128
- 注意:此字段可能返回 null,表示取不到有效值。
5129
5082
  :rtype: bool
5130
5083
  """
5131
5084
  return self._Preprocess
@@ -5137,7 +5090,6 @@ class RunMetadata(AbstractModel):
5137
5090
  @property
5138
5091
  def PostProcess(self):
5139
5092
  """后处理。
5140
- 注意:此字段可能返回 null,表示取不到有效值。
5141
5093
  :rtype: bool
5142
5094
  """
5143
5095
  return self._PostProcess
@@ -5149,7 +5101,6 @@ class RunMetadata(AbstractModel):
5149
5101
  @property
5150
5102
  def CallCached(self):
5151
5103
  """Cache命中
5152
- 注意:此字段可能返回 null,表示取不到有效值。
5153
5104
  :rtype: bool
5154
5105
  """
5155
5106
  return self._CallCached
@@ -5161,7 +5112,6 @@ class RunMetadata(AbstractModel):
5161
5112
  @property
5162
5113
  def WorkDir(self):
5163
5114
  """工作目录。
5164
- 注意:此字段可能返回 null,表示取不到有效值。
5165
5115
  :rtype: str
5166
5116
  """
5167
5117
  return self._WorkDir
@@ -5173,7 +5123,6 @@ class RunMetadata(AbstractModel):
5173
5123
  @property
5174
5124
  def Stdout(self):
5175
5125
  """标准输出。
5176
- 注意:此字段可能返回 null,表示取不到有效值。
5177
5126
  :rtype: str
5178
5127
  """
5179
5128
  return self._Stdout
@@ -5185,7 +5134,6 @@ class RunMetadata(AbstractModel):
5185
5134
  @property
5186
5135
  def Stderr(self):
5187
5136
  """错误输出。
5188
- 注意:此字段可能返回 null,表示取不到有效值。
5189
5137
  :rtype: str
5190
5138
  """
5191
5139
  return self._Stderr
@@ -5197,7 +5145,6 @@ class RunMetadata(AbstractModel):
5197
5145
  @property
5198
5146
  def Meta(self):
5199
5147
  """其他信息。
5200
- 注意:此字段可能返回 null,表示取不到有效值。
5201
5148
  :rtype: str
5202
5149
  """
5203
5150
  return self._Meta
@@ -5256,13 +5203,10 @@ class RunOption(AbstractModel):
5256
5203
  :param _UseErrorOnHold: 是否使用错误挂起功能。
5257
5204
  :type UseErrorOnHold: bool
5258
5205
  :param _FinalWorkflowOutputsDir: 输出归档COS路径。
5259
- 注意:此字段可能返回 null,表示取不到有效值。
5260
5206
  :type FinalWorkflowOutputsDir: str
5261
5207
  :param _UseRelativeOutputPaths: 是否使用相对目录归档输出。
5262
- 注意:此字段可能返回 null,表示取不到有效值。
5263
5208
  :type UseRelativeOutputPaths: bool
5264
5209
  :param _AddRunInfoToOutputDir: 是否添加运行信息到输出目录中
5265
- 注意:此字段可能返回 null,表示取不到有效值。
5266
5210
  :type AddRunInfoToOutputDir: bool
5267
5211
  """
5268
5212
  self._FailureMode = None
@@ -5310,7 +5254,6 @@ class RunOption(AbstractModel):
5310
5254
  @property
5311
5255
  def FinalWorkflowOutputsDir(self):
5312
5256
  """输出归档COS路径。
5313
- 注意:此字段可能返回 null,表示取不到有效值。
5314
5257
  :rtype: str
5315
5258
  """
5316
5259
  return self._FinalWorkflowOutputsDir
@@ -5322,7 +5265,6 @@ class RunOption(AbstractModel):
5322
5265
  @property
5323
5266
  def UseRelativeOutputPaths(self):
5324
5267
  """是否使用相对目录归档输出。
5325
- 注意:此字段可能返回 null,表示取不到有效值。
5326
5268
  :rtype: bool
5327
5269
  """
5328
5270
  return self._UseRelativeOutputPaths
@@ -5334,7 +5276,6 @@ class RunOption(AbstractModel):
5334
5276
  @property
5335
5277
  def AddRunInfoToOutputDir(self):
5336
5278
  """是否添加运行信息到输出目录中
5337
- 注意:此字段可能返回 null,表示取不到有效值。
5338
5279
  :rtype: bool
5339
5280
  """
5340
5281
  return self._AddRunInfoToOutputDir
@@ -5794,26 +5735,21 @@ class Table(AbstractModel):
5794
5735
  def __init__(self):
5795
5736
  r"""
5796
5737
  :param _TableId: 表格ID
5797
- 注意:此字段可能返回 null,表示取不到有效值。
5798
5738
  :type TableId: str
5799
5739
  :param _ProjectId: 关联项目ID
5800
- 注意:此字段可能返回 null,表示取不到有效值。
5801
5740
  :type ProjectId: str
5802
5741
  :param _Name: 表格名称
5803
- 注意:此字段可能返回 null,表示取不到有效值。
5804
5742
  :type Name: str
5805
5743
  :param _Description: 表格描述
5806
- 注意:此字段可能返回 null,表示取不到有效值。
5807
5744
  :type Description: str
5808
5745
  :param _Columns: 表格列
5809
- 注意:此字段可能返回 null,表示取不到有效值。
5810
5746
  :type Columns: list of TableColumn
5811
5747
  :param _CreateTime: 创建时间
5812
- 注意:此字段可能返回 null,表示取不到有效值。
5813
5748
  :type CreateTime: str
5814
5749
  :param _Creator: 创建人
5815
- 注意:此字段可能返回 null,表示取不到有效值。
5816
5750
  :type Creator: str
5751
+ :param _CreatorId: 创建人ID
5752
+ :type CreatorId: str
5817
5753
  """
5818
5754
  self._TableId = None
5819
5755
  self._ProjectId = None
@@ -5822,11 +5758,11 @@ class Table(AbstractModel):
5822
5758
  self._Columns = None
5823
5759
  self._CreateTime = None
5824
5760
  self._Creator = None
5761
+ self._CreatorId = None
5825
5762
 
5826
5763
  @property
5827
5764
  def TableId(self):
5828
5765
  """表格ID
5829
- 注意:此字段可能返回 null,表示取不到有效值。
5830
5766
  :rtype: str
5831
5767
  """
5832
5768
  return self._TableId
@@ -5838,7 +5774,6 @@ class Table(AbstractModel):
5838
5774
  @property
5839
5775
  def ProjectId(self):
5840
5776
  """关联项目ID
5841
- 注意:此字段可能返回 null,表示取不到有效值。
5842
5777
  :rtype: str
5843
5778
  """
5844
5779
  return self._ProjectId
@@ -5850,7 +5785,6 @@ class Table(AbstractModel):
5850
5785
  @property
5851
5786
  def Name(self):
5852
5787
  """表格名称
5853
- 注意:此字段可能返回 null,表示取不到有效值。
5854
5788
  :rtype: str
5855
5789
  """
5856
5790
  return self._Name
@@ -5862,7 +5796,6 @@ class Table(AbstractModel):
5862
5796
  @property
5863
5797
  def Description(self):
5864
5798
  """表格描述
5865
- 注意:此字段可能返回 null,表示取不到有效值。
5866
5799
  :rtype: str
5867
5800
  """
5868
5801
  return self._Description
@@ -5874,7 +5807,6 @@ class Table(AbstractModel):
5874
5807
  @property
5875
5808
  def Columns(self):
5876
5809
  """表格列
5877
- 注意:此字段可能返回 null,表示取不到有效值。
5878
5810
  :rtype: list of TableColumn
5879
5811
  """
5880
5812
  return self._Columns
@@ -5886,7 +5818,6 @@ class Table(AbstractModel):
5886
5818
  @property
5887
5819
  def CreateTime(self):
5888
5820
  """创建时间
5889
- 注意:此字段可能返回 null,表示取不到有效值。
5890
5821
  :rtype: str
5891
5822
  """
5892
5823
  return self._CreateTime
@@ -5898,7 +5829,6 @@ class Table(AbstractModel):
5898
5829
  @property
5899
5830
  def Creator(self):
5900
5831
  """创建人
5901
- 注意:此字段可能返回 null,表示取不到有效值。
5902
5832
  :rtype: str
5903
5833
  """
5904
5834
  return self._Creator
@@ -5907,6 +5837,17 @@ class Table(AbstractModel):
5907
5837
  def Creator(self, Creator):
5908
5838
  self._Creator = Creator
5909
5839
 
5840
+ @property
5841
+ def CreatorId(self):
5842
+ """创建人ID
5843
+ :rtype: str
5844
+ """
5845
+ return self._CreatorId
5846
+
5847
+ @CreatorId.setter
5848
+ def CreatorId(self, CreatorId):
5849
+ self._CreatorId = CreatorId
5850
+
5910
5851
 
5911
5852
  def _deserialize(self, params):
5912
5853
  self._TableId = params.get("TableId")
@@ -5921,6 +5862,7 @@ class Table(AbstractModel):
5921
5862
  self._Columns.append(obj)
5922
5863
  self._CreateTime = params.get("CreateTime")
5923
5864
  self._Creator = params.get("Creator")
5865
+ self._CreatorId = params.get("CreatorId")
5924
5866
  memeber_set = set(params.keys())
5925
5867
  for name, value in vars(self).items():
5926
5868
  property_name = name[1:]
@@ -5939,10 +5881,8 @@ class TableColumn(AbstractModel):
5939
5881
  def __init__(self):
5940
5882
  r"""
5941
5883
  :param _Header: 列名称
5942
- 注意:此字段可能返回 null,表示取不到有效值。
5943
5884
  :type Header: str
5944
5885
  :param _DataType: 列数据类型
5945
- 注意:此字段可能返回 null,表示取不到有效值。
5946
5886
  :type DataType: str
5947
5887
  """
5948
5888
  self._Header = None
@@ -5951,7 +5891,6 @@ class TableColumn(AbstractModel):
5951
5891
  @property
5952
5892
  def Header(self):
5953
5893
  """列名称
5954
- 注意:此字段可能返回 null,表示取不到有效值。
5955
5894
  :rtype: str
5956
5895
  """
5957
5896
  return self._Header
@@ -5963,7 +5902,6 @@ class TableColumn(AbstractModel):
5963
5902
  @property
5964
5903
  def DataType(self):
5965
5904
  """列数据类型
5966
- 注意:此字段可能返回 null,表示取不到有效值。
5967
5905
  :rtype: str
5968
5906
  """
5969
5907
  return self._DataType
@@ -5994,10 +5932,8 @@ class TableRow(AbstractModel):
5994
5932
  def __init__(self):
5995
5933
  r"""
5996
5934
  :param _TableRowUuid: 表格行UUID。
5997
- 注意:此字段可能返回 null,表示取不到有效值。
5998
5935
  :type TableRowUuid: str
5999
5936
  :param _Content: 表格行内容。
6000
- 注意:此字段可能返回 null,表示取不到有效值。
6001
5937
  :type Content: list of str
6002
5938
  """
6003
5939
  self._TableRowUuid = None
@@ -6006,7 +5942,6 @@ class TableRow(AbstractModel):
6006
5942
  @property
6007
5943
  def TableRowUuid(self):
6008
5944
  """表格行UUID。
6009
- 注意:此字段可能返回 null,表示取不到有效值。
6010
5945
  :rtype: str
6011
5946
  """
6012
5947
  return self._TableRowUuid
@@ -6018,7 +5953,6 @@ class TableRow(AbstractModel):
6018
5953
  @property
6019
5954
  def Content(self):
6020
5955
  """表格行内容。
6021
- 注意:此字段可能返回 null,表示取不到有效值。
6022
5956
  :rtype: list of str
6023
5957
  """
6024
5958
  return self._Content
@@ -6439,13 +6373,10 @@ class VolumeInfo(AbstractModel):
6439
6373
  def __init__(self):
6440
6374
  r"""
6441
6375
  :param _VolumeId: 缓存卷ID。
6442
- 注意:此字段可能返回 null,表示取不到有效值。
6443
6376
  :type VolumeId: str
6444
6377
  :param _Name: 名称。
6445
- 注意:此字段可能返回 null,表示取不到有效值。
6446
6378
  :type Name: str
6447
6379
  :param _MountPath: 挂载路径。
6448
- 注意:此字段可能返回 null,表示取不到有效值。
6449
6380
  :type MountPath: str
6450
6381
  """
6451
6382
  self._VolumeId = None
@@ -6455,7 +6386,6 @@ class VolumeInfo(AbstractModel):
6455
6386
  @property
6456
6387
  def VolumeId(self):
6457
6388
  """缓存卷ID。
6458
- 注意:此字段可能返回 null,表示取不到有效值。
6459
6389
  :rtype: str
6460
6390
  """
6461
6391
  return self._VolumeId
@@ -6467,7 +6397,6 @@ class VolumeInfo(AbstractModel):
6467
6397
  @property
6468
6398
  def Name(self):
6469
6399
  """名称。
6470
- 注意:此字段可能返回 null,表示取不到有效值。
6471
6400
  :rtype: str
6472
6401
  """
6473
6402
  return self._Name
@@ -6479,7 +6408,6 @@ class VolumeInfo(AbstractModel):
6479
6408
  @property
6480
6409
  def MountPath(self):
6481
6410
  """挂载路径。
6482
- 注意:此字段可能返回 null,表示取不到有效值。
6483
6411
  :rtype: str
6484
6412
  """
6485
6413
  return self._MountPath