tencentcloud-sdk-python-csip 3.1.62__tar.gz → 3.1.63__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_csip-3.1.62 → tencentcloud_sdk_python_csip-3.1.63}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_csip-3.1.62 → tencentcloud_sdk_python_csip-3.1.63}/setup.py +1 -1
- {tencentcloud_sdk_python_csip-3.1.62 → tencentcloud_sdk_python_csip-3.1.63}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_csip-3.1.62 → tencentcloud_sdk_python_csip-3.1.63}/tencentcloud/csip/v20221121/models.py +99 -0
- {tencentcloud_sdk_python_csip-3.1.62 → tencentcloud_sdk_python_csip-3.1.63}/tencentcloud_sdk_python_csip.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_csip-3.1.63/tencentcloud_sdk_python_csip.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_csip-3.1.62/tencentcloud_sdk_python_csip.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_csip-3.1.62 → tencentcloud_sdk_python_csip-3.1.63}/README.rst +0 -0
- {tencentcloud_sdk_python_csip-3.1.62 → tencentcloud_sdk_python_csip-3.1.63}/setup.cfg +0 -0
- {tencentcloud_sdk_python_csip-3.1.62 → tencentcloud_sdk_python_csip-3.1.63}/tencentcloud/csip/__init__.py +0 -0
- {tencentcloud_sdk_python_csip-3.1.62 → tencentcloud_sdk_python_csip-3.1.63}/tencentcloud/csip/v20221121/__init__.py +0 -0
- {tencentcloud_sdk_python_csip-3.1.62 → tencentcloud_sdk_python_csip-3.1.63}/tencentcloud/csip/v20221121/csip_client.py +0 -0
- {tencentcloud_sdk_python_csip-3.1.62 → tencentcloud_sdk_python_csip-3.1.63}/tencentcloud/csip/v20221121/csip_client_async.py +0 -0
- {tencentcloud_sdk_python_csip-3.1.62 → tencentcloud_sdk_python_csip-3.1.63}/tencentcloud/csip/v20221121/errorcodes.py +0 -0
- {tencentcloud_sdk_python_csip-3.1.62 → tencentcloud_sdk_python_csip-3.1.63}/tencentcloud_sdk_python_csip.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_csip-3.1.62 → tencentcloud_sdk_python_csip-3.1.63}/tencentcloud_sdk_python_csip.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_csip-3.1.62 → tencentcloud_sdk_python_csip-3.1.63}/tencentcloud_sdk_python_csip.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-csip
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.63
|
|
4
4
|
Summary: Tencent Cloud Csip 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.63
|
|
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-csip',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.63,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Csip SDK for Python',
|
|
@@ -46,6 +46,8 @@ class AIAgentAsset(AbstractModel):
|
|
|
46
46
|
:type ExposureStatus: str
|
|
47
47
|
:param _MetadataRiskURL: metadata 有风险时对应路径
|
|
48
48
|
:type MetadataRiskURL: str
|
|
49
|
+
:param _SkillState: 无
|
|
50
|
+
:type SkillState: :class:`tencentcloud.csip.v20221121.models.SkillState`
|
|
49
51
|
"""
|
|
50
52
|
self._ID = None
|
|
51
53
|
self._AgentName = None
|
|
@@ -57,6 +59,7 @@ class AIAgentAsset(AbstractModel):
|
|
|
57
59
|
self._IdentityMethod = None
|
|
58
60
|
self._ExposureStatus = None
|
|
59
61
|
self._MetadataRiskURL = None
|
|
62
|
+
self._SkillState = None
|
|
60
63
|
|
|
61
64
|
@property
|
|
62
65
|
def ID(self):
|
|
@@ -169,6 +172,17 @@ class AIAgentAsset(AbstractModel):
|
|
|
169
172
|
def MetadataRiskURL(self, MetadataRiskURL):
|
|
170
173
|
self._MetadataRiskURL = MetadataRiskURL
|
|
171
174
|
|
|
175
|
+
@property
|
|
176
|
+
def SkillState(self):
|
|
177
|
+
r"""无
|
|
178
|
+
:rtype: :class:`tencentcloud.csip.v20221121.models.SkillState`
|
|
179
|
+
"""
|
|
180
|
+
return self._SkillState
|
|
181
|
+
|
|
182
|
+
@SkillState.setter
|
|
183
|
+
def SkillState(self, SkillState):
|
|
184
|
+
self._SkillState = SkillState
|
|
185
|
+
|
|
172
186
|
|
|
173
187
|
def _deserialize(self, params):
|
|
174
188
|
self._ID = params.get("ID")
|
|
@@ -181,6 +195,9 @@ class AIAgentAsset(AbstractModel):
|
|
|
181
195
|
self._IdentityMethod = params.get("IdentityMethod")
|
|
182
196
|
self._ExposureStatus = params.get("ExposureStatus")
|
|
183
197
|
self._MetadataRiskURL = params.get("MetadataRiskURL")
|
|
198
|
+
if params.get("SkillState") is not None:
|
|
199
|
+
self._SkillState = SkillState()
|
|
200
|
+
self._SkillState._deserialize(params.get("SkillState"))
|
|
184
201
|
memeber_set = set(params.keys())
|
|
185
202
|
for name, value in vars(self).items():
|
|
186
203
|
property_name = name[1:]
|
|
@@ -33103,6 +33120,88 @@ class ServiceSupport(AbstractModel):
|
|
|
33103
33120
|
|
|
33104
33121
|
|
|
33105
33122
|
|
|
33123
|
+
class SkillState(AbstractModel):
|
|
33124
|
+
r"""SKILL安装状态信息
|
|
33125
|
+
|
|
33126
|
+
"""
|
|
33127
|
+
|
|
33128
|
+
def __init__(self):
|
|
33129
|
+
r"""
|
|
33130
|
+
:param _SkillInstallStatus: SKILL安装状态
|
|
33131
|
+
枚举值:
|
|
33132
|
+
0:未安装
|
|
33133
|
+
1:安装中
|
|
33134
|
+
2:已安装
|
|
33135
|
+
3:安装失败
|
|
33136
|
+
4:卸载中
|
|
33137
|
+
5:卸载失败
|
|
33138
|
+
:type SkillInstallStatus: int
|
|
33139
|
+
:param _SkillInstallTime: SKILL安装/卸载操作时间
|
|
33140
|
+
参数格式:YYYY-MM-DDTHH:mm:ssZ(ISO8601格式)
|
|
33141
|
+
:type SkillInstallTime: str
|
|
33142
|
+
:param _SkillInstallResult: SKILL安装/卸载结果描述信息
|
|
33143
|
+
:type SkillInstallResult: str
|
|
33144
|
+
"""
|
|
33145
|
+
self._SkillInstallStatus = None
|
|
33146
|
+
self._SkillInstallTime = None
|
|
33147
|
+
self._SkillInstallResult = None
|
|
33148
|
+
|
|
33149
|
+
@property
|
|
33150
|
+
def SkillInstallStatus(self):
|
|
33151
|
+
r"""SKILL安装状态
|
|
33152
|
+
枚举值:
|
|
33153
|
+
0:未安装
|
|
33154
|
+
1:安装中
|
|
33155
|
+
2:已安装
|
|
33156
|
+
3:安装失败
|
|
33157
|
+
4:卸载中
|
|
33158
|
+
5:卸载失败
|
|
33159
|
+
:rtype: int
|
|
33160
|
+
"""
|
|
33161
|
+
return self._SkillInstallStatus
|
|
33162
|
+
|
|
33163
|
+
@SkillInstallStatus.setter
|
|
33164
|
+
def SkillInstallStatus(self, SkillInstallStatus):
|
|
33165
|
+
self._SkillInstallStatus = SkillInstallStatus
|
|
33166
|
+
|
|
33167
|
+
@property
|
|
33168
|
+
def SkillInstallTime(self):
|
|
33169
|
+
r"""SKILL安装/卸载操作时间
|
|
33170
|
+
参数格式:YYYY-MM-DDTHH:mm:ssZ(ISO8601格式)
|
|
33171
|
+
:rtype: str
|
|
33172
|
+
"""
|
|
33173
|
+
return self._SkillInstallTime
|
|
33174
|
+
|
|
33175
|
+
@SkillInstallTime.setter
|
|
33176
|
+
def SkillInstallTime(self, SkillInstallTime):
|
|
33177
|
+
self._SkillInstallTime = SkillInstallTime
|
|
33178
|
+
|
|
33179
|
+
@property
|
|
33180
|
+
def SkillInstallResult(self):
|
|
33181
|
+
r"""SKILL安装/卸载结果描述信息
|
|
33182
|
+
:rtype: str
|
|
33183
|
+
"""
|
|
33184
|
+
return self._SkillInstallResult
|
|
33185
|
+
|
|
33186
|
+
@SkillInstallResult.setter
|
|
33187
|
+
def SkillInstallResult(self, SkillInstallResult):
|
|
33188
|
+
self._SkillInstallResult = SkillInstallResult
|
|
33189
|
+
|
|
33190
|
+
|
|
33191
|
+
def _deserialize(self, params):
|
|
33192
|
+
self._SkillInstallStatus = params.get("SkillInstallStatus")
|
|
33193
|
+
self._SkillInstallTime = params.get("SkillInstallTime")
|
|
33194
|
+
self._SkillInstallResult = params.get("SkillInstallResult")
|
|
33195
|
+
memeber_set = set(params.keys())
|
|
33196
|
+
for name, value in vars(self).items():
|
|
33197
|
+
property_name = name[1:]
|
|
33198
|
+
if property_name in memeber_set:
|
|
33199
|
+
memeber_set.remove(property_name)
|
|
33200
|
+
if len(memeber_set) > 0:
|
|
33201
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
33202
|
+
|
|
33203
|
+
|
|
33204
|
+
|
|
33106
33205
|
class SourceIPAsset(AbstractModel):
|
|
33107
33206
|
r"""访问密钥资产信息(源IP角度)
|
|
33108
33207
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-csip
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.63
|
|
4
4
|
Summary: Tencent Cloud Csip 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.63
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.63
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.62
|
|
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
|