tencentcloud-sdk-python-tdai 3.1.50__tar.gz → 3.1.93__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.93}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_tdai-3.1.50 → tencentcloud_sdk_python_tdai-3.1.93}/setup.py +1 -1
- {tencentcloud_sdk_python_tdai-3.1.50 → tencentcloud_sdk_python_tdai-3.1.93}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_tdai-3.1.50 → tencentcloud_sdk_python_tdai-3.1.93}/tencentcloud/tdai/v20250717/models.py +626 -40
- {tencentcloud_sdk_python_tdai-3.1.50 → tencentcloud_sdk_python_tdai-3.1.93}/tencentcloud_sdk_python_tdai.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_tdai-3.1.93/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.93}/README.rst +0 -0
- {tencentcloud_sdk_python_tdai-3.1.50 → tencentcloud_sdk_python_tdai-3.1.93}/setup.cfg +0 -0
- {tencentcloud_sdk_python_tdai-3.1.50 → tencentcloud_sdk_python_tdai-3.1.93}/tencentcloud/tdai/__init__.py +0 -0
- {tencentcloud_sdk_python_tdai-3.1.50 → tencentcloud_sdk_python_tdai-3.1.93}/tencentcloud/tdai/v20250717/__init__.py +0 -0
- {tencentcloud_sdk_python_tdai-3.1.50 → tencentcloud_sdk_python_tdai-3.1.93}/tencentcloud/tdai/v20250717/errorcodes.py +0 -0
- {tencentcloud_sdk_python_tdai-3.1.50 → tencentcloud_sdk_python_tdai-3.1.93}/tencentcloud/tdai/v20250717/tdai_client.py +0 -0
- {tencentcloud_sdk_python_tdai-3.1.50 → tencentcloud_sdk_python_tdai-3.1.93}/tencentcloud/tdai/v20250717/tdai_client_async.py +0 -0
- {tencentcloud_sdk_python_tdai-3.1.50 → tencentcloud_sdk_python_tdai-3.1.93}/tencentcloud_sdk_python_tdai.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_tdai-3.1.50 → tencentcloud_sdk_python_tdai-3.1.93}/tencentcloud_sdk_python_tdai.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_tdai-3.1.50 → tencentcloud_sdk_python_tdai-3.1.93}/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.93
|
|
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.93
|
|
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.93,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Tdai SDK for Python',
|
|
@@ -357,30 +357,46 @@ 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
|
|
398
|
+
:param _CreatingProgress: <p>发货进度详情</p>
|
|
399
|
+
:type CreatingProgress: :class:`tencentcloud.tdai.v20250717.models.CreatingProgress`
|
|
384
400
|
"""
|
|
385
401
|
self._InstanceId = None
|
|
386
402
|
self._InstanceName = None
|
|
@@ -394,10 +410,18 @@ class AgentInstance(AbstractModel):
|
|
|
394
410
|
self._CreateTime = None
|
|
395
411
|
self._UpdateTime = None
|
|
396
412
|
self._Tags = None
|
|
413
|
+
self._DeployPlace = None
|
|
414
|
+
self._PolicyIds = None
|
|
415
|
+
self._ClawConfig = None
|
|
416
|
+
self._InstanceType = None
|
|
417
|
+
self._AllowedActions = None
|
|
418
|
+
self._LastActiveTime = None
|
|
419
|
+
self._Description = None
|
|
420
|
+
self._CreatingProgress = None
|
|
397
421
|
|
|
398
422
|
@property
|
|
399
423
|
def InstanceId(self):
|
|
400
|
-
r"""
|
|
424
|
+
r"""<p>智能体实例ID</p>
|
|
401
425
|
:rtype: str
|
|
402
426
|
"""
|
|
403
427
|
return self._InstanceId
|
|
@@ -408,7 +432,7 @@ class AgentInstance(AbstractModel):
|
|
|
408
432
|
|
|
409
433
|
@property
|
|
410
434
|
def InstanceName(self):
|
|
411
|
-
r"""
|
|
435
|
+
r"""<p>智能体实例名称</p>
|
|
412
436
|
:rtype: str
|
|
413
437
|
"""
|
|
414
438
|
return self._InstanceName
|
|
@@ -419,7 +443,7 @@ class AgentInstance(AbstractModel):
|
|
|
419
443
|
|
|
420
444
|
@property
|
|
421
445
|
def AgentId(self):
|
|
422
|
-
r"""
|
|
446
|
+
r"""<p>智能体ID</p>
|
|
423
447
|
:rtype: str
|
|
424
448
|
"""
|
|
425
449
|
return self._AgentId
|
|
@@ -430,7 +454,7 @@ class AgentInstance(AbstractModel):
|
|
|
430
454
|
|
|
431
455
|
@property
|
|
432
456
|
def AgentName(self):
|
|
433
|
-
r"""
|
|
457
|
+
r"""<p>智能体名称</p>
|
|
434
458
|
:rtype: str
|
|
435
459
|
"""
|
|
436
460
|
return self._AgentName
|
|
@@ -441,7 +465,7 @@ class AgentInstance(AbstractModel):
|
|
|
441
465
|
|
|
442
466
|
@property
|
|
443
467
|
def AgentInternalName(self):
|
|
444
|
-
r"""
|
|
468
|
+
r"""<p>智能体类型</p>
|
|
445
469
|
:rtype: str
|
|
446
470
|
"""
|
|
447
471
|
return self._AgentInternalName
|
|
@@ -452,7 +476,7 @@ class AgentInstance(AbstractModel):
|
|
|
452
476
|
|
|
453
477
|
@property
|
|
454
478
|
def AgentType(self):
|
|
455
|
-
r"""
|
|
479
|
+
r"""<p>智能体服务模式</p>
|
|
456
480
|
:rtype: str
|
|
457
481
|
"""
|
|
458
482
|
return self._AgentType
|
|
@@ -463,7 +487,7 @@ class AgentInstance(AbstractModel):
|
|
|
463
487
|
|
|
464
488
|
@property
|
|
465
489
|
def AgentVersion(self):
|
|
466
|
-
r"""
|
|
490
|
+
r"""<p>智能体版本</p>
|
|
467
491
|
:rtype: str
|
|
468
492
|
"""
|
|
469
493
|
return self._AgentVersion
|
|
@@ -474,7 +498,7 @@ class AgentInstance(AbstractModel):
|
|
|
474
498
|
|
|
475
499
|
@property
|
|
476
500
|
def Status(self):
|
|
477
|
-
r"""
|
|
501
|
+
r"""<p>智能体实例状态</p>
|
|
478
502
|
:rtype: str
|
|
479
503
|
"""
|
|
480
504
|
return self._Status
|
|
@@ -485,7 +509,7 @@ class AgentInstance(AbstractModel):
|
|
|
485
509
|
|
|
486
510
|
@property
|
|
487
511
|
def Parameters(self):
|
|
488
|
-
r"""
|
|
512
|
+
r"""<p>智能体实例参数列表</p>
|
|
489
513
|
:rtype: list of Parameter
|
|
490
514
|
"""
|
|
491
515
|
return self._Parameters
|
|
@@ -496,7 +520,7 @@ class AgentInstance(AbstractModel):
|
|
|
496
520
|
|
|
497
521
|
@property
|
|
498
522
|
def CreateTime(self):
|
|
499
|
-
r"""
|
|
523
|
+
r"""<p>创建时间</p>
|
|
500
524
|
:rtype: str
|
|
501
525
|
"""
|
|
502
526
|
return self._CreateTime
|
|
@@ -507,7 +531,7 @@ class AgentInstance(AbstractModel):
|
|
|
507
531
|
|
|
508
532
|
@property
|
|
509
533
|
def UpdateTime(self):
|
|
510
|
-
r"""
|
|
534
|
+
r"""<p>修改时间</p>
|
|
511
535
|
:rtype: str
|
|
512
536
|
"""
|
|
513
537
|
return self._UpdateTime
|
|
@@ -518,7 +542,7 @@ class AgentInstance(AbstractModel):
|
|
|
518
542
|
|
|
519
543
|
@property
|
|
520
544
|
def Tags(self):
|
|
521
|
-
r"""
|
|
545
|
+
r"""<p>资源绑定Tag列表</p>
|
|
522
546
|
:rtype: list of TagItem
|
|
523
547
|
"""
|
|
524
548
|
return self._Tags
|
|
@@ -527,6 +551,94 @@ class AgentInstance(AbstractModel):
|
|
|
527
551
|
def Tags(self, Tags):
|
|
528
552
|
self._Tags = Tags
|
|
529
553
|
|
|
554
|
+
@property
|
|
555
|
+
def DeployPlace(self):
|
|
556
|
+
r"""<p>部署位置,intranet-共享版,userVpc-专享版</p>
|
|
557
|
+
:rtype: str
|
|
558
|
+
"""
|
|
559
|
+
return self._DeployPlace
|
|
560
|
+
|
|
561
|
+
@DeployPlace.setter
|
|
562
|
+
def DeployPlace(self, DeployPlace):
|
|
563
|
+
self._DeployPlace = DeployPlace
|
|
564
|
+
|
|
565
|
+
@property
|
|
566
|
+
def PolicyIds(self):
|
|
567
|
+
r"""<p>关联的告警策略ID。</p>
|
|
568
|
+
:rtype: list of str
|
|
569
|
+
"""
|
|
570
|
+
return self._PolicyIds
|
|
571
|
+
|
|
572
|
+
@PolicyIds.setter
|
|
573
|
+
def PolicyIds(self, PolicyIds):
|
|
574
|
+
self._PolicyIds = PolicyIds
|
|
575
|
+
|
|
576
|
+
@property
|
|
577
|
+
def ClawConfig(self):
|
|
578
|
+
r"""<p>无</p>
|
|
579
|
+
:rtype: :class:`tencentcloud.tdai.v20250717.models.ClawConfigInfo`
|
|
580
|
+
"""
|
|
581
|
+
return self._ClawConfig
|
|
582
|
+
|
|
583
|
+
@ClawConfig.setter
|
|
584
|
+
def ClawConfig(self, ClawConfig):
|
|
585
|
+
self._ClawConfig = ClawConfig
|
|
586
|
+
|
|
587
|
+
@property
|
|
588
|
+
def InstanceType(self):
|
|
589
|
+
r"""<p>无</p>
|
|
590
|
+
:rtype: str
|
|
591
|
+
"""
|
|
592
|
+
return self._InstanceType
|
|
593
|
+
|
|
594
|
+
@InstanceType.setter
|
|
595
|
+
def InstanceType(self, InstanceType):
|
|
596
|
+
self._InstanceType = InstanceType
|
|
597
|
+
|
|
598
|
+
@property
|
|
599
|
+
def AllowedActions(self):
|
|
600
|
+
r"""<p>无</p>
|
|
601
|
+
:rtype: list of str
|
|
602
|
+
"""
|
|
603
|
+
return self._AllowedActions
|
|
604
|
+
|
|
605
|
+
@AllowedActions.setter
|
|
606
|
+
def AllowedActions(self, AllowedActions):
|
|
607
|
+
self._AllowedActions = AllowedActions
|
|
608
|
+
|
|
609
|
+
@property
|
|
610
|
+
def LastActiveTime(self):
|
|
611
|
+
r"""<p>无</p>
|
|
612
|
+
:rtype: str
|
|
613
|
+
"""
|
|
614
|
+
return self._LastActiveTime
|
|
615
|
+
|
|
616
|
+
@LastActiveTime.setter
|
|
617
|
+
def LastActiveTime(self, LastActiveTime):
|
|
618
|
+
self._LastActiveTime = LastActiveTime
|
|
619
|
+
|
|
620
|
+
@property
|
|
621
|
+
def Description(self):
|
|
622
|
+
r"""<p>无</p>
|
|
623
|
+
:rtype: str
|
|
624
|
+
"""
|
|
625
|
+
return self._Description
|
|
626
|
+
|
|
627
|
+
@Description.setter
|
|
628
|
+
def Description(self, Description):
|
|
629
|
+
self._Description = Description
|
|
630
|
+
|
|
631
|
+
@property
|
|
632
|
+
def CreatingProgress(self):
|
|
633
|
+
r"""<p>发货进度详情</p>
|
|
634
|
+
:rtype: :class:`tencentcloud.tdai.v20250717.models.CreatingProgress`
|
|
635
|
+
"""
|
|
636
|
+
return self._CreatingProgress
|
|
637
|
+
|
|
638
|
+
@CreatingProgress.setter
|
|
639
|
+
def CreatingProgress(self, CreatingProgress):
|
|
640
|
+
self._CreatingProgress = CreatingProgress
|
|
641
|
+
|
|
530
642
|
|
|
531
643
|
def _deserialize(self, params):
|
|
532
644
|
self._InstanceId = params.get("InstanceId")
|
|
@@ -551,6 +663,18 @@ class AgentInstance(AbstractModel):
|
|
|
551
663
|
obj = TagItem()
|
|
552
664
|
obj._deserialize(item)
|
|
553
665
|
self._Tags.append(obj)
|
|
666
|
+
self._DeployPlace = params.get("DeployPlace")
|
|
667
|
+
self._PolicyIds = params.get("PolicyIds")
|
|
668
|
+
if params.get("ClawConfig") is not None:
|
|
669
|
+
self._ClawConfig = ClawConfigInfo()
|
|
670
|
+
self._ClawConfig._deserialize(params.get("ClawConfig"))
|
|
671
|
+
self._InstanceType = params.get("InstanceType")
|
|
672
|
+
self._AllowedActions = params.get("AllowedActions")
|
|
673
|
+
self._LastActiveTime = params.get("LastActiveTime")
|
|
674
|
+
self._Description = params.get("Description")
|
|
675
|
+
if params.get("CreatingProgress") is not None:
|
|
676
|
+
self._CreatingProgress = CreatingProgress()
|
|
677
|
+
self._CreatingProgress._deserialize(params.get("CreatingProgress"))
|
|
554
678
|
memeber_set = set(params.keys())
|
|
555
679
|
for name, value in vars(self).items():
|
|
556
680
|
property_name = name[1:]
|
|
@@ -805,6 +929,140 @@ class ChatDetail(AbstractModel):
|
|
|
805
929
|
|
|
806
930
|
|
|
807
931
|
|
|
932
|
+
class ClawConfigInfo(AbstractModel):
|
|
933
|
+
r"""databaseClaw实例配置信息
|
|
934
|
+
|
|
935
|
+
"""
|
|
936
|
+
|
|
937
|
+
def __init__(self):
|
|
938
|
+
r"""
|
|
939
|
+
:param _TemplateId: <p>无</p>
|
|
940
|
+
:type TemplateId: int
|
|
941
|
+
:param _DbTypes: <p>无</p>
|
|
942
|
+
:type DbTypes: list of str
|
|
943
|
+
:param _Deploy: <p>无</p>
|
|
944
|
+
:type Deploy: :class:`tencentcloud.tdai.v20250717.models.ClawDeployInfo`
|
|
945
|
+
"""
|
|
946
|
+
self._TemplateId = None
|
|
947
|
+
self._DbTypes = None
|
|
948
|
+
self._Deploy = None
|
|
949
|
+
|
|
950
|
+
@property
|
|
951
|
+
def TemplateId(self):
|
|
952
|
+
r"""<p>无</p>
|
|
953
|
+
:rtype: int
|
|
954
|
+
"""
|
|
955
|
+
return self._TemplateId
|
|
956
|
+
|
|
957
|
+
@TemplateId.setter
|
|
958
|
+
def TemplateId(self, TemplateId):
|
|
959
|
+
self._TemplateId = TemplateId
|
|
960
|
+
|
|
961
|
+
@property
|
|
962
|
+
def DbTypes(self):
|
|
963
|
+
r"""<p>无</p>
|
|
964
|
+
:rtype: list of str
|
|
965
|
+
"""
|
|
966
|
+
return self._DbTypes
|
|
967
|
+
|
|
968
|
+
@DbTypes.setter
|
|
969
|
+
def DbTypes(self, DbTypes):
|
|
970
|
+
self._DbTypes = DbTypes
|
|
971
|
+
|
|
972
|
+
@property
|
|
973
|
+
def Deploy(self):
|
|
974
|
+
r"""<p>无</p>
|
|
975
|
+
:rtype: :class:`tencentcloud.tdai.v20250717.models.ClawDeployInfo`
|
|
976
|
+
"""
|
|
977
|
+
return self._Deploy
|
|
978
|
+
|
|
979
|
+
@Deploy.setter
|
|
980
|
+
def Deploy(self, Deploy):
|
|
981
|
+
self._Deploy = Deploy
|
|
982
|
+
|
|
983
|
+
|
|
984
|
+
def _deserialize(self, params):
|
|
985
|
+
self._TemplateId = params.get("TemplateId")
|
|
986
|
+
self._DbTypes = params.get("DbTypes")
|
|
987
|
+
if params.get("Deploy") is not None:
|
|
988
|
+
self._Deploy = ClawDeployInfo()
|
|
989
|
+
self._Deploy._deserialize(params.get("Deploy"))
|
|
990
|
+
memeber_set = set(params.keys())
|
|
991
|
+
for name, value in vars(self).items():
|
|
992
|
+
property_name = name[1:]
|
|
993
|
+
if property_name in memeber_set:
|
|
994
|
+
memeber_set.remove(property_name)
|
|
995
|
+
if len(memeber_set) > 0:
|
|
996
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
997
|
+
|
|
998
|
+
|
|
999
|
+
|
|
1000
|
+
class ClawDeployInfo(AbstractModel):
|
|
1001
|
+
r"""databaseClaw实例部署详情
|
|
1002
|
+
|
|
1003
|
+
"""
|
|
1004
|
+
|
|
1005
|
+
def __init__(self):
|
|
1006
|
+
r"""
|
|
1007
|
+
:param _UserVpcId: <p>无</p>
|
|
1008
|
+
:type UserVpcId: str
|
|
1009
|
+
:param _UserSubnetId: <p>无</p>
|
|
1010
|
+
:type UserSubnetId: str
|
|
1011
|
+
:param _UserVpcRegion: <p>无</p>
|
|
1012
|
+
:type UserVpcRegion: str
|
|
1013
|
+
"""
|
|
1014
|
+
self._UserVpcId = None
|
|
1015
|
+
self._UserSubnetId = None
|
|
1016
|
+
self._UserVpcRegion = None
|
|
1017
|
+
|
|
1018
|
+
@property
|
|
1019
|
+
def UserVpcId(self):
|
|
1020
|
+
r"""<p>无</p>
|
|
1021
|
+
:rtype: str
|
|
1022
|
+
"""
|
|
1023
|
+
return self._UserVpcId
|
|
1024
|
+
|
|
1025
|
+
@UserVpcId.setter
|
|
1026
|
+
def UserVpcId(self, UserVpcId):
|
|
1027
|
+
self._UserVpcId = UserVpcId
|
|
1028
|
+
|
|
1029
|
+
@property
|
|
1030
|
+
def UserSubnetId(self):
|
|
1031
|
+
r"""<p>无</p>
|
|
1032
|
+
:rtype: str
|
|
1033
|
+
"""
|
|
1034
|
+
return self._UserSubnetId
|
|
1035
|
+
|
|
1036
|
+
@UserSubnetId.setter
|
|
1037
|
+
def UserSubnetId(self, UserSubnetId):
|
|
1038
|
+
self._UserSubnetId = UserSubnetId
|
|
1039
|
+
|
|
1040
|
+
@property
|
|
1041
|
+
def UserVpcRegion(self):
|
|
1042
|
+
r"""<p>无</p>
|
|
1043
|
+
:rtype: str
|
|
1044
|
+
"""
|
|
1045
|
+
return self._UserVpcRegion
|
|
1046
|
+
|
|
1047
|
+
@UserVpcRegion.setter
|
|
1048
|
+
def UserVpcRegion(self, UserVpcRegion):
|
|
1049
|
+
self._UserVpcRegion = UserVpcRegion
|
|
1050
|
+
|
|
1051
|
+
|
|
1052
|
+
def _deserialize(self, params):
|
|
1053
|
+
self._UserVpcId = params.get("UserVpcId")
|
|
1054
|
+
self._UserSubnetId = params.get("UserSubnetId")
|
|
1055
|
+
self._UserVpcRegion = params.get("UserVpcRegion")
|
|
1056
|
+
memeber_set = set(params.keys())
|
|
1057
|
+
for name, value in vars(self).items():
|
|
1058
|
+
property_name = name[1:]
|
|
1059
|
+
if property_name in memeber_set:
|
|
1060
|
+
memeber_set.remove(property_name)
|
|
1061
|
+
if len(memeber_set) > 0:
|
|
1062
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
1063
|
+
|
|
1064
|
+
|
|
1065
|
+
|
|
808
1066
|
class CodeRepo(AbstractModel):
|
|
809
1067
|
r"""仓库信息
|
|
810
1068
|
|
|
@@ -997,12 +1255,27 @@ class CreateAgentInstanceRequest(AbstractModel):
|
|
|
997
1255
|
:type Parameters: list of Parameter
|
|
998
1256
|
:param _Tags: <p>资源的标签信息</p>
|
|
999
1257
|
:type Tags: list of TagItem
|
|
1258
|
+
:param _InstanceType: <p>无</p>
|
|
1259
|
+
:type InstanceType: str
|
|
1260
|
+
:param _TemplateId: <p>无</p>
|
|
1261
|
+
:type TemplateId: int
|
|
1262
|
+
:param _Skills: <p>无</p>
|
|
1263
|
+
:type Skills: list of str
|
|
1264
|
+
:param _SoulId: <p>无</p>
|
|
1265
|
+
:type SoulId: int
|
|
1266
|
+
:param _Description: <p>无</p>
|
|
1267
|
+
:type Description: str
|
|
1000
1268
|
"""
|
|
1001
1269
|
self._AgentId = None
|
|
1002
1270
|
self._AgentVersion = None
|
|
1003
1271
|
self._InstanceName = None
|
|
1004
1272
|
self._Parameters = None
|
|
1005
1273
|
self._Tags = None
|
|
1274
|
+
self._InstanceType = None
|
|
1275
|
+
self._TemplateId = None
|
|
1276
|
+
self._Skills = None
|
|
1277
|
+
self._SoulId = None
|
|
1278
|
+
self._Description = None
|
|
1006
1279
|
|
|
1007
1280
|
@property
|
|
1008
1281
|
def AgentId(self):
|
|
@@ -1059,6 +1332,61 @@ class CreateAgentInstanceRequest(AbstractModel):
|
|
|
1059
1332
|
def Tags(self, Tags):
|
|
1060
1333
|
self._Tags = Tags
|
|
1061
1334
|
|
|
1335
|
+
@property
|
|
1336
|
+
def InstanceType(self):
|
|
1337
|
+
r"""<p>无</p>
|
|
1338
|
+
:rtype: str
|
|
1339
|
+
"""
|
|
1340
|
+
return self._InstanceType
|
|
1341
|
+
|
|
1342
|
+
@InstanceType.setter
|
|
1343
|
+
def InstanceType(self, InstanceType):
|
|
1344
|
+
self._InstanceType = InstanceType
|
|
1345
|
+
|
|
1346
|
+
@property
|
|
1347
|
+
def TemplateId(self):
|
|
1348
|
+
r"""<p>无</p>
|
|
1349
|
+
:rtype: int
|
|
1350
|
+
"""
|
|
1351
|
+
return self._TemplateId
|
|
1352
|
+
|
|
1353
|
+
@TemplateId.setter
|
|
1354
|
+
def TemplateId(self, TemplateId):
|
|
1355
|
+
self._TemplateId = TemplateId
|
|
1356
|
+
|
|
1357
|
+
@property
|
|
1358
|
+
def Skills(self):
|
|
1359
|
+
r"""<p>无</p>
|
|
1360
|
+
:rtype: list of str
|
|
1361
|
+
"""
|
|
1362
|
+
return self._Skills
|
|
1363
|
+
|
|
1364
|
+
@Skills.setter
|
|
1365
|
+
def Skills(self, Skills):
|
|
1366
|
+
self._Skills = Skills
|
|
1367
|
+
|
|
1368
|
+
@property
|
|
1369
|
+
def SoulId(self):
|
|
1370
|
+
r"""<p>无</p>
|
|
1371
|
+
:rtype: int
|
|
1372
|
+
"""
|
|
1373
|
+
return self._SoulId
|
|
1374
|
+
|
|
1375
|
+
@SoulId.setter
|
|
1376
|
+
def SoulId(self, SoulId):
|
|
1377
|
+
self._SoulId = SoulId
|
|
1378
|
+
|
|
1379
|
+
@property
|
|
1380
|
+
def Description(self):
|
|
1381
|
+
r"""<p>无</p>
|
|
1382
|
+
:rtype: str
|
|
1383
|
+
"""
|
|
1384
|
+
return self._Description
|
|
1385
|
+
|
|
1386
|
+
@Description.setter
|
|
1387
|
+
def Description(self, Description):
|
|
1388
|
+
self._Description = Description
|
|
1389
|
+
|
|
1062
1390
|
|
|
1063
1391
|
def _deserialize(self, params):
|
|
1064
1392
|
self._AgentId = params.get("AgentId")
|
|
@@ -1076,6 +1404,11 @@ class CreateAgentInstanceRequest(AbstractModel):
|
|
|
1076
1404
|
obj = TagItem()
|
|
1077
1405
|
obj._deserialize(item)
|
|
1078
1406
|
self._Tags.append(obj)
|
|
1407
|
+
self._InstanceType = params.get("InstanceType")
|
|
1408
|
+
self._TemplateId = params.get("TemplateId")
|
|
1409
|
+
self._Skills = params.get("Skills")
|
|
1410
|
+
self._SoulId = params.get("SoulId")
|
|
1411
|
+
self._Description = params.get("Description")
|
|
1079
1412
|
memeber_set = set(params.keys())
|
|
1080
1413
|
for name, value in vars(self).items():
|
|
1081
1414
|
property_name = name[1:]
|
|
@@ -1416,6 +1749,173 @@ class CreateChatCompletionResponse(AbstractModel):
|
|
|
1416
1749
|
self._RequestId = params.get("RequestId")
|
|
1417
1750
|
|
|
1418
1751
|
|
|
1752
|
+
class CreatingProgress(AbstractModel):
|
|
1753
|
+
r"""发货步骤描述
|
|
1754
|
+
|
|
1755
|
+
"""
|
|
1756
|
+
|
|
1757
|
+
def __init__(self):
|
|
1758
|
+
r"""
|
|
1759
|
+
:param _TotalSteps: <p>总步骤数</p>
|
|
1760
|
+
:type TotalSteps: int
|
|
1761
|
+
:param _CurrentStep: <p>当前步骤</p>
|
|
1762
|
+
:type CurrentStep: int
|
|
1763
|
+
:param _Steps: <p>步骤详情</p>
|
|
1764
|
+
:type Steps: list of CreatingStepInfo
|
|
1765
|
+
"""
|
|
1766
|
+
self._TotalSteps = None
|
|
1767
|
+
self._CurrentStep = None
|
|
1768
|
+
self._Steps = None
|
|
1769
|
+
|
|
1770
|
+
@property
|
|
1771
|
+
def TotalSteps(self):
|
|
1772
|
+
r"""<p>总步骤数</p>
|
|
1773
|
+
:rtype: int
|
|
1774
|
+
"""
|
|
1775
|
+
return self._TotalSteps
|
|
1776
|
+
|
|
1777
|
+
@TotalSteps.setter
|
|
1778
|
+
def TotalSteps(self, TotalSteps):
|
|
1779
|
+
self._TotalSteps = TotalSteps
|
|
1780
|
+
|
|
1781
|
+
@property
|
|
1782
|
+
def CurrentStep(self):
|
|
1783
|
+
r"""<p>当前步骤</p>
|
|
1784
|
+
:rtype: int
|
|
1785
|
+
"""
|
|
1786
|
+
return self._CurrentStep
|
|
1787
|
+
|
|
1788
|
+
@CurrentStep.setter
|
|
1789
|
+
def CurrentStep(self, CurrentStep):
|
|
1790
|
+
self._CurrentStep = CurrentStep
|
|
1791
|
+
|
|
1792
|
+
@property
|
|
1793
|
+
def Steps(self):
|
|
1794
|
+
r"""<p>步骤详情</p>
|
|
1795
|
+
:rtype: list of CreatingStepInfo
|
|
1796
|
+
"""
|
|
1797
|
+
return self._Steps
|
|
1798
|
+
|
|
1799
|
+
@Steps.setter
|
|
1800
|
+
def Steps(self, Steps):
|
|
1801
|
+
self._Steps = Steps
|
|
1802
|
+
|
|
1803
|
+
|
|
1804
|
+
def _deserialize(self, params):
|
|
1805
|
+
self._TotalSteps = params.get("TotalSteps")
|
|
1806
|
+
self._CurrentStep = params.get("CurrentStep")
|
|
1807
|
+
if params.get("Steps") is not None:
|
|
1808
|
+
self._Steps = []
|
|
1809
|
+
for item in params.get("Steps"):
|
|
1810
|
+
obj = CreatingStepInfo()
|
|
1811
|
+
obj._deserialize(item)
|
|
1812
|
+
self._Steps.append(obj)
|
|
1813
|
+
memeber_set = set(params.keys())
|
|
1814
|
+
for name, value in vars(self).items():
|
|
1815
|
+
property_name = name[1:]
|
|
1816
|
+
if property_name in memeber_set:
|
|
1817
|
+
memeber_set.remove(property_name)
|
|
1818
|
+
if len(memeber_set) > 0:
|
|
1819
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
1820
|
+
|
|
1821
|
+
|
|
1822
|
+
|
|
1823
|
+
class CreatingStepInfo(AbstractModel):
|
|
1824
|
+
r"""发货步骤详情
|
|
1825
|
+
|
|
1826
|
+
"""
|
|
1827
|
+
|
|
1828
|
+
def __init__(self):
|
|
1829
|
+
r"""
|
|
1830
|
+
:param _StepName: <p>步骤名称</p>
|
|
1831
|
+
:type StepName: str
|
|
1832
|
+
:param _StepDesc: <p>步骤描述</p>
|
|
1833
|
+
:type StepDesc: str
|
|
1834
|
+
:param _Status: <p>步骤状态</p>
|
|
1835
|
+
:type Status: str
|
|
1836
|
+
:param _FinishTime: <p>完成时间</p>
|
|
1837
|
+
:type FinishTime: str
|
|
1838
|
+
:param _ErrMsg: <p>错误信息描述</p>
|
|
1839
|
+
:type ErrMsg: str
|
|
1840
|
+
"""
|
|
1841
|
+
self._StepName = None
|
|
1842
|
+
self._StepDesc = None
|
|
1843
|
+
self._Status = None
|
|
1844
|
+
self._FinishTime = None
|
|
1845
|
+
self._ErrMsg = None
|
|
1846
|
+
|
|
1847
|
+
@property
|
|
1848
|
+
def StepName(self):
|
|
1849
|
+
r"""<p>步骤名称</p>
|
|
1850
|
+
:rtype: str
|
|
1851
|
+
"""
|
|
1852
|
+
return self._StepName
|
|
1853
|
+
|
|
1854
|
+
@StepName.setter
|
|
1855
|
+
def StepName(self, StepName):
|
|
1856
|
+
self._StepName = StepName
|
|
1857
|
+
|
|
1858
|
+
@property
|
|
1859
|
+
def StepDesc(self):
|
|
1860
|
+
r"""<p>步骤描述</p>
|
|
1861
|
+
:rtype: str
|
|
1862
|
+
"""
|
|
1863
|
+
return self._StepDesc
|
|
1864
|
+
|
|
1865
|
+
@StepDesc.setter
|
|
1866
|
+
def StepDesc(self, StepDesc):
|
|
1867
|
+
self._StepDesc = StepDesc
|
|
1868
|
+
|
|
1869
|
+
@property
|
|
1870
|
+
def Status(self):
|
|
1871
|
+
r"""<p>步骤状态</p>
|
|
1872
|
+
:rtype: str
|
|
1873
|
+
"""
|
|
1874
|
+
return self._Status
|
|
1875
|
+
|
|
1876
|
+
@Status.setter
|
|
1877
|
+
def Status(self, Status):
|
|
1878
|
+
self._Status = Status
|
|
1879
|
+
|
|
1880
|
+
@property
|
|
1881
|
+
def FinishTime(self):
|
|
1882
|
+
r"""<p>完成时间</p>
|
|
1883
|
+
:rtype: str
|
|
1884
|
+
"""
|
|
1885
|
+
return self._FinishTime
|
|
1886
|
+
|
|
1887
|
+
@FinishTime.setter
|
|
1888
|
+
def FinishTime(self, FinishTime):
|
|
1889
|
+
self._FinishTime = FinishTime
|
|
1890
|
+
|
|
1891
|
+
@property
|
|
1892
|
+
def ErrMsg(self):
|
|
1893
|
+
r"""<p>错误信息描述</p>
|
|
1894
|
+
:rtype: str
|
|
1895
|
+
"""
|
|
1896
|
+
return self._ErrMsg
|
|
1897
|
+
|
|
1898
|
+
@ErrMsg.setter
|
|
1899
|
+
def ErrMsg(self, ErrMsg):
|
|
1900
|
+
self._ErrMsg = ErrMsg
|
|
1901
|
+
|
|
1902
|
+
|
|
1903
|
+
def _deserialize(self, params):
|
|
1904
|
+
self._StepName = params.get("StepName")
|
|
1905
|
+
self._StepDesc = params.get("StepDesc")
|
|
1906
|
+
self._Status = params.get("Status")
|
|
1907
|
+
self._FinishTime = params.get("FinishTime")
|
|
1908
|
+
self._ErrMsg = params.get("ErrMsg")
|
|
1909
|
+
memeber_set = set(params.keys())
|
|
1910
|
+
for name, value in vars(self).items():
|
|
1911
|
+
property_name = name[1:]
|
|
1912
|
+
if property_name in memeber_set:
|
|
1913
|
+
memeber_set.remove(property_name)
|
|
1914
|
+
if len(memeber_set) > 0:
|
|
1915
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
1916
|
+
|
|
1917
|
+
|
|
1918
|
+
|
|
1419
1919
|
class DescribeAgentDutyTaskDetailRequest(AbstractModel):
|
|
1420
1920
|
r"""DescribeAgentDutyTaskDetail请求参数结构体
|
|
1421
1921
|
|
|
@@ -1803,20 +2303,22 @@ class DescribeAgentInstancesRequest(AbstractModel):
|
|
|
1803
2303
|
:type Offset: int
|
|
1804
2304
|
:param _Limit: 列表查询数量
|
|
1805
2305
|
:type Limit: int
|
|
1806
|
-
:param _InstanceId:
|
|
2306
|
+
:param _InstanceId: <p>实例ID,为空时查询所有,如果填写则会根据InstanceId筛选</p>
|
|
1807
2307
|
:type InstanceId: str
|
|
1808
|
-
:param _InstanceName:
|
|
2308
|
+
:param _InstanceName: <p>实例名,为空时查询所有,如果填写则会根据InstanceName筛选</p>
|
|
1809
2309
|
:type InstanceName: str
|
|
1810
|
-
:param _AgentId:
|
|
2310
|
+
:param _AgentId: <p>智能体ID,为空时查询所有,如果填写则会根据AgentId筛选</p>
|
|
1811
2311
|
:type AgentId: str
|
|
1812
|
-
:param _AgentName:
|
|
2312
|
+
:param _AgentName: <p>智能体名称,为空时查询所有,如果填写则会根据AgentName筛选</p>
|
|
1813
2313
|
:type AgentName: str
|
|
1814
|
-
:param _AgentInternalName:
|
|
2314
|
+
:param _AgentInternalName: <p>智能体类型,为空时查询所有,如果填写则会根据AgentName筛选</p>
|
|
1815
2315
|
:type AgentInternalName: str
|
|
1816
|
-
:param _Status:
|
|
2316
|
+
:param _Status: <p>智能体实例状态,为空时查询所有,如果填写则会根据Status筛选</p>
|
|
1817
2317
|
:type Status: str
|
|
1818
|
-
:param _TagFilter:
|
|
2318
|
+
:param _TagFilter: <p>标签过滤信息</p>
|
|
1819
2319
|
:type TagFilter: list of TagFilter
|
|
2320
|
+
:param _InstanceType: <p>实例类型</p>
|
|
2321
|
+
:type InstanceType: str
|
|
1820
2322
|
"""
|
|
1821
2323
|
self._Offset = None
|
|
1822
2324
|
self._Limit = None
|
|
@@ -1827,6 +2329,7 @@ class DescribeAgentInstancesRequest(AbstractModel):
|
|
|
1827
2329
|
self._AgentInternalName = None
|
|
1828
2330
|
self._Status = None
|
|
1829
2331
|
self._TagFilter = None
|
|
2332
|
+
self._InstanceType = None
|
|
1830
2333
|
|
|
1831
2334
|
@property
|
|
1832
2335
|
def Offset(self):
|
|
@@ -1852,7 +2355,7 @@ class DescribeAgentInstancesRequest(AbstractModel):
|
|
|
1852
2355
|
|
|
1853
2356
|
@property
|
|
1854
2357
|
def InstanceId(self):
|
|
1855
|
-
r"""
|
|
2358
|
+
r"""<p>实例ID,为空时查询所有,如果填写则会根据InstanceId筛选</p>
|
|
1856
2359
|
:rtype: str
|
|
1857
2360
|
"""
|
|
1858
2361
|
return self._InstanceId
|
|
@@ -1863,7 +2366,7 @@ class DescribeAgentInstancesRequest(AbstractModel):
|
|
|
1863
2366
|
|
|
1864
2367
|
@property
|
|
1865
2368
|
def InstanceName(self):
|
|
1866
|
-
r"""
|
|
2369
|
+
r"""<p>实例名,为空时查询所有,如果填写则会根据InstanceName筛选</p>
|
|
1867
2370
|
:rtype: str
|
|
1868
2371
|
"""
|
|
1869
2372
|
return self._InstanceName
|
|
@@ -1874,7 +2377,7 @@ class DescribeAgentInstancesRequest(AbstractModel):
|
|
|
1874
2377
|
|
|
1875
2378
|
@property
|
|
1876
2379
|
def AgentId(self):
|
|
1877
|
-
r"""
|
|
2380
|
+
r"""<p>智能体ID,为空时查询所有,如果填写则会根据AgentId筛选</p>
|
|
1878
2381
|
:rtype: str
|
|
1879
2382
|
"""
|
|
1880
2383
|
return self._AgentId
|
|
@@ -1885,7 +2388,7 @@ class DescribeAgentInstancesRequest(AbstractModel):
|
|
|
1885
2388
|
|
|
1886
2389
|
@property
|
|
1887
2390
|
def AgentName(self):
|
|
1888
|
-
r"""
|
|
2391
|
+
r"""<p>智能体名称,为空时查询所有,如果填写则会根据AgentName筛选</p>
|
|
1889
2392
|
:rtype: str
|
|
1890
2393
|
"""
|
|
1891
2394
|
return self._AgentName
|
|
@@ -1896,7 +2399,7 @@ class DescribeAgentInstancesRequest(AbstractModel):
|
|
|
1896
2399
|
|
|
1897
2400
|
@property
|
|
1898
2401
|
def AgentInternalName(self):
|
|
1899
|
-
r"""
|
|
2402
|
+
r"""<p>智能体类型,为空时查询所有,如果填写则会根据AgentName筛选</p>
|
|
1900
2403
|
:rtype: str
|
|
1901
2404
|
"""
|
|
1902
2405
|
return self._AgentInternalName
|
|
@@ -1907,7 +2410,7 @@ class DescribeAgentInstancesRequest(AbstractModel):
|
|
|
1907
2410
|
|
|
1908
2411
|
@property
|
|
1909
2412
|
def Status(self):
|
|
1910
|
-
r"""
|
|
2413
|
+
r"""<p>智能体实例状态,为空时查询所有,如果填写则会根据Status筛选</p>
|
|
1911
2414
|
:rtype: str
|
|
1912
2415
|
"""
|
|
1913
2416
|
return self._Status
|
|
@@ -1918,7 +2421,7 @@ class DescribeAgentInstancesRequest(AbstractModel):
|
|
|
1918
2421
|
|
|
1919
2422
|
@property
|
|
1920
2423
|
def TagFilter(self):
|
|
1921
|
-
r"""
|
|
2424
|
+
r"""<p>标签过滤信息</p>
|
|
1922
2425
|
:rtype: list of TagFilter
|
|
1923
2426
|
"""
|
|
1924
2427
|
return self._TagFilter
|
|
@@ -1927,6 +2430,17 @@ class DescribeAgentInstancesRequest(AbstractModel):
|
|
|
1927
2430
|
def TagFilter(self, TagFilter):
|
|
1928
2431
|
self._TagFilter = TagFilter
|
|
1929
2432
|
|
|
2433
|
+
@property
|
|
2434
|
+
def InstanceType(self):
|
|
2435
|
+
r"""<p>实例类型</p>
|
|
2436
|
+
:rtype: str
|
|
2437
|
+
"""
|
|
2438
|
+
return self._InstanceType
|
|
2439
|
+
|
|
2440
|
+
@InstanceType.setter
|
|
2441
|
+
def InstanceType(self, InstanceType):
|
|
2442
|
+
self._InstanceType = InstanceType
|
|
2443
|
+
|
|
1930
2444
|
|
|
1931
2445
|
def _deserialize(self, params):
|
|
1932
2446
|
self._Offset = params.get("Offset")
|
|
@@ -1943,6 +2457,7 @@ class DescribeAgentInstancesRequest(AbstractModel):
|
|
|
1943
2457
|
obj = TagFilter()
|
|
1944
2458
|
obj._deserialize(item)
|
|
1945
2459
|
self._TagFilter.append(obj)
|
|
2460
|
+
self._InstanceType = params.get("InstanceType")
|
|
1946
2461
|
memeber_set = set(params.keys())
|
|
1947
2462
|
for name, value in vars(self).items():
|
|
1948
2463
|
property_name = name[1:]
|
|
@@ -1962,13 +2477,16 @@ class DescribeAgentInstancesResponse(AbstractModel):
|
|
|
1962
2477
|
r"""
|
|
1963
2478
|
:param _TotalCount: 查询结果总数量
|
|
1964
2479
|
:type TotalCount: int
|
|
1965
|
-
:param _Items:
|
|
2480
|
+
:param _Items: <p>智能体实例列表</p>
|
|
1966
2481
|
:type Items: list of AgentInstance
|
|
2482
|
+
:param _StatusCounts: <p>无</p>
|
|
2483
|
+
:type StatusCounts: list of StatusItem
|
|
1967
2484
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1968
2485
|
:type RequestId: str
|
|
1969
2486
|
"""
|
|
1970
2487
|
self._TotalCount = None
|
|
1971
2488
|
self._Items = None
|
|
2489
|
+
self._StatusCounts = None
|
|
1972
2490
|
self._RequestId = None
|
|
1973
2491
|
|
|
1974
2492
|
@property
|
|
@@ -1984,7 +2502,7 @@ class DescribeAgentInstancesResponse(AbstractModel):
|
|
|
1984
2502
|
|
|
1985
2503
|
@property
|
|
1986
2504
|
def Items(self):
|
|
1987
|
-
r"""
|
|
2505
|
+
r"""<p>智能体实例列表</p>
|
|
1988
2506
|
:rtype: list of AgentInstance
|
|
1989
2507
|
"""
|
|
1990
2508
|
return self._Items
|
|
@@ -1993,6 +2511,17 @@ class DescribeAgentInstancesResponse(AbstractModel):
|
|
|
1993
2511
|
def Items(self, Items):
|
|
1994
2512
|
self._Items = Items
|
|
1995
2513
|
|
|
2514
|
+
@property
|
|
2515
|
+
def StatusCounts(self):
|
|
2516
|
+
r"""<p>无</p>
|
|
2517
|
+
:rtype: list of StatusItem
|
|
2518
|
+
"""
|
|
2519
|
+
return self._StatusCounts
|
|
2520
|
+
|
|
2521
|
+
@StatusCounts.setter
|
|
2522
|
+
def StatusCounts(self, StatusCounts):
|
|
2523
|
+
self._StatusCounts = StatusCounts
|
|
2524
|
+
|
|
1996
2525
|
@property
|
|
1997
2526
|
def RequestId(self):
|
|
1998
2527
|
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2013,6 +2542,12 @@ class DescribeAgentInstancesResponse(AbstractModel):
|
|
|
2013
2542
|
obj = AgentInstance()
|
|
2014
2543
|
obj._deserialize(item)
|
|
2015
2544
|
self._Items.append(obj)
|
|
2545
|
+
if params.get("StatusCounts") is not None:
|
|
2546
|
+
self._StatusCounts = []
|
|
2547
|
+
for item in params.get("StatusCounts"):
|
|
2548
|
+
obj = StatusItem()
|
|
2549
|
+
obj._deserialize(item)
|
|
2550
|
+
self._StatusCounts.append(obj)
|
|
2016
2551
|
self._RequestId = params.get("RequestId")
|
|
2017
2552
|
|
|
2018
2553
|
|
|
@@ -3511,6 +4046,57 @@ class StartAgentTaskResponse(AbstractModel):
|
|
|
3511
4046
|
self._RequestId = params.get("RequestId")
|
|
3512
4047
|
|
|
3513
4048
|
|
|
4049
|
+
class StatusItem(AbstractModel):
|
|
4050
|
+
r"""实例状态描述
|
|
4051
|
+
|
|
4052
|
+
"""
|
|
4053
|
+
|
|
4054
|
+
def __init__(self):
|
|
4055
|
+
r"""
|
|
4056
|
+
:param _Status: <p>无</p>
|
|
4057
|
+
:type Status: str
|
|
4058
|
+
:param _Count: <p>无</p>
|
|
4059
|
+
:type Count: int
|
|
4060
|
+
"""
|
|
4061
|
+
self._Status = None
|
|
4062
|
+
self._Count = None
|
|
4063
|
+
|
|
4064
|
+
@property
|
|
4065
|
+
def Status(self):
|
|
4066
|
+
r"""<p>无</p>
|
|
4067
|
+
:rtype: str
|
|
4068
|
+
"""
|
|
4069
|
+
return self._Status
|
|
4070
|
+
|
|
4071
|
+
@Status.setter
|
|
4072
|
+
def Status(self, Status):
|
|
4073
|
+
self._Status = Status
|
|
4074
|
+
|
|
4075
|
+
@property
|
|
4076
|
+
def Count(self):
|
|
4077
|
+
r"""<p>无</p>
|
|
4078
|
+
:rtype: int
|
|
4079
|
+
"""
|
|
4080
|
+
return self._Count
|
|
4081
|
+
|
|
4082
|
+
@Count.setter
|
|
4083
|
+
def Count(self, Count):
|
|
4084
|
+
self._Count = Count
|
|
4085
|
+
|
|
4086
|
+
|
|
4087
|
+
def _deserialize(self, params):
|
|
4088
|
+
self._Status = params.get("Status")
|
|
4089
|
+
self._Count = params.get("Count")
|
|
4090
|
+
memeber_set = set(params.keys())
|
|
4091
|
+
for name, value in vars(self).items():
|
|
4092
|
+
property_name = name[1:]
|
|
4093
|
+
if property_name in memeber_set:
|
|
4094
|
+
memeber_set.remove(property_name)
|
|
4095
|
+
if len(memeber_set) > 0:
|
|
4096
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
4097
|
+
|
|
4098
|
+
|
|
4099
|
+
|
|
3514
4100
|
class TagFilter(AbstractModel):
|
|
3515
4101
|
r"""通过标签对资源进行过滤
|
|
3516
4102
|
|
|
@@ -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.93
|
|
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.93
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.93
|
|
@@ -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
|