alibabacloud-agentrun20250910 4.0.3__py3-none-any.whl → 4.0.4__py3-none-any.whl
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.
- alibabacloud_agentrun20250910/__init__.py +1 -1
- alibabacloud_agentrun20250910/models.py +7 -0
- {alibabacloud_agentrun20250910-4.0.3.dist-info → alibabacloud_agentrun20250910-4.0.4.dist-info}/METADATA +1 -1
- alibabacloud_agentrun20250910-4.0.4.dist-info/RECORD +8 -0
- alibabacloud_agentrun20250910-4.0.3.dist-info/RECORD +0 -8
- {alibabacloud_agentrun20250910-4.0.3.dist-info → alibabacloud_agentrun20250910-4.0.4.dist-info}/LICENSE +0 -0
- {alibabacloud_agentrun20250910-4.0.3.dist-info → alibabacloud_agentrun20250910-4.0.4.dist-info}/WHEEL +0 -0
- {alibabacloud_agentrun20250910-4.0.3.dist-info → alibabacloud_agentrun20250910-4.0.4.dist-info}/top_level.txt +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = '4.0.
|
|
1
|
+
__version__ = '4.0.4'
|
|
@@ -295,6 +295,7 @@ class AgentRuntime(TeaModel):
|
|
|
295
295
|
container_configuration: ContainerConfiguration = None,
|
|
296
296
|
cpu: float = None,
|
|
297
297
|
created_at: str = None,
|
|
298
|
+
credential_name: str = None,
|
|
298
299
|
description: str = None,
|
|
299
300
|
environment_variables: Dict[str, str] = None,
|
|
300
301
|
execution_role_arn: str = None,
|
|
@@ -328,6 +329,8 @@ class AgentRuntime(TeaModel):
|
|
|
328
329
|
self.cpu = cpu
|
|
329
330
|
# 智能体运行时的创建时间,采用ISO 8601格式
|
|
330
331
|
self.created_at = created_at
|
|
332
|
+
# 用于访问智能体的凭证名称,访问智能体运行时将使用此凭证进行身份验证
|
|
333
|
+
self.credential_name = credential_name
|
|
331
334
|
# 智能体运行时的描述信息,说明该运行时的用途和功能
|
|
332
335
|
self.description = description
|
|
333
336
|
# 智能体运行时的环境变量配置
|
|
@@ -395,6 +398,8 @@ class AgentRuntime(TeaModel):
|
|
|
395
398
|
result['cpu'] = self.cpu
|
|
396
399
|
if self.created_at is not None:
|
|
397
400
|
result['createdAt'] = self.created_at
|
|
401
|
+
if self.credential_name is not None:
|
|
402
|
+
result['credentialName'] = self.credential_name
|
|
398
403
|
if self.description is not None:
|
|
399
404
|
result['description'] = self.description
|
|
400
405
|
if self.environment_variables is not None:
|
|
@@ -447,6 +452,8 @@ class AgentRuntime(TeaModel):
|
|
|
447
452
|
self.cpu = m.get('cpu')
|
|
448
453
|
if m.get('createdAt') is not None:
|
|
449
454
|
self.created_at = m.get('createdAt')
|
|
455
|
+
if m.get('credentialName') is not None:
|
|
456
|
+
self.credential_name = m.get('credentialName')
|
|
450
457
|
if m.get('description') is not None:
|
|
451
458
|
self.description = m.get('description')
|
|
452
459
|
if m.get('environmentVariables') is not None:
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
alibabacloud_agentrun20250910/__init__.py,sha256=TXO21JcOVblzJws1XOoQzR8vKDD4ktx7VTUgJTYbUOA,21
|
|
2
|
+
alibabacloud_agentrun20250910/client.py,sha256=Vv1grhdcqdrjMqB9TgpVgXf2rnqn2CYORo7wUp4Hb6c,241199
|
|
3
|
+
alibabacloud_agentrun20250910/models.py,sha256=38JH7mgZmpKgjJMrBWLHiyHlthdb8fOBUUR1uMm6oJE,499260
|
|
4
|
+
alibabacloud_agentrun20250910-4.0.4.dist-info/LICENSE,sha256=0CFItL6bHvxqS44T6vlLoW2R4Zaic304OO3WxN0oXF0,600
|
|
5
|
+
alibabacloud_agentrun20250910-4.0.4.dist-info/METADATA,sha256=rh6bQ5RZiaCgDAlkqZc3T5cdtfj_25Wlvl61VgbR2-E,2347
|
|
6
|
+
alibabacloud_agentrun20250910-4.0.4.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
|
7
|
+
alibabacloud_agentrun20250910-4.0.4.dist-info/top_level.txt,sha256=52ubthzYJLT_H920wO8t0i9HV90alDqttDu0fv3l1aM,30
|
|
8
|
+
alibabacloud_agentrun20250910-4.0.4.dist-info/RECORD,,
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
alibabacloud_agentrun20250910/__init__.py,sha256=WVDh-CWReADU6VLpUNeW8EQnxCJUNqQrdVIoGVLRXxQ,21
|
|
2
|
-
alibabacloud_agentrun20250910/client.py,sha256=Vv1grhdcqdrjMqB9TgpVgXf2rnqn2CYORo7wUp4Hb6c,241199
|
|
3
|
-
alibabacloud_agentrun20250910/models.py,sha256=pZqRS493GsXOA-y34-Efoerd8qA_dCrhbI8mk0TaY9Q,498854
|
|
4
|
-
alibabacloud_agentrun20250910-4.0.3.dist-info/LICENSE,sha256=0CFItL6bHvxqS44T6vlLoW2R4Zaic304OO3WxN0oXF0,600
|
|
5
|
-
alibabacloud_agentrun20250910-4.0.3.dist-info/METADATA,sha256=SMFyrhbGD2E1_zmzDybck9Xma7Oo5Ssz5kzm_gEZtRM,2347
|
|
6
|
-
alibabacloud_agentrun20250910-4.0.3.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
|
7
|
-
alibabacloud_agentrun20250910-4.0.3.dist-info/top_level.txt,sha256=52ubthzYJLT_H920wO8t0i9HV90alDqttDu0fv3l1aM,30
|
|
8
|
-
alibabacloud_agentrun20250910-4.0.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|