tencentcloud-sdk-lke 3.0.1025 → 3.0.1026

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: 7e4927bc9ec0a1608670b056aec6a87a32bf96d3
4
- data.tar.gz: ec8e1d620584e37707b95e659cb67ac650b6de43
3
+ metadata.gz: 06cf294bf82678d79a426220b478635cd29b631e
4
+ data.tar.gz: f6807bfcde4060edbd67aa5ec0238a20162881b8
5
5
  SHA512:
6
- metadata.gz: 40dfbf533943c427a476f26efa780b2633fbd117a30f9eed19726813afa267b66de7a0b4a79b02bb331a3aafc217db783f20cfbc892ffa9460c79917c5f7ca29
7
- data.tar.gz: f713cd4ad78b50a899fdeb8970a59bed3004ba22b53dfe8ed4bc8c4ebbdb9b76977286debd524e178813c33093a29adab237257e77882358559fa5bd72853535
6
+ metadata.gz: 6ea51d045c5434b61bb9655312b8705608fde280019159a6032b93bfded1b8aad235b992cb84044cc89923a809a642b541155644b52666cceb946f72ccd0b528
7
+ data.tar.gz: faf9e484208c29b9f63771873eb64999ee7e1c0b3e894a6f39f287ed152b5753e3bcf075c6c755f7580f767edc2513fb4f3b75c573ec38d9e4db174a3e975b25
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1025
1
+ 3.0.1026
@@ -2296,8 +2296,8 @@ module TencentCloud
2296
2296
 
2297
2297
  # 知识库文档问答保存。
2298
2298
  # 将文件存储到应用的知识库内需要三步:
2299
- # 1.获取临时密钥,参考[接口文档](https://cloud.tencent.com/document/product/1759/105050)
2300
- # 2.调用腾讯云提供的 cos 存储接口,将文件存储到知识引擎 cos 中:参考[PUT Objectufeff](https://cloud.tencent.com/document/product/436/7749)
2299
+ # 1.获取临时密钥,参考[接口文档](https://cloud.tencent.com/document/product/1759/105050)。获取临时密钥不同参数组合权限不一样,可参考 [知识引擎操作 cos 指南](https://cloud.tencent.com/document/product/1759/116238)
2300
+ # 2.调用腾讯云提供的 cos 存储接口,将文件存储到知识引擎 cos 中:具体可参考[ COS SDK 概览](https://cloud.tencent.com/document/product/436/6474), 注意使用的是临时密钥的方式操作 COS
2301
2301
  # 3.调用本接口,将文件的基础信息存储到知识引擎中。
2302
2302
  # 以上步骤可参考[文档](https://cloud.tencent.com/document/product/1759/108903),文档最后有[代码demo](https://cloud.tencent.com/document/product/1759/108903#demo),可作为参考。
2303
2303
 
@@ -2650,13 +2650,13 @@ module TencentCloud
2650
2650
  # @type Answer: String
2651
2651
  # @param CustomParam: 自定义参数
2652
2652
  # @type CustomParam: String
2653
- # @param Source: 来源
2653
+ # @param Source: 来源 1-文档生成问答对 2-批量导入问答对 3-单条手动录入问答对
2654
2654
  # @type Source: Integer
2655
2655
  # @param SourceDesc: 来源描述
2656
2656
  # @type SourceDesc: String
2657
2657
  # @param UpdateTime: 更新时间
2658
2658
  # @type UpdateTime: String
2659
- # @param Status: 状态
2659
+ # @param Status: 状态 <br>1-未校验 2-未发布 3-发布中 4-已发布 5-发布失败 6-不采纳 7-审核中 8-审核失败 9-审核失败申诉后人工审核中 11-审核失败申诉后人工审核不通过 12-已过期 13-超量失效 14-超量失效恢复 19-学习中 20-学习失败
2660
2660
  # @type Status: Integer
2661
2661
  # @param StatusDesc: 状态描述
2662
2662
  # @type StatusDesc: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-lke
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1025
4
+ version: 3.0.1026
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-03-23 00:00:00.000000000 Z
11
+ date: 2025-03-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common