tccli 3.0.1271.1__py2.py3-none-any.whl → 3.0.1273.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.
Files changed (37) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/asr/v20190614/api.json +1 -1
  3. tccli/services/batch/v20170312/api.json +61 -61
  4. tccli/services/ccc/v20200210/api.json +19 -19
  5. tccli/services/ccc/v20200210/examples.json +5 -5
  6. tccli/services/clb/clb_client.py +265 -0
  7. tccli/services/clb/v20180317/api.json +280 -0
  8. tccli/services/clb/v20180317/examples.json +40 -0
  9. tccli/services/cvm/v20170312/api.json +65 -65
  10. tccli/services/cwp/v20180228/api.json +4 -4
  11. tccli/services/dts/v20211206/api.json +1 -1
  12. tccli/services/emr/emr_client.py +57 -4
  13. tccli/services/emr/v20190103/api.json +111 -0
  14. tccli/services/emr/v20190103/examples.json +8 -0
  15. tccli/services/ess/v20201111/api.json +2 -2
  16. tccli/services/essbasic/v20210526/api.json +2 -2
  17. tccli/services/live/v20180801/api.json +11 -0
  18. tccli/services/lkeap/v20240522/api.json +1 -1
  19. tccli/services/monitor/v20180724/api.json +1 -1
  20. tccli/services/rce/v20201103/api.json +248 -258
  21. tccli/services/rce/v20201103/examples.json +1 -1
  22. tccli/services/ssl/v20191205/api.json +38 -38
  23. tccli/services/ssl/v20191205/examples.json +3 -3
  24. tccli/services/tcr/v20190924/api.json +20 -20
  25. tccli/services/tione/v20211111/api.json +7 -7
  26. tccli/services/tione/v20211111/examples.json +5 -5
  27. tccli/services/trtc/v20190722/api.json +10 -1
  28. tccli/services/trtc/v20190722/examples.json +1 -1
  29. tccli/services/waf/v20180125/api.json +191 -36
  30. tccli/services/waf/v20180125/examples.json +3 -3
  31. tccli/services/weilingwith/v20230427/api.json +114 -114
  32. tccli/services/weilingwith/v20230427/examples.json +18 -18
  33. {tccli-3.0.1271.1.dist-info → tccli-3.0.1273.1.dist-info}/METADATA +2 -2
  34. {tccli-3.0.1271.1.dist-info → tccli-3.0.1273.1.dist-info}/RECORD +37 -37
  35. {tccli-3.0.1271.1.dist-info → tccli-3.0.1273.1.dist-info}/WHEEL +0 -0
  36. {tccli-3.0.1271.1.dist-info → tccli-3.0.1273.1.dist-info}/entry_points.txt +0 -0
  37. {tccli-3.0.1271.1.dist-info → tccli-3.0.1273.1.dist-info}/license_files/LICENSE +0 -0
