tencentcloud-sdk-python 3.0.1377__py2.py3-none-any.whl → 3.0.1379__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/apm/v20210622/models.py +34 -4
- tencentcloud/autoscaling/v20180419/models.py +45 -16
- tencentcloud/batch/v20170312/batch_client.py +3 -3
- tencentcloud/batch/v20170312/models.py +230 -168
- tencentcloud/billing/v20180709/billing_client.py +322 -0
- tencentcloud/billing/v20180709/errorcodes.py +9 -0
- tencentcloud/billing/v20180709/models.py +4894 -2542
- tencentcloud/cbs/v20170312/cbs_client.py +1 -1
- tencentcloud/cbs/v20170312/models.py +18 -18
- tencentcloud/clb/v20180317/clb_client.py +7 -7
- tencentcloud/clb/v20180317/models.py +51 -41
- tencentcloud/dbbrain/v20210527/dbbrain_client.py +46 -0
- tencentcloud/dbbrain/v20210527/models.py +368 -0
- tencentcloud/dnspod/v20210323/dnspod_client.py +23 -0
- tencentcloud/dnspod/v20210323/models.py +503 -0
- tencentcloud/domain/v20180808/errorcodes.py +3 -0
- tencentcloud/domain/v20180808/models.py +68 -44
- tencentcloud/hunyuan/v20230901/models.py +260 -0
- tencentcloud/lighthouse/v20200324/lighthouse_client.py +1 -1
- tencentcloud/lighthouse/v20200324/models.py +2 -2
- tencentcloud/lke/v20231130/models.py +192 -2
- tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
- tencentcloud/mps/v20190612/models.py +211 -2
- tencentcloud/postgres/v20170312/models.py +12 -4
- tencentcloud/tag/v20180813/models.py +8 -8
- tencentcloud/tcb/v20180608/models.py +34 -4
- tencentcloud/tdmq/v20200217/errorcodes.py +27 -0
- tencentcloud/teo/v20220901/models.py +0 -20
- tencentcloud/thpc/v20211109/models.py +2 -2
- tencentcloud/thpc/v20220401/models.py +4 -4
- tencentcloud/thpc/v20230321/errorcodes.py +9 -0
- tencentcloud/thpc/v20230321/models.py +85 -8
- tencentcloud/thpc/v20230321/thpc_client.py +23 -0
- tencentcloud/tione/v20211111/models.py +274 -0
- tencentcloud/tke/v20180525/models.py +10 -0
- tencentcloud/tmt/v20180321/errorcodes.py +3 -0
- tencentcloud/tmt/v20180321/models.py +296 -1
- tencentcloud/tmt/v20180321/tmt_client.py +28 -0
- tencentcloud/trtc/v20190722/models.py +15 -0
- tencentcloud/vod/v20180717/models.py +2 -2
- tencentcloud/vpc/v20170312/models.py +24 -18
- tencentcloud/waf/v20180125/models.py +15 -0
- tencentcloud/wedata/v20210820/errorcodes.py +9 -0
- tencentcloud/wedata/v20210820/models.py +1078 -0
- tencentcloud/wedata/v20210820/wedata_client.py +46 -0
- {tencentcloud_sdk_python-3.0.1377.dist-info → tencentcloud_sdk_python-3.0.1379.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1377.dist-info → tencentcloud_sdk_python-3.0.1379.dist-info}/RECORD +51 -51
- {tencentcloud_sdk_python-3.0.1377.dist-info → tencentcloud_sdk_python-3.0.1379.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1377.dist-info → tencentcloud_sdk_python-3.0.1379.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1377.dist-info → tencentcloud_sdk_python-3.0.1379.dist-info}/top_level.txt +0 -0
@@ -106,10 +106,11 @@ class BatchModifyDomainInfoRequest(AbstractModel):
|
|
106
106
|
|
107
107
|
def __init__(self):
|
108
108
|
r"""
|
109
|
-
:param _Domains:
|
109
|
+
:param _Domains: 批量修改的域名数组
|
110
|
+
个数最大不超过4000
|
110
111
|
:type Domains: list of str
|
111
|
-
:param _TemplateId: 模板ID
|
112
|
-
可从
|
112
|
+
:param _TemplateId: 模板ID
|
113
|
+
可从[DescribeTemplateList](https://cloud.tencent.com/document/api/242/48940)接口获取
|
113
114
|
:type TemplateId: str
|
114
115
|
:param _LockTransfer: true: 开启60天内禁止转移注册商锁定
|
115
116
|
false:关闭60天内禁止转移注册商锁定
|
@@ -122,7 +123,8 @@ false:关闭60天内禁止转移注册商锁定
|
|
122
123
|
|
123
124
|
@property
|
124
125
|
def Domains(self):
|
125
|
-
"""
|
126
|
+
"""批量修改的域名数组
|
127
|
+
个数最大不超过4000
|
126
128
|
:rtype: list of str
|
127
129
|
"""
|
128
130
|
return self._Domains
|
@@ -133,8 +135,8 @@ false:关闭60天内禁止转移注册商锁定
|
|
133
135
|
|
134
136
|
@property
|
135
137
|
def TemplateId(self):
|
136
|
-
"""模板ID
|
137
|
-
可从
|
138
|
+
"""模板ID
|
139
|
+
可从[DescribeTemplateList](https://cloud.tencent.com/document/api/242/48940)接口获取
|
138
140
|
:rtype: str
|
139
141
|
"""
|
140
142
|
return self._TemplateId
|
@@ -729,8 +731,11 @@ class BiddingPreReleaseResponse(AbstractModel):
|
|
729
731
|
def __init__(self):
|
730
732
|
r"""
|
731
733
|
:param _IsNeedPay: 是否需要额外支付
|
734
|
+
true: 需要额外支付
|
735
|
+
false: 不需要额外支付
|
732
736
|
:type IsNeedPay: bool
|
733
|
-
:param _BillingParam: 计费请求参数,以类Json
|
737
|
+
:param _BillingParam: 计费请求参数,以类Json字符串的形式进行返回。json字符串前有一个">"特定标识符号,去掉标识符的字符串可用于计费下单
|
738
|
+
|
734
739
|
:type BillingParam: str
|
735
740
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
736
741
|
:type RequestId: str
|
@@ -742,6 +747,8 @@ class BiddingPreReleaseResponse(AbstractModel):
|
|
742
747
|
@property
|
743
748
|
def IsNeedPay(self):
|
744
749
|
"""是否需要额外支付
|
750
|
+
true: 需要额外支付
|
751
|
+
false: 不需要额外支付
|
745
752
|
:rtype: bool
|
746
753
|
"""
|
747
754
|
return self._IsNeedPay
|
@@ -752,7 +759,8 @@ class BiddingPreReleaseResponse(AbstractModel):
|
|
752
759
|
|
753
760
|
@property
|
754
761
|
def BillingParam(self):
|
755
|
-
"""计费请求参数,以类Json
|
762
|
+
"""计费请求参数,以类Json字符串的形式进行返回。json字符串前有一个">"特定标识符号,去掉标识符的字符串可用于计费下单
|
763
|
+
|
756
764
|
:rtype: str
|
757
765
|
"""
|
758
766
|
return self._BillingParam
|
@@ -1874,8 +1882,8 @@ class CreateCustomDnsHostRequest(AbstractModel):
|
|
1874
1882
|
|
1875
1883
|
def __init__(self):
|
1876
1884
|
r"""
|
1877
|
-
:param _DomainId: 域名实例ID
|
1878
|
-
可通过DescribeDomainNameList
|
1885
|
+
:param _DomainId: 域名实例ID
|
1886
|
+
可通过[DescribeDomainNameList](https://cloud.tencent.com/document/api/242/48941)接口获取
|
1879
1887
|
:type DomainId: str
|
1880
1888
|
:param _DnsName: Dns名称
|
1881
1889
|
例如:<>.test.com;其中<>就是Dns名称,可以是任意域名允许的格式
|
@@ -1890,8 +1898,8 @@ class CreateCustomDnsHostRequest(AbstractModel):
|
|
1890
1898
|
|
1891
1899
|
@property
|
1892
1900
|
def DomainId(self):
|
1893
|
-
"""域名实例ID
|
1894
|
-
可通过DescribeDomainNameList
|
1901
|
+
"""域名实例ID
|
1902
|
+
可通过[DescribeDomainNameList](https://cloud.tencent.com/document/api/242/48941)接口获取
|
1895
1903
|
:rtype: str
|
1896
1904
|
"""
|
1897
1905
|
return self._DomainId
|
@@ -2293,7 +2301,7 @@ class CreatePhoneEmailRequest(AbstractModel):
|
|
2293
2301
|
:param _Type: 1:手机 2:邮箱
|
2294
2302
|
:type Type: int
|
2295
2303
|
:param _VerifyCode: 验证码
|
2296
|
-
通过调用SendPhoneEmailCode
|
2304
|
+
通过调用[SendPhoneEmailCode](https://cloud.tencent.com/document/api/242/62666)接口发送到手机或邮箱的验证码
|
2297
2305
|
:type VerifyCode: str
|
2298
2306
|
"""
|
2299
2307
|
self._Code = None
|
@@ -2325,7 +2333,7 @@ class CreatePhoneEmailRequest(AbstractModel):
|
|
2325
2333
|
@property
|
2326
2334
|
def VerifyCode(self):
|
2327
2335
|
"""验证码
|
2328
|
-
通过调用SendPhoneEmailCode
|
2336
|
+
通过调用[SendPhoneEmailCode](https://cloud.tencent.com/document/api/242/62666)接口发送到手机或邮箱的验证码
|
2329
2337
|
:rtype: str
|
2330
2338
|
"""
|
2331
2339
|
return self._VerifyCode
|
@@ -2843,7 +2851,7 @@ class DeleteTemplateRequest(AbstractModel):
|
|
2843
2851
|
def __init__(self):
|
2844
2852
|
r"""
|
2845
2853
|
:param _TemplateId: 模板ID
|
2846
|
-
可通过
|
2854
|
+
可通过[DescribeTemplateList](https://cloud.tencent.com/document/api/242/48940)接口获取
|
2847
2855
|
:type TemplateId: str
|
2848
2856
|
"""
|
2849
2857
|
self._TemplateId = None
|
@@ -2851,7 +2859,7 @@ class DeleteTemplateRequest(AbstractModel):
|
|
2851
2859
|
@property
|
2852
2860
|
def TemplateId(self):
|
2853
2861
|
"""模板ID
|
2854
|
-
可通过
|
2862
|
+
可通过[DescribeTemplateList](https://cloud.tencent.com/document/api/242/48940)接口获取
|
2855
2863
|
:rtype: str
|
2856
2864
|
"""
|
2857
2865
|
return self._TemplateId
|
@@ -3529,7 +3537,7 @@ class DescribeBiddingAppointListRequest(AbstractModel):
|
|
3529
3537
|
默认值1
|
3530
3538
|
:type PageNumber: int
|
3531
3539
|
:param _PageSize: 每页数量
|
3532
|
-
默认:20
|
3540
|
+
默认:20 取值范围[1,200]
|
3533
3541
|
:type PageSize: int
|
3534
3542
|
:param _Domain: 域名
|
3535
3543
|
:type Domain: str
|
@@ -3543,7 +3551,10 @@ AppointEndTime 预约结束时间
|
|
3543
3551
|
BiddingPrice 竞价保证金
|
3544
3552
|
BiddingEndTime 竞价结束时间
|
3545
3553
|
:type SortField: str
|
3546
|
-
:param _SortOrder: 排序规则:
|
3554
|
+
:param _SortOrder: 排序规则:
|
3555
|
+
asc:升序
|
3556
|
+
desc:降序
|
3557
|
+
默认:asc
|
3547
3558
|
:type SortOrder: str
|
3548
3559
|
"""
|
3549
3560
|
self._PageNumber = None
|
@@ -3568,7 +3579,7 @@ BiddingEndTime 竞价结束时间
|
|
3568
3579
|
@property
|
3569
3580
|
def PageSize(self):
|
3570
3581
|
"""每页数量
|
3571
|
-
默认:20
|
3582
|
+
默认:20 取值范围[1,200]
|
3572
3583
|
:rtype: int
|
3573
3584
|
"""
|
3574
3585
|
return self._PageSize
|
@@ -3618,7 +3629,10 @@ BiddingEndTime 竞价结束时间
|
|
3618
3629
|
|
3619
3630
|
@property
|
3620
3631
|
def SortOrder(self):
|
3621
|
-
"""排序规则:
|
3632
|
+
"""排序规则:
|
3633
|
+
asc:升序
|
3634
|
+
desc:降序
|
3635
|
+
默认:asc
|
3622
3636
|
:rtype: str
|
3623
3637
|
"""
|
3624
3638
|
return self._SortOrder
|
@@ -4178,7 +4192,7 @@ class DescribeBiddingSuccessfulDetailRequest(AbstractModel):
|
|
4178
4192
|
def __init__(self):
|
4179
4193
|
r"""
|
4180
4194
|
:param _BusinessID: 预约ID
|
4181
|
-
可通过[
|
4195
|
+
可通过[DescribeBiddingList](https://cloud.tencent.com/document/api/242/106598)接口获取
|
4182
4196
|
:type BusinessID: str
|
4183
4197
|
"""
|
4184
4198
|
self._BusinessID = None
|
@@ -4186,7 +4200,7 @@ class DescribeBiddingSuccessfulDetailRequest(AbstractModel):
|
|
4186
4200
|
@property
|
4187
4201
|
def BusinessID(self):
|
4188
4202
|
"""预约ID
|
4189
|
-
可通过[
|
4203
|
+
可通过[DescribeBiddingList](https://cloud.tencent.com/document/api/242/106598)接口获取
|
4190
4204
|
:rtype: str
|
4191
4205
|
"""
|
4192
4206
|
return self._BusinessID
|
@@ -4407,7 +4421,7 @@ class DescribeBiddingSuccessfulListRequest(AbstractModel):
|
|
4407
4421
|
默认:1
|
4408
4422
|
:type PageNumber: int
|
4409
4423
|
:param _PageSize: 每页数量
|
4410
|
-
默认:20
|
4424
|
+
默认:20 取值范围[1,200]
|
4411
4425
|
:type PageSize: int
|
4412
4426
|
:param _Domain: 域名
|
4413
4427
|
:type Domain: str
|
@@ -4417,7 +4431,10 @@ class DescribeBiddingSuccessfulListRequest(AbstractModel):
|
|
4417
4431
|
默认<空>,不排序
|
4418
4432
|
SuccessfulTime 预约结束时间
|
4419
4433
|
:type SortField: str
|
4420
|
-
:param _SortOrder: 排序规则:
|
4434
|
+
:param _SortOrder: 排序规则:
|
4435
|
+
asc:升序
|
4436
|
+
desc:降序
|
4437
|
+
默认:asc
|
4421
4438
|
:type SortOrder: str
|
4422
4439
|
"""
|
4423
4440
|
self._PageNumber = None
|
@@ -4442,7 +4459,7 @@ SuccessfulTime 预约结束时间
|
|
4442
4459
|
@property
|
4443
4460
|
def PageSize(self):
|
4444
4461
|
"""每页数量
|
4445
|
-
默认:20
|
4462
|
+
默认:20 取值范围[1,200]
|
4446
4463
|
:rtype: int
|
4447
4464
|
"""
|
4448
4465
|
return self._PageSize
|
@@ -4488,7 +4505,10 @@ SuccessfulTime 预约结束时间
|
|
4488
4505
|
|
4489
4506
|
@property
|
4490
4507
|
def SortOrder(self):
|
4491
|
-
"""排序规则:
|
4508
|
+
"""排序规则:
|
4509
|
+
asc:升序
|
4510
|
+
desc:降序
|
4511
|
+
默认:asc
|
4492
4512
|
:rtype: str
|
4493
4513
|
"""
|
4494
4514
|
return self._SortOrder
|
@@ -4717,7 +4737,7 @@ class DescribeDomainBaseInfoRequest(AbstractModel):
|
|
4717
4737
|
def __init__(self):
|
4718
4738
|
r"""
|
4719
4739
|
:param _Domain: 域名
|
4720
|
-
可通过DescribeDomainNameList
|
4740
|
+
可通过[DescribeDomainNameList](https://cloud.tencent.com/document/api/242/48941)接口获取
|
4721
4741
|
:type Domain: str
|
4722
4742
|
"""
|
4723
4743
|
self._Domain = None
|
@@ -4725,7 +4745,7 @@ class DescribeDomainBaseInfoRequest(AbstractModel):
|
|
4725
4745
|
@property
|
4726
4746
|
def Domain(self):
|
4727
4747
|
"""域名
|
4728
|
-
可通过DescribeDomainNameList
|
4748
|
+
可通过[DescribeDomainNameList](https://cloud.tencent.com/document/api/242/48941)接口获取
|
4729
4749
|
:rtype: str
|
4730
4750
|
"""
|
4731
4751
|
return self._Domain
|
@@ -6922,7 +6942,7 @@ class DescribeTemplateRequest(AbstractModel):
|
|
6922
6942
|
def __init__(self):
|
6923
6943
|
r"""
|
6924
6944
|
:param _TemplateId: 模板ID
|
6925
|
-
通过DescribeTemplateList
|
6945
|
+
通过[DescribeTemplateList](https://cloud.tencent.com/document/api/242/48940)接口获取
|
6926
6946
|
:type TemplateId: str
|
6927
6947
|
"""
|
6928
6948
|
self._TemplateId = None
|
@@ -6930,7 +6950,7 @@ class DescribeTemplateRequest(AbstractModel):
|
|
6930
6950
|
@property
|
6931
6951
|
def TemplateId(self):
|
6932
6952
|
"""模板ID
|
6933
|
-
通过DescribeTemplateList
|
6953
|
+
通过[DescribeTemplateList](https://cloud.tencent.com/document/api/242/48940)接口获取
|
6934
6954
|
:rtype: str
|
6935
6955
|
"""
|
6936
6956
|
return self._TemplateId
|
@@ -7336,7 +7356,7 @@ clientTransferProhibited:注册商禁止转移
|
|
7336
7356
|
clientUpdateProhibited:注册商禁止更新
|
7337
7357
|
clientDeleteProhibited:注册商禁止删除
|
7338
7358
|
serverRenewProhibited: 注册局禁止续费
|
7339
|
-
|
7359
|
+
clientRenewProhibited: 注册商禁止续费
|
7340
7360
|
:type DomainStatus: list of str
|
7341
7361
|
:param _BuyStatus: 域名购买状态。
|
7342
7362
|
ok:正常
|
@@ -7500,7 +7520,7 @@ clientTransferProhibited:注册商禁止转移
|
|
7500
7520
|
clientUpdateProhibited:注册商禁止更新
|
7501
7521
|
clientDeleteProhibited:注册商禁止删除
|
7502
7522
|
serverRenewProhibited: 注册局禁止续费
|
7503
|
-
|
7523
|
+
clientRenewProhibited: 注册商禁止续费
|
7504
7524
|
:rtype: list of str
|
7505
7525
|
"""
|
7506
7526
|
return self._DomainStatus
|
@@ -8195,7 +8215,7 @@ clientTransferProhibited:注册商禁止转移
|
|
8195
8215
|
clientUpdateProhibited:注册商禁止更新
|
8196
8216
|
clientDeleteProhibited:注册商禁止删除
|
8197
8217
|
serverRenewProhibited: 注册局禁止续费
|
8198
|
-
|
8218
|
+
clientRenewProhibited: 注册商禁止续费
|
8199
8219
|
:type DomainStatus: list of str
|
8200
8220
|
:param _BuyStatus: 域名购买状态。
|
8201
8221
|
ok:正常
|
@@ -8370,7 +8390,7 @@ clientTransferProhibited:注册商禁止转移
|
|
8370
8390
|
clientUpdateProhibited:注册商禁止更新
|
8371
8391
|
clientDeleteProhibited:注册商禁止删除
|
8372
8392
|
serverRenewProhibited: 注册局禁止续费
|
8373
|
-
|
8393
|
+
clientRenewProhibited: 注册商禁止续费
|
8374
8394
|
:rtype: list of str
|
8375
8395
|
"""
|
8376
8396
|
return self._DomainStatus
|
@@ -10483,7 +10503,7 @@ class SetDomainAutoRenewRequest(AbstractModel):
|
|
10483
10503
|
def __init__(self):
|
10484
10504
|
r"""
|
10485
10505
|
:param _DomainId: 域名实例ID
|
10486
|
-
可通过DescribeDomainNameList
|
10506
|
+
可通过[DescribeDomainNameList](https://cloud.tencent.com/document/api/242/48941)接口获取
|
10487
10507
|
:type DomainId: str
|
10488
10508
|
:param _AutoRenew: AutoRenew 有三个可选值:
|
10489
10509
|
0:不设置自动续费
|
@@ -10497,7 +10517,7 @@ class SetDomainAutoRenewRequest(AbstractModel):
|
|
10497
10517
|
@property
|
10498
10518
|
def DomainId(self):
|
10499
10519
|
"""域名实例ID
|
10500
|
-
可通过DescribeDomainNameList
|
10520
|
+
可通过[DescribeDomainNameList](https://cloud.tencent.com/document/api/242/48941)接口获取
|
10501
10521
|
:rtype: str
|
10502
10522
|
"""
|
10503
10523
|
return self._DomainId
|
@@ -10710,9 +10730,11 @@ Approved: 已实名认证
|
|
10710
10730
|
Reject: 实名审核失败
|
10711
10731
|
NotVerified: 实名信息待修改
|
10712
10732
|
:type AuditStatus: str
|
10713
|
-
:param _CreatedOn: 创建时间
|
10733
|
+
:param _CreatedOn: 创建时间
|
10734
|
+
格式:YYYY-MM-DD HH:mm:ss
|
10714
10735
|
:type CreatedOn: str
|
10715
|
-
:param _UpdatedOn: 更新时间
|
10736
|
+
:param _UpdatedOn: 更新时间
|
10737
|
+
格式:YYYY-MM-DD HH:mm:ss
|
10716
10738
|
:type UpdatedOn: str
|
10717
10739
|
:param _UserUin: 用户UIN
|
10718
10740
|
:type UserUin: str
|
@@ -10773,7 +10795,8 @@ NotVerified: 实名信息待修改
|
|
10773
10795
|
|
10774
10796
|
@property
|
10775
10797
|
def CreatedOn(self):
|
10776
|
-
"""创建时间
|
10798
|
+
"""创建时间
|
10799
|
+
格式:YYYY-MM-DD HH:mm:ss
|
10777
10800
|
:rtype: str
|
10778
10801
|
"""
|
10779
10802
|
return self._CreatedOn
|
@@ -10784,7 +10807,8 @@ NotVerified: 实名信息待修改
|
|
10784
10807
|
|
10785
10808
|
@property
|
10786
10809
|
def UpdatedOn(self):
|
10787
|
-
"""更新时间
|
10810
|
+
"""更新时间
|
10811
|
+
格式:YYYY-MM-DD HH:mm:ss
|
10788
10812
|
:rtype: str
|
10789
10813
|
"""
|
10790
10814
|
return self._UpdatedOn
|
@@ -10921,8 +10945,8 @@ class TransferInDomainBatchRequest(AbstractModel):
|
|
10921
10945
|
:type Domains: list of str
|
10922
10946
|
:param _PassWords: 域名转移码数组。
|
10923
10947
|
:type PassWords: list of str
|
10924
|
-
:param _TemplateId: 模板ID。
|
10925
|
-
可通过
|
10948
|
+
:param _TemplateId: 模板ID。
|
10949
|
+
可通过[DescribeTemplateList](https://cloud.tencent.com/document/api/242/48940)接口获取
|
10926
10950
|
:type TemplateId: str
|
10927
10951
|
:param _PayMode: 付费模式 0手动在线付费,1使用余额付费。
|
10928
10952
|
:type PayMode: int
|
@@ -10982,8 +11006,8 @@ false:关闭60天内禁止转移注册商锁定
|
|
10982
11006
|
|
10983
11007
|
@property
|
10984
11008
|
def TemplateId(self):
|
10985
|
-
"""模板ID。
|
10986
|
-
可通过
|
11009
|
+
"""模板ID。
|
11010
|
+
可通过[DescribeTemplateList](https://cloud.tencent.com/document/api/242/48940)接口获取
|
10987
11011
|
:rtype: str
|
10988
11012
|
"""
|
10989
11013
|
return self._TemplateId
|
@@ -82,6 +82,102 @@ class ActivateServiceResponse(AbstractModel):
|
|
82
82
|
self._RequestId = params.get("RequestId")
|
83
83
|
|
84
84
|
|
85
|
+
class Approximate(AbstractModel):
|
86
|
+
"""用户位置信息
|
87
|
+
|
88
|
+
"""
|
89
|
+
|
90
|
+
def __init__(self):
|
91
|
+
r"""
|
92
|
+
:param _Country: 表示 ISO 国家代码
|
93
|
+
:type Country: str
|
94
|
+
:param _City: 表示城市名称
|
95
|
+
:type City: str
|
96
|
+
:param _Region: 表示区域名称
|
97
|
+
:type Region: str
|
98
|
+
:param _Timezone: 表示IANA时区
|
99
|
+
:type Timezone: str
|
100
|
+
:param _Address: 表示详细地址
|
101
|
+
:type Address: str
|
102
|
+
"""
|
103
|
+
self._Country = None
|
104
|
+
self._City = None
|
105
|
+
self._Region = None
|
106
|
+
self._Timezone = None
|
107
|
+
self._Address = None
|
108
|
+
|
109
|
+
@property
|
110
|
+
def Country(self):
|
111
|
+
"""表示 ISO 国家代码
|
112
|
+
:rtype: str
|
113
|
+
"""
|
114
|
+
return self._Country
|
115
|
+
|
116
|
+
@Country.setter
|
117
|
+
def Country(self, Country):
|
118
|
+
self._Country = Country
|
119
|
+
|
120
|
+
@property
|
121
|
+
def City(self):
|
122
|
+
"""表示城市名称
|
123
|
+
:rtype: str
|
124
|
+
"""
|
125
|
+
return self._City
|
126
|
+
|
127
|
+
@City.setter
|
128
|
+
def City(self, City):
|
129
|
+
self._City = City
|
130
|
+
|
131
|
+
@property
|
132
|
+
def Region(self):
|
133
|
+
"""表示区域名称
|
134
|
+
:rtype: str
|
135
|
+
"""
|
136
|
+
return self._Region
|
137
|
+
|
138
|
+
@Region.setter
|
139
|
+
def Region(self, Region):
|
140
|
+
self._Region = Region
|
141
|
+
|
142
|
+
@property
|
143
|
+
def Timezone(self):
|
144
|
+
"""表示IANA时区
|
145
|
+
:rtype: str
|
146
|
+
"""
|
147
|
+
return self._Timezone
|
148
|
+
|
149
|
+
@Timezone.setter
|
150
|
+
def Timezone(self, Timezone):
|
151
|
+
self._Timezone = Timezone
|
152
|
+
|
153
|
+
@property
|
154
|
+
def Address(self):
|
155
|
+
"""表示详细地址
|
156
|
+
:rtype: str
|
157
|
+
"""
|
158
|
+
return self._Address
|
159
|
+
|
160
|
+
@Address.setter
|
161
|
+
def Address(self, Address):
|
162
|
+
self._Address = Address
|
163
|
+
|
164
|
+
|
165
|
+
def _deserialize(self, params):
|
166
|
+
self._Country = params.get("Country")
|
167
|
+
self._City = params.get("City")
|
168
|
+
self._Region = params.get("Region")
|
169
|
+
self._Timezone = params.get("Timezone")
|
170
|
+
self._Address = params.get("Address")
|
171
|
+
memeber_set = set(params.keys())
|
172
|
+
for name, value in vars(self).items():
|
173
|
+
property_name = name[1:]
|
174
|
+
if property_name in memeber_set:
|
175
|
+
memeber_set.remove(property_name)
|
176
|
+
if len(memeber_set) > 0:
|
177
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
178
|
+
|
179
|
+
|
180
|
+
|
85
181
|
class Character(AbstractModel):
|
86
182
|
"""人物描述
|
87
183
|
|
@@ -237,6 +333,8 @@ class ChatCompletionsRequest(AbstractModel):
|
|
237
333
|
:type EnableRecommendedQuestions: bool
|
238
334
|
:param _EnableDeepRead: 是否开启深度阅读,默认是false,在值为true时,会返回深度阅读的结果信息。说明:1.深度阅读需要开启插件增强,即设置EnableEnhancement为true,当设置EnableDeepRead为true时EnableEnhancement默认为true;2.目前暂时只支持单文档单轮的深度阅读;3.深度阅读功能的文件上传可以使用FilesUploads接口,具体参数详见FilesUploads接口文档
|
239
335
|
:type EnableDeepRead: bool
|
336
|
+
:param _WebSearchOptions: 知识注入相关的参数信息
|
337
|
+
:type WebSearchOptions: :class:`tencentcloud.hunyuan.v20230901.models.WebSearchOptions`
|
240
338
|
"""
|
241
339
|
self._Model = None
|
242
340
|
self._Messages = None
|
@@ -258,6 +356,7 @@ class ChatCompletionsRequest(AbstractModel):
|
|
258
356
|
self._Stop = None
|
259
357
|
self._EnableRecommendedQuestions = None
|
260
358
|
self._EnableDeepRead = None
|
359
|
+
self._WebSearchOptions = None
|
261
360
|
|
262
361
|
@property
|
263
362
|
def Model(self):
|
@@ -536,6 +635,17 @@ class ChatCompletionsRequest(AbstractModel):
|
|
536
635
|
def EnableDeepRead(self, EnableDeepRead):
|
537
636
|
self._EnableDeepRead = EnableDeepRead
|
538
637
|
|
638
|
+
@property
|
639
|
+
def WebSearchOptions(self):
|
640
|
+
"""知识注入相关的参数信息
|
641
|
+
:rtype: :class:`tencentcloud.hunyuan.v20230901.models.WebSearchOptions`
|
642
|
+
"""
|
643
|
+
return self._WebSearchOptions
|
644
|
+
|
645
|
+
@WebSearchOptions.setter
|
646
|
+
def WebSearchOptions(self, WebSearchOptions):
|
647
|
+
self._WebSearchOptions = WebSearchOptions
|
648
|
+
|
539
649
|
|
540
650
|
def _deserialize(self, params):
|
541
651
|
self._Model = params.get("Model")
|
@@ -570,6 +680,9 @@ class ChatCompletionsRequest(AbstractModel):
|
|
570
680
|
self._Stop = params.get("Stop")
|
571
681
|
self._EnableRecommendedQuestions = params.get("EnableRecommendedQuestions")
|
572
682
|
self._EnableDeepRead = params.get("EnableDeepRead")
|
683
|
+
if params.get("WebSearchOptions") is not None:
|
684
|
+
self._WebSearchOptions = WebSearchOptions()
|
685
|
+
self._WebSearchOptions._deserialize(params.get("WebSearchOptions"))
|
573
686
|
memeber_set = set(params.keys())
|
574
687
|
for name, value in vars(self).items():
|
575
688
|
property_name = name[1:]
|
@@ -4074,6 +4187,42 @@ class ImageUrl(AbstractModel):
|
|
4074
4187
|
|
4075
4188
|
|
4076
4189
|
|
4190
|
+
class Knowledge(AbstractModel):
|
4191
|
+
"""外部知识
|
4192
|
+
|
4193
|
+
"""
|
4194
|
+
|
4195
|
+
def __init__(self):
|
4196
|
+
r"""
|
4197
|
+
:param _Text: 表示具体的知识信息文本
|
4198
|
+
:type Text: str
|
4199
|
+
"""
|
4200
|
+
self._Text = None
|
4201
|
+
|
4202
|
+
@property
|
4203
|
+
def Text(self):
|
4204
|
+
"""表示具体的知识信息文本
|
4205
|
+
:rtype: str
|
4206
|
+
"""
|
4207
|
+
return self._Text
|
4208
|
+
|
4209
|
+
@Text.setter
|
4210
|
+
def Text(self, Text):
|
4211
|
+
self._Text = Text
|
4212
|
+
|
4213
|
+
|
4214
|
+
def _deserialize(self, params):
|
4215
|
+
self._Text = params.get("Text")
|
4216
|
+
memeber_set = set(params.keys())
|
4217
|
+
for name, value in vars(self).items():
|
4218
|
+
property_name = name[1:]
|
4219
|
+
if property_name in memeber_set:
|
4220
|
+
memeber_set.remove(property_name)
|
4221
|
+
if len(memeber_set) > 0:
|
4222
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
4223
|
+
|
4224
|
+
|
4225
|
+
|
4077
4226
|
class LogoParam(AbstractModel):
|
4078
4227
|
"""logo参数
|
4079
4228
|
|
@@ -7776,4 +7925,115 @@ class Usage(AbstractModel):
|
|
7776
7925
|
memeber_set.remove(property_name)
|
7777
7926
|
if len(memeber_set) > 0:
|
7778
7927
|
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
7928
|
+
|
7929
|
+
|
7930
|
+
|
7931
|
+
class UserLocation(AbstractModel):
|
7932
|
+
"""用户位置详细信息
|
7933
|
+
|
7934
|
+
"""
|
7935
|
+
|
7936
|
+
def __init__(self):
|
7937
|
+
r"""
|
7938
|
+
:param _Type: 表示位置类型
|
7939
|
+
:type Type: str
|
7940
|
+
:param _Approximate: 用户近似位置的详细信息
|
7941
|
+
:type Approximate: :class:`tencentcloud.hunyuan.v20230901.models.Approximate`
|
7942
|
+
"""
|
7943
|
+
self._Type = None
|
7944
|
+
self._Approximate = None
|
7945
|
+
|
7946
|
+
@property
|
7947
|
+
def Type(self):
|
7948
|
+
"""表示位置类型
|
7949
|
+
:rtype: str
|
7950
|
+
"""
|
7951
|
+
return self._Type
|
7952
|
+
|
7953
|
+
@Type.setter
|
7954
|
+
def Type(self, Type):
|
7955
|
+
self._Type = Type
|
7956
|
+
|
7957
|
+
@property
|
7958
|
+
def Approximate(self):
|
7959
|
+
"""用户近似位置的详细信息
|
7960
|
+
:rtype: :class:`tencentcloud.hunyuan.v20230901.models.Approximate`
|
7961
|
+
"""
|
7962
|
+
return self._Approximate
|
7963
|
+
|
7964
|
+
@Approximate.setter
|
7965
|
+
def Approximate(self, Approximate):
|
7966
|
+
self._Approximate = Approximate
|
7967
|
+
|
7968
|
+
|
7969
|
+
def _deserialize(self, params):
|
7970
|
+
self._Type = params.get("Type")
|
7971
|
+
if params.get("Approximate") is not None:
|
7972
|
+
self._Approximate = Approximate()
|
7973
|
+
self._Approximate._deserialize(params.get("Approximate"))
|
7974
|
+
memeber_set = set(params.keys())
|
7975
|
+
for name, value in vars(self).items():
|
7976
|
+
property_name = name[1:]
|
7977
|
+
if property_name in memeber_set:
|
7978
|
+
memeber_set.remove(property_name)
|
7979
|
+
if len(memeber_set) > 0:
|
7980
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
7981
|
+
|
7982
|
+
|
7983
|
+
|
7984
|
+
class WebSearchOptions(AbstractModel):
|
7985
|
+
"""知识注入相关的参数信息
|
7986
|
+
|
7987
|
+
"""
|
7988
|
+
|
7989
|
+
def __init__(self):
|
7990
|
+
r"""
|
7991
|
+
:param _Knowledge: 表示用户注入的知识信息
|
7992
|
+
:type Knowledge: list of Knowledge
|
7993
|
+
:param _UserLocation: 用户位置详细信息
|
7994
|
+
:type UserLocation: :class:`tencentcloud.hunyuan.v20230901.models.UserLocation`
|
7995
|
+
"""
|
7996
|
+
self._Knowledge = None
|
7997
|
+
self._UserLocation = None
|
7998
|
+
|
7999
|
+
@property
|
8000
|
+
def Knowledge(self):
|
8001
|
+
"""表示用户注入的知识信息
|
8002
|
+
:rtype: list of Knowledge
|
8003
|
+
"""
|
8004
|
+
return self._Knowledge
|
8005
|
+
|
8006
|
+
@Knowledge.setter
|
8007
|
+
def Knowledge(self, Knowledge):
|
8008
|
+
self._Knowledge = Knowledge
|
8009
|
+
|
8010
|
+
@property
|
8011
|
+
def UserLocation(self):
|
8012
|
+
"""用户位置详细信息
|
8013
|
+
:rtype: :class:`tencentcloud.hunyuan.v20230901.models.UserLocation`
|
8014
|
+
"""
|
8015
|
+
return self._UserLocation
|
8016
|
+
|
8017
|
+
@UserLocation.setter
|
8018
|
+
def UserLocation(self, UserLocation):
|
8019
|
+
self._UserLocation = UserLocation
|
8020
|
+
|
8021
|
+
|
8022
|
+
def _deserialize(self, params):
|
8023
|
+
if params.get("Knowledge") is not None:
|
8024
|
+
self._Knowledge = []
|
8025
|
+
for item in params.get("Knowledge"):
|
8026
|
+
obj = Knowledge()
|
8027
|
+
obj._deserialize(item)
|
8028
|
+
self._Knowledge.append(obj)
|
8029
|
+
if params.get("UserLocation") is not None:
|
8030
|
+
self._UserLocation = UserLocation()
|
8031
|
+
self._UserLocation._deserialize(params.get("UserLocation"))
|
8032
|
+
memeber_set = set(params.keys())
|
8033
|
+
for name, value in vars(self).items():
|
8034
|
+
property_name = name[1:]
|
8035
|
+
if property_name in memeber_set:
|
8036
|
+
memeber_set.remove(property_name)
|
8037
|
+
if len(memeber_set) > 0:
|
8038
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
7779
8039
|
|
@@ -2400,7 +2400,7 @@ class LighthouseClient(AbstractClient):
|
|
2400
2400
|
|
2401
2401
|
|
2402
2402
|
def ResizeDisks(self, request):
|
2403
|
-
"""本接口(ResizeDisks)
|
2403
|
+
"""本接口(ResizeDisks)用于扩容云硬盘。该操作目前仅支持云硬盘类型为数据盘且状态处于ATTACHED(已挂载)或 UNATTACHED(待挂载)的云硬盘。
|
2404
2404
|
|
2405
2405
|
:param request: Request instance for ResizeDisks.
|
2406
2406
|
:type request: :class:`tencentcloud.lighthouse.v20200324.models.ResizeDisksRequest`
|
@@ -5080,7 +5080,7 @@ disk-usage
|
|
5080
5080
|
按照【云硬盘类型】进行过滤。
|
5081
5081
|
类型:String
|
5082
5082
|
必选:否
|
5083
|
-
取值:SYSTEM_DISK
|
5083
|
+
取值:SYSTEM_DISK(系统盘)或 DATA_DISK(数据盘)
|
5084
5084
|
disk-state
|
5085
5085
|
按照【云硬盘状态】进行过滤。
|
5086
5086
|
类型:String
|
@@ -5138,7 +5138,7 @@ disk-usage
|
|
5138
5138
|
按照【云硬盘类型】进行过滤。
|
5139
5139
|
类型:String
|
5140
5140
|
必选:否
|
5141
|
-
取值:SYSTEM_DISK
|
5141
|
+
取值:SYSTEM_DISK(系统盘)或 DATA_DISK(数据盘)
|
5142
5142
|
disk-state
|
5143
5143
|
按照【云硬盘状态】进行过滤。
|
5144
5144
|
类型:String
|