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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d8ffe17e09a616e0fb7624ae0a8460599c16e2b6
4
- data.tar.gz: 9a2fde9d67efc33197feaef914240bf9308b5868
3
+ metadata.gz: 9553132e3300098ed933c03ed9fa3fe9dbd0f46d
4
+ data.tar.gz: 3bb701335b466e1abd5c276abbfa67ecf5b2dc29
5
5
  SHA512:
6
- metadata.gz: 013164f7799b798a88e44717fd5c538119837b55d77e2a1c956abee69c0fe8a4b98ed752655b7d12526aa9a167ec65fffac5be1d0f9db9f5f931265bda79d0d3
7
- data.tar.gz: de7e519ef34686bd13ed5761a3982b0877b98cd5c2cb419bc68901cf94ddabf6144f195ec459c70c6b867453807974ef822f98ca4c948fc2fa271fe00f80645d
6
+ metadata.gz: 405d9e44945d39b1703234a6278e4725c0719c9a6afecdf7c53c3ee2580a31b47d445659ed1cdcfc7a93e351052ac02ac69cd8736ed658b683041ee725f07025
7
+ data.tar.gz: 5fb73bcffa92e4ac3be5b131d14be863361143e8a360627eff313ba038d1b9d35e36e83fe2e95f84ea4f89d5014d040b241cc323c9ca50590b0cb9bd1b4bccca
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.387
1
+ 3.0.388
@@ -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、LIGHT
332
+ # @param FrameworkName: 训练框架名称,通过DescribeTrainingFrameworks接口查询,eg:SPARK、PYSPARK、TENSORFLOW、PYTORCH
333
333
  # @type FrameworkName: String
334
- # @param FrameworkVersion: 训练框架版本,通过DescribeTrainingFrameworks接口查询,eg:1.15-py3.6-cpu、1.9-py3.6-cuda11.1-gpu
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.387
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-15 00:00:00.000000000 Z
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