tencentcloud-sdk-tione 3.0.387 → 3.0.388
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: 9553132e3300098ed933c03ed9fa3fe9dbd0f46d
|
|
4
|
+
data.tar.gz: 3bb701335b466e1abd5c276abbfa67ecf5b2dc29
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 405d9e44945d39b1703234a6278e4725c0719c9a6afecdf7c53c3ee2580a31b47d445659ed1cdcfc7a93e351052ac02ac69cd8736ed658b683041ee725f07025
|
|
7
|
+
data.tar.gz: 5fb73bcffa92e4ac3be5b131d14be863361143e8a360627eff313ba038d1b9d35e36e83fe2e95f84ea4f89d5014d040b241cc323c9ca50590b0cb9bd1b4bccca
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.388
|
data/lib/v20211111/models.rb
CHANGED
|
@@ -329,9 +329,9 @@ module TencentCloud
|
|
|
329
329
|
# @type Output: :class:`Tencentcloud::Tione.v20211111.models.CosPathInfo`
|
|
330
330
|
# @param LogEnable: 是否上报日志
|
|
331
331
|
# @type LogEnable: Boolean
|
|
332
|
-
# @param FrameworkName: 训练框架名称,通过DescribeTrainingFrameworks接口查询,eg:SPARK、TENSORFLOW、PYTORCH
|
|
332
|
+
# @param FrameworkName: 训练框架名称,通过DescribeTrainingFrameworks接口查询,eg:SPARK、PYSPARK、TENSORFLOW、PYTORCH
|
|
333
333
|
# @type FrameworkName: String
|
|
334
|
-
# @param FrameworkVersion: 训练框架版本,通过DescribeTrainingFrameworks接口查询,eg:
|
|
334
|
+
# @param FrameworkVersion: 训练框架版本,通过DescribeTrainingFrameworks接口查询,eg:tf1.15-py3.7-cpu、torch1.9-py3.8-cuda11.1-gpu
|
|
335
335
|
# @type FrameworkVersion: String
|
|
336
336
|
# @param ResourceGroupId: 预付费专用资源组ID,通过DescribeBillingResourceGroups接口查询
|
|
337
337
|
# @type ResourceGroupId: 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.388
|
|
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-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|