tencentcloud-sdk-python-ai3d 3.0.1461__tar.gz → 3.0.1464__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-ai3d-3.0.1461 → tencentcloud-sdk-python-ai3d-3.0.1464}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-ai3d-3.0.1461 → tencentcloud-sdk-python-ai3d-3.0.1464}/setup.py +1 -1
- {tencentcloud-sdk-python-ai3d-3.0.1461 → tencentcloud-sdk-python-ai3d-3.0.1464}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-ai3d-3.0.1461 → tencentcloud-sdk-python-ai3d-3.0.1464}/tencentcloud/ai3d/v20250513/ai3d_client.py +2 -2
- {tencentcloud-sdk-python-ai3d-3.0.1461 → tencentcloud-sdk-python-ai3d-3.0.1464}/tencentcloud_sdk_python_ai3d.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-ai3d-3.0.1464/tencentcloud_sdk_python_ai3d.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-ai3d-3.0.1461/tencentcloud_sdk_python_ai3d.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-ai3d-3.0.1461 → tencentcloud-sdk-python-ai3d-3.0.1464}/README.rst +0 -0
- {tencentcloud-sdk-python-ai3d-3.0.1461 → tencentcloud-sdk-python-ai3d-3.0.1464}/setup.cfg +0 -0
- {tencentcloud-sdk-python-ai3d-3.0.1461 → tencentcloud-sdk-python-ai3d-3.0.1464}/tencentcloud/ai3d/__init__.py +0 -0
- {tencentcloud-sdk-python-ai3d-3.0.1461 → tencentcloud-sdk-python-ai3d-3.0.1464}/tencentcloud/ai3d/v20250513/__init__.py +0 -0
- {tencentcloud-sdk-python-ai3d-3.0.1461 → tencentcloud-sdk-python-ai3d-3.0.1464}/tencentcloud/ai3d/v20250513/errorcodes.py +0 -0
- {tencentcloud-sdk-python-ai3d-3.0.1461 → tencentcloud-sdk-python-ai3d-3.0.1464}/tencentcloud/ai3d/v20250513/models.py +0 -0
- {tencentcloud-sdk-python-ai3d-3.0.1461 → tencentcloud-sdk-python-ai3d-3.0.1464}/tencentcloud_sdk_python_ai3d.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-ai3d-3.0.1461 → tencentcloud-sdk-python-ai3d-3.0.1464}/tencentcloud_sdk_python_ai3d.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-ai3d-3.0.1461 → tencentcloud-sdk-python-ai3d-3.0.1464}/tencentcloud_sdk_python_ai3d.egg-info/top_level.txt +0 -0
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-ai3d',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.0.1464,<4.0.0"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Ai3d SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -52,7 +52,7 @@ class Ai3dClient(AbstractClient):
|
|
|
52
52
|
|
|
53
53
|
def QueryHunyuanTo3DProJob(self, request):
|
|
54
54
|
r"""混元生3D接口,基于混元大模型,根据输入的文本描述/图片智能生成3D。
|
|
55
|
-
默认提供
|
|
55
|
+
默认提供3个并发,代表最多能同时处理1个已提交的任务,上一个任务处理完毕后,才能开始处理下一个任务。
|
|
56
56
|
|
|
57
57
|
:param request: Request instance for QueryHunyuanTo3DProJob.
|
|
58
58
|
:type request: :class:`tencentcloud.ai3d.v20250513.models.QueryHunyuanTo3DProJobRequest`
|
|
@@ -124,7 +124,7 @@ class Ai3dClient(AbstractClient):
|
|
|
124
124
|
|
|
125
125
|
def SubmitHunyuanTo3DProJob(self, request):
|
|
126
126
|
r"""混元生3D接口,基于混元大模型,根据输入的文本描述/图片智能生成3D。
|
|
127
|
-
默认提供
|
|
127
|
+
默认提供3个并发,代表最多能同时处理1个已提交的任务,上一个任务处理完毕后,才能开始处理下一个任务。
|
|
128
128
|
|
|
129
129
|
:param request: Request instance for SubmitHunyuanTo3DProJob.
|
|
130
130
|
:type request: :class:`tencentcloud.ai3d.v20250513.models.SubmitHunyuanTo3DProJobRequest`
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.0.1464
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.0.1461
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|