@@ -27,7 +27,7 @@
27
27
  "CreateNotebook": [
28
28
  {
29
29
  "document": "创建Notebook",
30
- "input": "POST / HTTP/1.1\nHost: tione.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateNotebook\n<公共请求参数>\n\n{\n \"Name\": \"notebook-test\",\n \"ChargeType\": \"POSTPAID_BY_HOUR\",\n \"ResourceConf\": {\n \"Cpu\": 2000,\n \"Memory\": 4096,\n \"Gpu\": 1,\n \"GpuType\": \"V100\",\n \"InstanceType\": \"TI.GN10.2XLARGE40.POST\"\n },\n \"ResourceGroupId\": \"trsg-dwpqnjmk\",\n \"VpcId\": \"vpc-4kq8vlym\",\n \"SubnetId\": \"subnet-58zkmdob\",\n \"VolumeSourceType\": \"CFS\",\n \"VolumeSizeInGB\": 1,\n \"VolumeSourceCFS\": {\n \"Id\": \"cfs-9su5kqtv\",\n \"Path\": \"/\"\n },\n \"LogEnable\": true,\n \"LogConfig\": {\n \"LogsetId\": \"4dd0a097-f629-4afc-9b99-888ef99a178f\",\n \"TopicId\": \"ea8048db-8f97-4abb-9668-f3532b9b61f8\"\n },\n \"RootAccess\": true,\n \"LifecycleScriptId\": \"ls-1007228485705742720\",\n \"DefaultCodeRepoId\": \"cr-1000669213287070080\",\n \"AdditionalCodeRepoIds\": [\n \"cr-1000669213287070081\"\n ],\n \"AutoStopping\": true,\n \"AutomaticStopTime\": 1,\n \"Tags\": [\n {\n \"TagKey\": \"test-key\",\n \"TagValue\": \"test-value\"\n }\n ],\n \"DirectInternetAccess\": true,\n \"DataConfigs\": [\n {\n \"MappingPath\": \"/home/tione/notebook\",\n \"DataSourceType\": \"CLOUD_PREMIUM\",\n \"CBSSource\": {\n \"VolumeSizeInGB\": 50\n }\n }\n ],\n \"ImageInfo\": {\n \"ImageType\": \"SYSTEM\",\n \"ImageUrl\": \"tione.tencentcloudcr.com/qcloud-ti-platform/llm-train:24.03-gpu-py310-cu124-tilearn-llm-v1.8.0\",\n \"ImageName\": \"tilearn-llm0.9-torch2.3-py3.10-cuda12.4-gpu\"\n },\n \"ImageType\": \"SYSTEM\"\n}",
30
+ "input": "POST / HTTP/1.1\nHost: tione.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateNotebook\n<公共请求参数>\n\n{\n \"Name\": \"notebook-test\",\n \"ChargeType\": \"POSTPAID_BY_HOUR\",\n \"ResourceConf\": {\n \"Cpu\": 2000,\n \"Memory\": 4096,\n \"Gpu\": 1,\n \"GpuType\": \"V100\",\n \"InstanceType\": \"TI.GN10.2XLARGE40.POST\"\n },\n \"ResourceGroupId\": \"trsg-dwpqnjmk\",\n \"VpcId\": \"vpc-4kq8vlym\",\n \"SubnetId\": \"subnet-58zkmdob\",\n \"VolumeSourceType\": \"CFS\",\n \"VolumeSizeInGB\": 1,\n \"VolumeSourceCFS\": {\n \"Id\": \"cfs-9su5kqtv\",\n \"Path\": \"/tione\"\n },\n \"LogEnable\": true,\n \"LogConfig\": {\n \"LogsetId\": \"4dd0a097-f629-4afc-9b99-888ef99a178f\",\n \"TopicId\": \"ea8048db-8f97-4abb-9668-f3532b9b61f8\"\n },\n \"RootAccess\": true,\n \"LifecycleScriptId\": \"ls-1007228485705742720\",\n \"DefaultCodeRepoId\": \"cr-1000669213287070080\",\n \"AdditionalCodeRepoIds\": [\n \"cr-1000669213287070081\"\n ],\n \"AutoStopping\": true,\n \"AutomaticStopTime\": 1,\n \"Tags\": [\n {\n \"TagKey\": \"test-key\",\n \"TagValue\": \"test-value\"\n }\n ],\n \"DirectInternetAccess\": true,\n \"DataConfigs\": [\n {\n \"MappingPath\": \"/home/tione/notebook\",\n \"DataSourceType\": \"CLOUD_PREMIUM\",\n \"CBSSource\": {\n \"VolumeSizeInGB\": 50\n }\n }\n ],\n \"ImageInfo\": {\n \"ImageType\": \"SYSTEM\",\n \"ImageUrl\": \"tione.tencentcloudcr.com/qcloud-ti-platform/llm-train:24.03-gpu-py310-cu124-tilearn-llm-v1.8.0\",\n \"ImageName\": \"tilearn-llm0.9-torch2.3-py3.10-cuda12.4-gpu\"\n },\n \"ImageType\": \"SYSTEM\"\n}",
31
31
  "output": "{\n \"Response\": {\n \"Id\": \"nb-1188508294472113920\",\n \"RequestId\": \"ecc8d2f6-9772-40df-856f-f6e48c6a7008\"\n }\n}",
32
32
  "title": "创建Notebook"
33
33
  }
@@ -107,8 +107,8 @@
107
107
  "DescribeBillingResourceGroups": [
108
108
  {
109
109
  "document": "",
110
- "input": "POST / HTTP/1.1\nHost: tione.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBillingResourceGroups\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Name\": \"abc\",\n \"Values\": [\n \"abc\"\n ],\n \"Negative\": true,\n \"Fuzzy\": true\n }\n ],\n \"TagFilters\": [\n {\n \"TagKey\": \"abc\",\n \"TagValues\": [\n \"abc\"\n ]\n }\n ],\n \"Offset\": 0,\n \"Limit\": 0,\n \"SearchWord\": \"abc\",\n \"DontShowInstanceSet\": true\n}",
111
- "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"ResourceGroupSet\": [\n {\n \"ResourceGroupId\": \"abc\",\n \"ResourceGroupName\": \"abc\",\n \"FreeInstance\": 1,\n \"TotalInstance\": 1,\n \"UsedResource\": {\n \"Cpu\": 1,\n \"Memory\": 1,\n \"Gpu\": 1,\n \"GpuDetailSet\": [\n {\n \"Name\": \"abc\",\n \"Value\": 1\n }\n ]\n },\n \"TotalResource\": {\n \"Cpu\": 1,\n \"Memory\": 1,\n \"Gpu\": 1,\n \"GpuDetailSet\": [\n {\n \"Name\": \"abc\",\n \"Value\": 1\n }\n ]\n },\n \"InstanceSet\": [\n {\n \"InstanceId\": \"abc\",\n \"UsedResource\": {\n \"Cpu\": 1,\n \"Memory\": 1,\n \"Gpu\": 1,\n \"GpuType\": \"abc\",\n \"RealGpu\": 1,\n \"RealGpuDetailSet\": [\n {\n \"Name\": \"abc\",\n \"Value\": 1\n }\n ]\n },\n \"TotalResource\": {\n \"Cpu\": 1,\n \"Memory\": 1,\n \"Gpu\": 1,\n \"GpuType\": \"abc\",\n \"RealGpu\": 1\n },\n \"InstanceStatus\": \"abc\",\n \"SubUin\": \"abc\",\n \"CreateTime\": \"abc\",\n \"ExpireTime\": \"abc\",\n \"AutoRenewFlag\": \"abc\",\n \"SpecId\": \"abc\",\n \"SpecAlias\": \"abc\",\n \"SpecFeatures\": [\n \"abc\"\n ],\n \"CvmInstanceId\": \"abc\"\n }\n ],\n \"TagSet\": [\n {\n \"TagKey\": \"abc\",\n \"TagValue\": \"abc\"\n }\n ]\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
110
+ "input": "POST / HTTP/1.1\nHost: tione.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBillingResourceGroups\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Name\": \"AvailableSort\",\n \"Values\": [\n \"true\"\n ],\n \"Negative\": true,\n \"Fuzzy\": true\n }\n ],\n \"TagFilters\": [\n {\n \"TagKey\": \"tag-a\",\n \"TagValues\": [\n \"tag-a\"\n ]\n }\n ],\n \"Offset\": 0,\n \"Limit\": 0,\n \"SearchWord\": \"hello-world\",\n \"DontShowInstanceSet\": true\n}",
111
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"ResourceGroupSet\": [\n {\n \"ResourceGroupId\": \"rsg-8c92bd27\",\n \"ResourceGroupName\": \"test-rsg-a\",\n \"FreeInstance\": 1,\n \"TotalInstance\": 1,\n \"UsedResource\": {\n \"Cpu\": 1,\n \"Memory\": 1,\n \"Gpu\": 1,\n \"GpuDetailSet\": [\n {\n \"Name\": \"A100\",\n \"Value\": 1\n }\n ]\n },\n \"TotalResource\": {\n \"Cpu\": 1,\n \"Memory\": 1,\n \"Gpu\": 1,\n \"GpuDetailSet\": [\n {\n \"Name\": \"A100\",\n \"Value\": 1\n }\n ]\n },\n \"InstanceSet\": [],\n \"TagSet\": [\n {\n \"TagKey\": \"tag-a\",\n \"TagValue\": \"tag-b\"\n }\n ]\n }\n ],\n \"RequestId\": \"a8410ded-4a5f-6ad1-6537-6a3462568017\"\n }\n}",
112
112
  "title": "查询资源组详情"
113
113
  }
114
114
  ],
@@ -220,7 +220,7 @@
220
220
  {
221
221
  "document": "",
222
222
  "input": "POST / HTTP/1.1\nHost: tione.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeNotebook\n<公共请求参数>\n\n{\n \"Id\": \"nb-1188508294472113920\"\n}",
223
- "output": "{\n \"Response\": {\n \"RequestId\": \"ecc8d2f6-9772-40df-856f-f6e48c6a7008\",\n \"NotebookDetail\": {\n \"ChargeType\": \"POSTPAID_BY_HOUR\",\n \"AutomaticStopTime\": 0,\n \"EndTime\": \"2024-11-14T17:22:16+08\",\n \"ChargeStatus\": \"BILLING\",\n \"Status\": \"Stopped\",\n \"UpdateTime\": \"2024-11-14T17:17:51+08\",\n \"DataSource\": \"CFS\",\n \"Message\": \"test\",\n \"VolumeSourceCFS\": {\n \"Id\": \"cfs-9su5kqtv\",\n \"Path\": \"/\",\n \"Protocol\": \"NFS\",\n \"MountType\": \"STORAGE\"\n },\n \"VolumeSourceType\": \"CFS\",\n \"ImageInfo\": {\n \"ImageType\": \"SYSTEM\",\n \"ImageUrl\": \"tione.tencentcloudcr.com/qcloud-ti-platform/llm-train:24.03-gpu-py310-cu124-tilearn-llm-v1.8.0\",\n \"ImageName\": \"tilearn-llm0.9-torch2.3-py3.10-cuda12.4-gpu\",\n \"RegistryId\": \"\",\n \"RegistryRegion\": \"\"\n },\n \"ImageType\": \"SYSTEM\",\n \"DataConfigs\": [\n {\n \"MappingPath\": \"/home/tione/notebook\",\n \"DataSourceType\": \"CFS\",\n \"DataSourceUsage\": \"test\",\n \"HDFSSource\": {\n \"Id\": \"hd-sds\",\n \"Path\": \"/date\"\n },\n \"CFSTurboSource\": {\n \"Id\": \"cfs-14csdso5\",\n \"Path\": \"/\"\n },\n \"CFSSource\": {\n \"Id\": \"cfs-14cpoxo5\",\n \"Protocol\": \"NFS\",\n \"MountType\": \"STORAGE\",\n \"Path\": \"/\"\n },\n \"COSSource\": {\n \"Bucket\": \"harry-1318247806\",\n \"Region\": \"ap-shanghai\",\n \"Paths\": [\n \"/test\"\n ]\n },\n \"GooseFSSource\": {\n \"Id\": \"\",\n \"Type\": \"\",\n \"Path\": \"\",\n \"NameSpace\": \"\"\n },\n \"LocalDiskSource\": {\n \"InstanceId\": \"\"\n },\n \"CBSSource\": {\n \"VolumeSizeInGB\": 0\n },\n \"DataSetSource\": {\n \"Id\": \"\"\n }\n }\n ],\n \"VpcId\": \"vpc-hb7u9q6e\",\n \"Tags\": [\n {\n \"TagKey\": \"test-key\",\n \"TagValue\": \"test-value\"\n }\n ],\n \"Id\": \"nb-1188508294472113920\",\n \"ResourceGroupId\": \"trsg-dwpqnjmk\",\n \"SubnetId\": \"subnet-58zkmdob\",\n \"LifecycleScriptId\": \"ls-1007228485705742720\",\n \"RootAccess\": true,\n \"Name\": \"notebook-test\",\n \"DefaultCodeRepoId\": \"cr-1000669213287070080\",\n \"ResourceConf\": {\n \"Gpu\": 1,\n \"Cpu\": 2018,\n \"GpuType\": \"V100\",\n \"InstanceType\": \"TI.S.MEDIUM.POST\",\n \"Memory\": 4000\n },\n \"AutoStopping\": true,\n \"ResourceGroupName\": \"resource-test\",\n \"LogEnable\": true,\n \"BillingInfos\": [\n \"info\"\n ],\n \"InstanceTypeAlias\": \"2C4G\",\n \"AdditionalCodeRepoIds\": [\n \"cr-1000669213287070080\"\n ],\n \"DirectInternetAccess\": true,\n \"CreateTime\": \"2024-11-11T10:50:44+08\",\n \"RuntimeInSeconds\": 100,\n \"VolumeSizeInGB\": 100,\n \"StartTime\": \"2024-11-14T19:50:10+08\",\n \"PodName\": \"nb-1188501796310898048-912gqy8i0xvk\",\n \"FailureReason\": \"no-msg\",\n \"LogConfig\": {\n \"TopicId\": \"ea8048db-8f97-4abb-9668-f3532b9b61f8\",\n \"LogsetId\": \"4dd0a097-f629-4afc-9b99-888ef99a178f\"\n }\n }\n }\n}",
223
+ "output": "{\n \"Response\": {\n \"RequestId\": \"ecc8d2f6-9772-40df-856f-f6e48c6a7008\",\n \"NotebookDetail\": {\n \"ChargeType\": \"POSTPAID_BY_HOUR\",\n \"AutomaticStopTime\": 0,\n \"EndTime\": \"2024-11-14T17:22:16+08\",\n \"ChargeStatus\": \"BILLING\",\n \"Status\": \"Stopped\",\n \"UpdateTime\": \"2024-11-14T17:17:51+08\",\n \"DataSource\": \"CFS\",\n \"Message\": \"test\",\n \"VolumeSourceCFS\": {\n \"Id\": \"cfs-9su5kqtv\",\n \"Path\": \"/tione\",\n \"Protocol\": \"NFS\",\n \"MountType\": \"STORAGE\"\n },\n \"VolumeSourceType\": \"CFS\",\n \"ImageInfo\": {\n \"ImageType\": \"SYSTEM\",\n \"ImageUrl\": \"tione.tencentcloudcr.com/qcloud-ti-platform/llm-train:24.03-gpu-py310-cu124-tilearn-llm-v1.8.0\",\n \"ImageName\": \"tilearn-llm0.9-torch2.3-py3.10-cuda12.4-gpu\",\n \"RegistryId\": \"\",\n \"RegistryRegion\": \"\"\n },\n \"ImageType\": \"SYSTEM\",\n \"DataConfigs\": [\n {\n \"MappingPath\": \"/home/tione/notebook\",\n \"DataSourceType\": \"CFS\",\n \"DataSourceUsage\": \"test\",\n \"HDFSSource\": {\n \"Id\": \"hd-sds\",\n \"Path\": \"/date\"\n },\n \"CFSTurboSource\": {\n \"Id\": \"cfs-14csdso5\",\n \"Path\": \"/tione\"\n },\n \"CFSSource\": {\n \"Id\": \"cfs-14cpoxo5\",\n \"Protocol\": \"NFS\",\n \"MountType\": \"STORAGE\",\n \"Path\": \"/tione\"\n },\n \"COSSource\": {\n \"Bucket\": \"harry-1318247806\",\n \"Region\": \"ap-shanghai\",\n \"Paths\": [\n \"/test\"\n ]\n },\n \"GooseFSSource\": {\n \"Id\": \"\",\n \"Type\": \"\",\n \"Path\": \"\",\n \"NameSpace\": \"\"\n },\n \"LocalDiskSource\": {\n \"InstanceId\": \"\"\n },\n \"CBSSource\": {\n \"VolumeSizeInGB\": 0\n },\n \"DataSetSource\": {\n \"Id\": \"\"\n }\n }\n ],\n \"VpcId\": \"vpc-hb7u9q6e\",\n \"Tags\": [\n {\n \"TagKey\": \"test-key\",\n \"TagValue\": \"test-value\"\n }\n ],\n \"Id\": \"nb-1188508294472113920\",\n \"ResourceGroupId\": \"trsg-dwpqnjmk\",\n \"SubnetId\": \"subnet-58zkmdob\",\n \"LifecycleScriptId\": \"ls-1007228485705742720\",\n \"RootAccess\": true,\n \"Name\": \"notebook-test\",\n \"DefaultCodeRepoId\": \"cr-1000669213287070080\",\n \"ResourceConf\": {\n \"Gpu\": 1,\n \"Cpu\": 2018,\n \"GpuType\": \"V100\",\n \"InstanceType\": \"TI.S.MEDIUM.POST\",\n \"Memory\": 4000\n },\n \"AutoStopping\": true,\n \"ResourceGroupName\": \"resource-test\",\n \"LogEnable\": true,\n \"BillingInfos\": [\n \"info\"\n ],\n \"InstanceTypeAlias\": \"2C4G\",\n \"AdditionalCodeRepoIds\": [\n \"cr-1000669213287070080\"\n ],\n \"DirectInternetAccess\": true,\n \"CreateTime\": \"2024-11-11T10:50:44+08\",\n \"JobCreateTime\": \"2024-11-14T16:58:00+08\",\n \"RuntimeInSeconds\": 100,\n \"VolumeSizeInGB\": 100,\n \"StartTime\": \"2024-11-14T19:50:10+08\",\n \"PodName\": \"nb-1188501796310898048-912gqy8i0xvk\",\n \"FailureReason\": \"no-msg\",\n \"SubUin\": \"100032979603\",\n \"LogConfig\": {\n \"TopicId\": \"ea8048db-8f97-4abb-9668-f3532b9b61f8\",\n \"LogsetId\": \"4dd0a097-f629-4afc-9b99-888ef99a178f\"\n }\n }\n }\n}",
224
224
  "title": "Notebook详情"
225
225
  }
226
226
  ],
