tencentcloud-sdk-omics 3.0.715 → 3.0.717

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1fe2c8dde140fb2008316dd57f14b20d84f2f785
4
- data.tar.gz: 387cd970f0219dc6b70047b95f65a27f5ecb3de4
3
+ metadata.gz: 5198929b90702a640feb9079646e012cec1cc5f0
4
+ data.tar.gz: 2323583b6f4ba8abb1ae8c8544a8bcea77a214fa
5
5
  SHA512:
6
- metadata.gz: afd764ff0a191f358ec17750cba116e5b75b1b896eb390e9e3e027dee4dae2c8cab9907f083433f6dd551c601e5728a7b41cb79ca89a3e5a4acae4b392096e28
7
- data.tar.gz: 04460732199378b73c35ec2f4800109df7e122f5263aa302ee5ac4799c893adc5535f0dacdf6343918ae7089d4eb65f3e89c843fa5ecc5d9563cd113eb8e2473
6
+ metadata.gz: 4c4e0cb0b00b621101c50961254fd264b0b33b80a6dda1854eb74e54702dba47a76d98279a730ced13ff4f058ce07721728ffd9a1590bd95276e3b0d5208bbad
7
+ data.tar.gz: d8f46a64754f468d548ea19228742d15d1e76625fa1e5db11156e9acd32a50099bdb4505286bf29a50255a164fcac65ede7519904cbc3a05fccd54581631affb
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.715
1
+ 3.0.717
@@ -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, 11
1235
- deprecate :Option=, :none, 2023, 11
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
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.715
4
+ version: 3.0.717
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-11-28 00:00:00.000000000 Z
11
+ date: 2023-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common