tencentcloud-sdk-lke 3.0.1019 → 3.0.1020
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/v20231130/client.rb +1 -1
- data/lib/v20231130/models.rb +3 -3
- 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: 9eb453ea12d6fe5be34842cee4b685bdfbb109e8
|
4
|
+
data.tar.gz: 424071bbbbf473e086f9f4c2bf97e48f1781a8ce
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1c28f2b4aefce63d679d08eb8d7ddb0522a8a153058ac21b3f77130a4563c6d9783b1bffa023f6715a7e1e91ee4a344cb3ff3768963ee750fa9d0fa67d9a76b4
|
7
|
+
data.tar.gz: 6b0a3456de4fcd4eea59eedffeb016969f34eb756b42f88a66f97aa4d93805c4f94770cf2b6792ac90821061a93596b549a309f3d73ea8c98fe28b44fe7d87b3
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1020
|
data/lib/v20231130/client.rb
CHANGED
@@ -2294,7 +2294,7 @@ module TencentCloud
|
|
2294
2294
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2295
2295
|
end
|
2296
2296
|
|
2297
|
-
# 基于知识引擎精调模型技术的rerank模型,支持对多路召回的结果进行重排序,根据query
|
2297
|
+
# 基于知识引擎精调模型技术的rerank模型,支持对多路召回的结果进行重排序,根据query与切片内容的相关性,按分数由高到低对切片进行排序,并输出对应的打分结果。(这个接口已下线,请使用新接口,接口文档:https://cloud.tencent.com/document/product/1772/115339)。
|
2298
2298
|
|
2299
2299
|
# @param request: Request instance for RunReRank.
|
2300
2300
|
# @type request: :class:`Tencentcloud::lke::V20231130::RunReRankRequest`
|
data/lib/v20231130/models.rb
CHANGED
@@ -2898,7 +2898,7 @@ module TencentCloud
|
|
2898
2898
|
|
2899
2899
|
# DescribeRelease请求参数结构体
|
2900
2900
|
class DescribeReleaseRequest < TencentCloud::Common::AbstractModel
|
2901
|
-
# @param BotBizId:
|
2901
|
+
# @param BotBizId: 应用ID
|
2902
2902
|
# @type BotBizId: String
|
2903
2903
|
# @param ReleaseBizId: 发布详情
|
2904
2904
|
# @type ReleaseBizId: String
|
@@ -2922,7 +2922,7 @@ module TencentCloud
|
|
2922
2922
|
# @type CreateTime: String
|
2923
2923
|
# @param Description: 发布描述
|
2924
2924
|
# @type Description: String
|
2925
|
-
# @param Status: 发布状态(1待发布 2发布中 3发布成功 4发布失败 5发布中 6发布中 7发布失败 9发布暂停)
|
2925
|
+
# @param Status: 发布状态(1待发布 2发布中 3发布成功 4发布失败 5发布中(审核中) 6发布中(审核完成) 7发布失败(审核失败) 9发布暂停)
|
2926
2926
|
# @type Status: Integer
|
2927
2927
|
# @param StatusDesc: 发布状态描述
|
2928
2928
|
# @type StatusDesc: String
|
@@ -8919,7 +8919,7 @@ module TencentCloud
|
|
8919
8919
|
|
8920
8920
|
# RunReRank请求参数结构体
|
8921
8921
|
class RunReRankRequest < TencentCloud::Common::AbstractModel
|
8922
|
-
# @param Query:
|
8922
|
+
# @param Query: 查询内容,必填
|
8923
8923
|
# @type Query: String
|
8924
8924
|
# @param Docs: 文档列表,必填,最多20个
|
8925
8925
|
# @type Docs: Array
|
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.
|
4
|
+
version: 3.0.1020
|
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-
|
11
|
+
date: 2025-03-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|