tencentcloud-sdk-python-tdai 3.1.17__tar.gz → 3.1.18__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.17 → tencentcloud_sdk_python_tdai-3.1.18}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_tdai-3.1.17 → tencentcloud_sdk_python_tdai-3.1.18}/setup.py +1 -1
- {tencentcloud_sdk_python_tdai-3.1.17 → tencentcloud_sdk_python_tdai-3.1.18}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_tdai-3.1.17 → tencentcloud_sdk_python_tdai-3.1.18}/tencentcloud/tdai/v20250717/models.py +229 -0
- {tencentcloud_sdk_python_tdai-3.1.17 → tencentcloud_sdk_python_tdai-3.1.18}/tencentcloud_sdk_python_tdai.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_tdai-3.1.18/tencentcloud_sdk_python_tdai.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_tdai-3.1.17/tencentcloud_sdk_python_tdai.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_tdai-3.1.17 → tencentcloud_sdk_python_tdai-3.1.18}/README.rst +0 -0
- {tencentcloud_sdk_python_tdai-3.1.17 → tencentcloud_sdk_python_tdai-3.1.18}/setup.cfg +0 -0
- {tencentcloud_sdk_python_tdai-3.1.17 → tencentcloud_sdk_python_tdai-3.1.18}/tencentcloud/tdai/__init__.py +0 -0
- {tencentcloud_sdk_python_tdai-3.1.17 → tencentcloud_sdk_python_tdai-3.1.18}/tencentcloud/tdai/v20250717/__init__.py +0 -0
- {tencentcloud_sdk_python_tdai-3.1.17 → tencentcloud_sdk_python_tdai-3.1.18}/tencentcloud/tdai/v20250717/errorcodes.py +0 -0
- {tencentcloud_sdk_python_tdai-3.1.17 → tencentcloud_sdk_python_tdai-3.1.18}/tencentcloud/tdai/v20250717/tdai_client.py +0 -0
- {tencentcloud_sdk_python_tdai-3.1.17 → tencentcloud_sdk_python_tdai-3.1.18}/tencentcloud/tdai/v20250717/tdai_client_async.py +0 -0
- {tencentcloud_sdk_python_tdai-3.1.17 → tencentcloud_sdk_python_tdai-3.1.18}/tencentcloud_sdk_python_tdai.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_tdai-3.1.17 → tencentcloud_sdk_python_tdai-3.1.18}/tencentcloud_sdk_python_tdai.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_tdai-3.1.17 → tencentcloud_sdk_python_tdai-3.1.18}/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.18
|
|
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.18
|
|
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.18,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Tdai SDK for Python',
|
|
@@ -204,6 +204,137 @@ class Agent(AbstractModel):
|
|
|
204
204
|
|
|
205
205
|
|
|
206
206
|
|
|
207
|
+
class AgentDutyTask(AbstractModel):
|
|
208
|
+
r"""智能体值守任务信息
|
|
209
|
+
|
|
210
|
+
"""
|
|
211
|
+
|
|
212
|
+
def __init__(self):
|
|
213
|
+
r"""
|
|
214
|
+
:param _TaskId: 任务ID
|
|
215
|
+
:type TaskId: str
|
|
216
|
+
:param _CreateTime: 任务创建时间
|
|
217
|
+
:type CreateTime: str
|
|
218
|
+
:param _StartTime: 任务开始运行时间
|
|
219
|
+
:type StartTime: str
|
|
220
|
+
:param _FinishTime: 任务结束时间
|
|
221
|
+
:type FinishTime: str
|
|
222
|
+
:param _Status: 任务状态
|
|
223
|
+
:type Status: str
|
|
224
|
+
:param _ResultExtraKey: 对外展示的Extra信息
|
|
225
|
+
:type ResultExtraKey: list of str
|
|
226
|
+
:param _Extra: 业务的额外敏感信息
|
|
227
|
+
:type Extra: list of ExtraInfo
|
|
228
|
+
"""
|
|
229
|
+
self._TaskId = None
|
|
230
|
+
self._CreateTime = None
|
|
231
|
+
self._StartTime = None
|
|
232
|
+
self._FinishTime = None
|
|
233
|
+
self._Status = None
|
|
234
|
+
self._ResultExtraKey = None
|
|
235
|
+
self._Extra = None
|
|
236
|
+
|
|
237
|
+
@property
|
|
238
|
+
def TaskId(self):
|
|
239
|
+
r"""任务ID
|
|
240
|
+
:rtype: str
|
|
241
|
+
"""
|
|
242
|
+
return self._TaskId
|
|
243
|
+
|
|
244
|
+
@TaskId.setter
|
|
245
|
+
def TaskId(self, TaskId):
|
|
246
|
+
self._TaskId = TaskId
|
|
247
|
+
|
|
248
|
+
@property
|
|
249
|
+
def CreateTime(self):
|
|
250
|
+
r"""任务创建时间
|
|
251
|
+
:rtype: str
|
|
252
|
+
"""
|
|
253
|
+
return self._CreateTime
|
|
254
|
+
|
|
255
|
+
@CreateTime.setter
|
|
256
|
+
def CreateTime(self, CreateTime):
|
|
257
|
+
self._CreateTime = CreateTime
|
|
258
|
+
|
|
259
|
+
@property
|
|
260
|
+
def StartTime(self):
|
|
261
|
+
r"""任务开始运行时间
|
|
262
|
+
:rtype: str
|
|
263
|
+
"""
|
|
264
|
+
return self._StartTime
|
|
265
|
+
|
|
266
|
+
@StartTime.setter
|
|
267
|
+
def StartTime(self, StartTime):
|
|
268
|
+
self._StartTime = StartTime
|
|
269
|
+
|
|
270
|
+
@property
|
|
271
|
+
def FinishTime(self):
|
|
272
|
+
r"""任务结束时间
|
|
273
|
+
:rtype: str
|
|
274
|
+
"""
|
|
275
|
+
return self._FinishTime
|
|
276
|
+
|
|
277
|
+
@FinishTime.setter
|
|
278
|
+
def FinishTime(self, FinishTime):
|
|
279
|
+
self._FinishTime = FinishTime
|
|
280
|
+
|
|
281
|
+
@property
|
|
282
|
+
def Status(self):
|
|
283
|
+
r"""任务状态
|
|
284
|
+
:rtype: str
|
|
285
|
+
"""
|
|
286
|
+
return self._Status
|
|
287
|
+
|
|
288
|
+
@Status.setter
|
|
289
|
+
def Status(self, Status):
|
|
290
|
+
self._Status = Status
|
|
291
|
+
|
|
292
|
+
@property
|
|
293
|
+
def ResultExtraKey(self):
|
|
294
|
+
r"""对外展示的Extra信息
|
|
295
|
+
:rtype: list of str
|
|
296
|
+
"""
|
|
297
|
+
return self._ResultExtraKey
|
|
298
|
+
|
|
299
|
+
@ResultExtraKey.setter
|
|
300
|
+
def ResultExtraKey(self, ResultExtraKey):
|
|
301
|
+
self._ResultExtraKey = ResultExtraKey
|
|
302
|
+
|
|
303
|
+
@property
|
|
304
|
+
def Extra(self):
|
|
305
|
+
r"""业务的额外敏感信息
|
|
306
|
+
:rtype: list of ExtraInfo
|
|
307
|
+
"""
|
|
308
|
+
return self._Extra
|
|
309
|
+
|
|
310
|
+
@Extra.setter
|
|
311
|
+
def Extra(self, Extra):
|
|
312
|
+
self._Extra = Extra
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
def _deserialize(self, params):
|
|
316
|
+
self._TaskId = params.get("TaskId")
|
|
317
|
+
self._CreateTime = params.get("CreateTime")
|
|
318
|
+
self._StartTime = params.get("StartTime")
|
|
319
|
+
self._FinishTime = params.get("FinishTime")
|
|
320
|
+
self._Status = params.get("Status")
|
|
321
|
+
self._ResultExtraKey = params.get("ResultExtraKey")
|
|
322
|
+
if params.get("Extra") is not None:
|
|
323
|
+
self._Extra = []
|
|
324
|
+
for item in params.get("Extra"):
|
|
325
|
+
obj = ExtraInfo()
|
|
326
|
+
obj._deserialize(item)
|
|
327
|
+
self._Extra.append(obj)
|
|
328
|
+
memeber_set = set(params.keys())
|
|
329
|
+
for name, value in vars(self).items():
|
|
330
|
+
property_name = name[1:]
|
|
331
|
+
if property_name in memeber_set:
|
|
332
|
+
memeber_set.remove(property_name)
|
|
333
|
+
if len(memeber_set) > 0:
|
|
334
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
335
|
+
|
|
336
|
+
|
|
337
|
+
|
|
207
338
|
class AgentInstance(AbstractModel):
|
|
208
339
|
r"""智能体实例
|
|
209
340
|
|
|
@@ -1318,11 +1449,25 @@ class DescribeAgentDutyTaskDetailResponse(AbstractModel):
|
|
|
1318
1449
|
|
|
1319
1450
|
def __init__(self):
|
|
1320
1451
|
r"""
|
|
1452
|
+
:param _AgentDutyTask: 任务详细信息
|
|
1453
|
+
:type AgentDutyTask: :class:`tencentcloud.tdai.v20250717.models.AgentDutyTask`
|
|
1321
1454
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1322
1455
|
:type RequestId: str
|
|
1323
1456
|
"""
|
|
1457
|
+
self._AgentDutyTask = None
|
|
1324
1458
|
self._RequestId = None
|
|
1325
1459
|
|
|
1460
|
+
@property
|
|
1461
|
+
def AgentDutyTask(self):
|
|
1462
|
+
r"""任务详细信息
|
|
1463
|
+
:rtype: :class:`tencentcloud.tdai.v20250717.models.AgentDutyTask`
|
|
1464
|
+
"""
|
|
1465
|
+
return self._AgentDutyTask
|
|
1466
|
+
|
|
1467
|
+
@AgentDutyTask.setter
|
|
1468
|
+
def AgentDutyTask(self, AgentDutyTask):
|
|
1469
|
+
self._AgentDutyTask = AgentDutyTask
|
|
1470
|
+
|
|
1326
1471
|
@property
|
|
1327
1472
|
def RequestId(self):
|
|
1328
1473
|
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1336,6 +1481,9 @@ class DescribeAgentDutyTaskDetailResponse(AbstractModel):
|
|
|
1336
1481
|
|
|
1337
1482
|
|
|
1338
1483
|
def _deserialize(self, params):
|
|
1484
|
+
if params.get("AgentDutyTask") is not None:
|
|
1485
|
+
self._AgentDutyTask = AgentDutyTask()
|
|
1486
|
+
self._AgentDutyTask._deserialize(params.get("AgentDutyTask"))
|
|
1339
1487
|
self._RequestId = params.get("RequestId")
|
|
1340
1488
|
|
|
1341
1489
|
|
|
@@ -2339,6 +2487,87 @@ class DescribeReportUrlResponse(AbstractModel):
|
|
|
2339
2487
|
self._RequestId = params.get("RequestId")
|
|
2340
2488
|
|
|
2341
2489
|
|
|
2490
|
+
class ExtraInfo(AbstractModel):
|
|
2491
|
+
r"""智能体值守任务额外信息
|
|
2492
|
+
|
|
2493
|
+
"""
|
|
2494
|
+
|
|
2495
|
+
def __init__(self):
|
|
2496
|
+
r"""
|
|
2497
|
+
:param _Key: 出参额外信息的Key
|
|
2498
|
+
:type Key: str
|
|
2499
|
+
:param _Description: 额外信息描述
|
|
2500
|
+
:type Description: str
|
|
2501
|
+
:param _Value: ExtraInfo的值
|
|
2502
|
+
:type Value: str
|
|
2503
|
+
:param _ValueType: 值的数据结构类型
|
|
2504
|
+
:type ValueType: str
|
|
2505
|
+
"""
|
|
2506
|
+
self._Key = None
|
|
2507
|
+
self._Description = None
|
|
2508
|
+
self._Value = None
|
|
2509
|
+
self._ValueType = None
|
|
2510
|
+
|
|
2511
|
+
@property
|
|
2512
|
+
def Key(self):
|
|
2513
|
+
r"""出参额外信息的Key
|
|
2514
|
+
:rtype: str
|
|
2515
|
+
"""
|
|
2516
|
+
return self._Key
|
|
2517
|
+
|
|
2518
|
+
@Key.setter
|
|
2519
|
+
def Key(self, Key):
|
|
2520
|
+
self._Key = Key
|
|
2521
|
+
|
|
2522
|
+
@property
|
|
2523
|
+
def Description(self):
|
|
2524
|
+
r"""额外信息描述
|
|
2525
|
+
:rtype: str
|
|
2526
|
+
"""
|
|
2527
|
+
return self._Description
|
|
2528
|
+
|
|
2529
|
+
@Description.setter
|
|
2530
|
+
def Description(self, Description):
|
|
2531
|
+
self._Description = Description
|
|
2532
|
+
|
|
2533
|
+
@property
|
|
2534
|
+
def Value(self):
|
|
2535
|
+
r"""ExtraInfo的值
|
|
2536
|
+
:rtype: str
|
|
2537
|
+
"""
|
|
2538
|
+
return self._Value
|
|
2539
|
+
|
|
2540
|
+
@Value.setter
|
|
2541
|
+
def Value(self, Value):
|
|
2542
|
+
self._Value = Value
|
|
2543
|
+
|
|
2544
|
+
@property
|
|
2545
|
+
def ValueType(self):
|
|
2546
|
+
r"""值的数据结构类型
|
|
2547
|
+
:rtype: str
|
|
2548
|
+
"""
|
|
2549
|
+
return self._ValueType
|
|
2550
|
+
|
|
2551
|
+
@ValueType.setter
|
|
2552
|
+
def ValueType(self, ValueType):
|
|
2553
|
+
self._ValueType = ValueType
|
|
2554
|
+
|
|
2555
|
+
|
|
2556
|
+
def _deserialize(self, params):
|
|
2557
|
+
self._Key = params.get("Key")
|
|
2558
|
+
self._Description = params.get("Description")
|
|
2559
|
+
self._Value = params.get("Value")
|
|
2560
|
+
self._ValueType = params.get("ValueType")
|
|
2561
|
+
memeber_set = set(params.keys())
|
|
2562
|
+
for name, value in vars(self).items():
|
|
2563
|
+
property_name = name[1:]
|
|
2564
|
+
if property_name in memeber_set:
|
|
2565
|
+
memeber_set.remove(property_name)
|
|
2566
|
+
if len(memeber_set) > 0:
|
|
2567
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
2568
|
+
|
|
2569
|
+
|
|
2570
|
+
|
|
2342
2571
|
class InstanceInfos(AbstractModel):
|
|
2343
2572
|
r"""实例信息
|
|
2344
2573
|
|
|
@@ -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.18
|
|
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.18
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.18
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.17
|
|
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
|