@@ -228,7 +228,7 @@
228
228
  {
229
229
  "document": "Notebook列表",
230
230
  "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}",
231
- "output": "{\n \"Response\": {\n \"NotebookSet\": [\n {\n \"Id\": \"nb-1188508294472113920\",\n \"Name\": \"notebook-test\",\n \"ChargeType\": \"POSTPAID_BY_HOUR\",\n \"ResourceConf\": {\n \"Gpu\": 1,\n \"Cpu\": 2018,\n \"GpuType\": \"V100\",\n \"InstanceType\": \"TI.S.MEDIUM.POST\",\n \"Memory\": 4000\n },\n \"ResourceGroupId\": \"trsg-dwpqnjmk\",\n \"VolumeSizeInGB\": 100,\n \"BillingInfos\": [\n \"info\"\n ],\n \"Tags\": [\n {\n \"TagKey\": \"test-key\",\n \"TagValue\": \"test-value\"\n }\n ],\n \"CreateTime\": \"2024-11-11T10:50:44+08\",\n \"StartTime\": \"2024-11-11T10:51:44+08\",\n \"UpdateTime\": \"2024-11-11T10:51:44+08\",\n \"RuntimeInSeconds\": 100,\n \"ChargeStatus\": \"BILLING\",\n \"Status\": \"Stopped\",\n \"FailureReason\": \"errMsg\",\n \"EndTime\": \"2024-11-14T17:22:16+08\",\n \"PodName\": \"nb-1188501796310898048-912gqy8i0xvk\",\n \"InstanceTypeAlias\": \"2C4G\",\n \"ResourceGroupName\": \"resource-test\",\n \"AutoStopping\": true,\n \"AutomaticStopTime\": 100,\n \"VolumeSourceType\": \"CFS\",\n \"VolumeSourceCFS\": {\n \"Id\": \"cfs-9su5kqtv\",\n \"Path\": \"/\",\n \"Protocol\": \"NFS\",\n \"MountType\": \"STORAGE\"\n },\n \"Message\": \"message1\",\n \"UserTypes\": [\n \"AiMarket\"\n ],\n \"SSHConfig\": {\n \"Enable\": true,\n \"PublicKey\": \"ssh-rsa AAAA*.00=\",\n \"Port\": 6001,\n \"LoginCommand\": \"ssh -p 127.0.0.1:6001\"\n }\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"ecc8d2f6-9772-40df-856f-f6e48c6a7008\"\n }\n}",
231
+ "output": "{\n \"Response\": {\n \"NotebookSet\": [\n {\n \"Id\": \"nb-1188508294472113920\",\n \"Name\": \"notebook-test\",\n \"ChargeType\": \"POSTPAID_BY_HOUR\",\n \"ResourceConf\": {\n \"Gpu\": 1,\n \"Cpu\": 2018,\n \"GpuType\": \"V100\",\n \"InstanceType\": \"TI.S.MEDIUM.POST\",\n \"Memory\": 4000\n },\n \"ResourceGroupId\": \"trsg-dwpqnjmk\",\n \"VolumeSizeInGB\": 100,\n \"BillingInfos\": [\n \"info\"\n ],\n \"Tags\": [\n {\n \"TagKey\": \"test-key\",\n \"TagValue\": \"test-value\"\n }\n ],\n \"CreateTime\": \"2024-11-11T10:50:44+08\",\n \"StartTime\": \"2024-11-11T10:51:44+08\",\n \"UpdateTime\": \"2024-11-11T10:51:44+08\",\n \"RuntimeInSeconds\": 100,\n \"ChargeStatus\": \"BILLING\",\n \"Status\": \"Stopped\",\n \"FailureReason\": \"errMsg\",\n \"EndTime\": \"2024-11-14T17:22:16+08\",\n \"PodName\": \"nb-1188501796310898048-912gqy8i0xvk\",\n \"InstanceTypeAlias\": \"2C4G\",\n \"ResourceGroupName\": \"resource-test\",\n \"AutoStopping\": true,\n \"AutomaticStopTime\": 100,\n \"VolumeSourceType\": \"CFS\",\n \"VolumeSourceCFS\": {\n \"Id\": \"cfs-9su5kqtv\",\n \"Path\": \"/path\",\n \"Protocol\": \"NFS\",\n \"MountType\": \"STORAGE\"\n },\n \"Message\": \"message1\",\n \"UserTypes\": [\n \"AiMarket\"\n ],\n \"SSHConfig\": {\n \"Enable\": true,\n \"PublicKey\": \"ssh-rsa AAAA*.00=\",\n \"Port\": 6001,\n \"LoginCommand\": \"ssh -p 127.0.0.1:6001\"\n }\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"ecc8d2f6-9772-40df-856f-f6e48c6a7008\"\n }\n}",
232
232
  "title": "Notebook列表"
233
233
  }
