tencentcloud-sdk-iotexplorer 3.0.886 → 3.0.887
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/v20190423/models.rb +7 -7
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e75cfbbbdd2282faa2c928e1253fbd7ef5b29096
|
|
4
|
+
data.tar.gz: 5d5f735bdad94e6b7905f769c605687269f11605
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 399a1064cfeebaf6c8484441039b8df14bf80b75d3756c50aa8d7b0d8ff1117199ef7449a825ca67a66341b084225ee39fbd58ce03c5ced12d8d5a1cb20f201f
|
|
7
|
+
data.tar.gz: 19f80d661f3f8f2cc8cf1074f7f612e59c2495da55fed42f106f290560fafc478eebcd667d08b4efb108a1a5409f85c8da1c7761f9a77adf5740ea76e5f707fc
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.887
|
data/lib/v20190423/models.rb
CHANGED
|
@@ -682,7 +682,7 @@ module TencentCloud
|
|
|
682
682
|
# @type ChannelId: Integer
|
|
683
683
|
# @param ServiceType: 云存 AI 服务类型。可能取值:
|
|
684
684
|
|
|
685
|
-
# - `
|
|
685
|
+
# - `RealtimeObjectDetect`:目标检测
|
|
686
686
|
# - `Highlight`:视频浓缩
|
|
687
687
|
# @type ServiceType: String
|
|
688
688
|
# @param StartTime: 对应云存视频的起始时间
|
|
@@ -699,10 +699,12 @@ module TencentCloud
|
|
|
699
699
|
# @type CreateTime: Integer
|
|
700
700
|
# @param UpdateTime: 最后更新时间
|
|
701
701
|
# @type UpdateTime: Integer
|
|
702
|
+
# @param CustomId: 自定义任务 ID
|
|
703
|
+
# @type CustomId: String
|
|
702
704
|
|
|
703
|
-
attr_accessor :TaskId, :ProductId, :DeviceName, :ChannelId, :ServiceType, :StartTime, :EndTime, :Status, :Result, :Files, :CreateTime, :UpdateTime
|
|
705
|
+
attr_accessor :TaskId, :ProductId, :DeviceName, :ChannelId, :ServiceType, :StartTime, :EndTime, :Status, :Result, :Files, :CreateTime, :UpdateTime, :CustomId
|
|
704
706
|
|
|
705
|
-
def initialize(taskid=nil, productid=nil, devicename=nil, channelid=nil, servicetype=nil, starttime=nil, endtime=nil, status=nil, result=nil, files=nil, createtime=nil, updatetime=nil)
|
|
707
|
+
def initialize(taskid=nil, productid=nil, devicename=nil, channelid=nil, servicetype=nil, starttime=nil, endtime=nil, status=nil, result=nil, files=nil, createtime=nil, updatetime=nil, customid=nil)
|
|
706
708
|
@TaskId = taskid
|
|
707
709
|
@ProductId = productid
|
|
708
710
|
@DeviceName = devicename
|
|
@@ -715,6 +717,7 @@ module TencentCloud
|
|
|
715
717
|
@Files = files
|
|
716
718
|
@CreateTime = createtime
|
|
717
719
|
@UpdateTime = updatetime
|
|
720
|
+
@CustomId = customid
|
|
718
721
|
end
|
|
719
722
|
|
|
720
723
|
def deserialize(params)
|
|
@@ -730,6 +733,7 @@ module TencentCloud
|
|
|
730
733
|
@Files = params['Files']
|
|
731
734
|
@CreateTime = params['CreateTime']
|
|
732
735
|
@UpdateTime = params['UpdateTime']
|
|
736
|
+
@CustomId = params['CustomId']
|
|
733
737
|
end
|
|
734
738
|
end
|
|
735
739
|
|
|
@@ -2368,19 +2372,15 @@ module TencentCloud
|
|
|
2368
2372
|
# - `1`:全时套餐
|
|
2369
2373
|
# - `2`:事件套餐
|
|
2370
2374
|
# - `3`:低功耗套餐
|
|
2371
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2372
2375
|
# @type Type: Integer
|
|
2373
2376
|
# @param Status: 云存 AI 套餐生效状态。可能取值:
|
|
2374
2377
|
|
|
2375
2378
|
# - `0`:未开通或已过期
|
|
2376
2379
|
# - `1`:生效中
|
|
2377
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2378
2380
|
# @type Status: Integer
|
|
2379
2381
|
# @param ExpireTime: 云存 AI 套餐过期时间 UNIX 时间戳
|
|
2380
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2381
2382
|
# @type ExpireTime: Integer
|
|
2382
2383
|
# @param UserId: 用户 ID
|
|
2383
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2384
2384
|
# @type UserId: String
|
|
2385
2385
|
# @param Enabled: 视频分析启用状态
|
|
2386
2386
|
# @type Enabled: Boolean
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-iotexplorer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.887
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-08-
|
|
11
|
+
date: 2024-08-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|