tencentcloud-sdk-lowcode 3.0.1016 → 3.0.1017
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/v20210108/models.rb +0 -57
- 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: 226f53687ffffecd46e97286005c364a1970f8d4
|
4
|
+
data.tar.gz: 82b258913c17a4b7366d4edc1d9a8fdd5159f34c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4419b37746d3f931b37c32918cba00e305868d03c11b60a03cd656049e36b7e07795404c26ca1743eb8dc1da1f3de6a03a9546e36c7ccc52a66ee4a67b93c839
|
7
|
+
data.tar.gz: 167fdba0f3489e1eb0f3dd87d6edcf93e624aa25c2d9fc4753adff7f5a70c1bfebb1bf46f3151593a90ab793566607a6ed89bebe834574315d589134251456e6
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1017
|
data/lib/v20210108/models.rb
CHANGED
@@ -407,7 +407,6 @@ module TencentCloud
|
|
407
407
|
# 删除文档出参
|
408
408
|
class DeleteKnowledgeDocumentSetRsp < TencentCloud::Common::AbstractModel
|
409
409
|
# @param AffectedCount: 删除文档数量。
|
410
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
411
410
|
# @type AffectedCount: Integer
|
412
411
|
|
413
412
|
attr_accessor :AffectedCount
|
@@ -621,10 +620,8 @@ module TencentCloud
|
|
621
620
|
# 上传知识库文档返回结果
|
622
621
|
class DescribeKnowledgeDocumentSetDetailRsp < TencentCloud::Common::AbstractModel
|
623
622
|
# @param Count: 获取的数量。
|
624
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
625
623
|
# @type Count: Integer
|
626
624
|
# @param DocumentSet: 文档信息
|
627
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
628
625
|
# @type DocumentSet: :class:`Tencentcloud::Lowcode.v20210108.models.KnowledgeDocumentSet`
|
629
626
|
|
630
627
|
attr_accessor :Count, :DocumentSet
|
@@ -696,10 +693,8 @@ module TencentCloud
|
|
696
693
|
# 删除文档出参
|
697
694
|
class DescribeKnowledgeDocumentSetListRsp < TencentCloud::Common::AbstractModel
|
698
695
|
# @param DocumentSets: 文件集
|
699
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
700
696
|
# @type DocumentSets: Array
|
701
697
|
# @param Count: 条数
|
702
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
703
698
|
# @type Count: Integer
|
704
699
|
|
705
700
|
attr_accessor :DocumentSets, :Count
|
@@ -809,34 +804,24 @@ module TencentCloud
|
|
809
804
|
# 文档信息
|
810
805
|
class KnowledgeDocumentSet < TencentCloud::Common::AbstractModel
|
811
806
|
# @param DocumentSetId: 文档id
|
812
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
813
807
|
# @type DocumentSetId: String
|
814
808
|
# @param DocumentSetName: 文档名
|
815
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
816
809
|
# @type DocumentSetName: String
|
817
810
|
# @param Text: 文件完整内容。
|
818
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
819
811
|
# @type Text: String
|
820
812
|
# @param TextPrefix: 文件内容前 200个字符。
|
821
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
822
813
|
# @type TextPrefix: String
|
823
814
|
# @param DocumentSetInfo: 文件详情
|
824
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
825
815
|
# @type DocumentSetInfo: :class:`Tencentcloud::Lowcode.v20210108.models.KnowledgeDocumentSetInfo`
|
826
816
|
# @param SplitterPreprocess: 文件拆分信息
|
827
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
828
817
|
# @type SplitterPreprocess: :class:`Tencentcloud::Lowcode.v20210108.models.KnowledgeSplitterPreprocess`
|
829
818
|
# @param Name: 未使用
|
830
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
831
819
|
# @type Name: String
|
832
820
|
# @param FileTitle: 文档标题
|
833
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
834
821
|
# @type FileTitle: String
|
835
822
|
# @param FileMetaData: 文档元信息,必须为jsonstring
|
836
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
837
823
|
# @type FileMetaData: String
|
838
824
|
# @param Author: 作者
|
839
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
840
825
|
# @type Author: String
|
841
826
|
|
842
827
|
attr_accessor :DocumentSetId, :DocumentSetName, :Text, :TextPrefix, :DocumentSetInfo, :SplitterPreprocess, :Name, :FileTitle, :FileMetaData, :Author
|
@@ -877,30 +862,22 @@ module TencentCloud
|
|
877
862
|
# 文档信息
|
878
863
|
class KnowledgeDocumentSetInfo < TencentCloud::Common::AbstractModel
|
879
864
|
# @param TextLength: 文件的字符数。
|
880
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
881
865
|
# @type TextLength: Integer
|
882
866
|
# @param ByteLength: 文件的字节数。
|
883
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
884
867
|
# @type ByteLength: Integer
|
885
868
|
# @param IndexedProgress: 文件被预处理、Embedding 向量化的进度。
|
886
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
887
869
|
# @type IndexedProgress: Integer
|
888
870
|
# @param IndexedStatus: 文件预处理、Embedding 向量化的状态。
|
889
871
|
# New:等待解析。
|
890
872
|
# Loading:文件解析中。
|
891
873
|
# Failure:文件解析、写入出错。
|
892
874
|
# Ready:文件解析、写入完成。
|
893
|
-
|
894
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
895
875
|
# @type IndexedStatus: String
|
896
876
|
# @param CreateTime: 文件创建时间。
|
897
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
898
877
|
# @type CreateTime: String
|
899
878
|
# @param LastUpdateTime: 文件最后更新时间。
|
900
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
901
879
|
# @type LastUpdateTime: String
|
902
880
|
# @param Keywords: 文件关键字。
|
903
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
904
881
|
# @type Keywords: String
|
905
882
|
|
906
883
|
attr_accessor :TextLength, :ByteLength, :IndexedProgress, :IndexedStatus, :CreateTime, :LastUpdateTime, :Keywords
|
@@ -929,24 +906,18 @@ module TencentCloud
|
|
929
906
|
# 知识库信息
|
930
907
|
class KnowledgeSet < TencentCloud::Common::AbstractModel
|
931
908
|
# @param Name: 知识库标识
|
932
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
933
909
|
# @type Name: String
|
934
910
|
# @param Title: 知识库名称
|
935
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
936
911
|
# @type Title: String
|
937
912
|
# @param Desc: 描述
|
938
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
939
913
|
# @type Desc: String
|
940
914
|
# @param Active: 状态,
|
941
915
|
# NOT_ENABLED未启用
|
942
916
|
# ENABLED 已启用
|
943
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
944
917
|
# @type Active: String
|
945
918
|
# @param CreateTime: 创建时间
|
946
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
947
919
|
# @type CreateTime: String
|
948
920
|
# @param UpdateTime: 更新时间
|
949
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
950
921
|
# @type UpdateTime: String
|
951
922
|
# @param Meta: 知识库的meta信息
|
952
923
|
# @type Meta: String
|
@@ -977,10 +948,8 @@ module TencentCloud
|
|
977
948
|
# 查询知识库列表返回
|
978
949
|
class KnowledgeSetRsp < TencentCloud::Common::AbstractModel
|
979
950
|
# @param Total: 总数
|
980
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
981
951
|
# @type Total: Integer
|
982
952
|
# @param KnowledgeSets: 知识库列表
|
983
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
984
953
|
# @type KnowledgeSets: Array
|
985
954
|
|
986
955
|
attr_accessor :Total, :KnowledgeSets
|
@@ -1008,14 +977,10 @@ module TencentCloud
|
|
1008
977
|
# @param AppendTitleToChunk: 在对文件拆分时,配置是否将 Title 追加到切分后的段落后面一并 Embedding。取值如下所示:
|
1009
978
|
# false:不追加。
|
1010
979
|
# true:将段落 Title 追加到切分后的段落。
|
1011
|
-
|
1012
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1013
980
|
# @type AppendTitleToChunk: Boolean
|
1014
981
|
# @param AppendKeywordsToChunk: 在对文件拆分时,配置是否将关键字 keywords 追加到切分后的段落一并 Embedding。取值如下所示:
|
1015
982
|
# false:不追加。
|
1016
983
|
# true:将全文的 keywords 追加到切分后的段落。
|
1017
|
-
|
1018
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1019
984
|
# @type AppendKeywordsToChunk: Boolean
|
1020
985
|
|
1021
986
|
attr_accessor :AppendTitleToChunk, :AppendKeywordsToChunk
|
@@ -1073,31 +1038,22 @@ module TencentCloud
|
|
1073
1038
|
# 搜索数据的集合
|
1074
1039
|
class QureyKnowledgeDocumentSet < TencentCloud::Common::AbstractModel
|
1075
1040
|
# @param DocumentSetId: 文件id
|
1076
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1077
1041
|
# @type DocumentSetId: String
|
1078
1042
|
# @param DocumentSetName: 文件名
|
1079
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1080
1043
|
# @type DocumentSetName: String
|
1081
1044
|
# @param TextPrefix: 文件内容前 200个字符。
|
1082
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1083
1045
|
# @type TextPrefix: String
|
1084
1046
|
# @param SplitterPreprocess: 文件拆分信息
|
1085
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1086
1047
|
# @type SplitterPreprocess: :class:`Tencentcloud::Lowcode.v20210108.models.KnowledgeSplitterPreprocess`
|
1087
1048
|
# @param DocumentSetInfo: 文件详情
|
1088
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1089
1049
|
# @type DocumentSetInfo: :class:`Tencentcloud::Lowcode.v20210108.models.QureyKnowledgeDocumentSetInfo`
|
1090
1050
|
# @param FileTitle: 文件标题
|
1091
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1092
1051
|
# @type FileTitle: String
|
1093
1052
|
# @param FileMetaData: 文件元信息,必须为jsonstring
|
1094
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1095
1053
|
# @type FileMetaData: String
|
1096
1054
|
# @param Name: name
|
1097
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1098
1055
|
# @type Name: String
|
1099
1056
|
# @param Author: 作者
|
1100
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1101
1057
|
# @type Author: String
|
1102
1058
|
|
1103
1059
|
attr_accessor :DocumentSetId, :DocumentSetName, :TextPrefix, :SplitterPreprocess, :DocumentSetInfo, :FileTitle, :FileMetaData, :Name, :Author
|
@@ -1136,33 +1092,24 @@ module TencentCloud
|
|
1136
1092
|
# 查询文件集合信息详情
|
1137
1093
|
class QureyKnowledgeDocumentSetInfo < TencentCloud::Common::AbstractModel
|
1138
1094
|
# @param TextLength: 文件的字符数。
|
1139
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1140
1095
|
# @type TextLength: Integer
|
1141
1096
|
# @param ByteLength: 文件的字节数。
|
1142
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1143
1097
|
# @type ByteLength: Integer
|
1144
1098
|
# @param IndexedProgress: 文件被预处理、Embedding 向量化的进度。
|
1145
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1146
1099
|
# @type IndexedProgress: Integer
|
1147
1100
|
# @param IndexedStatus: 文件预处理、Embedding 向量化的状态。
|
1148
1101
|
# New:等待解析。
|
1149
1102
|
# Loading:文件解析中。
|
1150
1103
|
# Failure:文件解析、写入出错。
|
1151
1104
|
# Ready:文件解析、写入完成。
|
1152
|
-
|
1153
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1154
1105
|
# @type IndexedStatus: String
|
1155
1106
|
# @param IndexedErrorMsg: 错误信息
|
1156
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1157
1107
|
# @type IndexedErrorMsg: String
|
1158
1108
|
# @param CreateTime: 文件创建时间。
|
1159
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1160
1109
|
# @type CreateTime: String
|
1161
1110
|
# @param LastUpdateTime: 文件最后更新时间。
|
1162
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1163
1111
|
# @type LastUpdateTime: String
|
1164
1112
|
# @param Keywords: 文件关键字。
|
1165
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1166
1113
|
# @type Keywords: String
|
1167
1114
|
|
1168
1115
|
attr_accessor :TextLength, :ByteLength, :IndexedProgress, :IndexedStatus, :IndexedErrorMsg, :CreateTime, :LastUpdateTime, :Keywords
|
@@ -1486,16 +1433,12 @@ module TencentCloud
|
|
1486
1433
|
# 上传知识库文档返回结果
|
1487
1434
|
class UploadKnowledgeDocumentSetRsp < TencentCloud::Common::AbstractModel
|
1488
1435
|
# @param DocumentSetId: 给文件分配的 ID 信息。
|
1489
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1490
1436
|
# @type DocumentSetId: String
|
1491
1437
|
# @param DocumentSetName: 文件名
|
1492
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1493
1438
|
# @type DocumentSetName: String
|
1494
1439
|
# @param FileTitle: 文件标题
|
1495
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1496
1440
|
# @type FileTitle: String
|
1497
1441
|
# @param FileMetaData: 文件元信息,为jsonstring
|
1498
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1499
1442
|
# @type FileMetaData: String
|
1500
1443
|
|
1501
1444
|
attr_accessor :DocumentSetId, :DocumentSetName, :FileTitle, :FileMetaData
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-lowcode
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1017
|
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-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|