tencentcloud-sdk-asr 3.0.550 → 3.0.551

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: ff46fec7e73f55c7c03086c97f0e092e2dbfd81b
4
- data.tar.gz: a1a5e9645e1a47178d2a9648528bec1230c91012
3
+ metadata.gz: b907d4620b9d199acdd71d545e3406bea055434f
4
+ data.tar.gz: 45f14ad0d3098ad344262d375996754edeed62d7
5
5
  SHA512:
6
- metadata.gz: 7759b5b243b7ea5fffc562b468cab447a0f220b8f855ac472192e9dcca0b1518d7f72c23fcce4a400bddcd9687c5772f0c964e615aa833628d670b1bc13d02f6
7
- data.tar.gz: c3742c89ce76a31117128e82fd2123b8546e5031bee881ad211f656f60612081642b7237096dc5d45a5ac895a5aa9fa76b181962002fb12e83ef92eb7890bcfc
6
+ metadata.gz: 8c2f63b4f1519db2bb1c0c90b46db1f9d2a89ab0744929a5313a1f6f50d0e678c25525bbc0de575c587cf56455b98ba0c1b96d00bf4582ac0739ac380a0960fb
7
+ data.tar.gz: 15e025513c1446cabdcc1a2f17264638197a3239f00442edbf34226830354e79bed66e327a47f93de8fea00e69ca6296a32b67580346b2ad815eb43885317739
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.550
1
+ 3.0.551
@@ -848,7 +848,13 @@ module TencentCloud
848
848
  # @type ModelType: String
849
849
  # @param ServiceType: 服务类型
850
850
  # @type ServiceType: String
851
- # @param ModelState: 模型状态,-1下线状态,1上线状态, 0训练中, -2 训练失败
851
+ # @param ModelState: 模型状态:
852
+ # -2:模型训练失败;
853
+ # -1:已下线;
854
+ # 0:训练中;
855
+ # 1:已上线;
856
+ # 3:上线中;
857
+ # 4:下线中;
852
858
  # @type ModelState: Integer
853
859
  # @param AtUpdated: 最后更新时间
854
860
  # @type AtUpdated: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-asr
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.550
4
+ version: 3.0.551
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-04-13 00:00:00.000000000 Z
11
+ date: 2023-04-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common