234
234
  ],
@@ -5761,7 +5761,7 @@
5761
5761
  "members": [
5762
5762
  {
5763
5763
  "disabled": false,
5764
- "document": "\n语音转文字支持识别的语言,默认是\"zh\" 中文\n\n可通过购买「AI智能识别时长包」解锁或领取包月套餐体验版解锁不同语言. 详细说明参考:[AI智能识别计费说明](https://cloud.tencent.com/document/product/647/111976)\n\n语音转文本不同套餐版本支持的语言如下:\n\n**基础版**:\n\n- \"zh\": 中文\n\n- \"zh-TW\": 中国台湾\n\n- \"en\": 英语\n\n**标准版:**\n\n- \"8k_zh_large\": 普方大模型引擎. 当前模型同时支持中文等语言的识别,模型参数量极大,语言模型性能增强,针对电话音频中各类场景、各类中文方言的识别准确率极大提升.\n\n- \"16k_zh_large\": 普方英大模型引擎. 当前模型同时支持中文、英文、多种中文方言等语言的识别,模型参数量极大,语言模型性能增强,针对噪声大、回音大、人声小、人声远等低质量音频的识别准确率极大提升.\n\n- \"16k_multi_lang\": 多语种大模型引擎. 当前模型同时支持英语、日语、韩语、阿拉伯语、菲律宾语、法语、印地语、印尼语、马来语、葡萄牙语、西班牙语、泰语、土耳其语、越南语、德语的识别,可实现15个语种的自动识别(句子/段落级别).\n\n- \"16k_zh_en\": 中英大模型引擎. 当前模型同时支持中文、英语识别,模型参数量极大,语言模型性能增强,针对噪声大、回音大、人声小、人声远等低质量音频的识别准确率极大提升.\n\n**高级版:**\n\n- \"zh-dialect\": 中国方言\n\n- \"zh-yue\": 中国粤语\n\n- \"vi\": 越南语\n\n- \"ja\": 日语\n\n- \"ko\": 韩语\n\n- \"id\": 印度尼西亚语\n\n- \"th\": 泰语\n\n- \"pt\": 葡萄牙语\n\n- \"tr\": 土耳其语\n\n- \"ar\": 阿拉伯语\n\n- \"es\": 西班牙语\n\n- \"hi\": 印地语\n\n- \"fr\": 法语\n\n- \"ms\": 马来语\n\n- \"fil\": 菲律宾语\n\n- \"de\": 德语\n\n- \"it\": 意大利语\n\n- \"ru\": 俄语\n\n- \"sv\": 瑞典语\n\n- \"da\": 丹麦语\n\n- \"no\": 挪威语\n\n**注意:**\n\n如果缺少满足您需求的语言,请联系我们技术人员。\n\n示例值:zh",
5764
+ "document": "\n语音转文字支持识别的语言,默认是\"zh\" 中文\n\n可通过购买「AI智能识别时长包」解锁或领取包月套餐体验版解锁不同语言. 详细说明参考:[AI智能识别计费说明](https://cloud.tencent.com/document/product/647/111976)\n\n语音转文本不同套餐版本支持的语言如下:\n\n**基础版**:\n- \"zh\": 中文\n- \"zh-TW\": 中国台湾\n- \"en\": 英语\n\n**标准版:**\n- \"8k_zh_large\": 普方大模型引擎. 当前模型同时支持中文等语言的识别,模型参数量极大,语言模型性能增强,针对电话音频中各类场景、各类中文方言的识别准确率极大提升.\n- \"16k_zh_large\": 普方英大模型引擎. 当前模型同时支持中文、英文、多种中文方言等语言的识别,模型参数量极大,语言模型性能增强,针对噪声大、回音大、人声小、人声远等低质量音频的识别准确率极大提升.\n- \"16k_multi_lang\": 多语种大模型引擎. 当前模型同时支持英语、日语、韩语、阿拉伯语、菲律宾语、法语、印地语、印尼语、马来语、葡萄牙语、西班牙语、泰语、土耳其语、越南语、德语的识别,可实现15个语种的自动识别(句子/段落级别).\n- \"16k_zh_en\": 中英大模型引擎. 当前模型同时支持中文、英语识别,模型参数量极大,语言模型性能增强,针对噪声大、回音大、人声小、人声远等低质量音频的识别准确率极大提升.\n\n**高级版:**\n- \"zh-dialect\": 中国方言\n- \"zh-yue\": 中国粤语\n- \"vi\": 越南语\n- \"ja\": 日语\n- \"ko\": 韩语\n- \"id\": 印度尼西亚语\n- \"th\": 泰语\n- \"pt\": 葡萄牙语\n- \"tr\": 土耳其语\n- \"ar\": 阿拉伯语\n- \"es\": 西班牙语\n- \"hi\": 印地语\n- \"fr\": 法语\n- \"ms\": 马来语\n- \"fil\": 菲律宾语\n- \"de\": 德语\n- \"it\": 意大利语\n- \"ru\": 俄语\n- \"sv\": 瑞典语\n- \"da\": 丹麦语\n- \"no\": 挪威语\n\n**注意:**\n如果缺少满足您需求的语言,请联系我们技术人员。",
5765
5765
  "example": "zh",
5766
5766
  "member": "string",
5767
5767
  "name": "Language",
@@ -6204,6 +6204,15 @@
6204
6204
  "name": "TTSConfig",
6205
6205
  "required": false,
6206
6206
  "type": "string"
6207
+ },
6208
+ {
6209
+ "disabled": false,
6210
+ "document": "数字人配置,为JSON字符串。**数字人配置需要提工单加白后才能使用**",
6211
+ "example": "{\\\"AvatarType\\\": \\\"tencent\\\", \\\"Appkey\\\": \\\"数字人的appkey\\\", \\\"AccessToken\\\": \\\"token\\\",\\\"AssetVirtualmanKey\\\": \\\"2d64a32c02604b8db35d457ba0db0d75\\\", \\\"AvatarUserID\\\": \\\"robot_xiaowei\\\", \\\"DriverType\\\": 1, \\\"AvatarUserSig\\\": \\\"user_sign\\\"}",
6212
+ "member": "string",
6213
+ "name": "AvatarConfig",
6214
+ "required": false,
6215
+ "type": "string"
6207
6216
  }
6208
6217
  ],
