tencentcloud-sdk-tione 3.0.388 → 3.0.393
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 +2 -2
- 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: 5ccf539f2eb5fe8c5bd542ec183e33de6c353336
|
|
4
|
+
data.tar.gz: 8de0e09220be688ab0d93867ae6f0a7a54987fb6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8933cecf1dcc5087672c245348c90d6dbce3842b80f77ec7bc0ca77d19754106e5092a4c3f779fa491b0f74a8a7d473912aa44caa99e0912a185d76c5af97841
|
|
7
|
+
data.tar.gz: 7ced8ab581c6f9fbd1cf8a4530522d993265a979f2f2bd59d820589619c44a8da598a52290e0fbb20a57fabaa52ce446cdde2b3429e2c6e32a7980d155ca9354
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.393
|
data/lib/v20211111/models.rb
CHANGED
|
@@ -185,7 +185,7 @@ module TencentCloud
|
|
|
185
185
|
# @type Tags: Array
|
|
186
186
|
# @param TrainingJobName: 训练任务名称
|
|
187
187
|
# @type TrainingJobName: String
|
|
188
|
-
# @param AlgorithmFramework: 算法框架 (PYTORCH/TENSORFLOW/DETECTRON2/PMML)
|
|
188
|
+
# @param AlgorithmFramework: 算法框架 (PYTORCH/TENSORFLOW/DETECTRON2/PMML/MMDETECTION)
|
|
189
189
|
# @type AlgorithmFramework: String
|
|
190
190
|
# @param ReasoningEnvironment: 推理环境
|
|
191
191
|
# @type ReasoningEnvironment: String
|
|
@@ -207,7 +207,7 @@ module TencentCloud
|
|
|
207
207
|
# @type TrainingModelSource: String
|
|
208
208
|
# @param TrainingPreference: 模型偏好
|
|
209
209
|
# @type TrainingPreference: String
|
|
210
|
-
# @param AutoMLTaskId: 自动学习任务ID
|
|
210
|
+
# @param AutoMLTaskId: 自动学习任务ID(已废弃)
|
|
211
211
|
# @type AutoMLTaskId: String
|
|
212
212
|
# @param TrainingJobVersion: 任务版本
|
|
213
213
|
# @type TrainingJobVersion: String
|
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: 3.0.
|
|
4
|
+
version: 3.0.393
|
|
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-08-
|
|
11
|
+
date: 2022-08-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|