tencentcloud-sdk-tione 1.0.356 → 1.0.357
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/v20211111/models.rb +12 -4
- 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: 4c00ef4cb3255fe6ff2d9215822c6d6767d138d3
|
|
4
|
+
data.tar.gz: e0a7dc6265af7b5ab2024fc94480f8980cc0c291
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 33fd7458c7d721b09940bd78d0722d010c35cb45e011ab94320c83d6b202d368d2b9b5c5d7c78fab752977205ef36c9508823a6e67b12ab380ee36f5a22d2be7
|
|
7
|
+
data.tar.gz: 3eb5eac9e15b98ecb8eb9d2fe9521ba542c850177e1e5bd4acb52330e4b7f06d25ce634be95b8dcbc8aebf0552401b16e07d55898ba20458b772a91bdad15e17
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.357
|
data/lib/v20211111/models.rb
CHANGED
|
@@ -949,15 +949,19 @@ module TencentCloud
|
|
|
949
949
|
class DeleteTrainingModelRequest < TencentCloud::Common::AbstractModel
|
|
950
950
|
# @param TrainingModelId: 模型ID
|
|
951
951
|
# @type TrainingModelId: String
|
|
952
|
+
# @param EnableDeleteCos: 是否同步清理cos
|
|
953
|
+
# @type EnableDeleteCos: Boolean
|
|
952
954
|
|
|
953
|
-
attr_accessor :TrainingModelId
|
|
955
|
+
attr_accessor :TrainingModelId, :EnableDeleteCos
|
|
954
956
|
|
|
955
|
-
def initialize(trainingmodelid=nil)
|
|
957
|
+
def initialize(trainingmodelid=nil, enabledeletecos=nil)
|
|
956
958
|
@TrainingModelId = trainingmodelid
|
|
959
|
+
@EnableDeleteCos = enabledeletecos
|
|
957
960
|
end
|
|
958
961
|
|
|
959
962
|
def deserialize(params)
|
|
960
963
|
@TrainingModelId = params['TrainingModelId']
|
|
964
|
+
@EnableDeleteCos = params['EnableDeleteCos']
|
|
961
965
|
end
|
|
962
966
|
end
|
|
963
967
|
|
|
@@ -981,15 +985,19 @@ module TencentCloud
|
|
|
981
985
|
class DeleteTrainingModelVersionRequest < TencentCloud::Common::AbstractModel
|
|
982
986
|
# @param TrainingModelVersionId: 模型版本ID
|
|
983
987
|
# @type TrainingModelVersionId: String
|
|
988
|
+
# @param EnableDeleteCos: 是否同步清理cos
|
|
989
|
+
# @type EnableDeleteCos: Boolean
|
|
984
990
|
|
|
985
|
-
attr_accessor :TrainingModelVersionId
|
|
991
|
+
attr_accessor :TrainingModelVersionId, :EnableDeleteCos
|
|
986
992
|
|
|
987
|
-
def initialize(trainingmodelversionid=nil)
|
|
993
|
+
def initialize(trainingmodelversionid=nil, enabledeletecos=nil)
|
|
988
994
|
@TrainingModelVersionId = trainingmodelversionid
|
|
995
|
+
@EnableDeleteCos = enabledeletecos
|
|
989
996
|
end
|
|
990
997
|
|
|
991
998
|
def deserialize(params)
|
|
992
999
|
@TrainingModelVersionId = params['TrainingModelVersionId']
|
|
1000
|
+
@EnableDeleteCos = params['EnableDeleteCos']
|
|
993
1001
|
end
|
|
994
1002
|
end
|
|
995
1003
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-tione
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.357
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-07-
|
|
11
|
+
date: 2022-07-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|