tencentcloud-sdk-python-tdai 3.1.20__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.20 → tencentcloud_sdk_python_tdai-3.1.82}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_tdai-3.1.20 → tencentcloud_sdk_python_tdai-3.1.82}/setup.py +1 -1
- {tencentcloud_sdk_python_tdai-3.1.20 → tencentcloud_sdk_python_tdai-3.1.82}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_tdai-3.1.20 → tencentcloud_sdk_python_tdai-3.1.82}/tencentcloud/tdai/v20250717/models.py +486 -54
- {tencentcloud_sdk_python_tdai-3.1.20 → 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.20/tencentcloud_sdk_python_tdai.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_tdai-3.1.20 → tencentcloud_sdk_python_tdai-3.1.82}/README.rst +0 -0
- {tencentcloud_sdk_python_tdai-3.1.20 → tencentcloud_sdk_python_tdai-3.1.82}/setup.cfg +0 -0
- {tencentcloud_sdk_python_tdai-3.1.20 → tencentcloud_sdk_python_tdai-3.1.82}/tencentcloud/tdai/__init__.py +0 -0
- {tencentcloud_sdk_python_tdai-3.1.20 → tencentcloud_sdk_python_tdai-3.1.82}/tencentcloud/tdai/v20250717/__init__.py +0 -0
- {tencentcloud_sdk_python_tdai-3.1.20 → tencentcloud_sdk_python_tdai-3.1.82}/tencentcloud/tdai/v20250717/errorcodes.py +0 -0
- {tencentcloud_sdk_python_tdai-3.1.20 → tencentcloud_sdk_python_tdai-3.1.82}/tencentcloud/tdai/v20250717/tdai_client.py +0 -0
- {tencentcloud_sdk_python_tdai-3.1.20 → tencentcloud_sdk_python_tdai-3.1.82}/tencentcloud/tdai/v20250717/tdai_client_async.py +0 -0
- {tencentcloud_sdk_python_tdai-3.1.20 → tencentcloud_sdk_python_tdai-3.1.82}/tencentcloud_sdk_python_tdai.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_tdai-3.1.20 → tencentcloud_sdk_python_tdai-3.1.82}/tencentcloud_sdk_python_tdai.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_tdai-3.1.20 → 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',
|
|
@@ -31,6 +31,8 @@ class Agent(AbstractModel):
|
|
|
31
31
|
:type AgentName: str
|
|
32
32
|
:param _AgentInternalName: 智能体类型
|
|
33
33
|
:type AgentInternalName: str
|
|
34
|
+
:param _DeployPlace: 架构:共享版-intranet,企业版-userVpc
|
|
35
|
+
:type DeployPlace: str
|
|
34
36
|
:param _AgentStatus: 智能体状态
|
|
35
37
|
:type AgentStatus: str
|
|
36
38
|
:param _DefaultVersion: 默认版本
|
|
@@ -51,6 +53,7 @@ class Agent(AbstractModel):
|
|
|
51
53
|
self._AgentId = None
|
|
52
54
|
self._AgentName = None
|
|
53
55
|
self._AgentInternalName = None
|
|
56
|
+
self._DeployPlace = None
|
|
54
57
|
self._AgentStatus = None
|
|
55
58
|
self._DefaultVersion = None
|
|
56
59
|
self._AgentType = None
|
|
@@ -93,6 +96,17 @@ class Agent(AbstractModel):
|
|
|
93
96
|
def AgentInternalName(self, AgentInternalName):
|
|
94
97
|
self._AgentInternalName = AgentInternalName
|
|
95
98
|
|
|
99
|
+
@property
|
|
100
|
+
def DeployPlace(self):
|
|
101
|
+
r"""架构:共享版-intranet,企业版-userVpc
|
|
102
|
+
:rtype: str
|
|
103
|
+
"""
|
|
104
|
+
return self._DeployPlace
|
|
105
|
+
|
|
106
|
+
@DeployPlace.setter
|
|
107
|
+
def DeployPlace(self, DeployPlace):
|
|
108
|
+
self._DeployPlace = DeployPlace
|
|
109
|
+
|
|
96
110
|
@property
|
|
97
111
|
def AgentStatus(self):
|
|
98
112
|
r"""智能体状态
|
|
@@ -186,6 +200,7 @@ class Agent(AbstractModel):
|
|
|
186
200
|
self._AgentId = params.get("AgentId")
|
|
187
201
|
self._AgentName = params.get("AgentName")
|
|
188
202
|
self._AgentInternalName = params.get("AgentInternalName")
|
|
203
|
+
self._DeployPlace = params.get("DeployPlace")
|
|
189
204
|
self._AgentStatus = params.get("AgentStatus")
|
|
190
205
|
self._DefaultVersion = params.get("DefaultVersion")
|
|
191
206
|
self._AgentType = params.get("AgentType")
|
|
@@ -342,30 +357,44 @@ class AgentInstance(AbstractModel):
|
|
|
342
357
|
|
|
343
358
|
def __init__(self):
|
|
344
359
|
r"""
|
|
345
|
-
:param _InstanceId:
|
|
360
|
+
:param _InstanceId: <p>智能体实例ID</p>
|
|
346
361
|
:type InstanceId: str
|
|
347
|
-
:param _InstanceName:
|
|
362
|
+
:param _InstanceName: <p>智能体实例名称</p>
|
|
348
363
|
:type InstanceName: str
|
|
349
|
-
:param _AgentId:
|
|
364
|
+
:param _AgentId: <p>智能体ID</p>
|
|
350
365
|
:type AgentId: str
|
|
351
|
-
:param _AgentName:
|
|
366
|
+
:param _AgentName: <p>智能体名称</p>
|
|
352
367
|
:type AgentName: str
|
|
353
|
-
:param _AgentInternalName:
|
|
368
|
+
:param _AgentInternalName: <p>智能体类型</p>
|
|
354
369
|
:type AgentInternalName: str
|
|
355
|
-
:param _AgentType:
|
|
370
|
+
:param _AgentType: <p>智能体服务模式</p>
|
|
356
371
|
:type AgentType: str
|
|
357
|
-
:param _AgentVersion:
|
|
372
|
+
:param _AgentVersion: <p>智能体版本</p>
|
|
358
373
|
:type AgentVersion: str
|
|
359
|
-
:param _Status:
|
|
374
|
+
:param _Status: <p>智能体实例状态</p>
|
|
360
375
|
:type Status: str
|
|
361
|
-
:param _Parameters:
|
|
376
|
+
:param _Parameters: <p>智能体实例参数列表</p>
|
|
362
377
|
:type Parameters: list of Parameter
|
|
363
|
-
:param _CreateTime:
|
|
378
|
+
:param _CreateTime: <p>创建时间</p>
|
|
364
379
|
:type CreateTime: str
|
|
365
|
-
:param _UpdateTime:
|
|
380
|
+
:param _UpdateTime: <p>修改时间</p>
|
|
366
381
|
:type UpdateTime: str
|
|
367
|
-
:param _Tags:
|
|
382
|
+
:param _Tags: <p>资源绑定Tag列表</p>
|
|
368
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
|
|
369
398
|
"""
|
|
370
399
|
self._InstanceId = None
|
|
371
400
|
self._InstanceName = None
|
|
@@ -379,10 +408,17 @@ class AgentInstance(AbstractModel):
|
|
|
379
408
|
self._CreateTime = None
|
|
380
409
|
self._UpdateTime = None
|
|
381
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
|
|
382
418
|
|
|
383
419
|
@property
|
|
384
420
|
def InstanceId(self):
|
|
385
|
-
r"""
|
|
421
|
+
r"""<p>智能体实例ID</p>
|
|
386
422
|
:rtype: str
|
|
387
423
|
"""
|
|
388
424
|
return self._InstanceId
|
|
@@ -393,7 +429,7 @@ class AgentInstance(AbstractModel):
|
|
|
393
429
|
|
|
394
430
|
@property
|
|
395
431
|
def InstanceName(self):
|
|
396
|
-
r"""
|
|
432
|
+
r"""<p>智能体实例名称</p>
|
|
397
433
|
:rtype: str
|
|
398
434
|
"""
|
|
399
435
|
return self._InstanceName
|
|
@@ -404,7 +440,7 @@ class AgentInstance(AbstractModel):
|
|
|
404
440
|
|
|
405
441
|
@property
|
|
406
442
|
def AgentId(self):
|
|
407
|
-
r"""
|
|
443
|
+
r"""<p>智能体ID</p>
|
|
408
444
|
:rtype: str
|
|
409
445
|
"""
|
|
410
446
|
return self._AgentId
|
|
@@ -415,7 +451,7 @@ class AgentInstance(AbstractModel):
|
|
|
415
451
|
|
|
416
452
|
@property
|
|
417
453
|
def AgentName(self):
|
|
418
|
-
r"""
|
|
454
|
+
r"""<p>智能体名称</p>
|
|
419
455
|
:rtype: str
|
|
420
456
|
"""
|
|
421
457
|
return self._AgentName
|
|
@@ -426,7 +462,7 @@ class AgentInstance(AbstractModel):
|
|
|
426
462
|
|
|
427
463
|
@property
|
|
428
464
|
def AgentInternalName(self):
|
|
429
|
-
r"""
|
|
465
|
+
r"""<p>智能体类型</p>
|
|
430
466
|
:rtype: str
|
|
431
467
|
"""
|
|
432
468
|
return self._AgentInternalName
|
|
@@ -437,7 +473,7 @@ class AgentInstance(AbstractModel):
|
|
|
437
473
|
|
|
438
474
|
@property
|
|
439
475
|
def AgentType(self):
|
|
440
|
-
r"""
|
|
476
|
+
r"""<p>智能体服务模式</p>
|
|
441
477
|
:rtype: str
|
|
442
478
|
"""
|
|
443
479
|
return self._AgentType
|
|
@@ -448,7 +484,7 @@ class AgentInstance(AbstractModel):
|
|
|
448
484
|
|
|
449
485
|
@property
|
|
450
486
|
def AgentVersion(self):
|
|
451
|
-
r"""
|
|
487
|
+
r"""<p>智能体版本</p>
|
|
452
488
|
:rtype: str
|
|
453
489
|
"""
|
|
454
490
|
return self._AgentVersion
|
|
@@ -459,7 +495,7 @@ class AgentInstance(AbstractModel):
|
|
|
459
495
|
|
|
460
496
|
@property
|
|
461
497
|
def Status(self):
|
|
462
|
-
r"""
|
|
498
|
+
r"""<p>智能体实例状态</p>
|
|
463
499
|
:rtype: str
|
|
464
500
|
"""
|
|
465
501
|
return self._Status
|
|
@@ -470,7 +506,7 @@ class AgentInstance(AbstractModel):
|
|
|
470
506
|
|
|
471
507
|
@property
|
|
472
508
|
def Parameters(self):
|
|
473
|
-
r"""
|
|
509
|
+
r"""<p>智能体实例参数列表</p>
|
|
474
510
|
:rtype: list of Parameter
|
|
475
511
|
"""
|
|
476
512
|
return self._Parameters
|
|
@@ -481,7 +517,7 @@ class AgentInstance(AbstractModel):
|
|
|
481
517
|
|
|
482
518
|
@property
|
|
483
519
|
def CreateTime(self):
|
|
484
|
-
r"""
|
|
520
|
+
r"""<p>创建时间</p>
|
|
485
521
|
:rtype: str
|
|
486
522
|
"""
|
|
487
523
|
return self._CreateTime
|
|
@@ -492,7 +528,7 @@ class AgentInstance(AbstractModel):
|
|
|
492
528
|
|
|
493
529
|
@property
|
|
494
530
|
def UpdateTime(self):
|
|
495
|
-
r"""
|
|
531
|
+
r"""<p>修改时间</p>
|
|
496
532
|
:rtype: str
|
|
497
533
|
"""
|
|
498
534
|
return self._UpdateTime
|
|
@@ -503,7 +539,7 @@ class AgentInstance(AbstractModel):
|
|
|
503
539
|
|
|
504
540
|
@property
|
|
505
541
|
def Tags(self):
|
|
506
|
-
r"""
|
|
542
|
+
r"""<p>资源绑定Tag列表</p>
|
|
507
543
|
:rtype: list of TagItem
|
|
508
544
|
"""
|
|
509
545
|
return self._Tags
|
|
@@ -512,6 +548,83 @@ class AgentInstance(AbstractModel):
|
|
|
512
548
|
def Tags(self, Tags):
|
|
513
549
|
self._Tags = Tags
|
|
514
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
|
+
|
|
515
628
|
|
|
516
629
|
def _deserialize(self, params):
|
|
517
630
|
self._InstanceId = params.get("InstanceId")
|
|
@@ -536,6 +649,15 @@ class AgentInstance(AbstractModel):
|
|
|
536
649
|
obj = TagItem()
|
|
537
650
|
obj._deserialize(item)
|
|
538
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")
|
|
539
661
|
memeber_set = set(params.keys())
|
|
540
662
|
for name, value in vars(self).items():
|
|
541
663
|
property_name = name[1:]
|
|
@@ -790,6 +912,140 @@ class ChatDetail(AbstractModel):
|
|
|
790
912
|
|
|
791
913
|
|
|
792
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
|
+
|
|
793
1049
|
class CodeRepo(AbstractModel):
|
|
794
1050
|
r"""仓库信息
|
|
795
1051
|
|
|
@@ -972,26 +1228,41 @@ class CreateAgentInstanceRequest(AbstractModel):
|
|
|
972
1228
|
|
|
973
1229
|
def __init__(self):
|
|
974
1230
|
r"""
|
|
975
|
-
:param _AgentId:
|
|
1231
|
+
:param _AgentId: <p>智能体ID</p>
|
|
976
1232
|
:type AgentId: str
|
|
977
|
-
:param _AgentVersion:
|
|
1233
|
+
:param _AgentVersion: <p>智能体版本</p>
|
|
978
1234
|
:type AgentVersion: str
|
|
979
|
-
:param _InstanceName:
|
|
1235
|
+
:param _InstanceName: <p>实例名</p>
|
|
980
1236
|
:type InstanceName: str
|
|
981
|
-
:param _Parameters:
|
|
1237
|
+
:param _Parameters: <p>智能体实例的参数列表</p>
|
|
982
1238
|
:type Parameters: list of Parameter
|
|
983
|
-
:param _Tags:
|
|
1239
|
+
:param _Tags: <p>资源的标签信息</p>
|
|
984
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
|
|
985
1251
|
"""
|
|
986
1252
|
self._AgentId = None
|
|
987
1253
|
self._AgentVersion = None
|
|
988
1254
|
self._InstanceName = None
|
|
989
1255
|
self._Parameters = None
|
|
990
1256
|
self._Tags = None
|
|
1257
|
+
self._InstanceType = None
|
|
1258
|
+
self._TemplateId = None
|
|
1259
|
+
self._Skills = None
|
|
1260
|
+
self._SoulId = None
|
|
1261
|
+
self._Description = None
|
|
991
1262
|
|
|
992
1263
|
@property
|
|
993
1264
|
def AgentId(self):
|
|
994
|
-
r"""
|
|
1265
|
+
r"""<p>智能体ID</p>
|
|
995
1266
|
:rtype: str
|
|
996
1267
|
"""
|
|
997
1268
|
return self._AgentId
|
|
@@ -1002,7 +1273,7 @@ class CreateAgentInstanceRequest(AbstractModel):
|
|
|
1002
1273
|
|
|
1003
1274
|
@property
|
|
1004
1275
|
def AgentVersion(self):
|
|
1005
|
-
r"""
|
|
1276
|
+
r"""<p>智能体版本</p>
|
|
1006
1277
|
:rtype: str
|
|
1007
1278
|
"""
|
|
1008
1279
|
return self._AgentVersion
|
|
@@ -1013,7 +1284,7 @@ class CreateAgentInstanceRequest(AbstractModel):
|
|
|
1013
1284
|
|
|
1014
1285
|
@property
|
|
1015
1286
|
def InstanceName(self):
|
|
1016
|
-
r"""
|
|
1287
|
+
r"""<p>实例名</p>
|
|
1017
1288
|
:rtype: str
|
|
1018
1289
|
"""
|
|
1019
1290
|
return self._InstanceName
|
|
@@ -1024,7 +1295,7 @@ class CreateAgentInstanceRequest(AbstractModel):
|
|
|
1024
1295
|
|
|
1025
1296
|
@property
|
|
1026
1297
|
def Parameters(self):
|
|
1027
|
-
r"""
|
|
1298
|
+
r"""<p>智能体实例的参数列表</p>
|
|
1028
1299
|
:rtype: list of Parameter
|
|
1029
1300
|
"""
|
|
1030
1301
|
return self._Parameters
|
|
@@ -1035,7 +1306,7 @@ class CreateAgentInstanceRequest(AbstractModel):
|
|
|
1035
1306
|
|
|
1036
1307
|
@property
|
|
1037
1308
|
def Tags(self):
|
|
1038
|
-
r"""
|
|
1309
|
+
r"""<p>资源的标签信息</p>
|
|
1039
1310
|
:rtype: list of TagItem
|
|
1040
1311
|
"""
|
|
1041
1312
|
return self._Tags
|
|
@@ -1044,6 +1315,61 @@ class CreateAgentInstanceRequest(AbstractModel):
|
|
|
1044
1315
|
def Tags(self, Tags):
|
|
1045
1316
|
self._Tags = Tags
|
|
1046
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
|
+
|
|
1047
1373
|
|
|
1048
1374
|
def _deserialize(self, params):
|
|
1049
1375
|
self._AgentId = params.get("AgentId")
|
|
@@ -1061,6 +1387,11 @@ class CreateAgentInstanceRequest(AbstractModel):
|
|
|
1061
1387
|
obj = TagItem()
|
|
1062
1388
|
obj._deserialize(item)
|
|
1063
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")
|
|
1064
1395
|
memeber_set = set(params.keys())
|
|
1065
1396
|
for name, value in vars(self).items():
|
|
1066
1397
|
property_name = name[1:]
|
|
@@ -1078,9 +1409,9 @@ class CreateAgentInstanceResponse(AbstractModel):
|
|
|
1078
1409
|
|
|
1079
1410
|
def __init__(self):
|
|
1080
1411
|
r"""
|
|
1081
|
-
:param _InstanceId:
|
|
1412
|
+
:param _InstanceId: <p>智能体实例ID</p>
|
|
1082
1413
|
:type InstanceId: str
|
|
1083
|
-
:param _InstanceName:
|
|
1414
|
+
:param _InstanceName: <p>智能体实例名称</p>
|
|
1084
1415
|
:type InstanceName: str
|
|
1085
1416
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1086
1417
|
:type RequestId: str
|
|
@@ -1091,7 +1422,7 @@ class CreateAgentInstanceResponse(AbstractModel):
|
|
|
1091
1422
|
|
|
1092
1423
|
@property
|
|
1093
1424
|
def InstanceId(self):
|
|
1094
|
-
r"""
|
|
1425
|
+
r"""<p>智能体实例ID</p>
|
|
1095
1426
|
:rtype: str
|
|
1096
1427
|
"""
|
|
1097
1428
|
return self._InstanceId
|
|
@@ -1102,7 +1433,7 @@ class CreateAgentInstanceResponse(AbstractModel):
|
|
|
1102
1433
|
|
|
1103
1434
|
@property
|
|
1104
1435
|
def InstanceName(self):
|
|
1105
|
-
r"""
|
|
1436
|
+
r"""<p>智能体实例名称</p>
|
|
1106
1437
|
:rtype: str
|
|
1107
1438
|
"""
|
|
1108
1439
|
return self._InstanceName
|
|
@@ -1788,20 +2119,22 @@ class DescribeAgentInstancesRequest(AbstractModel):
|
|
|
1788
2119
|
:type Offset: int
|
|
1789
2120
|
:param _Limit: 列表查询数量
|
|
1790
2121
|
:type Limit: int
|
|
1791
|
-
:param _InstanceId:
|
|
2122
|
+
:param _InstanceId: <p>实例ID,为空时查询所有,如果填写则会根据InstanceId筛选</p>
|
|
1792
2123
|
:type InstanceId: str
|
|
1793
|
-
:param _InstanceName:
|
|
2124
|
+
:param _InstanceName: <p>实例名,为空时查询所有,如果填写则会根据InstanceName筛选</p>
|
|
1794
2125
|
:type InstanceName: str
|
|
1795
|
-
:param _AgentId:
|
|
2126
|
+
:param _AgentId: <p>智能体ID,为空时查询所有,如果填写则会根据AgentId筛选</p>
|
|
1796
2127
|
:type AgentId: str
|
|
1797
|
-
:param _AgentName:
|
|
2128
|
+
:param _AgentName: <p>智能体名称,为空时查询所有,如果填写则会根据AgentName筛选</p>
|
|
1798
2129
|
:type AgentName: str
|
|
1799
|
-
:param _AgentInternalName:
|
|
2130
|
+
:param _AgentInternalName: <p>智能体类型,为空时查询所有,如果填写则会根据AgentName筛选</p>
|
|
1800
2131
|
:type AgentInternalName: str
|
|
1801
|
-
:param _Status:
|
|
2132
|
+
:param _Status: <p>智能体实例状态,为空时查询所有,如果填写则会根据Status筛选</p>
|
|
1802
2133
|
:type Status: str
|
|
1803
|
-
:param _TagFilter:
|
|
2134
|
+
:param _TagFilter: <p>标签过滤信息</p>
|
|
1804
2135
|
:type TagFilter: list of TagFilter
|
|
2136
|
+
:param _InstanceType: <p>实例类型</p>
|
|
2137
|
+
:type InstanceType: str
|
|
1805
2138
|
"""
|
|
1806
2139
|
self._Offset = None
|
|
1807
2140
|
self._Limit = None
|
|
@@ -1812,6 +2145,7 @@ class DescribeAgentInstancesRequest(AbstractModel):
|
|
|
1812
2145
|
self._AgentInternalName = None
|
|
1813
2146
|
self._Status = None
|
|
1814
2147
|
self._TagFilter = None
|
|
2148
|
+
self._InstanceType = None
|
|
1815
2149
|
|
|
1816
2150
|
@property
|
|
1817
2151
|
def Offset(self):
|
|
@@ -1837,7 +2171,7 @@ class DescribeAgentInstancesRequest(AbstractModel):
|
|
|
1837
2171
|
|
|
1838
2172
|
@property
|
|
1839
2173
|
def InstanceId(self):
|
|
1840
|
-
r"""
|
|
2174
|
+
r"""<p>实例ID,为空时查询所有,如果填写则会根据InstanceId筛选</p>
|
|
1841
2175
|
:rtype: str
|
|
1842
2176
|
"""
|
|
1843
2177
|
return self._InstanceId
|
|
@@ -1848,7 +2182,7 @@ class DescribeAgentInstancesRequest(AbstractModel):
|
|
|
1848
2182
|
|
|
1849
2183
|
@property
|
|
1850
2184
|
def InstanceName(self):
|
|
1851
|
-
r"""
|
|
2185
|
+
r"""<p>实例名,为空时查询所有,如果填写则会根据InstanceName筛选</p>
|
|
1852
2186
|
:rtype: str
|
|
1853
2187
|
"""
|
|
1854
2188
|
return self._InstanceName
|
|
@@ -1859,7 +2193,7 @@ class DescribeAgentInstancesRequest(AbstractModel):
|
|
|
1859
2193
|
|
|
1860
2194
|
@property
|
|
1861
2195
|
def AgentId(self):
|
|
1862
|
-
r"""
|
|
2196
|
+
r"""<p>智能体ID,为空时查询所有,如果填写则会根据AgentId筛选</p>
|
|
1863
2197
|
:rtype: str
|
|
1864
2198
|
"""
|
|
1865
2199
|
return self._AgentId
|
|
@@ -1870,7 +2204,7 @@ class DescribeAgentInstancesRequest(AbstractModel):
|
|
|
1870
2204
|
|
|
1871
2205
|
@property
|
|
1872
2206
|
def AgentName(self):
|
|
1873
|
-
r"""
|
|
2207
|
+
r"""<p>智能体名称,为空时查询所有,如果填写则会根据AgentName筛选</p>
|
|
1874
2208
|
:rtype: str
|
|
1875
2209
|
"""
|
|
1876
2210
|
return self._AgentName
|
|
@@ -1881,7 +2215,7 @@ class DescribeAgentInstancesRequest(AbstractModel):
|
|
|
1881
2215
|
|
|
1882
2216
|
@property
|
|
1883
2217
|
def AgentInternalName(self):
|
|
1884
|
-
r"""
|
|
2218
|
+
r"""<p>智能体类型,为空时查询所有,如果填写则会根据AgentName筛选</p>
|
|
1885
2219
|
:rtype: str
|
|
1886
2220
|
"""
|
|
1887
2221
|
return self._AgentInternalName
|
|
@@ -1892,7 +2226,7 @@ class DescribeAgentInstancesRequest(AbstractModel):
|
|
|
1892
2226
|
|
|
1893
2227
|
@property
|
|
1894
2228
|
def Status(self):
|
|
1895
|
-
r"""
|
|
2229
|
+
r"""<p>智能体实例状态,为空时查询所有,如果填写则会根据Status筛选</p>
|
|
1896
2230
|
:rtype: str
|
|
1897
2231
|
"""
|
|
1898
2232
|
return self._Status
|
|
@@ -1903,7 +2237,7 @@ class DescribeAgentInstancesRequest(AbstractModel):
|
|
|
1903
2237
|
|
|
1904
2238
|
@property
|
|
1905
2239
|
def TagFilter(self):
|
|
1906
|
-
r"""
|
|
2240
|
+
r"""<p>标签过滤信息</p>
|
|
1907
2241
|
:rtype: list of TagFilter
|
|
1908
2242
|
"""
|
|
1909
2243
|
return self._TagFilter
|
|
@@ -1912,6 +2246,17 @@ class DescribeAgentInstancesRequest(AbstractModel):
|
|
|
1912
2246
|
def TagFilter(self, TagFilter):
|
|
1913
2247
|
self._TagFilter = TagFilter
|
|
1914
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
|
+
|
|
1915
2260
|
|
|
1916
2261
|
def _deserialize(self, params):
|
|
1917
2262
|
self._Offset = params.get("Offset")
|
|
@@ -1928,6 +2273,7 @@ class DescribeAgentInstancesRequest(AbstractModel):
|
|
|
1928
2273
|
obj = TagFilter()
|
|
1929
2274
|
obj._deserialize(item)
|
|
1930
2275
|
self._TagFilter.append(obj)
|
|
2276
|
+
self._InstanceType = params.get("InstanceType")
|
|
1931
2277
|
memeber_set = set(params.keys())
|
|
1932
2278
|
for name, value in vars(self).items():
|
|
1933
2279
|
property_name = name[1:]
|
|
@@ -1947,13 +2293,16 @@ class DescribeAgentInstancesResponse(AbstractModel):
|
|
|
1947
2293
|
r"""
|
|
1948
2294
|
:param _TotalCount: 查询结果总数量
|
|
1949
2295
|
:type TotalCount: int
|
|
1950
|
-
:param _Items:
|
|
2296
|
+
:param _Items: <p>智能体实例列表</p>
|
|
1951
2297
|
:type Items: list of AgentInstance
|
|
2298
|
+
:param _StatusCounts: <p>无</p>
|
|
2299
|
+
:type StatusCounts: list of StatusItem
|
|
1952
2300
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1953
2301
|
:type RequestId: str
|
|
1954
2302
|
"""
|
|
1955
2303
|
self._TotalCount = None
|
|
1956
2304
|
self._Items = None
|
|
2305
|
+
self._StatusCounts = None
|
|
1957
2306
|
self._RequestId = None
|
|
1958
2307
|
|
|
1959
2308
|
@property
|
|
@@ -1969,7 +2318,7 @@ class DescribeAgentInstancesResponse(AbstractModel):
|
|
|
1969
2318
|
|
|
1970
2319
|
@property
|
|
1971
2320
|
def Items(self):
|
|
1972
|
-
r"""
|
|
2321
|
+
r"""<p>智能体实例列表</p>
|
|
1973
2322
|
:rtype: list of AgentInstance
|
|
1974
2323
|
"""
|
|
1975
2324
|
return self._Items
|
|
@@ -1978,6 +2327,17 @@ class DescribeAgentInstancesResponse(AbstractModel):
|
|
|
1978
2327
|
def Items(self, Items):
|
|
1979
2328
|
self._Items = Items
|
|
1980
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
|
+
|
|
1981
2341
|
@property
|
|
1982
2342
|
def RequestId(self):
|
|
1983
2343
|
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1998,6 +2358,12 @@ class DescribeAgentInstancesResponse(AbstractModel):
|
|
|
1998
2358
|
obj = AgentInstance()
|
|
1999
2359
|
obj._deserialize(item)
|
|
2000
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)
|
|
2001
2367
|
self._RequestId = params.get("RequestId")
|
|
2002
2368
|
|
|
2003
2369
|
|
|
@@ -2020,6 +2386,8 @@ class DescribeAgentsRequest(AbstractModel):
|
|
|
2020
2386
|
:type AgentInternalName: str
|
|
2021
2387
|
:param _AgentStatus: 智能体状态,为空时查询所有,如果填写则会根据AgentStatus筛选
|
|
2022
2388
|
:type AgentStatus: str
|
|
2389
|
+
:param _DeployPlace: 架构,共享版-intranet,企业版-userVpc
|
|
2390
|
+
:type DeployPlace: str
|
|
2023
2391
|
"""
|
|
2024
2392
|
self._Offset = None
|
|
2025
2393
|
self._Limit = None
|
|
@@ -2027,6 +2395,7 @@ class DescribeAgentsRequest(AbstractModel):
|
|
|
2027
2395
|
self._AgentName = None
|
|
2028
2396
|
self._AgentInternalName = None
|
|
2029
2397
|
self._AgentStatus = None
|
|
2398
|
+
self._DeployPlace = None
|
|
2030
2399
|
|
|
2031
2400
|
@property
|
|
2032
2401
|
def Offset(self):
|
|
@@ -2094,6 +2463,17 @@ class DescribeAgentsRequest(AbstractModel):
|
|
|
2094
2463
|
def AgentStatus(self, AgentStatus):
|
|
2095
2464
|
self._AgentStatus = AgentStatus
|
|
2096
2465
|
|
|
2466
|
+
@property
|
|
2467
|
+
def DeployPlace(self):
|
|
2468
|
+
r"""架构,共享版-intranet,企业版-userVpc
|
|
2469
|
+
:rtype: str
|
|
2470
|
+
"""
|
|
2471
|
+
return self._DeployPlace
|
|
2472
|
+
|
|
2473
|
+
@DeployPlace.setter
|
|
2474
|
+
def DeployPlace(self, DeployPlace):
|
|
2475
|
+
self._DeployPlace = DeployPlace
|
|
2476
|
+
|
|
2097
2477
|
|
|
2098
2478
|
def _deserialize(self, params):
|
|
2099
2479
|
self._Offset = params.get("Offset")
|
|
@@ -2102,6 +2482,7 @@ class DescribeAgentsRequest(AbstractModel):
|
|
|
2102
2482
|
self._AgentName = params.get("AgentName")
|
|
2103
2483
|
self._AgentInternalName = params.get("AgentInternalName")
|
|
2104
2484
|
self._AgentStatus = params.get("AgentStatus")
|
|
2485
|
+
self._DeployPlace = params.get("DeployPlace")
|
|
2105
2486
|
memeber_set = set(params.keys())
|
|
2106
2487
|
for name, value in vars(self).items():
|
|
2107
2488
|
property_name = name[1:]
|
|
@@ -3481,6 +3862,57 @@ class StartAgentTaskResponse(AbstractModel):
|
|
|
3481
3862
|
self._RequestId = params.get("RequestId")
|
|
3482
3863
|
|
|
3483
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
|
+
|
|
3484
3916
|
class TagFilter(AbstractModel):
|
|
3485
3917
|
r"""通过标签对资源进行过滤
|
|
3486
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.20
|
|
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
|