tencentcloud-sdk-lke 3.0.1131 → 3.0.1138
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/models.rb +33 -16
- 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: 0a3004db386d80118fe08be67875d85e9fd8289f
|
4
|
+
data.tar.gz: 0a908a00bdc3b2c800b5f437ca6b64b4d5d366d3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8d53e72662bd0531387249c32c3a0594c3cc16a1dfd095485155c9a93fff055cb5167955f04bc662979f1042cf07e625033d9b338050a02b7fe7f24c595dce9f
|
7
|
+
data.tar.gz: 35cc8d4f7af16e7cc5f63ad98791fad2def1cbd02351e81b75b2cbb3f87464221cf2f910a69b664e24f8df538df0938fca20f61efe6693f4fda7f85df14c5b35
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1138
|
data/lib/v20231130/models.rb
CHANGED
@@ -575,6 +575,7 @@ module TencentCloud
|
|
575
575
|
# @param KnowledgeQa: 知识库问答插件配置
|
576
576
|
# @type KnowledgeQa: :class:`Tencentcloud::Lke.v20231130.models.AgentKnowledgeQAPlugin`
|
577
577
|
# @param EnableRoleAuth: 是否使用一键授权
|
578
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
578
579
|
# @type EnableRoleAuth: Boolean
|
579
580
|
# @param Query: 应用配置的插件query信息
|
580
581
|
# @type Query: Array
|
@@ -2537,8 +2538,8 @@ module TencentCloud
|
|
2537
2538
|
|
2538
2539
|
attr_accessor :KnowledgeName, :KnowledgeDescription, :EmbeddingModel, :KnowledgeType
|
2539
2540
|
extend Gem::Deprecate
|
2540
|
-
deprecate :EmbeddingModel, :none, 2025,
|
2541
|
-
deprecate :EmbeddingModel=, :none, 2025,
|
2541
|
+
deprecate :EmbeddingModel, :none, 2025, 9
|
2542
|
+
deprecate :EmbeddingModel=, :none, 2025, 9
|
2542
2543
|
|
2543
2544
|
def initialize(knowledgename=nil, knowledgedescription=nil, embeddingmodel=nil, knowledgetype=nil)
|
2544
2545
|
@KnowledgeName = knowledgename
|
@@ -3860,16 +3861,20 @@ module TencentCloud
|
|
3860
3861
|
|
3861
3862
|
# DescribeNodeRun请求参数结构体
|
3862
3863
|
class DescribeNodeRunRequest < TencentCloud::Common::AbstractModel
|
3864
|
+
# @param AppBizId: 应用ID
|
3865
|
+
# @type AppBizId: String
|
3863
3866
|
# @param NodeRunId: 节点运行实例ID
|
3864
3867
|
# @type NodeRunId: String
|
3865
3868
|
|
3866
|
-
attr_accessor :NodeRunId
|
3869
|
+
attr_accessor :AppBizId, :NodeRunId
|
3867
3870
|
|
3868
|
-
def initialize(noderunid=nil)
|
3871
|
+
def initialize(appbizid=nil, noderunid=nil)
|
3872
|
+
@AppBizId = appbizid
|
3869
3873
|
@NodeRunId = noderunid
|
3870
3874
|
end
|
3871
3875
|
|
3872
3876
|
def deserialize(params)
|
3877
|
+
@AppBizId = params['AppBizId']
|
3873
3878
|
@NodeRunId = params['NodeRunId']
|
3874
3879
|
end
|
3875
3880
|
end
|
@@ -4783,16 +4788,20 @@ module TencentCloud
|
|
4783
4788
|
|
4784
4789
|
# DescribeWorkflowRun请求参数结构体
|
4785
4790
|
class DescribeWorkflowRunRequest < TencentCloud::Common::AbstractModel
|
4791
|
+
# @param AppBizId: 应用ID
|
4792
|
+
# @type AppBizId: String
|
4786
4793
|
# @param WorkflowRunId: 工作流运行实例ID
|
4787
4794
|
# @type WorkflowRunId: String
|
4788
4795
|
|
4789
|
-
attr_accessor :WorkflowRunId
|
4796
|
+
attr_accessor :AppBizId, :WorkflowRunId
|
4790
4797
|
|
4791
|
-
def initialize(workflowrunid=nil)
|
4798
|
+
def initialize(appbizid=nil, workflowrunid=nil)
|
4799
|
+
@AppBizId = appbizid
|
4792
4800
|
@WorkflowRunId = workflowrunid
|
4793
4801
|
end
|
4794
4802
|
|
4795
4803
|
def deserialize(params)
|
4804
|
+
@AppBizId = params['AppBizId']
|
4796
4805
|
@WorkflowRunId = params['WorkflowRunId']
|
4797
4806
|
end
|
4798
4807
|
end
|
@@ -6247,10 +6256,12 @@ module TencentCloud
|
|
6247
6256
|
# @param ProcessingFlags: 知识库处理中状态标记,1:向量embedding变更中
|
6248
6257
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6249
6258
|
# @type ProcessingFlags: Array
|
6259
|
+
# @param OwnerStaffName: 知识库拥有者的名字
|
6260
|
+
# @type OwnerStaffName: String
|
6250
6261
|
|
6251
|
-
attr_accessor :KnowledgeBizId, :KnowledgeName, :KnowledgeDescription, :EmbeddingModel, :QaExtractModel, :UpdateTime, :KnowledgeType, :OwnerStaffId, :DocTotal, :ProcessingFlags
|
6262
|
+
attr_accessor :KnowledgeBizId, :KnowledgeName, :KnowledgeDescription, :EmbeddingModel, :QaExtractModel, :UpdateTime, :KnowledgeType, :OwnerStaffId, :DocTotal, :ProcessingFlags, :OwnerStaffName
|
6252
6263
|
|
6253
|
-
def initialize(knowledgebizid=nil, knowledgename=nil, knowledgedescription=nil, embeddingmodel=nil, qaextractmodel=nil, updatetime=nil, knowledgetype=nil, ownerstaffid=nil, doctotal=nil, processingflags=nil)
|
6264
|
+
def initialize(knowledgebizid=nil, knowledgename=nil, knowledgedescription=nil, embeddingmodel=nil, qaextractmodel=nil, updatetime=nil, knowledgetype=nil, ownerstaffid=nil, doctotal=nil, processingflags=nil, ownerstaffname=nil)
|
6254
6265
|
@KnowledgeBizId = knowledgebizid
|
6255
6266
|
@KnowledgeName = knowledgename
|
6256
6267
|
@KnowledgeDescription = knowledgedescription
|
@@ -6261,6 +6272,7 @@ module TencentCloud
|
|
6261
6272
|
@OwnerStaffId = ownerstaffid
|
6262
6273
|
@DocTotal = doctotal
|
6263
6274
|
@ProcessingFlags = processingflags
|
6275
|
+
@OwnerStaffName = ownerstaffname
|
6264
6276
|
end
|
6265
6277
|
|
6266
6278
|
def deserialize(params)
|
@@ -6274,6 +6286,7 @@ module TencentCloud
|
|
6274
6286
|
@OwnerStaffId = params['OwnerStaffId']
|
6275
6287
|
@DocTotal = params['DocTotal']
|
6276
6288
|
@ProcessingFlags = params['ProcessingFlags']
|
6289
|
+
@OwnerStaffName = params['OwnerStaffName']
|
6277
6290
|
end
|
6278
6291
|
end
|
6279
6292
|
|
@@ -6915,10 +6928,10 @@ module TencentCloud
|
|
6915
6928
|
|
6916
6929
|
attr_accessor :KnowledgeName, :KnowledgeDescription, :EmbeddingModel, :QaExtractModel, :OwnerStaffId
|
6917
6930
|
extend Gem::Deprecate
|
6918
|
-
deprecate :EmbeddingModel, :none, 2025,
|
6919
|
-
deprecate :EmbeddingModel=, :none, 2025,
|
6920
|
-
deprecate :QaExtractModel, :none, 2025,
|
6921
|
-
deprecate :QaExtractModel=, :none, 2025,
|
6931
|
+
deprecate :EmbeddingModel, :none, 2025, 9
|
6932
|
+
deprecate :EmbeddingModel=, :none, 2025, 9
|
6933
|
+
deprecate :QaExtractModel, :none, 2025, 9
|
6934
|
+
deprecate :QaExtractModel=, :none, 2025, 9
|
6922
6935
|
|
6923
6936
|
def initialize(knowledgename=nil, knowledgedescription=nil, embeddingmodel=nil, qaextractmodel=nil, ownerstaffid=nil)
|
6924
6937
|
@KnowledgeName = knowledgename
|
@@ -8190,7 +8203,7 @@ module TencentCloud
|
|
8190
8203
|
# @type Desc: String
|
8191
8204
|
# @param UpdateTime: 更新时间
|
8192
8205
|
# @type UpdateTime: String
|
8193
|
-
# @param Status:
|
8206
|
+
# @param Status: 发布状态,1:待发布,2:发布中,3:发布成功,5:发布失败
|
8194
8207
|
# @type Status: Integer
|
8195
8208
|
# @param StatusDesc: 发布状态描述
|
8196
8209
|
# @type StatusDesc: String
|
@@ -8309,7 +8322,7 @@ module TencentCloud
|
|
8309
8322
|
|
8310
8323
|
# ListRelease请求参数结构体
|
8311
8324
|
class ListReleaseRequest < TencentCloud::Common::AbstractModel
|
8312
|
-
# @param BotBizId:
|
8325
|
+
# @param BotBizId: 应用ID
|
8313
8326
|
# @type BotBizId: String
|
8314
8327
|
# @param PageNumber: 页码
|
8315
8328
|
# @type PageNumber: Integer
|
@@ -11566,16 +11579,20 @@ module TencentCloud
|
|
11566
11579
|
|
11567
11580
|
# StopWorkflowRun请求参数结构体
|
11568
11581
|
class StopWorkflowRunRequest < TencentCloud::Common::AbstractModel
|
11582
|
+
# @param AppBizId: 应用ID
|
11583
|
+
# @type AppBizId: String
|
11569
11584
|
# @param WorkflowRunId: 工作流运行实例ID
|
11570
11585
|
# @type WorkflowRunId: String
|
11571
11586
|
|
11572
|
-
attr_accessor :WorkflowRunId
|
11587
|
+
attr_accessor :AppBizId, :WorkflowRunId
|
11573
11588
|
|
11574
|
-
def initialize(workflowrunid=nil)
|
11589
|
+
def initialize(appbizid=nil, workflowrunid=nil)
|
11590
|
+
@AppBizId = appbizid
|
11575
11591
|
@WorkflowRunId = workflowrunid
|
11576
11592
|
end
|
11577
11593
|
|
11578
11594
|
def deserialize(params)
|
11595
|
+
@AppBizId = params['AppBizId']
|
11579
11596
|
@WorkflowRunId = params['WorkflowRunId']
|
11580
11597
|
end
|
11581
11598
|
end
|
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.1138
|
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-
|
11
|
+
date: 2025-09-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|