tencentcloud-sdk-python-tdai 3.1.50__tar.gz → 3.1.82__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.50 → tencentcloud_sdk_python_tdai-3.1.82}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_tdai-3.1.50 → tencentcloud_sdk_python_tdai-3.1.82}/setup.py +1 -1
- {tencentcloud_sdk_python_tdai-3.1.50 → tencentcloud_sdk_python_tdai-3.1.82}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_tdai-3.1.50 → tencentcloud_sdk_python_tdai-3.1.82}/tencentcloud/tdai/v20250717/models.py +442 -40
- {tencentcloud_sdk_python_tdai-3.1.50 → tencentcloud_sdk_python_tdai-3.1.82}/tencentcloud_sdk_python_tdai.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_tdai-3.1.82/tencentcloud_sdk_python_tdai.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_tdai-3.1.50/tencentcloud_sdk_python_tdai.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_tdai-3.1.50 → tencentcloud_sdk_python_tdai-3.1.82}/README.rst +0 -0
- {tencentcloud_sdk_python_tdai-3.1.50 → tencentcloud_sdk_python_tdai-3.1.82}/setup.cfg +0 -0
- {tencentcloud_sdk_python_tdai-3.1.50 → tencentcloud_sdk_python_tdai-3.1.82}/tencentcloud/tdai/__init__.py +0 -0
- {tencentcloud_sdk_python_tdai-3.1.50 → tencentcloud_sdk_python_tdai-3.1.82}/tencentcloud/tdai/v20250717/__init__.py +0 -0
- {tencentcloud_sdk_python_tdai-3.1.50 → tencentcloud_sdk_python_tdai-3.1.82}/tencentcloud/tdai/v20250717/errorcodes.py +0 -0
- {tencentcloud_sdk_python_tdai-3.1.50 → tencentcloud_sdk_python_tdai-3.1.82}/tencentcloud/tdai/v20250717/tdai_client.py +0 -0
- {tencentcloud_sdk_python_tdai-3.1.50 → tencentcloud_sdk_python_tdai-3.1.82}/tencentcloud/tdai/v20250717/tdai_client_async.py +0 -0
- {tencentcloud_sdk_python_tdai-3.1.50 → tencentcloud_sdk_python_tdai-3.1.82}/tencentcloud_sdk_python_tdai.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_tdai-3.1.50 → tencentcloud_sdk_python_tdai-3.1.82}/tencentcloud_sdk_python_tdai.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_tdai-3.1.50 → tencentcloud_sdk_python_tdai-3.1.82}/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.82
|
|
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.82
|
|
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.82,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Tdai SDK for Python',
|
|
@@ -357,30 +357,44 @@ class AgentInstance(AbstractModel):
|
|
|
357
357
|
|
|
358
358
|
def __init__(self):
|
|
359
359
|
r"""
|
|
360
|
-
:param _InstanceId:
|
|
360
|
+
:param _InstanceId: <p>智能体实例ID</p>
|
|
361
361
|
:type InstanceId: str
|
|
362
|
-
:param _InstanceName:
|
|
362
|
+
:param _InstanceName: <p>智能体实例名称</p>
|
|
363
363
|
:type InstanceName: str
|
|
364
|
-
:param _AgentId:
|
|
364
|
+
:param _AgentId: <p>智能体ID</p>
|
|
365
365
|
:type AgentId: str
|
|
366
|
-
:param _AgentName:
|
|
366
|
+
:param _AgentName: <p>智能体名称</p>
|
|
367
367
|
:type AgentName: str
|
|
368
|
-
:param _AgentInternalName:
|
|
368
|
+
:param _AgentInternalName: <p>智能体类型</p>
|
|
369
369
|
:type AgentInternalName: str
|
|
370
|
-
:param _AgentType:
|
|
370
|
+
:param _AgentType: <p>智能体服务模式</p>
|
|
371
371
|
:type AgentType: str
|
|
372
|
-
:param _AgentVersion:
|
|
372
|
+
:param _AgentVersion: <p>智能体版本</p>
|
|
373
373
|
:type AgentVersion: str
|
|
374
|
-
:param _Status:
|
|
374
|
+
:param _Status: <p>智能体实例状态</p>
|
|
375
375
|
:type Status: str
|
|
376
|
-
:param _Parameters:
|
|
376
|
+
:param _Parameters: <p>智能体实例参数列表</p>
|
|
377
377
|
:type Parameters: list of Parameter
|
|
378
|
-
:param _CreateTime:
|
|
378
|
+
:param _CreateTime: <p>创建时间</p>
|
|
379
379
|
:type CreateTime: str
|
|
380
|
-
:param _UpdateTime:
|
|
380
|
+
:param _UpdateTime: <p>修改时间</p>
|
|
381
381
|
:type UpdateTime: str
|
|
382
|
-
:param _Tags:
|
|
382
|
+
:param _Tags: <p>资源绑定Tag列表</p>
|
|
383
383
|
:type Tags: list of TagItem
|
|
384
|
+
:param _DeployPlace: <p>部署位置,intranet-共享版,userVpc-专享版</p>
|
|
385
|
+
:type DeployPlace: str
|
|
386
|
+
:param _PolicyIds: <p>关联的告警策略ID。</p>
|
|
387
|
+
:type PolicyIds: list of str
|
|
388
|
+
:param _ClawConfig: <p>无</p>
|
|
389
|
+
:type ClawConfig: :class:`tencentcloud.tdai.v20250717.models.ClawConfigInfo`
|
|
390
|
+
:param _InstanceType: <p>无</p>
|
|
391
|
+
:type InstanceType: str
|
|
392
|
+
:param _AllowedActions: <p>无</p>
|
|
393
|
+
:type AllowedActions: list of str
|
|
394
|
+
:param _LastActiveTime: <p>无</p>
|
|
395
|
+
:type LastActiveTime: str
|
|
396
|
+
:param _Description: <p>无</p>
|
|
397
|
+
:type Description: str
|
|
384
398
|
"""
|
|
385
399
|
self._InstanceId = None
|
|
386
400
|
self._InstanceName = None
|
|
@@ -394,10 +408,17 @@ class AgentInstance(AbstractModel):
|
|
|
394
408
|
self._CreateTime = None
|
|
395
409
|
self._UpdateTime = None
|
|
396
410
|
self._Tags = None
|
|
411
|
+
self._DeployPlace = None
|
|
412
|
+
self._PolicyIds = None
|
|
413
|
+
self._ClawConfig = None
|
|
414
|
+
self._InstanceType = None
|
|
415
|
+
self._AllowedActions = None
|
|
416
|
+
self._LastActiveTime = None
|
|
417
|
+
self._Description = None
|
|
397
418
|
|
|
398
419
|
@property
|
|
399
420
|
def InstanceId(self):
|
|
400
|
-
r"""
|
|
421
|
+
r"""<p>智能体实例ID</p>
|
|
401
422
|
:rtype: str
|
|
402
423
|
"""
|
|
403
424
|
return self._InstanceId
|
|
@@ -408,7 +429,7 @@ class AgentInstance(AbstractModel):
|
|
|
408
429
|
|
|
409
430
|
@property
|
|
410
431
|
def InstanceName(self):
|
|
411
|
-
r"""
|
|
432
|
+
r"""<p>智能体实例名称</p>
|
|
412
433
|
:rtype: str
|
|
413
434
|
"""
|
|
414
435
|
return self._InstanceName
|
|
@@ -419,7 +440,7 @@ class AgentInstance(AbstractModel):
|
|
|
419
440
|
|
|
420
441
|
@property
|
|
421
442
|
def AgentId(self):
|
|
422
|
-
r"""
|
|
443
|
+
r"""<p>智能体ID</p>
|
|
423
444
|
:rtype: str
|
|
424
445
|
"""
|
|
425
446
|
return self._AgentId
|
|
@@ -430,7 +451,7 @@ class AgentInstance(AbstractModel):
|
|
|
430
451
|
|
|
431
452
|
@property
|
|
432
453
|
def AgentName(self):
|
|
433
|
-
r"""
|
|
454
|
+
r"""<p>智能体名称</p>
|
|
434
455
|
:rtype: str
|
|
435
456
|
"""
|
|
436
457
|
return self._AgentName
|
|
@@ -441,7 +462,7 @@ class AgentInstance(AbstractModel):
|
|
|
441
462
|
|
|
442
463
|
@property
|
|
443
464
|
def AgentInternalName(self):
|
|
444
|
-
r"""
|
|
465
|
+
r"""<p>智能体类型</p>
|
|
445
466
|
:rtype: str
|
|
446
467
|
"""
|
|
447
468
|
return self._AgentInternalName
|
|
@@ -452,7 +473,7 @@ class AgentInstance(AbstractModel):
|
|
|
452
473
|
|
|
453
474
|
@property
|
|
454
475
|
def AgentType(self):
|
|
455
|
-
r"""
|
|
476
|
+
r"""<p>智能体服务模式</p>
|
|
456
477
|
:rtype: str
|
|
457
478
|
"""
|
|
458
479
|
return self._AgentType
|
|
@@ -463,7 +484,7 @@ class AgentInstance(AbstractModel):
|
|
|
463
484
|
|
|
464
485
|
@property
|
|
465
486
|
def AgentVersion(self):
|
|
466
|
-
r"""
|
|
487
|
+
r"""<p>智能体版本</p>
|
|
467
488
|
:rtype: str
|
|
468
489
|
"""
|
|
469
490
|
return self._AgentVersion
|
|
@@ -474,7 +495,7 @@ class AgentInstance(AbstractModel):
|
|
|
474
495
|
|
|
475
496
|
@property
|
|
476
497
|
def Status(self):
|
|
477
|
-
r"""
|
|
498
|
+
r"""<p>智能体实例状态</p>
|
|
478
499
|
:rtype: str
|
|
479
500
|
"""
|
|
480
501
|
return self._Status
|
|
@@ -485,7 +506,7 @@ class AgentInstance(AbstractModel):
|
|
|
485
506
|
|
|
486
507
|
@property
|
|
487
508
|
def Parameters(self):
|
|
488
|
-
r"""
|
|
509
|
+
r"""<p>智能体实例参数列表</p>
|
|
489
510
|
:rtype: list of Parameter
|
|
490
511
|
"""
|
|
491
512
|
return self._Parameters
|
|
@@ -496,7 +517,7 @@ class AgentInstance(AbstractModel):
|
|
|
496
517
|
|
|
497
518
|
@property
|
|
498
519
|
def CreateTime(self):
|
|
499
|
-
r"""
|
|
520
|
+
r"""<p>创建时间</p>
|
|
500
521
|
:rtype: str
|
|
501
522
|
"""
|
|
502
523
|
return self._CreateTime
|
|
@@ -507,7 +528,7 @@ class AgentInstance(AbstractModel):
|
|
|
507
528
|
|
|
508
529
|
@property
|
|
509
530
|
def UpdateTime(self):
|
|
510
|
-
r"""
|
|
531
|
+
r"""<p>修改时间</p>
|
|
511
532
|
:rtype: str
|
|
512
533
|
"""
|
|
513
534
|
return self._UpdateTime
|
|
@@ -518,7 +539,7 @@ class AgentInstance(AbstractModel):
|
|
|
518
539
|
|
|
519
540
|
@property
|
|
520
541
|
def Tags(self):
|
|
521
|
-
r"""
|
|
542
|
+
r"""<p>资源绑定Tag列表</p>
|
|
522
543
|
:rtype: list of TagItem
|
|
523
544
|
"""
|
|
524
545
|
return self._Tags
|
|
@@ -527,6 +548,83 @@ class AgentInstance(AbstractModel):
|
|
|
527
548
|
def Tags(self, Tags):
|
|
528
549
|
self._Tags = Tags
|
|
529
550
|
|
|
551
|
+
@property
|
|
552
|
+
def DeployPlace(self):
|
|
553
|
+
r"""<p>部署位置,intranet-共享版,userVpc-专享版</p>
|
|
554
|
+
:rtype: str
|
|
555
|
+
"""
|
|
556
|
+
return self._DeployPlace
|
|
557
|
+
|
|
558
|
+
@DeployPlace.setter
|
|
559
|
+
def DeployPlace(self, DeployPlace):
|
|
560
|
+
self._DeployPlace = DeployPlace
|
|
561
|
+
|
|
562
|
+
@property
|
|
563
|
+
def PolicyIds(self):
|
|
564
|
+
r"""<p>关联的告警策略ID。</p>
|
|
565
|
+
:rtype: list of str
|
|
566
|
+
"""
|
|
567
|
+
return self._PolicyIds
|
|
568
|
+
|
|
569
|
+
@PolicyIds.setter
|
|
570
|
+
def PolicyIds(self, PolicyIds):
|
|
571
|
+
self._PolicyIds = PolicyIds
|
|
572
|
+
|
|
573
|
+
@property
|
|
574
|
+
def ClawConfig(self):
|
|
575
|
+
r"""<p>无</p>
|
|
576
|
+
:rtype: :class:`tencentcloud.tdai.v20250717.models.ClawConfigInfo`
|
|
577
|
+
"""
|
|
578
|
+
return self._ClawConfig
|
|
579
|
+
|
|
580
|
+
@ClawConfig.setter
|
|
581
|
+
def ClawConfig(self, ClawConfig):
|
|
582
|
+
self._ClawConfig = ClawConfig
|
|
583
|
+
|
|
584
|
+
@property
|
|
585
|
+
def InstanceType(self):
|
|
586
|
+
r"""<p>无</p>
|
|
587
|
+
:rtype: str
|
|
588
|
+
"""
|
|
589
|
+
return self._InstanceType
|
|
590
|
+
|
|
591
|
+
@InstanceType.setter
|
|
592
|
+
def InstanceType(self, InstanceType):
|
|
593
|
+
self._InstanceType = InstanceType
|
|
594
|
+
|
|
595
|
+
@property
|
|
596
|
+
def AllowedActions(self):
|
|
597
|
+
r"""<p>无</p>
|
|
598
|
+
:rtype: list of str
|
|
599
|
+
"""
|
|
600
|
+
return self._AllowedActions
|
|
601
|
+
|
|
602
|
+
@AllowedActions.setter
|
|
603
|
+
def AllowedActions(self, AllowedActions):
|
|
604
|
+
self._AllowedActions = AllowedActions
|
|
605
|
+
|
|
606
|
+
@property
|
|
607
|
+
def LastActiveTime(self):
|
|
608
|
+
r"""<p>无</p>
|
|
609
|
+
:rtype: str
|
|
610
|
+
"""
|
|
611
|
+
return self._LastActiveTime
|
|
612
|
+
|
|
613
|
+
@LastActiveTime.setter
|
|
614
|
+
def LastActiveTime(self, LastActiveTime):
|
|
615
|
+
self._LastActiveTime = LastActiveTime
|
|
616
|
+
|
|
617
|
+
@property
|
|
618
|
+
def Description(self):
|
|
619
|
+
r"""<p>无</p>
|
|
620
|
+
:rtype: str
|
|
621
|
+
"""
|
|
622
|
+
return self._Description
|
|
623
|
+
|
|
624
|
+
@Description.setter
|
|
625
|
+
def Description(self, Description):
|
|
626
|
+
self._Description = Description
|
|
627
|
+
|
|
530
628
|
|
|
531
629
|
def _deserialize(self, params):
|
|
532
630
|
self._InstanceId = params.get("InstanceId")
|
|
@@ -551,6 +649,15 @@ class AgentInstance(AbstractModel):
|
|
|
551
649
|
obj = TagItem()
|
|
552
650
|
obj._deserialize(item)
|
|
553
651
|
self._Tags.append(obj)
|
|
652
|
+
self._DeployPlace = params.get("DeployPlace")
|
|
653
|
+
self._PolicyIds = params.get("PolicyIds")
|
|
654
|
+
if params.get("ClawConfig") is not None:
|
|
655
|
+
self._ClawConfig = ClawConfigInfo()
|
|
656
|
+
self._ClawConfig._deserialize(params.get("ClawConfig"))
|
|
657
|
+
self._InstanceType = params.get("InstanceType")
|
|
658
|
+
self._AllowedActions = params.get("AllowedActions")
|
|
659
|
+
self._LastActiveTime = params.get("LastActiveTime")
|
|
660
|
+
self._Description = params.get("Description")
|
|
554
661
|
memeber_set = set(params.keys())
|
|
555
662
|
for name, value in vars(self).items():
|
|
556
663
|
property_name = name[1:]
|
|
@@ -805,6 +912,140 @@ class ChatDetail(AbstractModel):
|
|
|
805
912
|
|
|
806
913
|
|
|
807
914
|
|
|
915
|
+
class ClawConfigInfo(AbstractModel):
|
|
916
|
+
r"""databaseClaw实例配置信息
|
|
917
|
+
|
|
918
|
+
"""
|
|
919
|
+
|
|
920
|
+
def __init__(self):
|
|
921
|
+
r"""
|
|
922
|
+
:param _TemplateId: <p>无</p>
|
|
923
|
+
:type TemplateId: int
|
|
924
|
+
:param _DbTypes: <p>无</p>
|
|
925
|
+
:type DbTypes: list of str
|
|
926
|
+
:param _Deploy: <p>无</p>
|
|
927
|
+
:type Deploy: :class:`tencentcloud.tdai.v20250717.models.ClawDeployInfo`
|
|
928
|
+
"""
|
|
929
|
+
self._TemplateId = None
|
|
930
|
+
self._DbTypes = None
|
|
931
|
+
self._Deploy = None
|
|
932
|
+
|
|
933
|
+
@property
|
|
934
|
+
def TemplateId(self):
|
|
935
|
+
r"""<p>无</p>
|
|
936
|
+
:rtype: int
|
|
937
|
+
"""
|
|
938
|
+
return self._TemplateId
|
|
939
|
+
|
|
940
|
+
@TemplateId.setter
|
|
941
|
+
def TemplateId(self, TemplateId):
|
|
942
|
+
self._TemplateId = TemplateId
|
|
943
|
+
|
|
944
|
+
@property
|
|
945
|
+
def DbTypes(self):
|
|
946
|
+
r"""<p>无</p>
|
|
947
|
+
:rtype: list of str
|
|
948
|
+
"""
|
|
949
|
+
return self._DbTypes
|
|
950
|
+
|
|
951
|
+
@DbTypes.setter
|
|
952
|
+
def DbTypes(self, DbTypes):
|
|
953
|
+
self._DbTypes = DbTypes
|
|
954
|
+
|
|
955
|
+
@property
|
|
956
|
+
def Deploy(self):
|
|
957
|
+
r"""<p>无</p>
|
|
958
|
+
:rtype: :class:`tencentcloud.tdai.v20250717.models.ClawDeployInfo`
|
|
959
|
+
"""
|
|
960
|
+
return self._Deploy
|
|
961
|
+
|
|
962
|
+
@Deploy.setter
|
|
963
|
+
def Deploy(self, Deploy):
|
|
964
|
+
self._Deploy = Deploy
|
|
965
|
+
|
|
966
|
+
|
|
967
|
+
def _deserialize(self, params):
|
|
968
|
+
self._TemplateId = params.get("TemplateId")
|
|
969
|
+
self._DbTypes = params.get("DbTypes")
|
|
970
|
+
if params.get("Deploy") is not None:
|
|
971
|
+
self._Deploy = ClawDeployInfo()
|
|
972
|
+
self._Deploy._deserialize(params.get("Deploy"))
|
|
973
|
+
memeber_set = set(params.keys())
|
|
974
|
+
for name, value in vars(self).items():
|
|
975
|
+
property_name = name[1:]
|
|
976
|
+
if property_name in memeber_set:
|
|
977
|
+
memeber_set.remove(property_name)
|
|
978
|
+
if len(memeber_set) > 0:
|
|
979
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
980
|
+
|
|
981
|
+
|
|
982
|
+
|
|
983
|
+
class ClawDeployInfo(AbstractModel):
|
|
984
|
+
r"""databaseClaw实例部署详情
|
|
985
|
+
|
|
986
|
+
"""
|
|
987
|
+
|
|
988
|
+
def __init__(self):
|
|
989
|
+
r"""
|
|
990
|
+
:param _UserVpcId: <p>无</p>
|
|
991
|
+
:type UserVpcId: str
|
|
992
|
+
:param _UserSubnetId: <p>无</p>
|
|
993
|
+
:type UserSubnetId: str
|
|
994
|
+
:param _UserVpcRegion: <p>无</p>
|
|
995
|
+
:type UserVpcRegion: str
|
|
996
|
+
"""
|
|
997
|
+
self._UserVpcId = None
|
|
998
|
+
self._UserSubnetId = None
|
|
999
|
+
self._UserVpcRegion = None
|
|
1000
|
+
|
|
1001
|
+
@property
|
|
1002
|
+
def UserVpcId(self):
|
|
1003
|
+
r"""<p>无</p>
|
|
1004
|
+
:rtype: str
|
|
1005
|
+
"""
|
|
1006
|
+
return self._UserVpcId
|
|
1007
|
+
|
|
1008
|
+
@UserVpcId.setter
|
|
1009
|
+
def UserVpcId(self, UserVpcId):
|
|
1010
|
+
self._UserVpcId = UserVpcId
|
|
1011
|
+
|
|
1012
|
+
@property
|
|
1013
|
+
def UserSubnetId(self):
|
|
1014
|
+
r"""<p>无</p>
|
|
1015
|
+
:rtype: str
|
|
1016
|
+
"""
|
|
1017
|
+
return self._UserSubnetId
|
|
1018
|
+
|
|
1019
|
+
@UserSubnetId.setter
|
|
1020
|
+
def UserSubnetId(self, UserSubnetId):
|
|
1021
|
+
self._UserSubnetId = UserSubnetId
|
|
1022
|
+
|
|
1023
|
+
@property
|
|
1024
|
+
def UserVpcRegion(self):
|
|
1025
|
+
r"""<p>无</p>
|
|
1026
|
+
:rtype: str
|
|
1027
|
+
"""
|
|
1028
|
+
return self._UserVpcRegion
|
|
1029
|
+
|
|
1030
|
+
@UserVpcRegion.setter
|
|
1031
|
+
def UserVpcRegion(self, UserVpcRegion):
|
|
1032
|
+
self._UserVpcRegion = UserVpcRegion
|
|
1033
|
+
|
|
1034
|
+
|
|
1035
|
+
def _deserialize(self, params):
|
|
1036
|
+
self._UserVpcId = params.get("UserVpcId")
|
|
1037
|
+
self._UserSubnetId = params.get("UserSubnetId")
|
|
1038
|
+
self._UserVpcRegion = params.get("UserVpcRegion")
|
|
1039
|
+
memeber_set = set(params.keys())
|
|
1040
|
+
for name, value in vars(self).items():
|
|
1041
|
+
property_name = name[1:]
|
|
1042
|
+
if property_name in memeber_set:
|
|
1043
|
+
memeber_set.remove(property_name)
|
|
1044
|
+
if len(memeber_set) > 0:
|
|
1045
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
1046
|
+
|
|
1047
|
+
|
|
1048
|
+
|
|
808
1049
|
class CodeRepo(AbstractModel):
|
|
809
1050
|
r"""仓库信息
|
|
810
1051
|
|
|
@@ -997,12 +1238,27 @@ class CreateAgentInstanceRequest(AbstractModel):
|
|
|
997
1238
|
:type Parameters: list of Parameter
|
|
998
1239
|
:param _Tags: <p>资源的标签信息</p>
|
|
999
1240
|
:type Tags: list of TagItem
|
|
1241
|
+
:param _InstanceType: <p>无</p>
|
|
1242
|
+
:type InstanceType: str
|
|
1243
|
+
:param _TemplateId: <p>无</p>
|
|
1244
|
+
:type TemplateId: int
|
|
1245
|
+
:param _Skills: <p>无</p>
|
|
1246
|
+
:type Skills: list of str
|
|
1247
|
+
:param _SoulId: <p>无</p>
|
|
1248
|
+
:type SoulId: int
|
|
1249
|
+
:param _Description: <p>无</p>
|
|
1250
|
+
:type Description: str
|
|
1000
1251
|
"""
|
|
1001
1252
|
self._AgentId = None
|
|
1002
1253
|
self._AgentVersion = None
|
|
1003
1254
|
self._InstanceName = None
|
|
1004
1255
|
self._Parameters = None
|
|
1005
1256
|
self._Tags = None
|
|
1257
|
+
self._InstanceType = None
|
|
1258
|
+
self._TemplateId = None
|
|
1259
|
+
self._Skills = None
|
|
1260
|
+
self._SoulId = None
|
|
1261
|
+
self._Description = None
|
|
1006
1262
|
|
|
1007
1263
|
@property
|
|
1008
1264
|
def AgentId(self):
|
|
@@ -1059,6 +1315,61 @@ class CreateAgentInstanceRequest(AbstractModel):
|
|
|
1059
1315
|
def Tags(self, Tags):
|
|
1060
1316
|
self._Tags = Tags
|
|
1061
1317
|
|
|
1318
|
+
@property
|
|
1319
|
+
def InstanceType(self):
|
|
1320
|
+
r"""<p>无</p>
|
|
1321
|
+
:rtype: str
|
|
1322
|
+
"""
|
|
1323
|
+
return self._InstanceType
|
|
1324
|
+
|
|
1325
|
+
@InstanceType.setter
|
|
1326
|
+
def InstanceType(self, InstanceType):
|
|
1327
|
+
self._InstanceType = InstanceType
|
|
1328
|
+
|
|
1329
|
+
@property
|
|
1330
|
+
def TemplateId(self):
|
|
1331
|
+
r"""<p>无</p>
|
|
1332
|
+
:rtype: int
|
|
1333
|
+
"""
|
|
1334
|
+
return self._TemplateId
|
|
1335
|
+
|
|
1336
|
+
@TemplateId.setter
|
|
1337
|
+
def TemplateId(self, TemplateId):
|
|
1338
|
+
self._TemplateId = TemplateId
|
|
1339
|
+
|
|
1340
|
+
@property
|
|
1341
|
+
def Skills(self):
|
|
1342
|
+
r"""<p>无</p>
|
|
1343
|
+
:rtype: list of str
|
|
1344
|
+
"""
|
|
1345
|
+
return self._Skills
|
|
1346
|
+
|
|
1347
|
+
@Skills.setter
|
|
1348
|
+
def Skills(self, Skills):
|
|
1349
|
+
self._Skills = Skills
|
|
1350
|
+
|
|
1351
|
+
@property
|
|
1352
|
+
def SoulId(self):
|
|
1353
|
+
r"""<p>无</p>
|
|
1354
|
+
:rtype: int
|
|
1355
|
+
"""
|
|
1356
|
+
return self._SoulId
|
|
1357
|
+
|
|
1358
|
+
@SoulId.setter
|
|
1359
|
+
def SoulId(self, SoulId):
|
|
1360
|
+
self._SoulId = SoulId
|
|
1361
|
+
|
|
1362
|
+
@property
|
|
1363
|
+
def Description(self):
|
|
1364
|
+
r"""<p>无</p>
|
|
1365
|
+
:rtype: str
|
|
1366
|
+
"""
|
|
1367
|
+
return self._Description
|
|
1368
|
+
|
|
1369
|
+
@Description.setter
|
|
1370
|
+
def Description(self, Description):
|
|
1371
|
+
self._Description = Description
|
|
1372
|
+
|
|
1062
1373
|
|
|
1063
1374
|
def _deserialize(self, params):
|
|
1064
1375
|
self._AgentId = params.get("AgentId")
|
|
@@ -1076,6 +1387,11 @@ class CreateAgentInstanceRequest(AbstractModel):
|
|
|
1076
1387
|
obj = TagItem()
|
|
1077
1388
|
obj._deserialize(item)
|
|
1078
1389
|
self._Tags.append(obj)
|
|
1390
|
+
self._InstanceType = params.get("InstanceType")
|
|
1391
|
+
self._TemplateId = params.get("TemplateId")
|
|
1392
|
+
self._Skills = params.get("Skills")
|
|
1393
|
+
self._SoulId = params.get("SoulId")
|
|
1394
|
+
self._Description = params.get("Description")
|
|
1079
1395
|
memeber_set = set(params.keys())
|
|
1080
1396
|
for name, value in vars(self).items():
|
|
1081
1397
|
property_name = name[1:]
|
|
@@ -1803,20 +2119,22 @@ class DescribeAgentInstancesRequest(AbstractModel):
|
|
|
1803
2119
|
:type Offset: int
|
|
1804
2120
|
:param _Limit: 列表查询数量
|
|
1805
2121
|
:type Limit: int
|
|
1806
|
-
:param _InstanceId:
|
|
2122
|
+
:param _InstanceId: <p>实例ID,为空时查询所有,如果填写则会根据InstanceId筛选</p>
|
|
1807
2123
|
:type InstanceId: str
|
|
1808
|
-
:param _InstanceName:
|
|
2124
|
+
:param _InstanceName: <p>实例名,为空时查询所有,如果填写则会根据InstanceName筛选</p>
|
|
1809
2125
|
:type InstanceName: str
|
|
1810
|
-
:param _AgentId:
|
|
2126
|
+
:param _AgentId: <p>智能体ID,为空时查询所有,如果填写则会根据AgentId筛选</p>
|
|
1811
2127
|
:type AgentId: str
|
|
1812
|
-
:param _AgentName:
|
|
2128
|
+
:param _AgentName: <p>智能体名称,为空时查询所有,如果填写则会根据AgentName筛选</p>
|
|
1813
2129
|
:type AgentName: str
|
|
1814
|
-
:param _AgentInternalName:
|
|
2130
|
+
:param _AgentInternalName: <p>智能体类型,为空时查询所有,如果填写则会根据AgentName筛选</p>
|
|
1815
2131
|
:type AgentInternalName: str
|
|
1816
|
-
:param _Status:
|
|
2132
|
+
:param _Status: <p>智能体实例状态,为空时查询所有,如果填写则会根据Status筛选</p>
|
|
1817
2133
|
:type Status: str
|
|
1818
|
-
:param _TagFilter:
|
|
2134
|
+
:param _TagFilter: <p>标签过滤信息</p>
|
|
1819
2135
|
:type TagFilter: list of TagFilter
|
|
2136
|
+
:param _InstanceType: <p>实例类型</p>
|
|
2137
|
+
:type InstanceType: str
|
|
1820
2138
|
"""
|
|
1821
2139
|
self._Offset = None
|
|
1822
2140
|
self._Limit = None
|
|
@@ -1827,6 +2145,7 @@ class DescribeAgentInstancesRequest(AbstractModel):
|
|
|
1827
2145
|
self._AgentInternalName = None
|
|
1828
2146
|
self._Status = None
|
|
1829
2147
|
self._TagFilter = None
|
|
2148
|
+
self._InstanceType = None
|
|
1830
2149
|
|
|
1831
2150
|
@property
|
|
1832
2151
|
def Offset(self):
|
|
@@ -1852,7 +2171,7 @@ class DescribeAgentInstancesRequest(AbstractModel):
|
|
|
1852
2171
|
|
|
1853
2172
|
@property
|
|
1854
2173
|
def InstanceId(self):
|
|
1855
|
-
r"""
|
|
2174
|
+
r"""<p>实例ID,为空时查询所有,如果填写则会根据InstanceId筛选</p>
|
|
1856
2175
|
:rtype: str
|
|
1857
2176
|
"""
|
|
1858
2177
|
return self._InstanceId
|
|
@@ -1863,7 +2182,7 @@ class DescribeAgentInstancesRequest(AbstractModel):
|
|
|
1863
2182
|
|
|
1864
2183
|
@property
|
|
1865
2184
|
def InstanceName(self):
|
|
1866
|
-
r"""
|
|
2185
|
+
r"""<p>实例名,为空时查询所有,如果填写则会根据InstanceName筛选</p>
|
|
1867
2186
|
:rtype: str
|
|
1868
2187
|
"""
|
|
1869
2188
|
return self._InstanceName
|
|
@@ -1874,7 +2193,7 @@ class DescribeAgentInstancesRequest(AbstractModel):
|
|
|
1874
2193
|
|
|
1875
2194
|
@property
|
|
1876
2195
|
def AgentId(self):
|
|
1877
|
-
r"""
|
|
2196
|
+
r"""<p>智能体ID,为空时查询所有,如果填写则会根据AgentId筛选</p>
|
|
1878
2197
|
:rtype: str
|
|
1879
2198
|
"""
|
|
1880
2199
|
return self._AgentId
|
|
@@ -1885,7 +2204,7 @@ class DescribeAgentInstancesRequest(AbstractModel):
|
|
|
1885
2204
|
|
|
1886
2205
|
@property
|
|
1887
2206
|
def AgentName(self):
|
|
1888
|
-
r"""
|
|
2207
|
+
r"""<p>智能体名称,为空时查询所有,如果填写则会根据AgentName筛选</p>
|
|
1889
2208
|
:rtype: str
|
|
1890
2209
|
"""
|
|
1891
2210
|
return self._AgentName
|
|
@@ -1896,7 +2215,7 @@ class DescribeAgentInstancesRequest(AbstractModel):
|
|
|
1896
2215
|
|
|
1897
2216
|
@property
|
|
1898
2217
|
def AgentInternalName(self):
|
|
1899
|
-
r"""
|
|
2218
|
+
r"""<p>智能体类型,为空时查询所有,如果填写则会根据AgentName筛选</p>
|
|
1900
2219
|
:rtype: str
|
|
1901
2220
|
"""
|
|
1902
2221
|
return self._AgentInternalName
|
|
@@ -1907,7 +2226,7 @@ class DescribeAgentInstancesRequest(AbstractModel):
|
|
|
1907
2226
|
|
|
1908
2227
|
@property
|
|
1909
2228
|
def Status(self):
|
|
1910
|
-
r"""
|
|
2229
|
+
r"""<p>智能体实例状态,为空时查询所有,如果填写则会根据Status筛选</p>
|
|
1911
2230
|
:rtype: str
|
|
1912
2231
|
"""
|
|
1913
2232
|
return self._Status
|
|
@@ -1918,7 +2237,7 @@ class DescribeAgentInstancesRequest(AbstractModel):
|
|
|
1918
2237
|
|
|
1919
2238
|
@property
|
|
1920
2239
|
def TagFilter(self):
|
|
1921
|
-
r"""
|
|
2240
|
+
r"""<p>标签过滤信息</p>
|
|
1922
2241
|
:rtype: list of TagFilter
|
|
1923
2242
|
"""
|
|
1924
2243
|
return self._TagFilter
|
|
@@ -1927,6 +2246,17 @@ class DescribeAgentInstancesRequest(AbstractModel):
|
|
|
1927
2246
|
def TagFilter(self, TagFilter):
|
|
1928
2247
|
self._TagFilter = TagFilter
|
|
1929
2248
|
|
|
2249
|
+
@property
|
|
2250
|
+
def InstanceType(self):
|
|
2251
|
+
r"""<p>实例类型</p>
|
|
2252
|
+
:rtype: str
|
|
2253
|
+
"""
|
|
2254
|
+
return self._InstanceType
|
|
2255
|
+
|
|
2256
|
+
@InstanceType.setter
|
|
2257
|
+
def InstanceType(self, InstanceType):
|
|
2258
|
+
self._InstanceType = InstanceType
|
|
2259
|
+
|
|
1930
2260
|
|
|
1931
2261
|
def _deserialize(self, params):
|
|
1932
2262
|
self._Offset = params.get("Offset")
|
|
@@ -1943,6 +2273,7 @@ class DescribeAgentInstancesRequest(AbstractModel):
|
|
|
1943
2273
|
obj = TagFilter()
|
|
1944
2274
|
obj._deserialize(item)
|
|
1945
2275
|
self._TagFilter.append(obj)
|
|
2276
|
+
self._InstanceType = params.get("InstanceType")
|
|
1946
2277
|
memeber_set = set(params.keys())
|
|
1947
2278
|
for name, value in vars(self).items():
|
|
1948
2279
|
property_name = name[1:]
|
|
@@ -1962,13 +2293,16 @@ class DescribeAgentInstancesResponse(AbstractModel):
|
|
|
1962
2293
|
r"""
|
|
1963
2294
|
:param _TotalCount: 查询结果总数量
|
|
1964
2295
|
:type TotalCount: int
|
|
1965
|
-
:param _Items:
|
|
2296
|
+
:param _Items: <p>智能体实例列表</p>
|
|
1966
2297
|
:type Items: list of AgentInstance
|
|
2298
|
+
:param _StatusCounts: <p>无</p>
|
|
2299
|
+
:type StatusCounts: list of StatusItem
|
|
1967
2300
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1968
2301
|
:type RequestId: str
|
|
1969
2302
|
"""
|
|
1970
2303
|
self._TotalCount = None
|
|
1971
2304
|
self._Items = None
|
|
2305
|
+
self._StatusCounts = None
|
|
1972
2306
|
self._RequestId = None
|
|
1973
2307
|
|
|
1974
2308
|
@property
|
|
@@ -1984,7 +2318,7 @@ class DescribeAgentInstancesResponse(AbstractModel):
|
|
|
1984
2318
|
|
|
1985
2319
|
@property
|
|
1986
2320
|
def Items(self):
|
|
1987
|
-
r"""
|
|
2321
|
+
r"""<p>智能体实例列表</p>
|
|
1988
2322
|
:rtype: list of AgentInstance
|
|
1989
2323
|
"""
|
|
1990
2324
|
return self._Items
|
|
@@ -1993,6 +2327,17 @@ class DescribeAgentInstancesResponse(AbstractModel):
|
|
|
1993
2327
|
def Items(self, Items):
|
|
1994
2328
|
self._Items = Items
|
|
1995
2329
|
|
|
2330
|
+
@property
|
|
2331
|
+
def StatusCounts(self):
|
|
2332
|
+
r"""<p>无</p>
|
|
2333
|
+
:rtype: list of StatusItem
|
|
2334
|
+
"""
|
|
2335
|
+
return self._StatusCounts
|
|
2336
|
+
|
|
2337
|
+
@StatusCounts.setter
|
|
2338
|
+
def StatusCounts(self, StatusCounts):
|
|
2339
|
+
self._StatusCounts = StatusCounts
|
|
2340
|
+
|
|
1996
2341
|
@property
|
|
1997
2342
|
def RequestId(self):
|
|
1998
2343
|
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2013,6 +2358,12 @@ class DescribeAgentInstancesResponse(AbstractModel):
|
|
|
2013
2358
|
obj = AgentInstance()
|
|
2014
2359
|
obj._deserialize(item)
|
|
2015
2360
|
self._Items.append(obj)
|
|
2361
|
+
if params.get("StatusCounts") is not None:
|
|
2362
|
+
self._StatusCounts = []
|
|
2363
|
+
for item in params.get("StatusCounts"):
|
|
2364
|
+
obj = StatusItem()
|
|
2365
|
+
obj._deserialize(item)
|
|
2366
|
+
self._StatusCounts.append(obj)
|
|
2016
2367
|
self._RequestId = params.get("RequestId")
|
|
2017
2368
|
|
|
2018
2369
|
|
|
@@ -3511,6 +3862,57 @@ class StartAgentTaskResponse(AbstractModel):
|
|
|
3511
3862
|
self._RequestId = params.get("RequestId")
|
|
3512
3863
|
|
|
3513
3864
|
|
|
3865
|
+
class StatusItem(AbstractModel):
|
|
3866
|
+
r"""实例状态描述
|
|
3867
|
+
|
|
3868
|
+
"""
|
|
3869
|
+
|
|
3870
|
+
def __init__(self):
|
|
3871
|
+
r"""
|
|
3872
|
+
:param _Status: <p>无</p>
|
|
3873
|
+
:type Status: str
|
|
3874
|
+
:param _Count: <p>无</p>
|
|
3875
|
+
:type Count: int
|
|
3876
|
+
"""
|
|
3877
|
+
self._Status = None
|
|
3878
|
+
self._Count = None
|
|
3879
|
+
|
|
3880
|
+
@property
|
|
3881
|
+
def Status(self):
|
|
3882
|
+
r"""<p>无</p>
|
|
3883
|
+
:rtype: str
|
|
3884
|
+
"""
|
|
3885
|
+
return self._Status
|
|
3886
|
+
|
|
3887
|
+
@Status.setter
|
|
3888
|
+
def Status(self, Status):
|
|
3889
|
+
self._Status = Status
|
|
3890
|
+
|
|
3891
|
+
@property
|
|
3892
|
+
def Count(self):
|
|
3893
|
+
r"""<p>无</p>
|
|
3894
|
+
:rtype: int
|
|
3895
|
+
"""
|
|
3896
|
+
return self._Count
|
|
3897
|
+
|
|
3898
|
+
@Count.setter
|
|
3899
|
+
def Count(self, Count):
|
|
3900
|
+
self._Count = Count
|
|
3901
|
+
|
|
3902
|
+
|
|
3903
|
+
def _deserialize(self, params):
|
|
3904
|
+
self._Status = params.get("Status")
|
|
3905
|
+
self._Count = params.get("Count")
|
|
3906
|
+
memeber_set = set(params.keys())
|
|
3907
|
+
for name, value in vars(self).items():
|
|
3908
|
+
property_name = name[1:]
|
|
3909
|
+
if property_name in memeber_set:
|
|
3910
|
+
memeber_set.remove(property_name)
|
|
3911
|
+
if len(memeber_set) > 0:
|
|
3912
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
3913
|
+
|
|
3914
|
+
|
|
3915
|
+
|
|
3514
3916
|
class TagFilter(AbstractModel):
|
|
3515
3917
|
r"""通过标签对资源进行过滤
|
|
3516
3918
|
|
|
@@ -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.82
|
|
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.82
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.82
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.50
|
|
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
|