Skip to content

Commit beaec74

Browse files
release 3.0.1390.1
1 parent 8779da8 commit beaec74

File tree

97 files changed

+8664
-780
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+8664
-780
lines changed

SERVICE_CHANGELOG.md

Lines changed: 47 additions & 408 deletions
Large diffs are not rendered by default.

products.md

Lines changed: 33 additions & 32 deletions
Large diffs are not rendered by default.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ exclude = ["tccli/examples"]
77

88
[project]
99
name = "tccli"
10-
version = "3.0.1389.1"
10+
version = "3.0.1390.1"
1111
authors = [
1212
{ name="tencentcloudapi", email="[email protected]" },
1313
]
@@ -24,7 +24,7 @@ classifiers = [
2424
dependencies = [
2525
"jmespath==0.10.0",
2626
"six==1.16.0",
27-
"tencentcloud-sdk-python>=3.0.1389",
27+
"tencentcloud-sdk-python>=3.0.1390",
2828
]
2929

3030
[project.urls]

tccli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '3.0.1389.1'
1+
__version__ = '3.0.1390.1'
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
**Example 1: 查询生3D专业版示例**
2+
3+
4+
5+
Input:
6+
7+
```
8+
tccli ai3d QueryHunyuanTo3DProJob --cli-unfold-argument \
9+
--JobId 1357237233311637504
10+
```
11+
12+
Output:
13+
```
14+
{
15+
"Response": {
16+
"ErrorCode": "",
17+
"ErrorMessage": "",
18+
"RequestId": "e4de438f-acca-44f9-9f29-7df547c81680",
19+
"ResultFile3Ds": [
20+
{
21+
"PreviewImageUrl": "https://cos.ap-guangzhou.tencentcos.cn/xxx.png",
22+
"Type": "GLB",
23+
"Url": "https://cos.ap-guangzhou.tencentcos.cn/xxx.glb"
24+
}
25+
],
26+
"Status": "DONE"
27+
}
28+
}
29+
```
30+
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
**Example 1: 提交生3D专业版示例**
2+
3+
4+
5+
Input:
6+
7+
```
8+
tccli ai3d SubmitHunyuanTo3DProJob --cli-unfold-argument \
9+
--ImageUrl https://cos.ap-guangzhou.myqcloud.com/input.png
10+
```
11+
12+
Output:
13+
```
14+
{
15+
"Response": {
16+
"JobId": "1357237233311637504",
17+
"RequestId": "173f8c3b-d559-4e17-aac7-4e42303773ac"
18+
}
19+
}
20+
```
21+

tccli/examples/batch/v20170312/DescribeComputeEnv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Output:
3030
"NextAction": "",
3131
"Placement": {
3232
"ProjectId": 0,
33-
"Zone": "ap-guangzhou-2"
33+
"Zone": "ap-guangzhou-6"
3434
},
3535
"ComputeNodeSet": [
3636
{

tccli/examples/batch/v20170312/DescribeComputeEnvCreateInfo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Output:
7878
"S5.SMALL2"
7979
],
8080
"Zones": [
81-
"ap-guangzhou-2"
81+
"ap-guangzhou-6"
8282
],
8383
"InstanceChargeType": "POSTPAID_BY_HOUR",
8484
"EnhancedService": {

tccli/examples/batch/v20170312/DescribeJob.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Output:
4040
"CreateTime": "2018-02-07T09:29:09Z"
4141
}
4242
],
43-
"Zone": "ap-guangzhou-2",
43+
"Zone": "ap-guangzhou-6",
4444
"TaskMetrics": {
4545
"PendingCount": 0,
4646
"FailedCount": 0,

tccli/examples/ckafka/v20190819/ModifyGroupOffsets.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Input:
88
tccli ckafka ModifyGroupOffsets --cli-unfold-argument \
99
--InstanceId ckafka-test \
1010
--Group "group" \
11+
--Topics topic-test \
1112
--Strategy 1
1213
```
1314

0 commit comments

Comments
 (0)