6209
6218
  "type": "object"
@@ -324,7 +324,7 @@
324
324
  {
325
325
  "document": "",
326
326
  "input": "POST / HTTP/1.1\nHost: trtc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StartAIConversation\n<公共请求参数>\n\n{\n \"SdkAppId\": 12345678,\n \"RoomId\": \"room_987654321\",\n \"RoomIdType\": 1,\n \"AgentConfig\": {\n \"UserId\": \"user_12345\",\n \"UserSig\": \"user_signature_example\",\n \"MaxIdleTime\": 120,\n \"TargetUserId\": \"target_user_54321\"\n },\n \"SessionId\": \"session_1234567890abcdef\",\n \"STTConfig\": {\n \"Language\": \"en-US\",\n \"AlternativeLanguage\": [\n \"en-US\",\n \"zh\"\n ]\n },\n \"LLMConfig\": \"{\\\"LLMType\\\": \\\"openai\\\", \\\"Model\\\": \\\"gpt-3.5-turbo\\\", \\\"APIKey\\\": \\\"xxx\\\", \\\"APIUrl\\\": \\\"http://xxxx-api.woa.com/v1/chat/completions\\\", \\\"Streaming\\\": true}\",\n \"TTSConfig\": \"{\\\"TTSType\\\": \\\"tencent\\\", \\\"AppId\\\": 130000000, \\\"SecretId\\\": \\\"AKIDxxxxx\\\", \\\"SecretKey\\\": \\\"HlDxxxxxx\\\", \\\"VoiceType\\\": 1008, \\\"Speed\\\": 1}\"\n}",
327
- "output": "{\n \"Response\": {\n \"TaskId\": \"abc\",\n \"RequestId\": \"abc\"\n }\n}",
327
+ "output": "{\n \"Response\": {\n \"TaskId\": \"v2_20250224_udqgoOzzpAFOoiXR_sHbeVCwys3hy0PLs1uRLvS7wY9mjZMEIQuDPhT\",\n \"RequestId\": \"df81f274-c1b8-4342-b0a1-e552072cc48e\"\n }\n}",
328
328
  "title": "启动一个AI机器人对话"
329
329
  }
330
330
  ],