tencentcloud-sdk-iotexplorer 3.0.1030 → 3.0.1031
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 +54 -20
- 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: f4bbeb23d0d4cff0f54c40d886cbe2e86eb95760
|
4
|
+
data.tar.gz: 78ac1249a25ba38e830cf86423075af3d49b0897
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: edfd5c02d24399f718a179d73686edd873b0ebe6adacdb1df444465be7e9712a318d30b4032ab20028f4b02c8353014d30f8ce049edc672836601b45dac0e504
|
7
|
+
data.tar.gz: c01256119ef9511da3c701c6ac3b2b776b54add0f0c533ed19b76691e7a54e6a51d9c20bcb2629c24920d6d08892920b44c5c8d5dbdcc84468b17e40e899b719
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1031
|
data/lib/v20190423/models.rb
CHANGED
@@ -69,8 +69,8 @@ module TencentCloud
|
|
69
69
|
|
70
70
|
attr_accessor :PkgType, :MiniProgramAppId, :DeviceList
|
71
71
|
extend Gem::Deprecate
|
72
|
-
deprecate :MiniProgramAppId, :none, 2025,
|
73
|
-
deprecate :MiniProgramAppId=, :none, 2025,
|
72
|
+
deprecate :MiniProgramAppId, :none, 2025, 4
|
73
|
+
deprecate :MiniProgramAppId=, :none, 2025, 4
|
74
74
|
|
75
75
|
def initialize(pkgtype=nil, miniprogramappid=nil, devicelist=nil)
|
76
76
|
@PkgType = pkgtype
|
@@ -805,15 +805,18 @@ module TencentCloud
|
|
805
805
|
# @type MimeType: String
|
806
806
|
# @param VideoMetaInfo: 视频文件元数据(仅当文件为视频类型时包含该字段)
|
807
807
|
# @type VideoMetaInfo: :class:`Tencentcloud::Iotexplorer.v20190423.models.CloudStorageAIServiceTaskVideoMetaInfo`
|
808
|
+
# @param Labels: 文件标签
|
809
|
+
# @type Labels: Array
|
808
810
|
|
809
|
-
attr_accessor :FileName, :FileSize, :DownloadURL, :MimeType, :VideoMetaInfo
|
811
|
+
attr_accessor :FileName, :FileSize, :DownloadURL, :MimeType, :VideoMetaInfo, :Labels
|
810
812
|
|
811
|
-
def initialize(filename=nil, filesize=nil, downloadurl=nil, mimetype=nil, videometainfo=nil)
|
813
|
+
def initialize(filename=nil, filesize=nil, downloadurl=nil, mimetype=nil, videometainfo=nil, labels=nil)
|
812
814
|
@FileName = filename
|
813
815
|
@FileSize = filesize
|
814
816
|
@DownloadURL = downloadurl
|
815
817
|
@MimeType = mimetype
|
816
818
|
@VideoMetaInfo = videometainfo
|
819
|
+
@Labels = labels
|
817
820
|
end
|
818
821
|
|
819
822
|
def deserialize(params)
|
@@ -825,6 +828,34 @@ module TencentCloud
|
|
825
828
|
@VideoMetaInfo = CloudStorageAIServiceTaskVideoMetaInfo.new
|
826
829
|
@VideoMetaInfo.deserialize(params['VideoMetaInfo'])
|
827
830
|
end
|
831
|
+
unless params['Labels'].nil?
|
832
|
+
@Labels = []
|
833
|
+
params['Labels'].each do |i|
|
834
|
+
cloudstorageaiservicetaskfilelabel_tmp = CloudStorageAIServiceTaskFileLabel.new
|
835
|
+
cloudstorageaiservicetaskfilelabel_tmp.deserialize(i)
|
836
|
+
@Labels << cloudstorageaiservicetaskfilelabel_tmp
|
837
|
+
end
|
838
|
+
end
|
839
|
+
end
|
840
|
+
end
|
841
|
+
|
842
|
+
# 云存 AI 任务输出文件标签
|
843
|
+
class CloudStorageAIServiceTaskFileLabel < TencentCloud::Common::AbstractModel
|
844
|
+
# @param Key: key1
|
845
|
+
# @type Key: String
|
846
|
+
# @param Value: value1
|
847
|
+
# @type Value: String
|
848
|
+
|
849
|
+
attr_accessor :Key, :Value
|
850
|
+
|
851
|
+
def initialize(key=nil, value=nil)
|
852
|
+
@Key = key
|
853
|
+
@Value = value
|
854
|
+
end
|
855
|
+
|
856
|
+
def deserialize(params)
|
857
|
+
@Key = params['Key']
|
858
|
+
@Value = params['Value']
|
828
859
|
end
|
829
860
|
end
|
830
861
|
|
@@ -2859,10 +2890,8 @@ module TencentCloud
|
|
2859
2890
|
# @param Type: 推送类型。http:HTTP 回调
|
2860
2891
|
# @type Type: String
|
2861
2892
|
# @param CallbackUrl: HTTP 回调 URL
|
2862
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2863
2893
|
# @type CallbackUrl: String
|
2864
2894
|
# @param CallbackToken: HTTP 回调鉴权 Token
|
2865
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2866
2895
|
# @type CallbackToken: String
|
2867
2896
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2868
2897
|
# @type RequestId: String
|
@@ -2965,15 +2994,21 @@ module TencentCloud
|
|
2965
2994
|
class DescribeCloudStorageAIServiceTaskRequest < TencentCloud::Common::AbstractModel
|
2966
2995
|
# @param TaskId: 任务 ID
|
2967
2996
|
# @type TaskId: String
|
2997
|
+
# @param FileURLExpireTime: 下载 URL 的过期时间。
|
2968
2998
|
|
2969
|
-
|
2999
|
+
# 若传入该参数,则响应中将包含所有文件的下载 URL
|
3000
|
+
# @type FileURLExpireTime: Integer
|
2970
3001
|
|
2971
|
-
|
3002
|
+
attr_accessor :TaskId, :FileURLExpireTime
|
3003
|
+
|
3004
|
+
def initialize(taskid=nil, fileurlexpiretime=nil)
|
2972
3005
|
@TaskId = taskid
|
3006
|
+
@FileURLExpireTime = fileurlexpiretime
|
2973
3007
|
end
|
2974
3008
|
|
2975
3009
|
def deserialize(params)
|
2976
3010
|
@TaskId = params['TaskId']
|
3011
|
+
@FileURLExpireTime = params['FileURLExpireTime']
|
2977
3012
|
end
|
2978
3013
|
end
|
2979
3014
|
|
@@ -5727,8 +5762,8 @@ module TencentCloud
|
|
5727
5762
|
|
5728
5763
|
attr_accessor :ModelId, :Sn, :ErrCode, :ExpireTime
|
5729
5764
|
extend Gem::Deprecate
|
5730
|
-
deprecate :ModelId, :none, 2025,
|
5731
|
-
deprecate :ModelId=, :none, 2025,
|
5765
|
+
deprecate :ModelId, :none, 2025, 4
|
5766
|
+
deprecate :ModelId=, :none, 2025, 4
|
5732
5767
|
|
5733
5768
|
def initialize(modelid=nil, sn=nil, errcode=nil, expiretime=nil)
|
5734
5769
|
@ModelId = modelid
|
@@ -7349,8 +7384,8 @@ module TencentCloud
|
|
7349
7384
|
|
7350
7385
|
attr_accessor :MiniProgramAppId, :DeviceList
|
7351
7386
|
extend Gem::Deprecate
|
7352
|
-
deprecate :MiniProgramAppId, :none, 2025,
|
7353
|
-
deprecate :MiniProgramAppId=, :none, 2025,
|
7387
|
+
deprecate :MiniProgramAppId, :none, 2025, 4
|
7388
|
+
deprecate :MiniProgramAppId=, :none, 2025, 4
|
7354
7389
|
|
7355
7390
|
def initialize(miniprogramappid=nil, devicelist=nil)
|
7356
7391
|
@MiniProgramAppId = miniprogramappid
|
@@ -7600,7 +7635,7 @@ module TencentCloud
|
|
7600
7635
|
# @param CellNum: 实例单元数
|
7601
7636
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
7602
7637
|
# @type CellNum: Integer
|
7603
|
-
# @param BillingTag: 实例Tag
|
7638
|
+
# @param BillingTag: 实例Tag,企业实例必传
|
7604
7639
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
7605
7640
|
# @type BillingTag: String
|
7606
7641
|
# @param EverydayFreeMessageCount: 每日消息数
|
@@ -7797,7 +7832,6 @@ module TencentCloud
|
|
7797
7832
|
# @param TaskId: 任务 ID
|
7798
7833
|
# @type TaskId: String
|
7799
7834
|
# @param TaskInfo: 任务信息
|
7800
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7801
7835
|
# @type TaskInfo: :class:`Tencentcloud::Iotexplorer.v20190423.models.CloudStorageAIServiceTask`
|
7802
7836
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7803
7837
|
# @type RequestId: String
|
@@ -10435,8 +10469,8 @@ module TencentCloud
|
|
10435
10469
|
|
10436
10470
|
attr_accessor :ModelId, :Sn, :ExpireTime, :PkgType
|
10437
10471
|
extend Gem::Deprecate
|
10438
|
-
deprecate :ModelId, :none, 2025,
|
10439
|
-
deprecate :ModelId=, :none, 2025,
|
10472
|
+
deprecate :ModelId, :none, 2025, 4
|
10473
|
+
deprecate :ModelId=, :none, 2025, 4
|
10440
10474
|
|
10441
10475
|
def initialize(modelid=nil, sn=nil, expiretime=nil, pkgtype=nil)
|
10442
10476
|
@ModelId = modelid
|
@@ -10467,10 +10501,10 @@ module TencentCloud
|
|
10467
10501
|
|
10468
10502
|
attr_accessor :Sn, :ModelId, :ActiveNum
|
10469
10503
|
extend Gem::Deprecate
|
10470
|
-
deprecate :ModelId, :none, 2025,
|
10471
|
-
deprecate :ModelId=, :none, 2025,
|
10472
|
-
deprecate :ActiveNum, :none, 2025,
|
10473
|
-
deprecate :ActiveNum=, :none, 2025,
|
10504
|
+
deprecate :ModelId, :none, 2025, 4
|
10505
|
+
deprecate :ModelId=, :none, 2025, 4
|
10506
|
+
deprecate :ActiveNum, :none, 2025, 4
|
10507
|
+
deprecate :ActiveNum=, :none, 2025, 4
|
10474
10508
|
|
10475
10509
|
def initialize(sn=nil, modelid=nil, activenum=nil)
|
10476
10510
|
@Sn = sn
|
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.1031
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-04-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -33,8 +33,8 @@ executables: []
|
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
|
-
- lib/v20190423/models.rb
|
37
36
|
- lib/v20190423/client.rb
|
37
|
+
- lib/v20190423/models.rb
|
38
38
|
- lib/tencentcloud-sdk-iotexplorer.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|