tencentcloud-sdk-omics 3.0.684 → 3.0.686
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20221128/models.rb +173 -13
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5c017ffd54cc733d221a315816c0bcd20fc7a240
|
4
|
+
data.tar.gz: f4acf129d8cf79c3c3eb1232d5f8e0793d277d4a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c8096164b6ce97615befdfa69995461c65d7409f2d434b19e8e99e47818cd3022f49a18f51c97c2f97765094812e0bb10a50548a7fb22754d952accc3dec0910
|
7
|
+
data.tar.gz: 8dc670062404d2585e604de05682db924c8b4bfadd0885990732ae929e0b2cfe9ddcb5974fd3328884bd3c273886c4f6d92f6ccfd1049ef99f6ebfe51dc48990
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.686
|
data/lib/v20221128/models.rb
CHANGED
@@ -17,6 +17,63 @@
|
|
17
17
|
module TencentCloud
|
18
18
|
module Omics
|
19
19
|
module V20221128
|
20
|
+
# 应用版本。
|
21
|
+
class ApplicationVersion < TencentCloud::Common::AbstractModel
|
22
|
+
# @param Type: 版本类型。
|
23
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
24
|
+
# @type Type: String
|
25
|
+
# @param ApplicationVersionId: 版本ID。
|
26
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
27
|
+
# @type ApplicationVersionId: String
|
28
|
+
# @param Name: 发布名称。
|
29
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
30
|
+
# @type Name: String
|
31
|
+
# @param Description: 发布描述。
|
32
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
33
|
+
# @type Description: String
|
34
|
+
# @param Entrypoint: 入口文件。
|
35
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
36
|
+
# @type Entrypoint: String
|
37
|
+
# @param CreateTime: 创建时间。
|
38
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
39
|
+
# @type CreateTime: String
|
40
|
+
# @param CreatorName: 创建者名称。
|
41
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
42
|
+
# @type CreatorName: String
|
43
|
+
# @param CreatorId: 创建者ID。
|
44
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
45
|
+
# @type CreatorId: String
|
46
|
+
# @param GitInfo: Git信息。
|
47
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
48
|
+
# @type GitInfo: String
|
49
|
+
|
50
|
+
attr_accessor :Type, :ApplicationVersionId, :Name, :Description, :Entrypoint, :CreateTime, :CreatorName, :CreatorId, :GitInfo
|
51
|
+
|
52
|
+
def initialize(type=nil, applicationversionid=nil, name=nil, description=nil, entrypoint=nil, createtime=nil, creatorname=nil, creatorid=nil, gitinfo=nil)
|
53
|
+
@Type = type
|
54
|
+
@ApplicationVersionId = applicationversionid
|
55
|
+
@Name = name
|
56
|
+
@Description = description
|
57
|
+
@Entrypoint = entrypoint
|
58
|
+
@CreateTime = createtime
|
59
|
+
@CreatorName = creatorname
|
60
|
+
@CreatorId = creatorid
|
61
|
+
@GitInfo = gitinfo
|
62
|
+
end
|
63
|
+
|
64
|
+
def deserialize(params)
|
65
|
+
@Type = params['Type']
|
66
|
+
@ApplicationVersionId = params['ApplicationVersionId']
|
67
|
+
@Name = params['Name']
|
68
|
+
@Description = params['Description']
|
69
|
+
@Entrypoint = params['Entrypoint']
|
70
|
+
@CreateTime = params['CreateTime']
|
71
|
+
@CreatorName = params['CreatorName']
|
72
|
+
@CreatorId = params['CreatorId']
|
73
|
+
@GitInfo = params['GitInfo']
|
74
|
+
end
|
75
|
+
end
|
76
|
+
|
20
77
|
# 云服务器配置。
|
21
78
|
class CVMOption < TencentCloud::Common::AbstractModel
|
22
79
|
# @param Zone: 云服务器可用区。
|
@@ -37,6 +94,33 @@ module TencentCloud
|
|
37
94
|
end
|
38
95
|
end
|
39
96
|
|
97
|
+
# 缓存信息。
|
98
|
+
class CacheInfo < TencentCloud::Common::AbstractModel
|
99
|
+
# @param CacheClearDelay: 缓存清理时间(小时)。
|
100
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
101
|
+
# @type CacheClearDelay: Integer
|
102
|
+
# @param CacheClearTime: 缓存清理计划时间。
|
103
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
104
|
+
# @type CacheClearTime: String
|
105
|
+
# @param CacheCleared: 缓存是否已被清理。
|
106
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
107
|
+
# @type CacheCleared: Boolean
|
108
|
+
|
109
|
+
attr_accessor :CacheClearDelay, :CacheClearTime, :CacheCleared
|
110
|
+
|
111
|
+
def initialize(cachecleardelay=nil, cachecleartime=nil, cachecleared=nil)
|
112
|
+
@CacheClearDelay = cachecleardelay
|
113
|
+
@CacheClearTime = cachecleartime
|
114
|
+
@CacheCleared = cachecleared
|
115
|
+
end
|
116
|
+
|
117
|
+
def deserialize(params)
|
118
|
+
@CacheClearDelay = params['CacheClearDelay']
|
119
|
+
@CacheClearTime = params['CacheClearTime']
|
120
|
+
@CacheCleared = params['CacheCleared']
|
121
|
+
end
|
122
|
+
end
|
123
|
+
|
40
124
|
# 计算集群配置。
|
41
125
|
class ClusterOption < TencentCloud::Common::AbstractModel
|
42
126
|
# @param Zone: 计算集群可用区。
|
@@ -676,23 +760,23 @@ module TencentCloud
|
|
676
760
|
class GetRunCallsRequest < TencentCloud::Common::AbstractModel
|
677
761
|
# @param RunUuid: 任务Uuid。
|
678
762
|
# @type RunUuid: String
|
679
|
-
# @param ProjectId: 项目ID。
|
680
|
-
# @type ProjectId: String
|
681
763
|
# @param Path: 作业路径
|
682
764
|
# @type Path: String
|
765
|
+
# @param ProjectId: 项目ID。
|
766
|
+
# @type ProjectId: String
|
683
767
|
|
684
|
-
attr_accessor :RunUuid, :
|
768
|
+
attr_accessor :RunUuid, :Path, :ProjectId
|
685
769
|
|
686
|
-
def initialize(runuuid=nil,
|
770
|
+
def initialize(runuuid=nil, path=nil, projectid=nil)
|
687
771
|
@RunUuid = runuuid
|
688
|
-
@ProjectId = projectid
|
689
772
|
@Path = path
|
773
|
+
@ProjectId = projectid
|
690
774
|
end
|
691
775
|
|
692
776
|
def deserialize(params)
|
693
777
|
@RunUuid = params['RunUuid']
|
694
|
-
@ProjectId = params['ProjectId']
|
695
778
|
@Path = params['Path']
|
779
|
+
@ProjectId = params['ProjectId']
|
696
780
|
end
|
697
781
|
end
|
698
782
|
|
@@ -818,6 +902,38 @@ module TencentCloud
|
|
818
902
|
end
|
819
903
|
end
|
820
904
|
|
905
|
+
# Nextflow选项。
|
906
|
+
class NFOption < TencentCloud::Common::AbstractModel
|
907
|
+
# @param Config: Config。
|
908
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
909
|
+
# @type Config: String
|
910
|
+
# @param Profile: Profile。
|
911
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
912
|
+
# @type Profile: String
|
913
|
+
# @param Report: Report。
|
914
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
915
|
+
# @type Report: Boolean
|
916
|
+
# @param Resume: Resume。
|
917
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
918
|
+
# @type Resume: Boolean
|
919
|
+
|
920
|
+
attr_accessor :Config, :Profile, :Report, :Resume
|
921
|
+
|
922
|
+
def initialize(config=nil, profile=nil, report=nil, resume=nil)
|
923
|
+
@Config = config
|
924
|
+
@Profile = profile
|
925
|
+
@Report = report
|
926
|
+
@Resume = resume
|
927
|
+
end
|
928
|
+
|
929
|
+
def deserialize(params)
|
930
|
+
@Config = params['Config']
|
931
|
+
@Profile = params['Profile']
|
932
|
+
@Report = params['Report']
|
933
|
+
@Resume = params['Resume']
|
934
|
+
end
|
935
|
+
end
|
936
|
+
|
821
937
|
# 云资源ID。
|
822
938
|
class ResourceIds < TencentCloud::Common::AbstractModel
|
823
939
|
# @param VPCId: 私有网络ID。
|
@@ -939,6 +1055,9 @@ module TencentCloud
|
|
939
1055
|
# @type Option: :class:`Tencentcloud::Omics.v20221128.models.RunOption`
|
940
1056
|
# @param ExecutionTime: 执行时间。
|
941
1057
|
# @type ExecutionTime: :class:`Tencentcloud::Omics.v20221128.models.ExecutionTime`
|
1058
|
+
# @param Cache: 缓存信息。
|
1059
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1060
|
+
# @type Cache: :class:`Tencentcloud::Omics.v20221128.models.CacheInfo`
|
942
1061
|
# @param ErrorMessage: 错误信息。
|
943
1062
|
# @type ErrorMessage: String
|
944
1063
|
# @param CreateTime: 创建时间。
|
@@ -946,9 +1065,9 @@ module TencentCloud
|
|
946
1065
|
# @param UpdateTime: 更新时间。
|
947
1066
|
# @type UpdateTime: String
|
948
1067
|
|
949
|
-
attr_accessor :RunUuid, :ProjectId, :ApplicationId, :RunGroupId, :EnvironmentId, :UserDefinedId, :TableId, :TableRowUuid, :Status, :Input, :Option, :ExecutionTime, :ErrorMessage, :CreateTime, :UpdateTime
|
1068
|
+
attr_accessor :RunUuid, :ProjectId, :ApplicationId, :RunGroupId, :EnvironmentId, :UserDefinedId, :TableId, :TableRowUuid, :Status, :Input, :Option, :ExecutionTime, :Cache, :ErrorMessage, :CreateTime, :UpdateTime
|
950
1069
|
|
951
|
-
def initialize(runuuid=nil, projectid=nil, applicationid=nil, rungroupid=nil, environmentid=nil, userdefinedid=nil, tableid=nil, tablerowuuid=nil, status=nil, input=nil, option=nil, executiontime=nil, errormessage=nil, createtime=nil, updatetime=nil)
|
1070
|
+
def initialize(runuuid=nil, projectid=nil, applicationid=nil, rungroupid=nil, environmentid=nil, userdefinedid=nil, tableid=nil, tablerowuuid=nil, status=nil, input=nil, option=nil, executiontime=nil, cache=nil, errormessage=nil, createtime=nil, updatetime=nil)
|
952
1071
|
@RunUuid = runuuid
|
953
1072
|
@ProjectId = projectid
|
954
1073
|
@ApplicationId = applicationid
|
@@ -961,6 +1080,7 @@ module TencentCloud
|
|
961
1080
|
@Input = input
|
962
1081
|
@Option = option
|
963
1082
|
@ExecutionTime = executiontime
|
1083
|
+
@Cache = cache
|
964
1084
|
@ErrorMessage = errormessage
|
965
1085
|
@CreateTime = createtime
|
966
1086
|
@UpdateTime = updatetime
|
@@ -985,6 +1105,10 @@ module TencentCloud
|
|
985
1105
|
@ExecutionTime = ExecutionTime.new
|
986
1106
|
@ExecutionTime.deserialize(params['ExecutionTime'])
|
987
1107
|
end
|
1108
|
+
unless params['Cache'].nil?
|
1109
|
+
@Cache = CacheInfo.new
|
1110
|
+
@Cache.deserialize(params['Cache'])
|
1111
|
+
end
|
988
1112
|
@ErrorMessage = params['ErrorMessage']
|
989
1113
|
@CreateTime = params['CreateTime']
|
990
1114
|
@UpdateTime = params['UpdateTime']
|
@@ -1099,8 +1223,11 @@ module TencentCloud
|
|
1099
1223
|
# @type Status: String
|
1100
1224
|
# @param Input: 任务输入。
|
1101
1225
|
# @type Input: String
|
1102
|
-
# @param Option: 运行选项。
|
1226
|
+
# @param Option: WDL运行选项。
|
1103
1227
|
# @type Option: :class:`Tencentcloud::Omics.v20221128.models.RunOption`
|
1228
|
+
# @param NFOption: Nextflow运行选项。
|
1229
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1230
|
+
# @type NFOption: :class:`Tencentcloud::Omics.v20221128.models.NFOption`
|
1104
1231
|
# @param TotalRun: 任务总数量。
|
1105
1232
|
# @type TotalRun: Integer
|
1106
1233
|
# @param RunStatusCounts: 各状态任务的数量。
|
@@ -1113,10 +1240,22 @@ module TencentCloud
|
|
1113
1240
|
# @type CreateTime: String
|
1114
1241
|
# @param UpdateTime: 更新时间。
|
1115
1242
|
# @type UpdateTime: String
|
1243
|
+
# @param Creator: 创建者。
|
1244
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1245
|
+
# @type Creator: String
|
1246
|
+
# @param CreatorId: 创建者ID。
|
1247
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1248
|
+
# @type CreatorId: String
|
1249
|
+
# @param ResultNotify: 运行结果通知方式。
|
1250
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1251
|
+
# @type ResultNotify: String
|
1252
|
+
# @param ApplicationVersion: 应用版本。
|
1253
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1254
|
+
# @type ApplicationVersion: :class:`Tencentcloud::Omics.v20221128.models.ApplicationVersion`
|
1116
1255
|
|
1117
|
-
attr_accessor :RunGroupId, :ProjectId, :ProjectName, :ApplicationId, :ApplicationName, :ApplicationType, :EnvironmentId, :EnvironmentName, :TableId, :Name, :Description, :Status, :Input, :Option, :TotalRun, :RunStatusCounts, :ExecutionTime, :ErrorMessage, :CreateTime, :UpdateTime
|
1256
|
+
attr_accessor :RunGroupId, :ProjectId, :ProjectName, :ApplicationId, :ApplicationName, :ApplicationType, :EnvironmentId, :EnvironmentName, :TableId, :Name, :Description, :Status, :Input, :Option, :NFOption, :TotalRun, :RunStatusCounts, :ExecutionTime, :ErrorMessage, :CreateTime, :UpdateTime, :Creator, :CreatorId, :ResultNotify, :ApplicationVersion
|
1118
1257
|
|
1119
|
-
def initialize(rungroupid=nil, projectid=nil, projectname=nil, applicationid=nil, applicationname=nil, applicationtype=nil, environmentid=nil, environmentname=nil, tableid=nil, name=nil, description=nil, status=nil, input=nil, option=nil, totalrun=nil, runstatuscounts=nil, executiontime=nil, errormessage=nil, createtime=nil, updatetime=nil)
|
1258
|
+
def initialize(rungroupid=nil, projectid=nil, projectname=nil, applicationid=nil, applicationname=nil, applicationtype=nil, environmentid=nil, environmentname=nil, tableid=nil, name=nil, description=nil, status=nil, input=nil, option=nil, nfoption=nil, totalrun=nil, runstatuscounts=nil, executiontime=nil, errormessage=nil, createtime=nil, updatetime=nil, creator=nil, creatorid=nil, resultnotify=nil, applicationversion=nil)
|
1120
1259
|
@RunGroupId = rungroupid
|
1121
1260
|
@ProjectId = projectid
|
1122
1261
|
@ProjectName = projectname
|
@@ -1131,12 +1270,17 @@ module TencentCloud
|
|
1131
1270
|
@Status = status
|
1132
1271
|
@Input = input
|
1133
1272
|
@Option = option
|
1273
|
+
@NFOption = nfoption
|
1134
1274
|
@TotalRun = totalrun
|
1135
1275
|
@RunStatusCounts = runstatuscounts
|
1136
1276
|
@ExecutionTime = executiontime
|
1137
1277
|
@ErrorMessage = errormessage
|
1138
1278
|
@CreateTime = createtime
|
1139
1279
|
@UpdateTime = updatetime
|
1280
|
+
@Creator = creator
|
1281
|
+
@CreatorId = creatorid
|
1282
|
+
@ResultNotify = resultnotify
|
1283
|
+
@ApplicationVersion = applicationversion
|
1140
1284
|
end
|
1141
1285
|
|
1142
1286
|
def deserialize(params)
|
@@ -1157,6 +1301,10 @@ module TencentCloud
|
|
1157
1301
|
@Option = RunOption.new
|
1158
1302
|
@Option.deserialize(params['Option'])
|
1159
1303
|
end
|
1304
|
+
unless params['NFOption'].nil?
|
1305
|
+
@NFOption = NFOption.new
|
1306
|
+
@NFOption.deserialize(params['NFOption'])
|
1307
|
+
end
|
1160
1308
|
@TotalRun = params['TotalRun']
|
1161
1309
|
unless params['RunStatusCounts'].nil?
|
1162
1310
|
@RunStatusCounts = []
|
@@ -1173,6 +1321,13 @@ module TencentCloud
|
|
1173
1321
|
@ErrorMessage = params['ErrorMessage']
|
1174
1322
|
@CreateTime = params['CreateTime']
|
1175
1323
|
@UpdateTime = params['UpdateTime']
|
1324
|
+
@Creator = params['Creator']
|
1325
|
+
@CreatorId = params['CreatorId']
|
1326
|
+
@ResultNotify = params['ResultNotify']
|
1327
|
+
unless params['ApplicationVersion'].nil?
|
1328
|
+
@ApplicationVersion = ApplicationVersion.new
|
1329
|
+
@ApplicationVersion.deserialize(params['ApplicationVersion'])
|
1330
|
+
end
|
1176
1331
|
end
|
1177
1332
|
end
|
1178
1333
|
|
@@ -1238,10 +1393,13 @@ module TencentCloud
|
|
1238
1393
|
# @param Stderr: 错误输出。
|
1239
1394
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1240
1395
|
# @type Stderr: String
|
1396
|
+
# @param Meta: 其他信息。
|
1397
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1398
|
+
# @type Meta: String
|
1241
1399
|
|
1242
|
-
attr_accessor :RunType, :RunId, :ParentId, :JobId, :CallName, :ScatterIndex, :Input, :Output, :Status, :ErrorMessage, :StartTime, :SubmitTime, :EndTime, :Command, :Runtime, :Preprocess, :PostProcess, :CallCached, :Stdout, :Stderr
|
1400
|
+
attr_accessor :RunType, :RunId, :ParentId, :JobId, :CallName, :ScatterIndex, :Input, :Output, :Status, :ErrorMessage, :StartTime, :SubmitTime, :EndTime, :Command, :Runtime, :Preprocess, :PostProcess, :CallCached, :Stdout, :Stderr, :Meta
|
1243
1401
|
|
1244
|
-
def initialize(runtype=nil, runid=nil, parentid=nil, jobid=nil, callname=nil, scatterindex=nil, input=nil, output=nil, status=nil, errormessage=nil, starttime=nil, submittime=nil, endtime=nil, command=nil, runtime=nil, preprocess=nil, postprocess=nil, callcached=nil, stdout=nil, stderr=nil)
|
1402
|
+
def initialize(runtype=nil, runid=nil, parentid=nil, jobid=nil, callname=nil, scatterindex=nil, input=nil, output=nil, status=nil, errormessage=nil, starttime=nil, submittime=nil, endtime=nil, command=nil, runtime=nil, preprocess=nil, postprocess=nil, callcached=nil, stdout=nil, stderr=nil, meta=nil)
|
1245
1403
|
@RunType = runtype
|
1246
1404
|
@RunId = runid
|
1247
1405
|
@ParentId = parentid
|
@@ -1262,6 +1420,7 @@ module TencentCloud
|
|
1262
1420
|
@CallCached = callcached
|
1263
1421
|
@Stdout = stdout
|
1264
1422
|
@Stderr = stderr
|
1423
|
+
@Meta = meta
|
1265
1424
|
end
|
1266
1425
|
|
1267
1426
|
def deserialize(params)
|
@@ -1285,6 +1444,7 @@ module TencentCloud
|
|
1285
1444
|
@CallCached = params['CallCached']
|
1286
1445
|
@Stdout = params['Stdout']
|
1287
1446
|
@Stderr = params['Stderr']
|
1447
|
+
@Meta = params['Meta']
|
1288
1448
|
end
|
1289
1449
|
end
|
1290
1450
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-omics
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.686
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-10-
|
11
|
+
date: 2023-10-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -33,9 +33,9 @@ executables: []
|
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
|
+
- lib/tencentcloud-sdk-omics.rb
|
36
37
|
- lib/v20221128/client.rb
|
37
38
|
- lib/v20221128/models.rb
|
38
|
-
- lib/tencentcloud-sdk-omics.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
41
41
|
licenses:
|