tccli 3.0.1147.1__py2.py3-none-any.whl → 3.0.1148.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/services/aiart/aiart_client.py +53 -0
- tccli/services/aiart/v20221229/api.json +80 -0
- tccli/services/aiart/v20221229/examples.json +8 -0
- tccli/services/asr/v20190614/api.json +6 -6
- tccli/services/clb/v20180317/api.json +1 -1
- tccli/services/dcdb/v20180411/api.json +2 -0
- tccli/services/dnspod/v20210323/api.json +9 -0
- tccli/services/lighthouse/v20200324/api.json +33 -31
- tccli/services/lighthouse/v20200324/examples.json +3 -3
- tccli/services/lke/lke_client.py +53 -0
- tccli/services/lke/v20231130/api.json +160 -1
- tccli/services/lke/v20231130/examples.json +8 -0
- tccli/services/mna/mna_client.py +485 -8
- tccli/services/mna/v20210119/api.json +743 -21
- tccli/services/mna/v20210119/examples.json +72 -0
- tccli/services/mps/v20190612/api.json +31 -10
- tccli/services/tdmq/v20200217/api.json +8 -8
- tccli/services/tdmq/v20200217/examples.json +1 -1
- tccli/services/tke/v20180525/api.json +3 -3
- tccli/services/tsf/tsf_client.py +110 -4
- tccli/services/tsf/v20180326/api.json +142 -0
- tccli/services/tsf/v20180326/examples.json +16 -0
- tccli/services/vpc/v20170312/api.json +1 -1
- {tccli-3.0.1147.1.dist-info → tccli-3.0.1148.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1147.1.dist-info → tccli-3.0.1148.1.dist-info}/RECORD +29 -29
- {tccli-3.0.1147.1.dist-info → tccli-3.0.1148.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1147.1.dist-info → tccli-3.0.1148.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1147.1.dist-info → tccli-3.0.1148.1.dist-info}/license_files/LICENSE +0 -0
@@ -182,6 +182,13 @@
|
|
182
182
|
"output": "DescribeRobotBizIDByAppKeyResponse",
|
183
183
|
"status": "online"
|
184
184
|
},
|
185
|
+
"DescribeSegments": {
|
186
|
+
"document": "获取片段详情",
|
187
|
+
"input": "DescribeSegmentsRequest",
|
188
|
+
"name": "获取片段详情",
|
189
|
+
"output": "DescribeSegmentsResponse",
|
190
|
+
"status": "online"
|
191
|
+
},
|
185
192
|
"DescribeStorageCredential": {
|
186
193
|
"document": "获取文件上传临时密钥",
|
187
194
|
"input": "DescribeStorageCredentialRequest",
|
@@ -3428,6 +3435,52 @@
|
|
3428
3435
|
],
|
3429
3436
|
"type": "object"
|
3430
3437
|
},
|
3438
|
+
"DescribeSegmentsRequest": {
|
3439
|
+
"document": "DescribeSegments请求参数结构体",
|
3440
|
+
"members": [
|
3441
|
+
{
|
3442
|
+
"disabled": false,
|
3443
|
+
"document": "应用ID",
|
3444
|
+
"example": "无",
|
3445
|
+
"member": "string",
|
3446
|
+
"name": "BotBizId",
|
3447
|
+
"required": true,
|
3448
|
+
"type": "string"
|
3449
|
+
},
|
3450
|
+
{
|
3451
|
+
"disabled": false,
|
3452
|
+
"document": "文档ID",
|
3453
|
+
"example": "无",
|
3454
|
+
"member": "string",
|
3455
|
+
"name": "SegBizId",
|
3456
|
+
"required": false,
|
3457
|
+
"type": "list"
|
3458
|
+
}
|
3459
|
+
],
|
3460
|
+
"type": "object"
|
3461
|
+
},
|
3462
|
+
"DescribeSegmentsResponse": {
|
3463
|
+
"document": "DescribeSegments返回参数结构体",
|
3464
|
+
"members": [
|
3465
|
+
{
|
3466
|
+
"disabled": false,
|
3467
|
+
"document": "片段列表\n注意:此字段可能返回 null,表示取不到有效值。",
|
3468
|
+
"example": "无",
|
3469
|
+
"member": "DocSegment",
|
3470
|
+
"name": "List",
|
3471
|
+
"output_required": false,
|
3472
|
+
"type": "list",
|
3473
|
+
"value_allowed_null": true
|
3474
|
+
},
|
3475
|
+
{
|
3476
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
3477
|
+
"member": "string",
|
3478
|
+
"name": "RequestId",
|
3479
|
+
"type": "string"
|
3480
|
+
}
|
3481
|
+
],
|
3482
|
+
"type": "object"
|
3483
|
+
},
|
3431
3484
|
"DescribeStorageCredentialRequest": {
|
3432
3485
|
"document": "DescribeStorageCredential请求参数结构体",
|
3433
3486
|
"members": [
|
@@ -3646,6 +3699,112 @@
|
|
3646
3699
|
],
|
3647
3700
|
"type": "object"
|
3648
3701
|
},
|
3702
|
+
"DocSegment": {
|
3703
|
+
"document": "文档片段",
|
3704
|
+
"members": [
|
3705
|
+
{
|
3706
|
+
"disabled": false,
|
3707
|
+
"document": "片段ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
3708
|
+
"example": "无",
|
3709
|
+
"member": "string",
|
3710
|
+
"name": "Id",
|
3711
|
+
"output_required": false,
|
3712
|
+
"type": "string",
|
3713
|
+
"value_allowed_null": true
|
3714
|
+
},
|
3715
|
+
{
|
3716
|
+
"disabled": false,
|
3717
|
+
"document": "业务ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
3718
|
+
"example": "无",
|
3719
|
+
"member": "string",
|
3720
|
+
"name": "BusinessId",
|
3721
|
+
"output_required": false,
|
3722
|
+
"type": "string",
|
3723
|
+
"value_allowed_null": true
|
3724
|
+
},
|
3725
|
+
{
|
3726
|
+
"disabled": false,
|
3727
|
+
"document": "文件类型(markdown,word,txt)\n注意:此字段可能返回 null,表示取不到有效值。",
|
3728
|
+
"example": "无",
|
3729
|
+
"member": "string",
|
3730
|
+
"name": "FileType",
|
3731
|
+
"output_required": false,
|
3732
|
+
"type": "string",
|
3733
|
+
"value_allowed_null": true
|
3734
|
+
},
|
3735
|
+
{
|
3736
|
+
"disabled": false,
|
3737
|
+
"document": "文档切片类型(segment-文档切片 table-表格)\n注意:此字段可能返回 null,表示取不到有效值。",
|
3738
|
+
"example": "无",
|
3739
|
+
"member": "string",
|
3740
|
+
"name": "SegmentType",
|
3741
|
+
"output_required": false,
|
3742
|
+
"type": "string",
|
3743
|
+
"value_allowed_null": true
|
3744
|
+
},
|
3745
|
+
{
|
3746
|
+
"disabled": false,
|
3747
|
+
"document": "标题\n注意:此字段可能返回 null,表示取不到有效值。",
|
3748
|
+
"example": "无",
|
3749
|
+
"member": "string",
|
3750
|
+
"name": "Title",
|
3751
|
+
"output_required": false,
|
3752
|
+
"type": "string",
|
3753
|
+
"value_allowed_null": true
|
3754
|
+
},
|
3755
|
+
{
|
3756
|
+
"disabled": false,
|
3757
|
+
"document": "段落内容\n注意:此字段可能返回 null,表示取不到有效值。",
|
3758
|
+
"example": "无",
|
3759
|
+
"member": "string",
|
3760
|
+
"name": "PageContent",
|
3761
|
+
"output_required": false,
|
3762
|
+
"type": "string",
|
3763
|
+
"value_allowed_null": true
|
3764
|
+
},
|
3765
|
+
{
|
3766
|
+
"disabled": false,
|
3767
|
+
"document": "段落原文\n注意:此字段可能返回 null,表示取不到有效值。",
|
3768
|
+
"example": "无",
|
3769
|
+
"member": "string",
|
3770
|
+
"name": "OrgData",
|
3771
|
+
"output_required": false,
|
3772
|
+
"type": "string",
|
3773
|
+
"value_allowed_null": true
|
3774
|
+
},
|
3775
|
+
{
|
3776
|
+
"disabled": false,
|
3777
|
+
"document": "文章ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
3778
|
+
"example": "无",
|
3779
|
+
"member": "string",
|
3780
|
+
"name": "DocId",
|
3781
|
+
"output_required": false,
|
3782
|
+
"type": "string",
|
3783
|
+
"value_allowed_null": true
|
3784
|
+
},
|
3785
|
+
{
|
3786
|
+
"disabled": false,
|
3787
|
+
"document": "文档业务ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
3788
|
+
"example": "无",
|
3789
|
+
"member": "string",
|
3790
|
+
"name": "DocBizId",
|
3791
|
+
"output_required": false,
|
3792
|
+
"type": "string",
|
3793
|
+
"value_allowed_null": true
|
3794
|
+
},
|
3795
|
+
{
|
3796
|
+
"disabled": false,
|
3797
|
+
"document": "文档链接\n注意:此字段可能返回 null,表示取不到有效值。",
|
3798
|
+
"example": "无",
|
3799
|
+
"member": "string",
|
3800
|
+
"name": "DocUrl",
|
3801
|
+
"output_required": false,
|
3802
|
+
"type": "string",
|
3803
|
+
"value_allowed_null": true
|
3804
|
+
}
|
3805
|
+
],
|
3806
|
+
"usage": "out"
|
3807
|
+
},
|
3649
3808
|
"DocumentElement": {
|
3650
3809
|
"document": "文档元素字段",
|
3651
3810
|
"members": [
|
@@ -10008,7 +10167,7 @@
|
|
10008
10167
|
},
|
10009
10168
|
{
|
10010
10169
|
"disabled": false,
|
10011
|
-
"document": "文档操作类型:1
|
10170
|
+
"document": "文档操作类型:1:批量导入(批量导入问答对);2:文档导入(正常导入单个文档)",
|
10012
10171
|
"example": "无",
|
10013
10172
|
"member": "uint64",
|
10014
10173
|
"name": "Opt",
|
@@ -208,6 +208,14 @@
|
|
208
208
|
"title": "通过AppKey查询应用业务ID"
|
209
209
|
}
|
210
210
|
],
|
211
|
+
"DescribeSegments": [
|
212
|
+
{
|
213
|
+
"document": "片段请求",
|
214
|
+
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSegments\n<公共请求参数>\n\n{\n \"BotBizId\": \"1771107658358063104\",\n \"SegBizId\": [\n \"1111\",\n \"2222\"\n ]\n}",
|
215
|
+
"output": "{\n \"Response\": {\n \"List\": [],\n \"RequestId\": \"83500528-9870-4c63-ad21-de5dc6d4a059\"\n }\n}",
|
216
|
+
"title": "片段请求"
|
217
|
+
}
|
218
|
+
],
|
211
219
|
"DescribeStorageCredential": [
|
212
220
|
{
|
213
221
|
"document": "",
|