tccli 3.0.1039.1__py2.py3-none-any.whl → 3.0.1040.1__py2.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.
- tccli/__init__.py +1 -1
- tccli/examples/billing/v20180709/DescribeDosageDetailList.md +63 -0
- tccli/examples/cfw/v20190904/DescribeIdsWhiteRule.md +10 -0
- tccli/examples/tdmq/v20200217/ModifyEnvironmentRole.md +4 -4
- tccli/examples/tione/v20211111/DescribeLatestTrainingMetrics.md +8 -2
- tccli/examples/tione/v20211111/DescribeNotebooks.md +15 -2
- tccli/examples/vod/v20180717/ComposeMedia.md +6 -6
- tccli/examples/vod/v20180717/CreateCLSLogset.md +21 -0
- tccli/examples/vod/v20180717/CreateCLSTopic.md +23 -0
- tccli/examples/vod/v20180717/DeleteCLSTopic.md +20 -0
- tccli/examples/vod/v20180717/DescribeCLSLogsets.md +26 -0
- tccli/examples/vod/v20180717/DescribeCLSPushTargets.md +38 -0
- tccli/examples/vod/v20180717/DescribeCLSTopics.md +31 -0
- tccli/examples/vod/v20180717/SetCLSPushTarget.md +25 -0
- tccli/services/billing/billing_client.py +61 -8
- tccli/services/billing/v20180709/api.json +323 -0
- tccli/services/billing/v20180709/examples.json +8 -0
- tccli/services/cfs/v20190719/api.json +9 -0
- tccli/services/cfw/v20190904/api.json +76 -0
- tccli/services/cfw/v20190904/examples.json +1 -1
- tccli/services/clb/v20180317/api.json +1 -1
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/essbasic/v20210526/api.json +27 -27
- tccli/services/mps/v20190612/api.json +40 -2
- tccli/services/tdmq/v20200217/examples.json +2 -2
- tccli/services/teo/v20220901/api.json +1 -0
- tccli/services/tione/v20211111/api.json +205 -75
- tccli/services/tione/v20211111/examples.json +2 -2
- tccli/services/trtc/v20190722/api.json +12 -3
- tccli/services/vod/v20180717/api.json +555 -0
- tccli/services/vod/v20180717/examples.json +57 -1
- tccli/services/vod/vod_client.py +375 -4
- {tccli-3.0.1039.1.dist-info → tccli-3.0.1040.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1039.1.dist-info → tccli-3.0.1040.1.dist-info}/RECORD +37 -29
- {tccli-3.0.1039.1.dist-info → tccli-3.0.1040.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1039.1.dist-info → tccli-3.0.1040.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1039.1.dist-info → tccli-3.0.1040.1.dist-info}/license_files/LICENSE +0 -0
@@ -276,7 +276,7 @@
|
|
276
276
|
{
|
277
277
|
"document": "",
|
278
278
|
"input": "https://tione.tencentcloudapi.com/?Action=DescribeLatestTrainingMetrics\n&TaskId=taskid-xyz\n&<公共请求参数>",
|
279
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"123fa8123\",\n \"TaskId\": \"taskid-xyz\",\n \"Metrics\": [\n {\n \"MetricName\": \"loss\",\n \"Values\": [\n {},\n {}\n ]\n }\n ]\n }\n}",
|
279
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"123fa8123\",\n \"TaskId\": \"taskid-xyz\",\n \"Metrics\": [\n {\n \"MetricName\": \"loss\",\n \"Values\": [\n {\n \"Timestamp\": 1641002400,\n \"Value\": 182.06\n },\n {\n \"Timestamp\": 1641002410,\n \"Value\": 176.06\n }\n ]\n }\n ]\n }\n}",
|
280
280
|
"title": "查询最近上报的训练自定义指标"
|
281
281
|
}
|
282
282
|
],
|
@@ -404,7 +404,7 @@
|
|
404
404
|
{
|
405
405
|
"document": "Notebook列表",
|
406
406
|
"input": "POST / HTTP/1.1\nHost: tione.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeNotebooks\n<公共请求参数>\n\n{\n \"OrderField\": \"string\",\n \"TagFilters\": [\n {\n \"TagValues\": [\n \"string\"\n ],\n \"TagKey\": \"string\"\n }\n ],\n \"Limit\": 0,\n \"Filters\": [\n {\n \"Fuzzy\": true,\n \"Values\": [\n \"string\"\n ],\n \"Name\": \"string\",\n \"Negative\": true\n }\n ],\n \"Offset\": 0,\n \"Order\": \"string\"\n}",
|
407
|
-
"output": "{\n \"Response\": {\n \"NotebookSet\": [\n {\n \"Id\": \"abc\",\n \"Name\": \"abc\",\n \"ChargeType\": \"abc\",\n \"ResourceConf\": {\n \"Cpu\": 1,\n \"Memory\": 1,\n \"Gpu\": 1,\n \"GpuType\": \"abc\",\n \"InstanceType\": \"abc\"\n },\n \"ResourceGroupId\": \"abc\",\n \"VolumeSizeInGB\": 1,\n \"BillingInfos\": [\n \"abc\"\n ],\n \"Tags\": [\n {\n \"TagKey\": \"abc\",\n \"TagValue\": \"abc\"\n }\n ],\n \"CreateTime\": \"abc\",\n \"StartTime\": \"abc\",\n \"UpdateTime\": \"abc\",\n \"RuntimeInSeconds\": 1,\n \"ChargeStatus\": \"abc\",\n \"Status\": \"abc\",\n \"FailureReason\": \"abc\",\n \"EndTime\": \"abc\",\n \"PodName\": \"abc\",\n \"InstanceTypeAlias\": \"abc\",\n \"ResourceGroupName\": \"abc\",\n \"AutoStopping\": true,\n \"AutomaticStopTime\": 1,\n \"VolumeSourceType\": \"abc\",\n \"VolumeSourceCFS\": {\n \"Id\": \"abc\",\n \"Path\": \"abc\"\n },\n \"Message\": \"abc\",\n \"UserTypes\": [\n \"abc\"\n ]\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"abc\"\n }\n}",
|
407
|
+
"output": "{\n \"Response\": {\n \"NotebookSet\": [\n {\n \"Id\": \"abc\",\n \"Name\": \"abc\",\n \"ChargeType\": \"abc\",\n \"ResourceConf\": {\n \"Cpu\": 1,\n \"Memory\": 1,\n \"Gpu\": 1,\n \"GpuType\": \"abc\",\n \"InstanceType\": \"abc\"\n },\n \"ResourceGroupId\": \"abc\",\n \"VolumeSizeInGB\": 1,\n \"BillingInfos\": [\n \"abc\"\n ],\n \"Tags\": [\n {\n \"TagKey\": \"abc\",\n \"TagValue\": \"abc\"\n }\n ],\n \"CreateTime\": \"abc\",\n \"StartTime\": \"abc\",\n \"UpdateTime\": \"abc\",\n \"RuntimeInSeconds\": 1,\n \"ChargeStatus\": \"abc\",\n \"Status\": \"abc\",\n \"FailureReason\": \"abc\",\n \"EndTime\": \"abc\",\n \"PodName\": \"abc\",\n \"InstanceTypeAlias\": \"abc\",\n \"ResourceGroupName\": \"abc\",\n \"AutoStopping\": true,\n \"AutomaticStopTime\": 1,\n \"VolumeSourceType\": \"abc\",\n \"VolumeSourceCFS\": {\n \"Id\": \"abc\",\n \"Path\": \"abc\",\n \"MountType\": \"abc\",\n \"Protocol\": \"abc\"\n },\n \"Message\": \"abc\",\n \"UserTypes\": [\n \"abc\"\n ],\n \"SSHConfig\": {\n \"Enable\": true,\n \"PublicKey\": \"abc\",\n \"Port\": 0,\n \"LoginCommand\": \"abc\"\n },\n \"VolumeSourceGooseFS\": {\n \"Id\": \"abc\",\n \"Type\": \"abc\",\n \"Path\": \"abc\"\n }\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"abc\"\n }\n}",
|
408
408
|
"title": "Notebook列表"
|
409
409
|
}
|
410
410
|
],
|
@@ -3185,7 +3185,7 @@
|
|
3185
3185
|
},
|
3186
3186
|
{
|
3187
3187
|
"disabled": false,
|
3188
|
-
"document": "子画面的背景图url,填写该参数,当用户关闭摄像头或未进入TRTC房间时,会在布局位置填充为指定图片。若指定图片与布局位置尺寸比例不一致,则会对图片进行拉伸处理,优先级高于BackGroundColor
|
3188
|
+
"document": "子画面的背景图url,填写该参数,当用户关闭摄像头或未进入TRTC房间时,会在布局位置填充为指定图片。若指定图片与布局位置尺寸比例不一致,则会对图片进行拉伸处理,优先级高于BackGroundColor。支持png、jpg、jpeg、bmp、gif、webm格式。图片大小限制不超过5MB。\n注:您需要确保图片链接的可访问性,后台单次下载超时时间为10秒,最多重试3次,若最终图片下载失败,子画面的背景图将不会生效。",
|
3189
3189
|
"example": "xxxx",
|
3190
3190
|
"member": "string",
|
3191
3191
|
"name": "BackgroundImageUrl",
|
@@ -3209,6 +3209,15 @@
|
|
3209
3209
|
"name": "BackgroundRenderMode",
|
3210
3210
|
"required": false,
|
3211
3211
|
"type": "int"
|
3212
|
+
},
|
3213
|
+
{
|
3214
|
+
"disabled": false,
|
3215
|
+
"document": "子画面的透明模版url,指向一张包含透明通道的模板图片。填写该参数,后台混流时会提取该模板图片的透明通道,将其缩放作为目标画面的透明通道,再和其他画面进行混合。您可以通过透明模版实现目标画面的半透明效果和任意形状裁剪(如圆角、星形、心形等)。 支持png格式。图片大小限制不超过5MB。\n注:1,模板图片宽高比应接近目标画面宽高比,以避免缩放适配目标画面时出现模板效果变形;2,透明模版只有RenderMode为0(裁剪)时才生效;3,您需要确保图片链接的可访问性,后台单次下载超时时间为10秒,最多重试3次,若最终图片下载失败,透明模版将不会生效。",
|
3216
|
+
"example": "xxxx",
|
3217
|
+
"member": "string",
|
3218
|
+
"name": "TransparentUrl",
|
3219
|
+
"required": false,
|
3220
|
+
"type": "string"
|
3212
3221
|
}
|
3213
3222
|
],
|
3214
3223
|
"usage": "in"
|
@@ -3464,7 +3473,7 @@
|
|
3464
3473
|
},
|
3465
3474
|
{
|
3466
3475
|
"disabled": false,
|
3467
|
-
"document": "整个画布的背景图url,优先级高于BackGroundColor
|
3476
|
+
"document": "整个画布的背景图url,优先级高于BackGroundColor。支持png、jpg、jpeg格式。图片大小限制不超过5MB。\n注:您需要确保图片链接的可访问性,后台单次下载超时时间为10秒,最多重试3次,若最终图片下载失败,背景图将不会生效。",
|
3468
3477
|
"example": "xxxx",
|
3469
3478
|
"member": "string",
|
3470
3479
|
"name": "BackgroundImageUrl",
|
@@ -3497,7 +3506,7 @@
|
|
3497
3506
|
"members": [
|
3498
3507
|
{
|
3499
3508
|
"disabled": false,
|
3500
|
-
"document": "水印图片URL地址,支持png、jpg、jpeg格式。图片大小限制不超过5MB
|
3509
|
+
"document": "水印图片URL地址,支持png、jpg、jpeg格式。图片大小限制不超过5MB。\n注:您需要确保图片链接的可访问性,后台单次下载超时时间为10秒,最多重试3次,若最终图片下载失败,水印图片将不会生效。",
|
3501
3510
|
"example": "xxx.png",
|
3502
3511
|
"member": "string",
|
3503
3512
|
"name": "WaterMarkUrl",
|