tencentcloud-sdk-omics 3.0.716 → 3.0.717
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 +4 -4
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5198929b90702a640feb9079646e012cec1cc5f0
|
|
4
|
+
data.tar.gz: 2323583b6f4ba8abb1ae8c8544a8bcea77a214fa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4c4e0cb0b00b621101c50961254fd264b0b33b80a6dda1854eb74e54702dba47a76d98279a730ced13ff4f058ce07721728ffd9a1590bd95276e3b0d5208bbad
|
|
7
|
+
data.tar.gz: d8f46a64754f468d548ea19228742d15d1e76625fa1e5db11156e9acd32a50099bdb4505286bf29a50255a164fcac65ede7519904cbc3a05fccd54581631affb
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.717
|
data/lib/v20221128/models.rb
CHANGED
|
@@ -1231,8 +1231,8 @@ module TencentCloud
|
|
|
1231
1231
|
|
|
1232
1232
|
attr_accessor :RunUuid, :ProjectId, :ApplicationId, :RunGroupId, :EnvironmentId, :UserDefinedId, :TableId, :TableRowUuid, :Status, :Input, :Option, :ExecutionTime, :Cache, :ErrorMessage, :CreateTime, :UpdateTime
|
|
1233
1233
|
extend Gem::Deprecate
|
|
1234
|
-
deprecate :Option, :none, 2023,
|
|
1235
|
-
deprecate :Option=, :none, 2023,
|
|
1234
|
+
deprecate :Option, :none, 2023, 12
|
|
1235
|
+
deprecate :Option=, :none, 2023, 12
|
|
1236
1236
|
|
|
1237
1237
|
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)
|
|
1238
1238
|
@RunUuid = runuuid
|
|
@@ -1294,7 +1294,7 @@ module TencentCloud
|
|
|
1294
1294
|
# @type EnvironmentId: String
|
|
1295
1295
|
# @param InputBase64: 任务输入JSON。需要进行base64编码。
|
|
1296
1296
|
# @type InputBase64: String
|
|
1297
|
-
# @param CacheClearDelay:
|
|
1297
|
+
# @param CacheClearDelay: 任务缓存清理时间(小时)。不填表示不清理。
|
|
1298
1298
|
# @type CacheClearDelay: Integer
|
|
1299
1299
|
# @param Option: 运行选项。
|
|
1300
1300
|
# @type Option: :class:`Tencentcloud::Omics.v20221128.models.RunOption`
|
|
@@ -1697,7 +1697,7 @@ module TencentCloud
|
|
|
1697
1697
|
# @param InputCosUri: 任务输入COS地址。
|
|
1698
1698
|
# (InputBase64和InputCosUri必选其一)
|
|
1699
1699
|
# @type InputCosUri: String
|
|
1700
|
-
# @param CacheClearDelay:
|
|
1700
|
+
# @param CacheClearDelay: 任务缓存清理时间(小时)。不填表示不清理。
|
|
1701
1701
|
# @type CacheClearDelay: Integer
|
|
1702
1702
|
|
|
1703
1703
|
attr_accessor :Name, :EnvironmentId, :GitSource, :Type, :NFOption, :ProjectId, :Description, :InputBase64, :InputCosUri, :CacheClearDelay
|