tencentcloud-sdk-python-tdai 3.1.127__tar.gz → 3.1.161__tar.gz
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_sdk_python_tdai-3.1.127 → tencentcloud_sdk_python_tdai-3.1.161}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_tdai-3.1.127 → tencentcloud_sdk_python_tdai-3.1.161}/setup.py +1 -1
- {tencentcloud_sdk_python_tdai-3.1.127 → tencentcloud_sdk_python_tdai-3.1.161}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_tdai-3.1.127 → tencentcloud_sdk_python_tdai-3.1.161}/tencentcloud/tdai/v20250717/models.py +105 -0
- {tencentcloud_sdk_python_tdai-3.1.127 → tencentcloud_sdk_python_tdai-3.1.161}/tencentcloud_sdk_python_tdai.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_tdai-3.1.161/tencentcloud_sdk_python_tdai.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_tdai-3.1.127/tencentcloud_sdk_python_tdai.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_tdai-3.1.127 → tencentcloud_sdk_python_tdai-3.1.161}/README.rst +0 -0
- {tencentcloud_sdk_python_tdai-3.1.127 → tencentcloud_sdk_python_tdai-3.1.161}/setup.cfg +0 -0
- {tencentcloud_sdk_python_tdai-3.1.127 → tencentcloud_sdk_python_tdai-3.1.161}/tencentcloud/tdai/__init__.py +0 -0
- {tencentcloud_sdk_python_tdai-3.1.127 → tencentcloud_sdk_python_tdai-3.1.161}/tencentcloud/tdai/v20250717/__init__.py +0 -0
- {tencentcloud_sdk_python_tdai-3.1.127 → tencentcloud_sdk_python_tdai-3.1.161}/tencentcloud/tdai/v20250717/errorcodes.py +0 -0
- {tencentcloud_sdk_python_tdai-3.1.127 → tencentcloud_sdk_python_tdai-3.1.161}/tencentcloud/tdai/v20250717/tdai_client.py +0 -0
- {tencentcloud_sdk_python_tdai-3.1.127 → tencentcloud_sdk_python_tdai-3.1.161}/tencentcloud/tdai/v20250717/tdai_client_async.py +0 -0
- {tencentcloud_sdk_python_tdai-3.1.127 → tencentcloud_sdk_python_tdai-3.1.161}/tencentcloud_sdk_python_tdai.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_tdai-3.1.127 → tencentcloud_sdk_python_tdai-3.1.161}/tencentcloud_sdk_python_tdai.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_tdai-3.1.127 → tencentcloud_sdk_python_tdai-3.1.161}/tencentcloud_sdk_python_tdai.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-tdai
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.161
|
|
4
4
|
Summary: Tencent Cloud Tdai SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.161
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-tdai',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.161,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Tdai SDK for Python',
|
|
@@ -397,6 +397,12 @@ class AgentInstance(AbstractModel):
|
|
|
397
397
|
:type Description: str
|
|
398
398
|
:param _CreatingProgress: <p>发货进度详情</p>
|
|
399
399
|
:type CreatingProgress: :class:`tencentcloud.tdai.v20250717.models.CreatingProgress`
|
|
400
|
+
:param _RoleName: <p>实例关联的角色名称</p>
|
|
401
|
+
:type RoleName: str
|
|
402
|
+
:param _OfflineTime: <p>实例下线时间</p><p>参数格式:2026-08-12 17:02:43</p>
|
|
403
|
+
:type OfflineTime: str
|
|
404
|
+
:param _ProductName: <p>商业化资源归属</p>
|
|
405
|
+
:type ProductName: str
|
|
400
406
|
"""
|
|
401
407
|
self._InstanceId = None
|
|
402
408
|
self._InstanceName = None
|
|
@@ -418,6 +424,9 @@ class AgentInstance(AbstractModel):
|
|
|
418
424
|
self._LastActiveTime = None
|
|
419
425
|
self._Description = None
|
|
420
426
|
self._CreatingProgress = None
|
|
427
|
+
self._RoleName = None
|
|
428
|
+
self._OfflineTime = None
|
|
429
|
+
self._ProductName = None
|
|
421
430
|
|
|
422
431
|
@property
|
|
423
432
|
def InstanceId(self):
|
|
@@ -639,6 +648,39 @@ class AgentInstance(AbstractModel):
|
|
|
639
648
|
def CreatingProgress(self, CreatingProgress):
|
|
640
649
|
self._CreatingProgress = CreatingProgress
|
|
641
650
|
|
|
651
|
+
@property
|
|
652
|
+
def RoleName(self):
|
|
653
|
+
r"""<p>实例关联的角色名称</p>
|
|
654
|
+
:rtype: str
|
|
655
|
+
"""
|
|
656
|
+
return self._RoleName
|
|
657
|
+
|
|
658
|
+
@RoleName.setter
|
|
659
|
+
def RoleName(self, RoleName):
|
|
660
|
+
self._RoleName = RoleName
|
|
661
|
+
|
|
662
|
+
@property
|
|
663
|
+
def OfflineTime(self):
|
|
664
|
+
r"""<p>实例下线时间</p><p>参数格式:2026-08-12 17:02:43</p>
|
|
665
|
+
:rtype: str
|
|
666
|
+
"""
|
|
667
|
+
return self._OfflineTime
|
|
668
|
+
|
|
669
|
+
@OfflineTime.setter
|
|
670
|
+
def OfflineTime(self, OfflineTime):
|
|
671
|
+
self._OfflineTime = OfflineTime
|
|
672
|
+
|
|
673
|
+
@property
|
|
674
|
+
def ProductName(self):
|
|
675
|
+
r"""<p>商业化资源归属</p>
|
|
676
|
+
:rtype: str
|
|
677
|
+
"""
|
|
678
|
+
return self._ProductName
|
|
679
|
+
|
|
680
|
+
@ProductName.setter
|
|
681
|
+
def ProductName(self, ProductName):
|
|
682
|
+
self._ProductName = ProductName
|
|
683
|
+
|
|
642
684
|
|
|
643
685
|
def _deserialize(self, params):
|
|
644
686
|
self._InstanceId = params.get("InstanceId")
|
|
@@ -675,6 +717,9 @@ class AgentInstance(AbstractModel):
|
|
|
675
717
|
if params.get("CreatingProgress") is not None:
|
|
676
718
|
self._CreatingProgress = CreatingProgress()
|
|
677
719
|
self._CreatingProgress._deserialize(params.get("CreatingProgress"))
|
|
720
|
+
self._RoleName = params.get("RoleName")
|
|
721
|
+
self._OfflineTime = params.get("OfflineTime")
|
|
722
|
+
self._ProductName = params.get("ProductName")
|
|
678
723
|
memeber_set = set(params.keys())
|
|
679
724
|
for name, value in vars(self).items():
|
|
680
725
|
property_name = name[1:]
|
|
@@ -1265,6 +1310,8 @@ class CreateAgentInstanceRequest(AbstractModel):
|
|
|
1265
1310
|
:type SoulId: int
|
|
1266
1311
|
:param _Description: <p>无</p>
|
|
1267
1312
|
:type Description: str
|
|
1313
|
+
:param _UsePlatformAccount: <p>企业版是否使用平台大账号模式发货</p>
|
|
1314
|
+
:type UsePlatformAccount: bool
|
|
1268
1315
|
"""
|
|
1269
1316
|
self._AgentId = None
|
|
1270
1317
|
self._AgentVersion = None
|
|
@@ -1276,6 +1323,7 @@ class CreateAgentInstanceRequest(AbstractModel):
|
|
|
1276
1323
|
self._Skills = None
|
|
1277
1324
|
self._SoulId = None
|
|
1278
1325
|
self._Description = None
|
|
1326
|
+
self._UsePlatformAccount = None
|
|
1279
1327
|
|
|
1280
1328
|
@property
|
|
1281
1329
|
def AgentId(self):
|
|
@@ -1387,6 +1435,17 @@ class CreateAgentInstanceRequest(AbstractModel):
|
|
|
1387
1435
|
def Description(self, Description):
|
|
1388
1436
|
self._Description = Description
|
|
1389
1437
|
|
|
1438
|
+
@property
|
|
1439
|
+
def UsePlatformAccount(self):
|
|
1440
|
+
r"""<p>企业版是否使用平台大账号模式发货</p>
|
|
1441
|
+
:rtype: bool
|
|
1442
|
+
"""
|
|
1443
|
+
return self._UsePlatformAccount
|
|
1444
|
+
|
|
1445
|
+
@UsePlatformAccount.setter
|
|
1446
|
+
def UsePlatformAccount(self, UsePlatformAccount):
|
|
1447
|
+
self._UsePlatformAccount = UsePlatformAccount
|
|
1448
|
+
|
|
1390
1449
|
|
|
1391
1450
|
def _deserialize(self, params):
|
|
1392
1451
|
self._AgentId = params.get("AgentId")
|
|
@@ -1409,6 +1468,7 @@ class CreateAgentInstanceRequest(AbstractModel):
|
|
|
1409
1468
|
self._Skills = params.get("Skills")
|
|
1410
1469
|
self._SoulId = params.get("SoulId")
|
|
1411
1470
|
self._Description = params.get("Description")
|
|
1471
|
+
self._UsePlatformAccount = params.get("UsePlatformAccount")
|
|
1412
1472
|
memeber_set = set(params.keys())
|
|
1413
1473
|
for name, value in vars(self).items():
|
|
1414
1474
|
property_name = name[1:]
|
|
@@ -4623,12 +4683,18 @@ class MemoryPlusInfo(AbstractModel):
|
|
|
4623
4683
|
:type Status: int
|
|
4624
4684
|
:param _Region: <p>地域</p>
|
|
4625
4685
|
:type Region: str
|
|
4686
|
+
:param _PayMode: <p>计费模式</p><p>枚举值:</p><ul><li>-1: 免费版</li><li>0: 按量付费</li><li>1: 包年包月</li></ul>
|
|
4687
|
+
:type PayMode: int
|
|
4688
|
+
:param _AutoRenew: <p>是否自动续费</p><p>枚举值:</p><ul><li>0: 不自动续费</li><li>1: 自动续费</li></ul>
|
|
4689
|
+
:type AutoRenew: int
|
|
4626
4690
|
:param _MemoryUsage: <p>记忆条数</p>
|
|
4627
4691
|
:type MemoryUsage: int
|
|
4628
4692
|
:param _CreditUsage: <p>当月积分数</p>
|
|
4629
4693
|
:type CreditUsage: float
|
|
4630
4694
|
:param _ResourceTags: <p>资源标签</p>
|
|
4631
4695
|
:type ResourceTags: list of ResourceTag
|
|
4696
|
+
:param _Version: <p>版本号</p>
|
|
4697
|
+
:type Version: str
|
|
4632
4698
|
:param _CreatedAt: <p>创建时间</p>
|
|
4633
4699
|
:type CreatedAt: str
|
|
4634
4700
|
:param _IsolatedAt: <p>隔离时间</p>
|
|
@@ -4643,9 +4709,12 @@ class MemoryPlusInfo(AbstractModel):
|
|
|
4643
4709
|
self._Description = None
|
|
4644
4710
|
self._Status = None
|
|
4645
4711
|
self._Region = None
|
|
4712
|
+
self._PayMode = None
|
|
4713
|
+
self._AutoRenew = None
|
|
4646
4714
|
self._MemoryUsage = None
|
|
4647
4715
|
self._CreditUsage = None
|
|
4648
4716
|
self._ResourceTags = None
|
|
4717
|
+
self._Version = None
|
|
4649
4718
|
self._CreatedAt = None
|
|
4650
4719
|
self._IsolatedAt = None
|
|
4651
4720
|
self._ExpiredAt = None
|
|
@@ -4706,6 +4775,28 @@ class MemoryPlusInfo(AbstractModel):
|
|
|
4706
4775
|
def Region(self, Region):
|
|
4707
4776
|
self._Region = Region
|
|
4708
4777
|
|
|
4778
|
+
@property
|
|
4779
|
+
def PayMode(self):
|
|
4780
|
+
r"""<p>计费模式</p><p>枚举值:</p><ul><li>-1: 免费版</li><li>0: 按量付费</li><li>1: 包年包月</li></ul>
|
|
4781
|
+
:rtype: int
|
|
4782
|
+
"""
|
|
4783
|
+
return self._PayMode
|
|
4784
|
+
|
|
4785
|
+
@PayMode.setter
|
|
4786
|
+
def PayMode(self, PayMode):
|
|
4787
|
+
self._PayMode = PayMode
|
|
4788
|
+
|
|
4789
|
+
@property
|
|
4790
|
+
def AutoRenew(self):
|
|
4791
|
+
r"""<p>是否自动续费</p><p>枚举值:</p><ul><li>0: 不自动续费</li><li>1: 自动续费</li></ul>
|
|
4792
|
+
:rtype: int
|
|
4793
|
+
"""
|
|
4794
|
+
return self._AutoRenew
|
|
4795
|
+
|
|
4796
|
+
@AutoRenew.setter
|
|
4797
|
+
def AutoRenew(self, AutoRenew):
|
|
4798
|
+
self._AutoRenew = AutoRenew
|
|
4799
|
+
|
|
4709
4800
|
@property
|
|
4710
4801
|
def MemoryUsage(self):
|
|
4711
4802
|
r"""<p>记忆条数</p>
|
|
@@ -4739,6 +4830,17 @@ class MemoryPlusInfo(AbstractModel):
|
|
|
4739
4830
|
def ResourceTags(self, ResourceTags):
|
|
4740
4831
|
self._ResourceTags = ResourceTags
|
|
4741
4832
|
|
|
4833
|
+
@property
|
|
4834
|
+
def Version(self):
|
|
4835
|
+
r"""<p>版本号</p>
|
|
4836
|
+
:rtype: str
|
|
4837
|
+
"""
|
|
4838
|
+
return self._Version
|
|
4839
|
+
|
|
4840
|
+
@Version.setter
|
|
4841
|
+
def Version(self, Version):
|
|
4842
|
+
self._Version = Version
|
|
4843
|
+
|
|
4742
4844
|
@property
|
|
4743
4845
|
def CreatedAt(self):
|
|
4744
4846
|
r"""<p>创建时间</p>
|
|
@@ -4790,6 +4892,8 @@ class MemoryPlusInfo(AbstractModel):
|
|
|
4790
4892
|
self._Description = params.get("Description")
|
|
4791
4893
|
self._Status = params.get("Status")
|
|
4792
4894
|
self._Region = params.get("Region")
|
|
4895
|
+
self._PayMode = params.get("PayMode")
|
|
4896
|
+
self._AutoRenew = params.get("AutoRenew")
|
|
4793
4897
|
self._MemoryUsage = params.get("MemoryUsage")
|
|
4794
4898
|
self._CreditUsage = params.get("CreditUsage")
|
|
4795
4899
|
if params.get("ResourceTags") is not None:
|
|
@@ -4798,6 +4902,7 @@ class MemoryPlusInfo(AbstractModel):
|
|
|
4798
4902
|
obj = ResourceTag()
|
|
4799
4903
|
obj._deserialize(item)
|
|
4800
4904
|
self._ResourceTags.append(obj)
|
|
4905
|
+
self._Version = params.get("Version")
|
|
4801
4906
|
self._CreatedAt = params.get("CreatedAt")
|
|
4802
4907
|
self._IsolatedAt = params.get("IsolatedAt")
|
|
4803
4908
|
self._ExpiredAt = params.get("ExpiredAt")
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-tdai
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.161
|
|
4
4
|
Summary: Tencent Cloud Tdai SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.161
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.161
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.127
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|