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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9992b9719143e669e11dfada543ddf11180a2be7
4
- data.tar.gz: d17008498db4df499f5544be1446325912e38228
3
+ metadata.gz: 5198929b90702a640feb9079646e012cec1cc5f0
4
+ data.tar.gz: 2323583b6f4ba8abb1ae8c8544a8bcea77a214fa
5
5
  SHA512:
6
- metadata.gz: 4988c85ee8a9e9de0228f53846c21b551552ac51887407aa7d125281c24a0d032dd46827ff029708ab010ee62cdc698f2d0002ff6c8a2b5b25bb7668c5cbba6d
7
- data.tar.gz: 873ec89de500c302fd8dd40f58741199b5b4ca2caab0d83e677c4b2fe2e1c2a0d6c740ba9a6b4d409a9239b7d5763b783c4094755c73c09a9bca3740d37922d4
6
+ metadata.gz: 4c4e0cb0b00b621101c50961254fd264b0b33b80a6dda1854eb74e54702dba47a76d98279a730ced13ff4f058ce07721728ffd9a1590bd95276e3b0d5208bbad
7
+ data.tar.gz: d8f46a64754f468d548ea19228742d15d1e76625fa1e5db11156e9acd32a50099bdb4505286bf29a50255a164fcac65ede7519904cbc3a05fccd54581631affb
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.716
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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-omics
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.716
4
+ version: 3.0.717
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud