tencentcloud-sdk-python 3.0.1336__py2.py3-none-any.whl → 3.0.1338__py2.py3-none-any.whl
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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/acp/v20220105/models.py +0 -10
- tencentcloud/antiddos/v20200309/models.py +2 -2
- tencentcloud/cdwch/v20200915/models.py +2 -2
- tencentcloud/cdwdoris/v20211228/models.py +30 -0
- tencentcloud/cfg/v20210820/models.py +0 -4
- tencentcloud/chdfs/v20201112/models.py +0 -12
- tencentcloud/clb/v20180317/models.py +38 -24
- tencentcloud/cynosdb/v20190107/models.py +15 -0
- tencentcloud/dbbrain/v20191016/models.py +0 -12
- tencentcloud/dbbrain/v20210527/models.py +0 -16
- tencentcloud/dcdb/v20180411/models.py +15 -0
- tencentcloud/dlc/v20210125/models.py +140 -34
- tencentcloud/domain/v20180808/models.py +0 -2
- tencentcloud/dts/v20180330/models.py +0 -16
- tencentcloud/dts/v20211206/models.py +0 -472
- tencentcloud/es/v20180416/errorcodes.py +6 -0
- tencentcloud/ess/v20201111/ess_client.py +27 -0
- tencentcloud/ess/v20201111/models.py +227 -2
- tencentcloud/essbasic/v20210526/essbasic_client.py +27 -0
- tencentcloud/essbasic/v20210526/models.py +308 -0
- tencentcloud/goosefs/v20220519/models.py +0 -22
- tencentcloud/lke/v20231130/lke_client.py +6 -1
- tencentcloud/lke/v20231130/models.py +8 -8
- tencentcloud/lowcode/v20210108/models.py +0 -106
- tencentcloud/mariadb/v20170312/errorcodes.py +3 -0
- tencentcloud/mariadb/v20170312/models.py +15 -0
- tencentcloud/mongodb/v20190725/errorcodes.py +3 -0
- tencentcloud/mongodb/v20190725/mongodb_client.py +1 -1
- tencentcloud/mqtt/v20240516/models.py +550 -194
- tencentcloud/mqtt/v20240516/mqtt_client.py +46 -0
- tencentcloud/oceanus/v20190422/models.py +70 -0
- tencentcloud/ocr/v20181119/models.py +2 -4
- tencentcloud/ocr/v20181119/ocr_client.py +1 -1
- tencentcloud/organization/v20210331/models.py +109 -0
- tencentcloud/organization/v20210331/organization_client.py +23 -0
- tencentcloud/redis/v20180412/models.py +21 -2
- tencentcloud/rum/v20210622/models.py +2 -0
- tencentcloud/scf/v20180416/models.py +75 -0
- tencentcloud/tdmq/v20200217/models.py +2 -296
- tencentcloud/tdmq/v20200217/tdmq_client.py +0 -25
- tencentcloud/tione/v20211111/errorcodes.py +3 -0
- tencentcloud/tione/v20211111/models.py +68 -0
- tencentcloud/tse/v20201207/models.py +164 -104
- tencentcloud/vclm/v20240523/models.py +58 -4
- tencentcloud/vdb/v20230616/models.py +9 -57
- tencentcloud/waf/v20180125/models.py +252 -0
- tencentcloud/waf/v20180125/waf_client.py +46 -0
- tencentcloud/wedata/v20210820/models.py +1578 -93
- tencentcloud/wedata/v20210820/wedata_client.py +46 -0
- {tencentcloud_sdk_python-3.0.1336.dist-info → tencentcloud_sdk_python-3.0.1338.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1336.dist-info → tencentcloud_sdk_python-3.0.1338.dist-info}/RECORD +55 -55
- {tencentcloud_sdk_python-3.0.1336.dist-info → tencentcloud_sdk_python-3.0.1338.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1336.dist-info → tencentcloud_sdk_python-3.0.1338.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1336.dist-info → tencentcloud_sdk_python-3.0.1338.dist-info}/top_level.txt +0 -0
@@ -1132,7 +1132,6 @@ class DeleteKnowledgeDocumentSetRsp(AbstractModel):
|
|
1132
1132
|
def __init__(self):
|
1133
1133
|
r"""
|
1134
1134
|
:param _AffectedCount: 删除文档数量。
|
1135
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1136
1135
|
:type AffectedCount: int
|
1137
1136
|
"""
|
1138
1137
|
self._AffectedCount = None
|
@@ -1140,7 +1139,6 @@ class DeleteKnowledgeDocumentSetRsp(AbstractModel):
|
|
1140
1139
|
@property
|
1141
1140
|
def AffectedCount(self):
|
1142
1141
|
"""删除文档数量。
|
1143
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1144
1142
|
:rtype: int
|
1145
1143
|
"""
|
1146
1144
|
return self._AffectedCount
|
@@ -1713,10 +1711,8 @@ class DescribeKnowledgeDocumentSetDetailRsp(AbstractModel):
|
|
1713
1711
|
def __init__(self):
|
1714
1712
|
r"""
|
1715
1713
|
:param _Count: 获取的数量。
|
1716
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1717
1714
|
:type Count: int
|
1718
1715
|
:param _DocumentSet: 文档信息
|
1719
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1720
1716
|
:type DocumentSet: :class:`tencentcloud.lowcode.v20210108.models.KnowledgeDocumentSet`
|
1721
1717
|
"""
|
1722
1718
|
self._Count = None
|
@@ -1725,7 +1721,6 @@ class DescribeKnowledgeDocumentSetDetailRsp(AbstractModel):
|
|
1725
1721
|
@property
|
1726
1722
|
def Count(self):
|
1727
1723
|
"""获取的数量。
|
1728
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1729
1724
|
:rtype: int
|
1730
1725
|
"""
|
1731
1726
|
return self._Count
|
@@ -1737,7 +1732,6 @@ class DescribeKnowledgeDocumentSetDetailRsp(AbstractModel):
|
|
1737
1732
|
@property
|
1738
1733
|
def DocumentSet(self):
|
1739
1734
|
"""文档信息
|
1740
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1741
1735
|
:rtype: :class:`tencentcloud.lowcode.v20210108.models.KnowledgeDocumentSet`
|
1742
1736
|
"""
|
1743
1737
|
return self._DocumentSet
|
@@ -1883,10 +1877,8 @@ class DescribeKnowledgeDocumentSetListRsp(AbstractModel):
|
|
1883
1877
|
def __init__(self):
|
1884
1878
|
r"""
|
1885
1879
|
:param _DocumentSets: 文件集
|
1886
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1887
1880
|
:type DocumentSets: list of QureyKnowledgeDocumentSet
|
1888
1881
|
:param _Count: 条数
|
1889
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1890
1882
|
:type Count: int
|
1891
1883
|
"""
|
1892
1884
|
self._DocumentSets = None
|
@@ -1895,7 +1887,6 @@ class DescribeKnowledgeDocumentSetListRsp(AbstractModel):
|
|
1895
1887
|
@property
|
1896
1888
|
def DocumentSets(self):
|
1897
1889
|
"""文件集
|
1898
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1899
1890
|
:rtype: list of QureyKnowledgeDocumentSet
|
1900
1891
|
"""
|
1901
1892
|
return self._DocumentSets
|
@@ -1907,7 +1898,6 @@ class DescribeKnowledgeDocumentSetListRsp(AbstractModel):
|
|
1907
1898
|
@property
|
1908
1899
|
def Count(self):
|
1909
1900
|
"""条数
|
1910
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1911
1901
|
:rtype: int
|
1912
1902
|
"""
|
1913
1903
|
return self._Count
|
@@ -2167,34 +2157,24 @@ class KnowledgeDocumentSet(AbstractModel):
|
|
2167
2157
|
def __init__(self):
|
2168
2158
|
r"""
|
2169
2159
|
:param _DocumentSetId: 文档id
|
2170
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2171
2160
|
:type DocumentSetId: str
|
2172
2161
|
:param _DocumentSetName: 文档名
|
2173
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2174
2162
|
:type DocumentSetName: str
|
2175
2163
|
:param _Text: 文件完整内容。
|
2176
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2177
2164
|
:type Text: str
|
2178
2165
|
:param _TextPrefix: 文件内容前 200个字符。
|
2179
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2180
2166
|
:type TextPrefix: str
|
2181
2167
|
:param _DocumentSetInfo: 文件详情
|
2182
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2183
2168
|
:type DocumentSetInfo: :class:`tencentcloud.lowcode.v20210108.models.KnowledgeDocumentSetInfo`
|
2184
2169
|
:param _SplitterPreprocess: 文件拆分信息
|
2185
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2186
2170
|
:type SplitterPreprocess: :class:`tencentcloud.lowcode.v20210108.models.KnowledgeSplitterPreprocess`
|
2187
2171
|
:param _Name: 未使用
|
2188
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2189
2172
|
:type Name: str
|
2190
2173
|
:param _FileTitle: 文档标题
|
2191
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2192
2174
|
:type FileTitle: str
|
2193
2175
|
:param _FileMetaData: 文档元信息,必须为jsonstring
|
2194
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2195
2176
|
:type FileMetaData: str
|
2196
2177
|
:param _Author: 作者
|
2197
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2198
2178
|
:type Author: str
|
2199
2179
|
"""
|
2200
2180
|
self._DocumentSetId = None
|
@@ -2211,7 +2191,6 @@ class KnowledgeDocumentSet(AbstractModel):
|
|
2211
2191
|
@property
|
2212
2192
|
def DocumentSetId(self):
|
2213
2193
|
"""文档id
|
2214
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2215
2194
|
:rtype: str
|
2216
2195
|
"""
|
2217
2196
|
return self._DocumentSetId
|
@@ -2223,7 +2202,6 @@ class KnowledgeDocumentSet(AbstractModel):
|
|
2223
2202
|
@property
|
2224
2203
|
def DocumentSetName(self):
|
2225
2204
|
"""文档名
|
2226
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2227
2205
|
:rtype: str
|
2228
2206
|
"""
|
2229
2207
|
return self._DocumentSetName
|
@@ -2235,7 +2213,6 @@ class KnowledgeDocumentSet(AbstractModel):
|
|
2235
2213
|
@property
|
2236
2214
|
def Text(self):
|
2237
2215
|
"""文件完整内容。
|
2238
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2239
2216
|
:rtype: str
|
2240
2217
|
"""
|
2241
2218
|
return self._Text
|
@@ -2247,7 +2224,6 @@ class KnowledgeDocumentSet(AbstractModel):
|
|
2247
2224
|
@property
|
2248
2225
|
def TextPrefix(self):
|
2249
2226
|
"""文件内容前 200个字符。
|
2250
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2251
2227
|
:rtype: str
|
2252
2228
|
"""
|
2253
2229
|
return self._TextPrefix
|
@@ -2259,7 +2235,6 @@ class KnowledgeDocumentSet(AbstractModel):
|
|
2259
2235
|
@property
|
2260
2236
|
def DocumentSetInfo(self):
|
2261
2237
|
"""文件详情
|
2262
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2263
2238
|
:rtype: :class:`tencentcloud.lowcode.v20210108.models.KnowledgeDocumentSetInfo`
|
2264
2239
|
"""
|
2265
2240
|
return self._DocumentSetInfo
|
@@ -2271,7 +2246,6 @@ class KnowledgeDocumentSet(AbstractModel):
|
|
2271
2246
|
@property
|
2272
2247
|
def SplitterPreprocess(self):
|
2273
2248
|
"""文件拆分信息
|
2274
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2275
2249
|
:rtype: :class:`tencentcloud.lowcode.v20210108.models.KnowledgeSplitterPreprocess`
|
2276
2250
|
"""
|
2277
2251
|
return self._SplitterPreprocess
|
@@ -2283,7 +2257,6 @@ class KnowledgeDocumentSet(AbstractModel):
|
|
2283
2257
|
@property
|
2284
2258
|
def Name(self):
|
2285
2259
|
"""未使用
|
2286
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2287
2260
|
:rtype: str
|
2288
2261
|
"""
|
2289
2262
|
return self._Name
|
@@ -2295,7 +2268,6 @@ class KnowledgeDocumentSet(AbstractModel):
|
|
2295
2268
|
@property
|
2296
2269
|
def FileTitle(self):
|
2297
2270
|
"""文档标题
|
2298
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2299
2271
|
:rtype: str
|
2300
2272
|
"""
|
2301
2273
|
return self._FileTitle
|
@@ -2307,7 +2279,6 @@ class KnowledgeDocumentSet(AbstractModel):
|
|
2307
2279
|
@property
|
2308
2280
|
def FileMetaData(self):
|
2309
2281
|
"""文档元信息,必须为jsonstring
|
2310
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2311
2282
|
:rtype: str
|
2312
2283
|
"""
|
2313
2284
|
return self._FileMetaData
|
@@ -2319,7 +2290,6 @@ class KnowledgeDocumentSet(AbstractModel):
|
|
2319
2290
|
@property
|
2320
2291
|
def Author(self):
|
2321
2292
|
"""作者
|
2322
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2323
2293
|
:rtype: str
|
2324
2294
|
"""
|
2325
2295
|
return self._Author
|
@@ -2362,13 +2332,10 @@ class KnowledgeDocumentSetInfo(AbstractModel):
|
|
2362
2332
|
def __init__(self):
|
2363
2333
|
r"""
|
2364
2334
|
:param _TextLength: 文件的字符数。
|
2365
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2366
2335
|
:type TextLength: int
|
2367
2336
|
:param _ByteLength: 文件的字节数。
|
2368
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2369
2337
|
:type ByteLength: int
|
2370
2338
|
:param _IndexedProgress: 文件被预处理、Embedding 向量化的进度。
|
2371
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2372
2339
|
:type IndexedProgress: int
|
2373
2340
|
:param _IndexedStatus: 文件预处理、Embedding 向量化的状态。
|
2374
2341
|
New:等待解析。
|
@@ -2376,16 +2343,12 @@ Loading:文件解析中。
|
|
2376
2343
|
Failure:文件解析、写入出错。
|
2377
2344
|
Ready:文件解析、写入完成。
|
2378
2345
|
|
2379
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2380
2346
|
:type IndexedStatus: str
|
2381
2347
|
:param _CreateTime: 文件创建时间。
|
2382
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2383
2348
|
:type CreateTime: str
|
2384
2349
|
:param _LastUpdateTime: 文件最后更新时间。
|
2385
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2386
2350
|
:type LastUpdateTime: str
|
2387
2351
|
:param _Keywords: 文件关键字。
|
2388
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2389
2352
|
:type Keywords: str
|
2390
2353
|
"""
|
2391
2354
|
self._TextLength = None
|
@@ -2399,7 +2362,6 @@ Ready:文件解析、写入完成。
|
|
2399
2362
|
@property
|
2400
2363
|
def TextLength(self):
|
2401
2364
|
"""文件的字符数。
|
2402
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2403
2365
|
:rtype: int
|
2404
2366
|
"""
|
2405
2367
|
return self._TextLength
|
@@ -2411,7 +2373,6 @@ Ready:文件解析、写入完成。
|
|
2411
2373
|
@property
|
2412
2374
|
def ByteLength(self):
|
2413
2375
|
"""文件的字节数。
|
2414
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2415
2376
|
:rtype: int
|
2416
2377
|
"""
|
2417
2378
|
return self._ByteLength
|
@@ -2423,7 +2384,6 @@ Ready:文件解析、写入完成。
|
|
2423
2384
|
@property
|
2424
2385
|
def IndexedProgress(self):
|
2425
2386
|
"""文件被预处理、Embedding 向量化的进度。
|
2426
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2427
2387
|
:rtype: int
|
2428
2388
|
"""
|
2429
2389
|
return self._IndexedProgress
|
@@ -2440,7 +2400,6 @@ Loading:文件解析中。
|
|
2440
2400
|
Failure:文件解析、写入出错。
|
2441
2401
|
Ready:文件解析、写入完成。
|
2442
2402
|
|
2443
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2444
2403
|
:rtype: str
|
2445
2404
|
"""
|
2446
2405
|
return self._IndexedStatus
|
@@ -2452,7 +2411,6 @@ Ready:文件解析、写入完成。
|
|
2452
2411
|
@property
|
2453
2412
|
def CreateTime(self):
|
2454
2413
|
"""文件创建时间。
|
2455
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2456
2414
|
:rtype: str
|
2457
2415
|
"""
|
2458
2416
|
return self._CreateTime
|
@@ -2464,7 +2422,6 @@ Ready:文件解析、写入完成。
|
|
2464
2422
|
@property
|
2465
2423
|
def LastUpdateTime(self):
|
2466
2424
|
"""文件最后更新时间。
|
2467
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2468
2425
|
:rtype: str
|
2469
2426
|
"""
|
2470
2427
|
return self._LastUpdateTime
|
@@ -2476,7 +2433,6 @@ Ready:文件解析、写入完成。
|
|
2476
2433
|
@property
|
2477
2434
|
def Keywords(self):
|
2478
2435
|
"""文件关键字。
|
2479
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2480
2436
|
:rtype: str
|
2481
2437
|
"""
|
2482
2438
|
return self._Keywords
|
@@ -2512,24 +2468,18 @@ class KnowledgeSet(AbstractModel):
|
|
2512
2468
|
def __init__(self):
|
2513
2469
|
r"""
|
2514
2470
|
:param _Name: 知识库标识
|
2515
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2516
2471
|
:type Name: str
|
2517
2472
|
:param _Title: 知识库名称
|
2518
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2519
2473
|
:type Title: str
|
2520
2474
|
:param _Desc: 描述
|
2521
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2522
2475
|
:type Desc: str
|
2523
2476
|
:param _Active: 状态,
|
2524
2477
|
NOT_ENABLED未启用
|
2525
2478
|
ENABLED 已启用
|
2526
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2527
2479
|
:type Active: str
|
2528
2480
|
:param _CreateTime: 创建时间
|
2529
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2530
2481
|
:type CreateTime: str
|
2531
2482
|
:param _UpdateTime: 更新时间
|
2532
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2533
2483
|
:type UpdateTime: str
|
2534
2484
|
:param _Meta: 知识库的meta信息
|
2535
2485
|
:type Meta: str
|
@@ -2545,7 +2495,6 @@ ENABLED 已启用
|
|
2545
2495
|
@property
|
2546
2496
|
def Name(self):
|
2547
2497
|
"""知识库标识
|
2548
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2549
2498
|
:rtype: str
|
2550
2499
|
"""
|
2551
2500
|
return self._Name
|
@@ -2557,7 +2506,6 @@ ENABLED 已启用
|
|
2557
2506
|
@property
|
2558
2507
|
def Title(self):
|
2559
2508
|
"""知识库名称
|
2560
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2561
2509
|
:rtype: str
|
2562
2510
|
"""
|
2563
2511
|
return self._Title
|
@@ -2569,7 +2517,6 @@ ENABLED 已启用
|
|
2569
2517
|
@property
|
2570
2518
|
def Desc(self):
|
2571
2519
|
"""描述
|
2572
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2573
2520
|
:rtype: str
|
2574
2521
|
"""
|
2575
2522
|
return self._Desc
|
@@ -2583,7 +2530,6 @@ ENABLED 已启用
|
|
2583
2530
|
"""状态,
|
2584
2531
|
NOT_ENABLED未启用
|
2585
2532
|
ENABLED 已启用
|
2586
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2587
2533
|
:rtype: str
|
2588
2534
|
"""
|
2589
2535
|
return self._Active
|
@@ -2595,7 +2541,6 @@ ENABLED 已启用
|
|
2595
2541
|
@property
|
2596
2542
|
def CreateTime(self):
|
2597
2543
|
"""创建时间
|
2598
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2599
2544
|
:rtype: str
|
2600
2545
|
"""
|
2601
2546
|
return self._CreateTime
|
@@ -2607,7 +2552,6 @@ ENABLED 已启用
|
|
2607
2552
|
@property
|
2608
2553
|
def UpdateTime(self):
|
2609
2554
|
"""更新时间
|
2610
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2611
2555
|
:rtype: str
|
2612
2556
|
"""
|
2613
2557
|
return self._UpdateTime
|
@@ -2654,10 +2598,8 @@ class KnowledgeSetRsp(AbstractModel):
|
|
2654
2598
|
def __init__(self):
|
2655
2599
|
r"""
|
2656
2600
|
:param _Total: 总数
|
2657
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2658
2601
|
:type Total: int
|
2659
2602
|
:param _KnowledgeSets: 知识库列表
|
2660
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2661
2603
|
:type KnowledgeSets: list of KnowledgeSet
|
2662
2604
|
"""
|
2663
2605
|
self._Total = None
|
@@ -2666,7 +2608,6 @@ class KnowledgeSetRsp(AbstractModel):
|
|
2666
2608
|
@property
|
2667
2609
|
def Total(self):
|
2668
2610
|
"""总数
|
2669
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2670
2611
|
:rtype: int
|
2671
2612
|
"""
|
2672
2613
|
return self._Total
|
@@ -2678,7 +2619,6 @@ class KnowledgeSetRsp(AbstractModel):
|
|
2678
2619
|
@property
|
2679
2620
|
def KnowledgeSets(self):
|
2680
2621
|
"""知识库列表
|
2681
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2682
2622
|
:rtype: list of KnowledgeSet
|
2683
2623
|
"""
|
2684
2624
|
return self._KnowledgeSets
|
@@ -2717,13 +2657,11 @@ class KnowledgeSplitterPreprocess(AbstractModel):
|
|
2717
2657
|
false:不追加。
|
2718
2658
|
true:将段落 Title 追加到切分后的段落。
|
2719
2659
|
|
2720
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2721
2660
|
:type AppendTitleToChunk: bool
|
2722
2661
|
:param _AppendKeywordsToChunk: 在对文件拆分时,配置是否将关键字 keywords 追加到切分后的段落一并 Embedding。取值如下所示:
|
2723
2662
|
false:不追加。
|
2724
2663
|
true:将全文的 keywords 追加到切分后的段落。
|
2725
2664
|
|
2726
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2727
2665
|
:type AppendKeywordsToChunk: bool
|
2728
2666
|
"""
|
2729
2667
|
self._AppendTitleToChunk = None
|
@@ -2735,7 +2673,6 @@ true:将全文的 keywords 追加到切分后的段落。
|
|
2735
2673
|
false:不追加。
|
2736
2674
|
true:将段落 Title 追加到切分后的段落。
|
2737
2675
|
|
2738
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2739
2676
|
:rtype: bool
|
2740
2677
|
"""
|
2741
2678
|
return self._AppendTitleToChunk
|
@@ -2750,7 +2687,6 @@ true:将段落 Title 追加到切分后的段落。
|
|
2750
2687
|
false:不追加。
|
2751
2688
|
true:将全文的 keywords 追加到切分后的段落。
|
2752
2689
|
|
2753
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2754
2690
|
:rtype: bool
|
2755
2691
|
"""
|
2756
2692
|
return self._AppendKeywordsToChunk
|
@@ -2900,31 +2836,22 @@ class QureyKnowledgeDocumentSet(AbstractModel):
|
|
2900
2836
|
def __init__(self):
|
2901
2837
|
r"""
|
2902
2838
|
:param _DocumentSetId: 文件id
|
2903
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2904
2839
|
:type DocumentSetId: str
|
2905
2840
|
:param _DocumentSetName: 文件名
|
2906
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2907
2841
|
:type DocumentSetName: str
|
2908
2842
|
:param _TextPrefix: 文件内容前 200个字符。
|
2909
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2910
2843
|
:type TextPrefix: str
|
2911
2844
|
:param _SplitterPreprocess: 文件拆分信息
|
2912
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2913
2845
|
:type SplitterPreprocess: :class:`tencentcloud.lowcode.v20210108.models.KnowledgeSplitterPreprocess`
|
2914
2846
|
:param _DocumentSetInfo: 文件详情
|
2915
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2916
2847
|
:type DocumentSetInfo: :class:`tencentcloud.lowcode.v20210108.models.QureyKnowledgeDocumentSetInfo`
|
2917
2848
|
:param _FileTitle: 文件标题
|
2918
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2919
2849
|
:type FileTitle: str
|
2920
2850
|
:param _FileMetaData: 文件元信息,必须为jsonstring
|
2921
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2922
2851
|
:type FileMetaData: str
|
2923
2852
|
:param _Name: name
|
2924
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2925
2853
|
:type Name: str
|
2926
2854
|
:param _Author: 作者
|
2927
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2928
2855
|
:type Author: str
|
2929
2856
|
"""
|
2930
2857
|
self._DocumentSetId = None
|
@@ -2940,7 +2867,6 @@ class QureyKnowledgeDocumentSet(AbstractModel):
|
|
2940
2867
|
@property
|
2941
2868
|
def DocumentSetId(self):
|
2942
2869
|
"""文件id
|
2943
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2944
2870
|
:rtype: str
|
2945
2871
|
"""
|
2946
2872
|
return self._DocumentSetId
|
@@ -2952,7 +2878,6 @@ class QureyKnowledgeDocumentSet(AbstractModel):
|
|
2952
2878
|
@property
|
2953
2879
|
def DocumentSetName(self):
|
2954
2880
|
"""文件名
|
2955
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2956
2881
|
:rtype: str
|
2957
2882
|
"""
|
2958
2883
|
return self._DocumentSetName
|
@@ -2964,7 +2889,6 @@ class QureyKnowledgeDocumentSet(AbstractModel):
|
|
2964
2889
|
@property
|
2965
2890
|
def TextPrefix(self):
|
2966
2891
|
"""文件内容前 200个字符。
|
2967
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2968
2892
|
:rtype: str
|
2969
2893
|
"""
|
2970
2894
|
return self._TextPrefix
|
@@ -2976,7 +2900,6 @@ class QureyKnowledgeDocumentSet(AbstractModel):
|
|
2976
2900
|
@property
|
2977
2901
|
def SplitterPreprocess(self):
|
2978
2902
|
"""文件拆分信息
|
2979
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2980
2903
|
:rtype: :class:`tencentcloud.lowcode.v20210108.models.KnowledgeSplitterPreprocess`
|
2981
2904
|
"""
|
2982
2905
|
return self._SplitterPreprocess
|
@@ -2988,7 +2911,6 @@ class QureyKnowledgeDocumentSet(AbstractModel):
|
|
2988
2911
|
@property
|
2989
2912
|
def DocumentSetInfo(self):
|
2990
2913
|
"""文件详情
|
2991
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2992
2914
|
:rtype: :class:`tencentcloud.lowcode.v20210108.models.QureyKnowledgeDocumentSetInfo`
|
2993
2915
|
"""
|
2994
2916
|
return self._DocumentSetInfo
|
@@ -3000,7 +2922,6 @@ class QureyKnowledgeDocumentSet(AbstractModel):
|
|
3000
2922
|
@property
|
3001
2923
|
def FileTitle(self):
|
3002
2924
|
"""文件标题
|
3003
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3004
2925
|
:rtype: str
|
3005
2926
|
"""
|
3006
2927
|
return self._FileTitle
|
@@ -3012,7 +2933,6 @@ class QureyKnowledgeDocumentSet(AbstractModel):
|
|
3012
2933
|
@property
|
3013
2934
|
def FileMetaData(self):
|
3014
2935
|
"""文件元信息,必须为jsonstring
|
3015
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3016
2936
|
:rtype: str
|
3017
2937
|
"""
|
3018
2938
|
return self._FileMetaData
|
@@ -3024,7 +2944,6 @@ class QureyKnowledgeDocumentSet(AbstractModel):
|
|
3024
2944
|
@property
|
3025
2945
|
def Name(self):
|
3026
2946
|
"""name
|
3027
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3028
2947
|
:rtype: str
|
3029
2948
|
"""
|
3030
2949
|
return self._Name
|
@@ -3036,7 +2955,6 @@ class QureyKnowledgeDocumentSet(AbstractModel):
|
|
3036
2955
|
@property
|
3037
2956
|
def Author(self):
|
3038
2957
|
"""作者
|
3039
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3040
2958
|
:rtype: str
|
3041
2959
|
"""
|
3042
2960
|
return self._Author
|
@@ -3078,13 +2996,10 @@ class QureyKnowledgeDocumentSetInfo(AbstractModel):
|
|
3078
2996
|
def __init__(self):
|
3079
2997
|
r"""
|
3080
2998
|
:param _TextLength: 文件的字符数。
|
3081
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3082
2999
|
:type TextLength: int
|
3083
3000
|
:param _ByteLength: 文件的字节数。
|
3084
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3085
3001
|
:type ByteLength: int
|
3086
3002
|
:param _IndexedProgress: 文件被预处理、Embedding 向量化的进度。
|
3087
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3088
3003
|
:type IndexedProgress: int
|
3089
3004
|
:param _IndexedStatus: 文件预处理、Embedding 向量化的状态。
|
3090
3005
|
New:等待解析。
|
@@ -3092,19 +3007,14 @@ Loading:文件解析中。
|
|
3092
3007
|
Failure:文件解析、写入出错。
|
3093
3008
|
Ready:文件解析、写入完成。
|
3094
3009
|
|
3095
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3096
3010
|
:type IndexedStatus: str
|
3097
3011
|
:param _IndexedErrorMsg: 错误信息
|
3098
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3099
3012
|
:type IndexedErrorMsg: str
|
3100
3013
|
:param _CreateTime: 文件创建时间。
|
3101
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3102
3014
|
:type CreateTime: str
|
3103
3015
|
:param _LastUpdateTime: 文件最后更新时间。
|
3104
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3105
3016
|
:type LastUpdateTime: str
|
3106
3017
|
:param _Keywords: 文件关键字。
|
3107
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3108
3018
|
:type Keywords: str
|
3109
3019
|
"""
|
3110
3020
|
self._TextLength = None
|
@@ -3119,7 +3029,6 @@ Ready:文件解析、写入完成。
|
|
3119
3029
|
@property
|
3120
3030
|
def TextLength(self):
|
3121
3031
|
"""文件的字符数。
|
3122
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3123
3032
|
:rtype: int
|
3124
3033
|
"""
|
3125
3034
|
return self._TextLength
|
@@ -3131,7 +3040,6 @@ Ready:文件解析、写入完成。
|
|
3131
3040
|
@property
|
3132
3041
|
def ByteLength(self):
|
3133
3042
|
"""文件的字节数。
|
3134
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3135
3043
|
:rtype: int
|
3136
3044
|
"""
|
3137
3045
|
return self._ByteLength
|
@@ -3143,7 +3051,6 @@ Ready:文件解析、写入完成。
|
|
3143
3051
|
@property
|
3144
3052
|
def IndexedProgress(self):
|
3145
3053
|
"""文件被预处理、Embedding 向量化的进度。
|
3146
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3147
3054
|
:rtype: int
|
3148
3055
|
"""
|
3149
3056
|
return self._IndexedProgress
|
@@ -3160,7 +3067,6 @@ Loading:文件解析中。
|
|
3160
3067
|
Failure:文件解析、写入出错。
|
3161
3068
|
Ready:文件解析、写入完成。
|
3162
3069
|
|
3163
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3164
3070
|
:rtype: str
|
3165
3071
|
"""
|
3166
3072
|
return self._IndexedStatus
|
@@ -3172,7 +3078,6 @@ Ready:文件解析、写入完成。
|
|
3172
3078
|
@property
|
3173
3079
|
def IndexedErrorMsg(self):
|
3174
3080
|
"""错误信息
|
3175
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3176
3081
|
:rtype: str
|
3177
3082
|
"""
|
3178
3083
|
return self._IndexedErrorMsg
|
@@ -3184,7 +3089,6 @@ Ready:文件解析、写入完成。
|
|
3184
3089
|
@property
|
3185
3090
|
def CreateTime(self):
|
3186
3091
|
"""文件创建时间。
|
3187
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3188
3092
|
:rtype: str
|
3189
3093
|
"""
|
3190
3094
|
return self._CreateTime
|
@@ -3196,7 +3100,6 @@ Ready:文件解析、写入完成。
|
|
3196
3100
|
@property
|
3197
3101
|
def LastUpdateTime(self):
|
3198
3102
|
"""文件最后更新时间。
|
3199
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3200
3103
|
:rtype: str
|
3201
3104
|
"""
|
3202
3105
|
return self._LastUpdateTime
|
@@ -3208,7 +3111,6 @@ Ready:文件解析、写入完成。
|
|
3208
3111
|
@property
|
3209
3112
|
def Keywords(self):
|
3210
3113
|
"""文件关键字。
|
3211
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3212
3114
|
:rtype: str
|
3213
3115
|
"""
|
3214
3116
|
return self._Keywords
|
@@ -4040,16 +3942,12 @@ class UploadKnowledgeDocumentSetRsp(AbstractModel):
|
|
4040
3942
|
def __init__(self):
|
4041
3943
|
r"""
|
4042
3944
|
:param _DocumentSetId: 给文件分配的 ID 信息。
|
4043
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4044
3945
|
:type DocumentSetId: str
|
4045
3946
|
:param _DocumentSetName: 文件名
|
4046
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4047
3947
|
:type DocumentSetName: str
|
4048
3948
|
:param _FileTitle: 文件标题
|
4049
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4050
3949
|
:type FileTitle: str
|
4051
3950
|
:param _FileMetaData: 文件元信息,为jsonstring
|
4052
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4053
3951
|
:type FileMetaData: str
|
4054
3952
|
"""
|
4055
3953
|
self._DocumentSetId = None
|
@@ -4060,7 +3958,6 @@ class UploadKnowledgeDocumentSetRsp(AbstractModel):
|
|
4060
3958
|
@property
|
4061
3959
|
def DocumentSetId(self):
|
4062
3960
|
"""给文件分配的 ID 信息。
|
4063
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4064
3961
|
:rtype: str
|
4065
3962
|
"""
|
4066
3963
|
return self._DocumentSetId
|
@@ -4072,7 +3969,6 @@ class UploadKnowledgeDocumentSetRsp(AbstractModel):
|
|
4072
3969
|
@property
|
4073
3970
|
def DocumentSetName(self):
|
4074
3971
|
"""文件名
|
4075
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4076
3972
|
:rtype: str
|
4077
3973
|
"""
|
4078
3974
|
return self._DocumentSetName
|
@@ -4084,7 +3980,6 @@ class UploadKnowledgeDocumentSetRsp(AbstractModel):
|
|
4084
3980
|
@property
|
4085
3981
|
def FileTitle(self):
|
4086
3982
|
"""文件标题
|
4087
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4088
3983
|
:rtype: str
|
4089
3984
|
"""
|
4090
3985
|
return self._FileTitle
|
@@ -4096,7 +3991,6 @@ class UploadKnowledgeDocumentSetRsp(AbstractModel):
|
|
4096
3991
|
@property
|
4097
3992
|
def FileMetaData(self):
|
4098
3993
|
"""文件元信息,为jsonstring
|
4099
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4100
3994
|
:rtype: str
|
4101
3995
|
"""
|
4102
3996
|
return self._FileMetaData
|
@@ -98,6 +98,9 @@ FAILEDOPERATION_TAGDRYRUNERROR = 'FailedOperation.TagDryRunError'
|
|
98
98
|
# 标签配额不足。
|
99
99
|
FAILEDOPERATION_TAGQUOTAEXCEEDLIMIT = 'FailedOperation.TagQuotaExceedLimit'
|
100
100
|
|
101
|
+
# 计费配置查询失败
|
102
|
+
FAILEDOPERATION_TRADECONFIGNOTFOUND = 'FailedOperation.TradeConfigNotFound'
|
103
|
+
|
101
104
|
# 实例安全组信息更新失败。
|
102
105
|
FAILEDOPERATION_UPDATEINSTANCEINFOFAILED = 'FailedOperation.UpdateInstanceInfoFailed'
|
103
106
|
|
@@ -5467,11 +5467,14 @@ class DescribeBackupFilesResponse(AbstractModel):
|
|
5467
5467
|
:type Files: list of InstanceBackupFileItem
|
5468
5468
|
:param _TotalCount: 总条目数
|
5469
5469
|
:type TotalCount: int
|
5470
|
+
:param _UrlPrefix: 文件下载链接路径前缀
|
5471
|
+
:type UrlPrefix: str
|
5470
5472
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5471
5473
|
:type RequestId: str
|
5472
5474
|
"""
|
5473
5475
|
self._Files = None
|
5474
5476
|
self._TotalCount = None
|
5477
|
+
self._UrlPrefix = None
|
5475
5478
|
self._RequestId = None
|
5476
5479
|
|
5477
5480
|
@property
|
@@ -5496,6 +5499,17 @@ class DescribeBackupFilesResponse(AbstractModel):
|
|
5496
5499
|
def TotalCount(self, TotalCount):
|
5497
5500
|
self._TotalCount = TotalCount
|
5498
5501
|
|
5502
|
+
@property
|
5503
|
+
def UrlPrefix(self):
|
5504
|
+
"""文件下载链接路径前缀
|
5505
|
+
:rtype: str
|
5506
|
+
"""
|
5507
|
+
return self._UrlPrefix
|
5508
|
+
|
5509
|
+
@UrlPrefix.setter
|
5510
|
+
def UrlPrefix(self, UrlPrefix):
|
5511
|
+
self._UrlPrefix = UrlPrefix
|
5512
|
+
|
5499
5513
|
@property
|
5500
5514
|
def RequestId(self):
|
5501
5515
|
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
@@ -5516,6 +5530,7 @@ class DescribeBackupFilesResponse(AbstractModel):
|
|
5516
5530
|
obj._deserialize(item)
|
5517
5531
|
self._Files.append(obj)
|
5518
5532
|
self._TotalCount = params.get("TotalCount")
|
5533
|
+
self._UrlPrefix = params.get("UrlPrefix")
|
5519
5534
|
self._RequestId = params.get("RequestId")
|
5520
5535
|
|
5521
5536
|
|
@@ -203,6 +203,9 @@ LIMITEXCEEDED_TOOMANYREQUESTS = 'LimitExceeded.TooManyRequests'
|
|
203
203
|
# 资源不存在。
|
204
204
|
RESOURCENOTFOUND = 'ResourceNotFound'
|
205
205
|
|
206
|
+
# 没有访问权限
|
207
|
+
UNAUTHORIZEDOPERATION_NOACCESS = 'UnauthorizedOperation.NoAccess'
|
208
|
+
|
206
209
|
# 操作不支持。
|
207
210
|
UNSUPPORTEDOPERATION = 'UnsupportedOperation'
|
208
211
|
|