tencentcloud-sdk-python-tdai 3.1.147__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.
Files changed (17) hide show
  1. {tencentcloud_sdk_python_tdai-3.1.147 → tencentcloud_sdk_python_tdai-3.1.161}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_tdai-3.1.147 → tencentcloud_sdk_python_tdai-3.1.161}/setup.py +1 -1
  3. {tencentcloud_sdk_python_tdai-3.1.147 → tencentcloud_sdk_python_tdai-3.1.161}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_tdai-3.1.147 → tencentcloud_sdk_python_tdai-3.1.161}/tencentcloud/tdai/v20250717/models.py +60 -0
  5. {tencentcloud_sdk_python_tdai-3.1.147 → tencentcloud_sdk_python_tdai-3.1.161}/tencentcloud_sdk_python_tdai.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_tdai-3.1.161/tencentcloud_sdk_python_tdai.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_tdai-3.1.147/tencentcloud_sdk_python_tdai.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_tdai-3.1.147 → tencentcloud_sdk_python_tdai-3.1.161}/README.rst +0 -0
  9. {tencentcloud_sdk_python_tdai-3.1.147 → tencentcloud_sdk_python_tdai-3.1.161}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_tdai-3.1.147 → tencentcloud_sdk_python_tdai-3.1.161}/tencentcloud/tdai/__init__.py +0 -0
  11. {tencentcloud_sdk_python_tdai-3.1.147 → tencentcloud_sdk_python_tdai-3.1.161}/tencentcloud/tdai/v20250717/__init__.py +0 -0
  12. {tencentcloud_sdk_python_tdai-3.1.147 → tencentcloud_sdk_python_tdai-3.1.161}/tencentcloud/tdai/v20250717/errorcodes.py +0 -0
  13. {tencentcloud_sdk_python_tdai-3.1.147 → tencentcloud_sdk_python_tdai-3.1.161}/tencentcloud/tdai/v20250717/tdai_client.py +0 -0
  14. {tencentcloud_sdk_python_tdai-3.1.147 → tencentcloud_sdk_python_tdai-3.1.161}/tencentcloud/tdai/v20250717/tdai_client_async.py +0 -0
  15. {tencentcloud_sdk_python_tdai-3.1.147 → tencentcloud_sdk_python_tdai-3.1.161}/tencentcloud_sdk_python_tdai.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_tdai-3.1.147 → tencentcloud_sdk_python_tdai-3.1.161}/tencentcloud_sdk_python_tdai.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_tdai-3.1.147 → 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.147
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.147
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.147,<4.0.0"],
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',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.147'
17
+ __version__ = '3.1.161'
@@ -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:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-tdai
3
- Version: 3.1.147
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.147
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.147