tencentcloud-sdk-python 3.0.971__py2.py3-none-any.whl → 3.0.973__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.
Potentially problematic release.
This version of tencentcloud-sdk-python might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/cdwch/v20200915/cdwch_client.py +1 -1
- tencentcloud/cfs/v20190719/models.py +36 -0
- tencentcloud/csip/v20221121/csip_client.py +92 -0
- tencentcloud/csip/v20221121/models.py +2712 -904
- tencentcloud/dbbrain/v20210527/dbbrain_client.py +46 -0
- tencentcloud/dbbrain/v20210527/models.py +165 -1
- tencentcloud/dts/v20211206/models.py +145 -2
- tencentcloud/ecm/v20190719/models.py +13 -1
- tencentcloud/ess/v20201111/ess_client.py +10 -7
- tencentcloud/ess/v20201111/models.py +48 -30
- tencentcloud/live/v20180801/errorcodes.py +3 -0
- tencentcloud/mps/v20190612/models.py +125 -0
- tencentcloud/tiia/v20190529/models.py +2 -1
- tencentcloud/tiia/v20190529/tiia_client.py +9 -4
- tencentcloud/tione/v20211111/models.py +454 -34
- tencentcloud/tione/v20211111/tione_client.py +5 -3
- tencentcloud/tiw/v20190919/tiw_client.py +12 -4
- tencentcloud/tse/v20201207/models.py +223 -0
- tencentcloud/vpc/v20170312/errorcodes.py +6 -0
- tencentcloud/vpc/v20170312/models.py +215 -11
- tencentcloud/vpc/v20170312/vpc_client.py +51 -3
- tencentcloud/waf/v20180125/errorcodes.py +6 -0
- tencentcloud/waf/v20180125/models.py +8758 -5573
- tencentcloud/waf/v20180125/waf_client.py +462 -0
- {tencentcloud_sdk_python-3.0.971.dist-info → tencentcloud_sdk_python-3.0.973.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.971.dist-info → tencentcloud_sdk_python-3.0.973.dist-info}/RECORD +30 -30
- {tencentcloud_sdk_python-3.0.971.dist-info → tencentcloud_sdk_python-3.0.973.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.971.dist-info → tencentcloud_sdk_python-3.0.973.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.971.dist-info → tencentcloud_sdk_python-3.0.973.dist-info}/top_level.txt +0 -0
|
@@ -1284,15 +1284,17 @@ class ChatCompletionRequest(AbstractModel):
|
|
|
1284
1284
|
|
|
1285
1285
|
def __init__(self):
|
|
1286
1286
|
r"""
|
|
1287
|
-
:param _Model:
|
|
1287
|
+
:param _Model: 对话的目标模型ID。
|
|
1288
|
+
多行业多场景大模型在线体验聊天:tj_llm_clm-v1。
|
|
1289
|
+
自行部署的开源大模型聊天:部署的模型服务组ID,形如ms-xxyyzz。
|
|
1288
1290
|
:type Model: str
|
|
1289
1291
|
:param _Messages: 输入对话历史。旧的对话在前,数组中最后一项应该为这次的问题。
|
|
1290
1292
|
:type Messages: list of Message
|
|
1291
|
-
:param _Temperature:
|
|
1293
|
+
:param _Temperature: 仅当模型为自行部署的开源大模型时生效。采样随机值,默认值为1.0,取值范围[0,2]。较高的值(如0.8)将使输出更加随机,而较低的值(如0.2)将使输出更加确定。建议仅修改此参数或TopP,但不建议两者都修改。
|
|
1292
1294
|
:type Temperature: float
|
|
1293
|
-
:param _TopP:
|
|
1295
|
+
:param _TopP: 仅当模型为自行部署的开源大模型时生效。核采样,默认值为1,取值范围[0,1]。指的是预先设置一个概率界限 p,然后将所有可能生成的token,根据概率大小从高到低排列,依次选取。当这些选取的token的累积概率大于或等于 p 值时停止,然后从已经选取的token中进行采样,生成下一个token。例如top_p为0.1时意味着模型只考虑累积概率为10%的token。建议仅修改此参数或Temperature,不建议两者都修改。
|
|
1294
1296
|
:type TopP: float
|
|
1295
|
-
:param _MaxTokens:
|
|
1297
|
+
:param _MaxTokens: 仅当模型为自行部署的开源大模型时生效。最大生成的token数目。默认为无限大。
|
|
1296
1298
|
:type MaxTokens: int
|
|
1297
1299
|
"""
|
|
1298
1300
|
self._Model = None
|
|
@@ -3447,8 +3449,6 @@ MODEL:导入新模型
|
|
|
3447
3449
|
VERSION:导入新版本
|
|
3448
3450
|
EXIST:导入现有版本
|
|
3449
3451
|
:type ImportMethod: str
|
|
3450
|
-
:param _TrainingModelCosPath: 模型来源cos目录,以/结尾
|
|
3451
|
-
:type TrainingModelCosPath: :class:`tencentcloud.tione.v20211111.models.CosPathInfo`
|
|
3452
3452
|
:param _ReasoningEnvironmentSource: 推理环境来源(SYSTEM/CUSTOM)
|
|
3453
3453
|
:type ReasoningEnvironmentSource: str
|
|
3454
3454
|
:param _TrainingModelName: 模型名称,不超过60个字符,仅支持中英文、数字、下划线"_"、短横"-",只能以中英文、数字开头
|
|
@@ -3457,6 +3457,8 @@ EXIST:导入现有版本
|
|
|
3457
3457
|
:type Tags: list of Tag
|
|
3458
3458
|
:param _TrainingJobName: 训练任务名称
|
|
3459
3459
|
:type TrainingJobName: str
|
|
3460
|
+
:param _TrainingModelCosPath: 模型来源cos目录,以/结尾
|
|
3461
|
+
:type TrainingModelCosPath: :class:`tencentcloud.tione.v20211111.models.CosPathInfo`
|
|
3460
3462
|
:param _AlgorithmFramework: 算法框架 (PYTORCH/TENSORFLOW/DETECTRON2/PMML/MMDETECTION)
|
|
3461
3463
|
:type AlgorithmFramework: str
|
|
3462
3464
|
:param _ReasoningEnvironment: 推理环境
|
|
@@ -3501,11 +3503,11 @@ EXIST:导入现有版本
|
|
|
3501
3503
|
:type IsQAT: bool
|
|
3502
3504
|
"""
|
|
3503
3505
|
self._ImportMethod = None
|
|
3504
|
-
self._TrainingModelCosPath = None
|
|
3505
3506
|
self._ReasoningEnvironmentSource = None
|
|
3506
3507
|
self._TrainingModelName = None
|
|
3507
3508
|
self._Tags = None
|
|
3508
3509
|
self._TrainingJobName = None
|
|
3510
|
+
self._TrainingModelCosPath = None
|
|
3509
3511
|
self._AlgorithmFramework = None
|
|
3510
3512
|
self._ReasoningEnvironment = None
|
|
3511
3513
|
self._TrainingModelIndex = None
|
|
@@ -3535,14 +3537,6 @@ EXIST:导入现有版本
|
|
|
3535
3537
|
def ImportMethod(self, ImportMethod):
|
|
3536
3538
|
self._ImportMethod = ImportMethod
|
|
3537
3539
|
|
|
3538
|
-
@property
|
|
3539
|
-
def TrainingModelCosPath(self):
|
|
3540
|
-
return self._TrainingModelCosPath
|
|
3541
|
-
|
|
3542
|
-
@TrainingModelCosPath.setter
|
|
3543
|
-
def TrainingModelCosPath(self, TrainingModelCosPath):
|
|
3544
|
-
self._TrainingModelCosPath = TrainingModelCosPath
|
|
3545
|
-
|
|
3546
3540
|
@property
|
|
3547
3541
|
def ReasoningEnvironmentSource(self):
|
|
3548
3542
|
return self._ReasoningEnvironmentSource
|
|
@@ -3575,6 +3569,14 @@ EXIST:导入现有版本
|
|
|
3575
3569
|
def TrainingJobName(self, TrainingJobName):
|
|
3576
3570
|
self._TrainingJobName = TrainingJobName
|
|
3577
3571
|
|
|
3572
|
+
@property
|
|
3573
|
+
def TrainingModelCosPath(self):
|
|
3574
|
+
return self._TrainingModelCosPath
|
|
3575
|
+
|
|
3576
|
+
@TrainingModelCosPath.setter
|
|
3577
|
+
def TrainingModelCosPath(self, TrainingModelCosPath):
|
|
3578
|
+
self._TrainingModelCosPath = TrainingModelCosPath
|
|
3579
|
+
|
|
3578
3580
|
@property
|
|
3579
3581
|
def AlgorithmFramework(self):
|
|
3580
3582
|
return self._AlgorithmFramework
|
|
@@ -3738,9 +3740,6 @@ EXIST:导入现有版本
|
|
|
3738
3740
|
|
|
3739
3741
|
def _deserialize(self, params):
|
|
3740
3742
|
self._ImportMethod = params.get("ImportMethod")
|
|
3741
|
-
if params.get("TrainingModelCosPath") is not None:
|
|
3742
|
-
self._TrainingModelCosPath = CosPathInfo()
|
|
3743
|
-
self._TrainingModelCosPath._deserialize(params.get("TrainingModelCosPath"))
|
|
3744
3743
|
self._ReasoningEnvironmentSource = params.get("ReasoningEnvironmentSource")
|
|
3745
3744
|
self._TrainingModelName = params.get("TrainingModelName")
|
|
3746
3745
|
if params.get("Tags") is not None:
|
|
@@ -3750,6 +3749,9 @@ EXIST:导入现有版本
|
|
|
3750
3749
|
obj._deserialize(item)
|
|
3751
3750
|
self._Tags.append(obj)
|
|
3752
3751
|
self._TrainingJobName = params.get("TrainingJobName")
|
|
3752
|
+
if params.get("TrainingModelCosPath") is not None:
|
|
3753
|
+
self._TrainingModelCosPath = CosPathInfo()
|
|
3754
|
+
self._TrainingModelCosPath._deserialize(params.get("TrainingModelCosPath"))
|
|
3753
3755
|
self._AlgorithmFramework = params.get("AlgorithmFramework")
|
|
3754
3756
|
self._ReasoningEnvironment = params.get("ReasoningEnvironment")
|
|
3755
3757
|
self._TrainingModelIndex = params.get("TrainingModelIndex")
|
|
@@ -5714,8 +5716,11 @@ class DeleteModelServiceRequest(AbstractModel):
|
|
|
5714
5716
|
r"""
|
|
5715
5717
|
:param _ServiceId: 服务id
|
|
5716
5718
|
:type ServiceId: str
|
|
5719
|
+
:param _ServiceCategory: 服务分类
|
|
5720
|
+
:type ServiceCategory: str
|
|
5717
5721
|
"""
|
|
5718
5722
|
self._ServiceId = None
|
|
5723
|
+
self._ServiceCategory = None
|
|
5719
5724
|
|
|
5720
5725
|
@property
|
|
5721
5726
|
def ServiceId(self):
|
|
@@ -5725,9 +5730,18 @@ class DeleteModelServiceRequest(AbstractModel):
|
|
|
5725
5730
|
def ServiceId(self, ServiceId):
|
|
5726
5731
|
self._ServiceId = ServiceId
|
|
5727
5732
|
|
|
5733
|
+
@property
|
|
5734
|
+
def ServiceCategory(self):
|
|
5735
|
+
return self._ServiceCategory
|
|
5736
|
+
|
|
5737
|
+
@ServiceCategory.setter
|
|
5738
|
+
def ServiceCategory(self, ServiceCategory):
|
|
5739
|
+
self._ServiceCategory = ServiceCategory
|
|
5740
|
+
|
|
5728
5741
|
|
|
5729
5742
|
def _deserialize(self, params):
|
|
5730
5743
|
self._ServiceId = params.get("ServiceId")
|
|
5744
|
+
self._ServiceCategory = params.get("ServiceCategory")
|
|
5731
5745
|
memeber_set = set(params.keys())
|
|
5732
5746
|
for name, value in vars(self).items():
|
|
5733
5747
|
property_name = name[1:]
|
|
@@ -7582,14 +7596,14 @@ class DescribeLogsRequest(AbstractModel):
|
|
|
7582
7596
|
r"""
|
|
7583
7597
|
:param _Service: 查询哪个服务的事件(可选值为TRAIN, NOTEBOOK, INFER)
|
|
7584
7598
|
:type Service: str
|
|
7585
|
-
:param _PodName: 查询哪个Pod的日志(支持结尾通配符*)
|
|
7586
|
-
:type PodName: str
|
|
7587
7599
|
:param _StartTime: 日志查询开始时间(RFC3339格式的时间字符串),默认值为当前时间的前一个小时
|
|
7588
7600
|
:type StartTime: str
|
|
7589
7601
|
:param _EndTime: 日志查询结束时间(RFC3339格式的时间字符串),默认值为当前时间
|
|
7590
7602
|
:type EndTime: str
|
|
7591
7603
|
:param _Limit: 日志查询条数,默认值100,最大值100
|
|
7592
7604
|
:type Limit: int
|
|
7605
|
+
:param _PodName: 查询哪个Pod的日志(支持结尾通配符*)
|
|
7606
|
+
:type PodName: str
|
|
7593
7607
|
:param _Order: 排序方向(可选值为ASC, DESC ),默认为DESC
|
|
7594
7608
|
:type Order: str
|
|
7595
7609
|
:param _OrderField: 按哪个字段排序(可选值为Timestamp),默认值为Timestamp
|
|
@@ -7604,10 +7618,10 @@ class DescribeLogsRequest(AbstractModel):
|
|
|
7604
7618
|
:type Filters: list of Filter
|
|
7605
7619
|
"""
|
|
7606
7620
|
self._Service = None
|
|
7607
|
-
self._PodName = None
|
|
7608
7621
|
self._StartTime = None
|
|
7609
7622
|
self._EndTime = None
|
|
7610
7623
|
self._Limit = None
|
|
7624
|
+
self._PodName = None
|
|
7611
7625
|
self._Order = None
|
|
7612
7626
|
self._OrderField = None
|
|
7613
7627
|
self._Context = None
|
|
@@ -7621,14 +7635,6 @@ class DescribeLogsRequest(AbstractModel):
|
|
|
7621
7635
|
def Service(self, Service):
|
|
7622
7636
|
self._Service = Service
|
|
7623
7637
|
|
|
7624
|
-
@property
|
|
7625
|
-
def PodName(self):
|
|
7626
|
-
return self._PodName
|
|
7627
|
-
|
|
7628
|
-
@PodName.setter
|
|
7629
|
-
def PodName(self, PodName):
|
|
7630
|
-
self._PodName = PodName
|
|
7631
|
-
|
|
7632
7638
|
@property
|
|
7633
7639
|
def StartTime(self):
|
|
7634
7640
|
return self._StartTime
|
|
@@ -7653,6 +7659,14 @@ class DescribeLogsRequest(AbstractModel):
|
|
|
7653
7659
|
def Limit(self, Limit):
|
|
7654
7660
|
self._Limit = Limit
|
|
7655
7661
|
|
|
7662
|
+
@property
|
|
7663
|
+
def PodName(self):
|
|
7664
|
+
return self._PodName
|
|
7665
|
+
|
|
7666
|
+
@PodName.setter
|
|
7667
|
+
def PodName(self, PodName):
|
|
7668
|
+
self._PodName = PodName
|
|
7669
|
+
|
|
7656
7670
|
@property
|
|
7657
7671
|
def Order(self):
|
|
7658
7672
|
return self._Order
|
|
@@ -7688,10 +7702,10 @@ class DescribeLogsRequest(AbstractModel):
|
|
|
7688
7702
|
|
|
7689
7703
|
def _deserialize(self, params):
|
|
7690
7704
|
self._Service = params.get("Service")
|
|
7691
|
-
self._PodName = params.get("PodName")
|
|
7692
7705
|
self._StartTime = params.get("StartTime")
|
|
7693
7706
|
self._EndTime = params.get("EndTime")
|
|
7694
7707
|
self._Limit = params.get("Limit")
|
|
7708
|
+
self._PodName = params.get("PodName")
|
|
7695
7709
|
self._Order = params.get("Order")
|
|
7696
7710
|
self._OrderField = params.get("OrderField")
|
|
7697
7711
|
self._Context = params.get("Context")
|
|
@@ -8098,8 +8112,11 @@ class DescribeModelServiceCallInfoRequest(AbstractModel):
|
|
|
8098
8112
|
r"""
|
|
8099
8113
|
:param _ServiceGroupId: 服务组id
|
|
8100
8114
|
:type ServiceGroupId: str
|
|
8115
|
+
:param _ServiceCategory: 服务分类
|
|
8116
|
+
:type ServiceCategory: str
|
|
8101
8117
|
"""
|
|
8102
8118
|
self._ServiceGroupId = None
|
|
8119
|
+
self._ServiceCategory = None
|
|
8103
8120
|
|
|
8104
8121
|
@property
|
|
8105
8122
|
def ServiceGroupId(self):
|
|
@@ -8109,9 +8126,18 @@ class DescribeModelServiceCallInfoRequest(AbstractModel):
|
|
|
8109
8126
|
def ServiceGroupId(self, ServiceGroupId):
|
|
8110
8127
|
self._ServiceGroupId = ServiceGroupId
|
|
8111
8128
|
|
|
8129
|
+
@property
|
|
8130
|
+
def ServiceCategory(self):
|
|
8131
|
+
return self._ServiceCategory
|
|
8132
|
+
|
|
8133
|
+
@ServiceCategory.setter
|
|
8134
|
+
def ServiceCategory(self, ServiceCategory):
|
|
8135
|
+
self._ServiceCategory = ServiceCategory
|
|
8136
|
+
|
|
8112
8137
|
|
|
8113
8138
|
def _deserialize(self, params):
|
|
8114
8139
|
self._ServiceGroupId = params.get("ServiceGroupId")
|
|
8140
|
+
self._ServiceCategory = params.get("ServiceCategory")
|
|
8115
8141
|
memeber_set = set(params.keys())
|
|
8116
8142
|
for name, value in vars(self).items():
|
|
8117
8143
|
property_name = name[1:]
|
|
@@ -8138,12 +8164,20 @@ class DescribeModelServiceCallInfoResponse(AbstractModel):
|
|
|
8138
8164
|
:param _DefaultNginxGatewayCallInfo: 默认nginx网关的调用信息
|
|
8139
8165
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
8140
8166
|
:type DefaultNginxGatewayCallInfo: :class:`tencentcloud.tione.v20211111.models.DefaultNginxGatewayCallInfo`
|
|
8167
|
+
:param _TJCallInfo: 太极服务的调用信息
|
|
8168
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8169
|
+
:type TJCallInfo: :class:`tencentcloud.tione.v20211111.models.TJCallInfo`
|
|
8170
|
+
:param _IntranetCallInfo: 内网调用信息
|
|
8171
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8172
|
+
:type IntranetCallInfo: :class:`tencentcloud.tione.v20211111.models.IntranetCallInfo`
|
|
8141
8173
|
:param _RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
8142
8174
|
:type RequestId: str
|
|
8143
8175
|
"""
|
|
8144
8176
|
self._ServiceCallInfo = None
|
|
8145
8177
|
self._InferGatewayCallInfo = None
|
|
8146
8178
|
self._DefaultNginxGatewayCallInfo = None
|
|
8179
|
+
self._TJCallInfo = None
|
|
8180
|
+
self._IntranetCallInfo = None
|
|
8147
8181
|
self._RequestId = None
|
|
8148
8182
|
|
|
8149
8183
|
@property
|
|
@@ -8170,6 +8204,22 @@ class DescribeModelServiceCallInfoResponse(AbstractModel):
|
|
|
8170
8204
|
def DefaultNginxGatewayCallInfo(self, DefaultNginxGatewayCallInfo):
|
|
8171
8205
|
self._DefaultNginxGatewayCallInfo = DefaultNginxGatewayCallInfo
|
|
8172
8206
|
|
|
8207
|
+
@property
|
|
8208
|
+
def TJCallInfo(self):
|
|
8209
|
+
return self._TJCallInfo
|
|
8210
|
+
|
|
8211
|
+
@TJCallInfo.setter
|
|
8212
|
+
def TJCallInfo(self, TJCallInfo):
|
|
8213
|
+
self._TJCallInfo = TJCallInfo
|
|
8214
|
+
|
|
8215
|
+
@property
|
|
8216
|
+
def IntranetCallInfo(self):
|
|
8217
|
+
return self._IntranetCallInfo
|
|
8218
|
+
|
|
8219
|
+
@IntranetCallInfo.setter
|
|
8220
|
+
def IntranetCallInfo(self, IntranetCallInfo):
|
|
8221
|
+
self._IntranetCallInfo = IntranetCallInfo
|
|
8222
|
+
|
|
8173
8223
|
@property
|
|
8174
8224
|
def RequestId(self):
|
|
8175
8225
|
return self._RequestId
|
|
@@ -8189,6 +8239,12 @@ class DescribeModelServiceCallInfoResponse(AbstractModel):
|
|
|
8189
8239
|
if params.get("DefaultNginxGatewayCallInfo") is not None:
|
|
8190
8240
|
self._DefaultNginxGatewayCallInfo = DefaultNginxGatewayCallInfo()
|
|
8191
8241
|
self._DefaultNginxGatewayCallInfo._deserialize(params.get("DefaultNginxGatewayCallInfo"))
|
|
8242
|
+
if params.get("TJCallInfo") is not None:
|
|
8243
|
+
self._TJCallInfo = TJCallInfo()
|
|
8244
|
+
self._TJCallInfo._deserialize(params.get("TJCallInfo"))
|
|
8245
|
+
if params.get("IntranetCallInfo") is not None:
|
|
8246
|
+
self._IntranetCallInfo = IntranetCallInfo()
|
|
8247
|
+
self._IntranetCallInfo._deserialize(params.get("IntranetCallInfo"))
|
|
8192
8248
|
self._RequestId = params.get("RequestId")
|
|
8193
8249
|
|
|
8194
8250
|
|
|
@@ -8201,8 +8257,11 @@ class DescribeModelServiceGroupRequest(AbstractModel):
|
|
|
8201
8257
|
r"""
|
|
8202
8258
|
:param _ServiceGroupId: 服务组ID
|
|
8203
8259
|
:type ServiceGroupId: str
|
|
8260
|
+
:param _ServiceCategory: 服务分类
|
|
8261
|
+
:type ServiceCategory: str
|
|
8204
8262
|
"""
|
|
8205
8263
|
self._ServiceGroupId = None
|
|
8264
|
+
self._ServiceCategory = None
|
|
8206
8265
|
|
|
8207
8266
|
@property
|
|
8208
8267
|
def ServiceGroupId(self):
|
|
@@ -8212,9 +8271,18 @@ class DescribeModelServiceGroupRequest(AbstractModel):
|
|
|
8212
8271
|
def ServiceGroupId(self, ServiceGroupId):
|
|
8213
8272
|
self._ServiceGroupId = ServiceGroupId
|
|
8214
8273
|
|
|
8274
|
+
@property
|
|
8275
|
+
def ServiceCategory(self):
|
|
8276
|
+
return self._ServiceCategory
|
|
8277
|
+
|
|
8278
|
+
@ServiceCategory.setter
|
|
8279
|
+
def ServiceCategory(self, ServiceCategory):
|
|
8280
|
+
self._ServiceCategory = ServiceCategory
|
|
8281
|
+
|
|
8215
8282
|
|
|
8216
8283
|
def _deserialize(self, params):
|
|
8217
8284
|
self._ServiceGroupId = params.get("ServiceGroupId")
|
|
8285
|
+
self._ServiceCategory = params.get("ServiceCategory")
|
|
8218
8286
|
memeber_set = set(params.keys())
|
|
8219
8287
|
for name, value in vars(self).items():
|
|
8220
8288
|
property_name = name[1:]
|
|
@@ -8285,6 +8353,8 @@ class DescribeModelServiceGroupsRequest(AbstractModel):
|
|
|
8285
8353
|
:type Filters: list of Filter
|
|
8286
8354
|
:param _TagFilters: 标签过滤参数
|
|
8287
8355
|
:type TagFilters: list of TagFilter
|
|
8356
|
+
:param _ServiceCategory: 服务分类
|
|
8357
|
+
:type ServiceCategory: str
|
|
8288
8358
|
"""
|
|
8289
8359
|
self._Offset = None
|
|
8290
8360
|
self._Limit = None
|
|
@@ -8292,6 +8362,7 @@ class DescribeModelServiceGroupsRequest(AbstractModel):
|
|
|
8292
8362
|
self._OrderField = None
|
|
8293
8363
|
self._Filters = None
|
|
8294
8364
|
self._TagFilters = None
|
|
8365
|
+
self._ServiceCategory = None
|
|
8295
8366
|
|
|
8296
8367
|
@property
|
|
8297
8368
|
def Offset(self):
|
|
@@ -8341,6 +8412,14 @@ class DescribeModelServiceGroupsRequest(AbstractModel):
|
|
|
8341
8412
|
def TagFilters(self, TagFilters):
|
|
8342
8413
|
self._TagFilters = TagFilters
|
|
8343
8414
|
|
|
8415
|
+
@property
|
|
8416
|
+
def ServiceCategory(self):
|
|
8417
|
+
return self._ServiceCategory
|
|
8418
|
+
|
|
8419
|
+
@ServiceCategory.setter
|
|
8420
|
+
def ServiceCategory(self, ServiceCategory):
|
|
8421
|
+
self._ServiceCategory = ServiceCategory
|
|
8422
|
+
|
|
8344
8423
|
|
|
8345
8424
|
def _deserialize(self, params):
|
|
8346
8425
|
self._Offset = params.get("Offset")
|
|
@@ -8359,6 +8438,7 @@ class DescribeModelServiceGroupsRequest(AbstractModel):
|
|
|
8359
8438
|
obj = TagFilter()
|
|
8360
8439
|
obj._deserialize(item)
|
|
8361
8440
|
self._TagFilters.append(obj)
|
|
8441
|
+
self._ServiceCategory = params.get("ServiceCategory")
|
|
8362
8442
|
memeber_set = set(params.keys())
|
|
8363
8443
|
for name, value in vars(self).items():
|
|
8364
8444
|
property_name = name[1:]
|
|
@@ -8623,8 +8703,11 @@ class DescribeModelServiceRequest(AbstractModel):
|
|
|
8623
8703
|
r"""
|
|
8624
8704
|
:param _ServiceId: 服务id
|
|
8625
8705
|
:type ServiceId: str
|
|
8706
|
+
:param _ServiceCategory: 服务分类
|
|
8707
|
+
:type ServiceCategory: str
|
|
8626
8708
|
"""
|
|
8627
8709
|
self._ServiceId = None
|
|
8710
|
+
self._ServiceCategory = None
|
|
8628
8711
|
|
|
8629
8712
|
@property
|
|
8630
8713
|
def ServiceId(self):
|
|
@@ -8634,9 +8717,18 @@ class DescribeModelServiceRequest(AbstractModel):
|
|
|
8634
8717
|
def ServiceId(self, ServiceId):
|
|
8635
8718
|
self._ServiceId = ServiceId
|
|
8636
8719
|
|
|
8720
|
+
@property
|
|
8721
|
+
def ServiceCategory(self):
|
|
8722
|
+
return self._ServiceCategory
|
|
8723
|
+
|
|
8724
|
+
@ServiceCategory.setter
|
|
8725
|
+
def ServiceCategory(self, ServiceCategory):
|
|
8726
|
+
self._ServiceCategory = ServiceCategory
|
|
8727
|
+
|
|
8637
8728
|
|
|
8638
8729
|
def _deserialize(self, params):
|
|
8639
8730
|
self._ServiceId = params.get("ServiceId")
|
|
8731
|
+
self._ServiceCategory = params.get("ServiceCategory")
|
|
8640
8732
|
memeber_set = set(params.keys())
|
|
8641
8733
|
for name, value in vars(self).items():
|
|
8642
8734
|
property_name = name[1:]
|
|
@@ -11469,6 +11561,79 @@ class InferTemplateGroup(AbstractModel):
|
|
|
11469
11561
|
|
|
11470
11562
|
|
|
11471
11563
|
|
|
11564
|
+
class IngressPrivateLinkInfo(AbstractModel):
|
|
11565
|
+
"""私有连接通道信息
|
|
11566
|
+
|
|
11567
|
+
"""
|
|
11568
|
+
|
|
11569
|
+
def __init__(self):
|
|
11570
|
+
r"""
|
|
11571
|
+
:param _VpcId: 用户VpcId
|
|
11572
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
11573
|
+
:type VpcId: str
|
|
11574
|
+
:param _SubnetId: 用户子网ID
|
|
11575
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
11576
|
+
:type SubnetId: str
|
|
11577
|
+
:param _InnerHttpAddr: 内网http调用地址
|
|
11578
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
11579
|
+
:type InnerHttpAddr: list of str
|
|
11580
|
+
:param _InnerHttpsAddr: 内网https调用地址
|
|
11581
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
11582
|
+
:type InnerHttpsAddr: list of str
|
|
11583
|
+
"""
|
|
11584
|
+
self._VpcId = None
|
|
11585
|
+
self._SubnetId = None
|
|
11586
|
+
self._InnerHttpAddr = None
|
|
11587
|
+
self._InnerHttpsAddr = None
|
|
11588
|
+
|
|
11589
|
+
@property
|
|
11590
|
+
def VpcId(self):
|
|
11591
|
+
return self._VpcId
|
|
11592
|
+
|
|
11593
|
+
@VpcId.setter
|
|
11594
|
+
def VpcId(self, VpcId):
|
|
11595
|
+
self._VpcId = VpcId
|
|
11596
|
+
|
|
11597
|
+
@property
|
|
11598
|
+
def SubnetId(self):
|
|
11599
|
+
return self._SubnetId
|
|
11600
|
+
|
|
11601
|
+
@SubnetId.setter
|
|
11602
|
+
def SubnetId(self, SubnetId):
|
|
11603
|
+
self._SubnetId = SubnetId
|
|
11604
|
+
|
|
11605
|
+
@property
|
|
11606
|
+
def InnerHttpAddr(self):
|
|
11607
|
+
return self._InnerHttpAddr
|
|
11608
|
+
|
|
11609
|
+
@InnerHttpAddr.setter
|
|
11610
|
+
def InnerHttpAddr(self, InnerHttpAddr):
|
|
11611
|
+
self._InnerHttpAddr = InnerHttpAddr
|
|
11612
|
+
|
|
11613
|
+
@property
|
|
11614
|
+
def InnerHttpsAddr(self):
|
|
11615
|
+
return self._InnerHttpsAddr
|
|
11616
|
+
|
|
11617
|
+
@InnerHttpsAddr.setter
|
|
11618
|
+
def InnerHttpsAddr(self, InnerHttpsAddr):
|
|
11619
|
+
self._InnerHttpsAddr = InnerHttpsAddr
|
|
11620
|
+
|
|
11621
|
+
|
|
11622
|
+
def _deserialize(self, params):
|
|
11623
|
+
self._VpcId = params.get("VpcId")
|
|
11624
|
+
self._SubnetId = params.get("SubnetId")
|
|
11625
|
+
self._InnerHttpAddr = params.get("InnerHttpAddr")
|
|
11626
|
+
self._InnerHttpsAddr = params.get("InnerHttpsAddr")
|
|
11627
|
+
memeber_set = set(params.keys())
|
|
11628
|
+
for name, value in vars(self).items():
|
|
11629
|
+
property_name = name[1:]
|
|
11630
|
+
if property_name in memeber_set:
|
|
11631
|
+
memeber_set.remove(property_name)
|
|
11632
|
+
if len(memeber_set) > 0:
|
|
11633
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
11634
|
+
|
|
11635
|
+
|
|
11636
|
+
|
|
11472
11637
|
class Instance(AbstractModel):
|
|
11473
11638
|
"""资源组节点信息
|
|
11474
11639
|
|
|
@@ -11635,6 +11800,60 @@ DISABLE_NOTIFY_AND_MANUAL_RENEW:手动续费(取消自动续费)且到期不
|
|
|
11635
11800
|
|
|
11636
11801
|
|
|
11637
11802
|
|
|
11803
|
+
class IntranetCallInfo(AbstractModel):
|
|
11804
|
+
"""内网调用信息
|
|
11805
|
+
|
|
11806
|
+
"""
|
|
11807
|
+
|
|
11808
|
+
def __init__(self):
|
|
11809
|
+
r"""
|
|
11810
|
+
:param _IngressPrivateLinkInfo: 私有连接通道信息
|
|
11811
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
11812
|
+
:type IngressPrivateLinkInfo: :class:`tencentcloud.tione.v20211111.models.IngressPrivateLinkInfo`
|
|
11813
|
+
:param _ServiceEIPInfo: 共享弹性网卡信息
|
|
11814
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
11815
|
+
:type ServiceEIPInfo: list of ServiceEIPInfo
|
|
11816
|
+
"""
|
|
11817
|
+
self._IngressPrivateLinkInfo = None
|
|
11818
|
+
self._ServiceEIPInfo = None
|
|
11819
|
+
|
|
11820
|
+
@property
|
|
11821
|
+
def IngressPrivateLinkInfo(self):
|
|
11822
|
+
return self._IngressPrivateLinkInfo
|
|
11823
|
+
|
|
11824
|
+
@IngressPrivateLinkInfo.setter
|
|
11825
|
+
def IngressPrivateLinkInfo(self, IngressPrivateLinkInfo):
|
|
11826
|
+
self._IngressPrivateLinkInfo = IngressPrivateLinkInfo
|
|
11827
|
+
|
|
11828
|
+
@property
|
|
11829
|
+
def ServiceEIPInfo(self):
|
|
11830
|
+
return self._ServiceEIPInfo
|
|
11831
|
+
|
|
11832
|
+
@ServiceEIPInfo.setter
|
|
11833
|
+
def ServiceEIPInfo(self, ServiceEIPInfo):
|
|
11834
|
+
self._ServiceEIPInfo = ServiceEIPInfo
|
|
11835
|
+
|
|
11836
|
+
|
|
11837
|
+
def _deserialize(self, params):
|
|
11838
|
+
if params.get("IngressPrivateLinkInfo") is not None:
|
|
11839
|
+
self._IngressPrivateLinkInfo = IngressPrivateLinkInfo()
|
|
11840
|
+
self._IngressPrivateLinkInfo._deserialize(params.get("IngressPrivateLinkInfo"))
|
|
11841
|
+
if params.get("ServiceEIPInfo") is not None:
|
|
11842
|
+
self._ServiceEIPInfo = []
|
|
11843
|
+
for item in params.get("ServiceEIPInfo"):
|
|
11844
|
+
obj = ServiceEIPInfo()
|
|
11845
|
+
obj._deserialize(item)
|
|
11846
|
+
self._ServiceEIPInfo.append(obj)
|
|
11847
|
+
memeber_set = set(params.keys())
|
|
11848
|
+
for name, value in vars(self).items():
|
|
11849
|
+
property_name = name[1:]
|
|
11850
|
+
if property_name in memeber_set:
|
|
11851
|
+
memeber_set.remove(property_name)
|
|
11852
|
+
if len(memeber_set) > 0:
|
|
11853
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
11854
|
+
|
|
11855
|
+
|
|
11856
|
+
|
|
11638
11857
|
class LogConfig(AbstractModel):
|
|
11639
11858
|
"""日志配置
|
|
11640
11859
|
|
|
@@ -16209,12 +16428,18 @@ class SendChatMessageRequest(AbstractModel):
|
|
|
16209
16428
|
:type SessionId: str
|
|
16210
16429
|
:param _Question: 问题描述
|
|
16211
16430
|
:type Question: str
|
|
16212
|
-
:param _ModelVersion:
|
|
16213
|
-
|
|
16431
|
+
:param _ModelVersion: 会话模型版本。
|
|
16432
|
+
多行业多场景大模型:填写 tj_llm_clm-v1。
|
|
16433
|
+
多行业客服大模型:填写demo_big_model_version_id。
|
|
16434
|
+
默认为demo_big_model_version_id,即多行业客服大模型。
|
|
16214
16435
|
:type ModelVersion: str
|
|
16215
|
-
:param _Mode: 使用模式(
|
|
16436
|
+
:param _Mode: 使用模式(仅多场景客服大模型支持)。
|
|
16437
|
+
通用问答:填写General。
|
|
16438
|
+
搜索增强问答:填写WithSearchPlugin。
|
|
16439
|
+
默认为General,即通用问答。
|
|
16216
16440
|
:type Mode: str
|
|
16217
|
-
:param _SearchSource: 搜索来源。仅当Mode
|
|
16441
|
+
:param _SearchSource: 搜索来源。仅当Mode为WithSearchPlugin时生效。
|
|
16442
|
+
预置文稿库:填写Preset。自定义:填写Custom。
|
|
16218
16443
|
:type SearchSource: str
|
|
16219
16444
|
"""
|
|
16220
16445
|
self._SessionId = None
|
|
@@ -16857,6 +17082,126 @@ class ServiceCallInfo(AbstractModel):
|
|
|
16857
17082
|
|
|
16858
17083
|
|
|
16859
17084
|
|
|
17085
|
+
class ServiceEIP(AbstractModel):
|
|
17086
|
+
"""服务共享弹性网卡设置
|
|
17087
|
+
|
|
17088
|
+
"""
|
|
17089
|
+
|
|
17090
|
+
def __init__(self):
|
|
17091
|
+
r"""
|
|
17092
|
+
:param _EnableEIP: 是否开启TIONE内网到外部的访问
|
|
17093
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
17094
|
+
:type EnableEIP: bool
|
|
17095
|
+
:param _VpcId: 用户VpcId
|
|
17096
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
17097
|
+
:type VpcId: str
|
|
17098
|
+
:param _SubnetId: 用户subnetId
|
|
17099
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
17100
|
+
:type SubnetId: str
|
|
17101
|
+
"""
|
|
17102
|
+
self._EnableEIP = None
|
|
17103
|
+
self._VpcId = None
|
|
17104
|
+
self._SubnetId = None
|
|
17105
|
+
|
|
17106
|
+
@property
|
|
17107
|
+
def EnableEIP(self):
|
|
17108
|
+
return self._EnableEIP
|
|
17109
|
+
|
|
17110
|
+
@EnableEIP.setter
|
|
17111
|
+
def EnableEIP(self, EnableEIP):
|
|
17112
|
+
self._EnableEIP = EnableEIP
|
|
17113
|
+
|
|
17114
|
+
@property
|
|
17115
|
+
def VpcId(self):
|
|
17116
|
+
return self._VpcId
|
|
17117
|
+
|
|
17118
|
+
@VpcId.setter
|
|
17119
|
+
def VpcId(self, VpcId):
|
|
17120
|
+
self._VpcId = VpcId
|
|
17121
|
+
|
|
17122
|
+
@property
|
|
17123
|
+
def SubnetId(self):
|
|
17124
|
+
return self._SubnetId
|
|
17125
|
+
|
|
17126
|
+
@SubnetId.setter
|
|
17127
|
+
def SubnetId(self, SubnetId):
|
|
17128
|
+
self._SubnetId = SubnetId
|
|
17129
|
+
|
|
17130
|
+
|
|
17131
|
+
def _deserialize(self, params):
|
|
17132
|
+
self._EnableEIP = params.get("EnableEIP")
|
|
17133
|
+
self._VpcId = params.get("VpcId")
|
|
17134
|
+
self._SubnetId = params.get("SubnetId")
|
|
17135
|
+
memeber_set = set(params.keys())
|
|
17136
|
+
for name, value in vars(self).items():
|
|
17137
|
+
property_name = name[1:]
|
|
17138
|
+
if property_name in memeber_set:
|
|
17139
|
+
memeber_set.remove(property_name)
|
|
17140
|
+
if len(memeber_set) > 0:
|
|
17141
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
17142
|
+
|
|
17143
|
+
|
|
17144
|
+
|
|
17145
|
+
class ServiceEIPInfo(AbstractModel):
|
|
17146
|
+
"""共享弹性网卡信息
|
|
17147
|
+
|
|
17148
|
+
"""
|
|
17149
|
+
|
|
17150
|
+
def __init__(self):
|
|
17151
|
+
r"""
|
|
17152
|
+
:param _ServiceId: 服务ID
|
|
17153
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
17154
|
+
:type ServiceId: str
|
|
17155
|
+
:param _VpcId: 用户VpcId
|
|
17156
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
17157
|
+
:type VpcId: str
|
|
17158
|
+
:param _SubnetId: 用户子网Id
|
|
17159
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
17160
|
+
:type SubnetId: str
|
|
17161
|
+
"""
|
|
17162
|
+
self._ServiceId = None
|
|
17163
|
+
self._VpcId = None
|
|
17164
|
+
self._SubnetId = None
|
|
17165
|
+
|
|
17166
|
+
@property
|
|
17167
|
+
def ServiceId(self):
|
|
17168
|
+
return self._ServiceId
|
|
17169
|
+
|
|
17170
|
+
@ServiceId.setter
|
|
17171
|
+
def ServiceId(self, ServiceId):
|
|
17172
|
+
self._ServiceId = ServiceId
|
|
17173
|
+
|
|
17174
|
+
@property
|
|
17175
|
+
def VpcId(self):
|
|
17176
|
+
return self._VpcId
|
|
17177
|
+
|
|
17178
|
+
@VpcId.setter
|
|
17179
|
+
def VpcId(self, VpcId):
|
|
17180
|
+
self._VpcId = VpcId
|
|
17181
|
+
|
|
17182
|
+
@property
|
|
17183
|
+
def SubnetId(self):
|
|
17184
|
+
return self._SubnetId
|
|
17185
|
+
|
|
17186
|
+
@SubnetId.setter
|
|
17187
|
+
def SubnetId(self, SubnetId):
|
|
17188
|
+
self._SubnetId = SubnetId
|
|
17189
|
+
|
|
17190
|
+
|
|
17191
|
+
def _deserialize(self, params):
|
|
17192
|
+
self._ServiceId = params.get("ServiceId")
|
|
17193
|
+
self._VpcId = params.get("VpcId")
|
|
17194
|
+
self._SubnetId = params.get("SubnetId")
|
|
17195
|
+
memeber_set = set(params.keys())
|
|
17196
|
+
for name, value in vars(self).items():
|
|
17197
|
+
property_name = name[1:]
|
|
17198
|
+
if property_name in memeber_set:
|
|
17199
|
+
memeber_set.remove(property_name)
|
|
17200
|
+
if len(memeber_set) > 0:
|
|
17201
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
17202
|
+
|
|
17203
|
+
|
|
17204
|
+
|
|
16860
17205
|
class ServiceGroup(AbstractModel):
|
|
16861
17206
|
"""在线服务一个服务组的信息
|
|
16862
17207
|
|
|
@@ -17295,6 +17640,9 @@ HYBRID_PAID:
|
|
|
17295
17640
|
:param _Command: 服务的启动命令
|
|
17296
17641
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
17297
17642
|
:type Command: str
|
|
17643
|
+
:param _ServiceEIP: 开启TIONE内网访问外部设置
|
|
17644
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
17645
|
+
:type ServiceEIP: :class:`tencentcloud.tione.v20211111.models.ServiceEIP`
|
|
17298
17646
|
"""
|
|
17299
17647
|
self._Replicas = None
|
|
17300
17648
|
self._ImageInfo = None
|
|
@@ -17325,6 +17673,7 @@ HYBRID_PAID:
|
|
|
17325
17673
|
self._VolumeMount = None
|
|
17326
17674
|
self._InferCodeInfo = None
|
|
17327
17675
|
self._Command = None
|
|
17676
|
+
self._ServiceEIP = None
|
|
17328
17677
|
|
|
17329
17678
|
@property
|
|
17330
17679
|
def Replicas(self):
|
|
@@ -17558,6 +17907,14 @@ HYBRID_PAID:
|
|
|
17558
17907
|
def Command(self, Command):
|
|
17559
17908
|
self._Command = Command
|
|
17560
17909
|
|
|
17910
|
+
@property
|
|
17911
|
+
def ServiceEIP(self):
|
|
17912
|
+
return self._ServiceEIP
|
|
17913
|
+
|
|
17914
|
+
@ServiceEIP.setter
|
|
17915
|
+
def ServiceEIP(self, ServiceEIP):
|
|
17916
|
+
self._ServiceEIP = ServiceEIP
|
|
17917
|
+
|
|
17561
17918
|
|
|
17562
17919
|
def _deserialize(self, params):
|
|
17563
17920
|
self._Replicas = params.get("Replicas")
|
|
@@ -17626,6 +17983,9 @@ HYBRID_PAID:
|
|
|
17626
17983
|
self._InferCodeInfo = InferCodeInfo()
|
|
17627
17984
|
self._InferCodeInfo._deserialize(params.get("InferCodeInfo"))
|
|
17628
17985
|
self._Command = params.get("Command")
|
|
17986
|
+
if params.get("ServiceEIP") is not None:
|
|
17987
|
+
self._ServiceEIP = ServiceEIP()
|
|
17988
|
+
self._ServiceEIP._deserialize(params.get("ServiceEIP"))
|
|
17629
17989
|
memeber_set = set(params.keys())
|
|
17630
17990
|
for name, value in vars(self).items():
|
|
17631
17991
|
property_name = name[1:]
|
|
@@ -18464,6 +18824,66 @@ class StopTrainingTaskResponse(AbstractModel):
|
|
|
18464
18824
|
self._RequestId = params.get("RequestId")
|
|
18465
18825
|
|
|
18466
18826
|
|
|
18827
|
+
class TJCallInfo(AbstractModel):
|
|
18828
|
+
"""太极服务的调用信息
|
|
18829
|
+
|
|
18830
|
+
"""
|
|
18831
|
+
|
|
18832
|
+
def __init__(self):
|
|
18833
|
+
r"""
|
|
18834
|
+
:param _HttpAddr: 调用地址
|
|
18835
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
18836
|
+
:type HttpAddr: str
|
|
18837
|
+
:param _Token: token
|
|
18838
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
18839
|
+
:type Token: str
|
|
18840
|
+
:param _CallExample: 调用示例
|
|
18841
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
18842
|
+
:type CallExample: str
|
|
18843
|
+
"""
|
|
18844
|
+
self._HttpAddr = None
|
|
18845
|
+
self._Token = None
|
|
18846
|
+
self._CallExample = None
|
|
18847
|
+
|
|
18848
|
+
@property
|
|
18849
|
+
def HttpAddr(self):
|
|
18850
|
+
return self._HttpAddr
|
|
18851
|
+
|
|
18852
|
+
@HttpAddr.setter
|
|
18853
|
+
def HttpAddr(self, HttpAddr):
|
|
18854
|
+
self._HttpAddr = HttpAddr
|
|
18855
|
+
|
|
18856
|
+
@property
|
|
18857
|
+
def Token(self):
|
|
18858
|
+
return self._Token
|
|
18859
|
+
|
|
18860
|
+
@Token.setter
|
|
18861
|
+
def Token(self, Token):
|
|
18862
|
+
self._Token = Token
|
|
18863
|
+
|
|
18864
|
+
@property
|
|
18865
|
+
def CallExample(self):
|
|
18866
|
+
return self._CallExample
|
|
18867
|
+
|
|
18868
|
+
@CallExample.setter
|
|
18869
|
+
def CallExample(self, CallExample):
|
|
18870
|
+
self._CallExample = CallExample
|
|
18871
|
+
|
|
18872
|
+
|
|
18873
|
+
def _deserialize(self, params):
|
|
18874
|
+
self._HttpAddr = params.get("HttpAddr")
|
|
18875
|
+
self._Token = params.get("Token")
|
|
18876
|
+
self._CallExample = params.get("CallExample")
|
|
18877
|
+
memeber_set = set(params.keys())
|
|
18878
|
+
for name, value in vars(self).items():
|
|
18879
|
+
property_name = name[1:]
|
|
18880
|
+
if property_name in memeber_set:
|
|
18881
|
+
memeber_set.remove(property_name)
|
|
18882
|
+
if len(memeber_set) > 0:
|
|
18883
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
18884
|
+
|
|
18885
|
+
|
|
18886
|
+
|
|
18467
18887
|
class Tag(AbstractModel):
|
|
18468
18888
|
"""描述腾讯云标签
|
|
18469
18889
|
|