tccli 3.0.1112.1__py2.py3-none-any.whl → 3.0.1114.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (35) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/cat/v20180409/api.json +2 -2
  3. tccli/services/cat/v20180409/examples.json +2 -2
  4. tccli/services/ckafka/v20190819/api.json +13 -3
  5. tccli/services/dasb/v20191018/api.json +2 -2
  6. tccli/services/dbbrain/dbbrain_client.py +57 -4
  7. tccli/services/dbbrain/v20210527/api.json +173 -5
  8. tccli/services/dbbrain/v20210527/examples.json +15 -1
  9. tccli/services/dlc/dlc_client.py +129 -23
  10. tccli/services/dlc/v20210125/api.json +123 -0
  11. tccli/services/dlc/v20210125/examples.json +16 -0
  12. tccli/services/ess/ess_client.py +110 -4
  13. tccli/services/ess/v20201111/api.json +149 -4
  14. tccli/services/ess/v20201111/examples.json +18 -2
  15. tccli/services/essbasic/v20210526/api.json +12 -2
  16. tccli/services/essbasic/v20210526/examples.json +4 -4
  17. tccli/services/hunyuan/v20230901/api.json +7 -7
  18. tccli/services/hunyuan/v20230901/examples.json +6 -6
  19. tccli/services/iotexplorer/iotexplorer_client.py +53 -0
  20. tccli/services/iotexplorer/v20190423/api.json +61 -0
  21. tccli/services/iotexplorer/v20190423/examples.json +8 -0
  22. tccli/services/monitor/v20180724/api.json +27 -0
  23. tccli/services/mps/v20190612/api.json +67 -1
  24. tccli/services/svp/svp_client.py +159 -0
  25. tccli/services/svp/v20240125/api.json +723 -0
  26. tccli/services/svp/v20240125/examples.json +24 -0
  27. tccli/services/tdmq/v20200217/api.json +2 -2
  28. tccli/services/tione/tione_client.py +214 -2228
  29. tccli/services/tione/v20211111/api.json +5189 -10622
  30. tccli/services/tione/v20211111/examples.json +0 -304
  31. {tccli-3.0.1112.1.dist-info → tccli-3.0.1114.1.dist-info}/METADATA +2 -2
  32. {tccli-3.0.1112.1.dist-info → tccli-3.0.1114.1.dist-info}/RECORD +35 -35
  33. {tccli-3.0.1112.1.dist-info → tccli-3.0.1114.1.dist-info}/WHEEL +0 -0
  34. {tccli-3.0.1112.1.dist-info → tccli-3.0.1114.1.dist-info}/entry_points.txt +0 -0
  35. {tccli-3.0.1112.1.dist-info → tccli-3.0.1114.1.dist-info}/license_files/LICENSE +0 -0
@@ -8,22 +8,6 @@
8
8
  "title": "与大模型聊天"
9
9
  }
10
10
  ],
11
- "CreateBatchModelAccTasks": [
12
- {
13
- "document": "",
14
- "input": "POST / HTTP/1.1\nHost: tione.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateBatchModelAccTasks\n<公共请求参数>\n\n{\n \"BatchModelAccTasks\": [\n {\n \"ModelName\": \"test\",\n \"ModelFormat\": \"TORCH_SCRIPT\",\n \"ModelVersion\": \"v1\",\n \"ModelSource\": \"COS\",\n \"ModelInputPath\": {\n \"Paths\": [\n \"test/input/inception.pt\"\n ],\n \"Region\": \"ap-guangzhou\",\n \"Bucket\": \"test-bucket\"\n },\n \"AccEngineVersion\": \"v2.0\",\n \"TensorInfos\": [\n \"input_0:float(1*3*640*640)\"\n ],\n \"ModelId\": \"m-660879334503305216\"\n }\n ],\n \"ModelAccTaskName\": \"test-acc-task\",\n \"ModelOutputPath\": {\n \"Paths\": [\n \"test/output/\"\n ],\n \"Region\": \"ap-guangzhou\",\n \"Bucket\": \"test-bucket\"\n },\n \"Tags\": [\n {\n \"TagKey\": \"test-key\",\n \"TagValue\": \"test-value\"\n }\n ],\n \"HyperParameter\": {\n \"CpuCachePercentage\": \"0.2\",\n \"SlotNum\": \"1\",\n \"GpuCachePercentage\": \"0.2\",\n \"MaxNNZ\": \"1\"\n },\n \"OptimizationLevel\": \"FP16\",\n \"GPUType\": \"T4\"\n}",
15
- "output": "{\n \"Response\": {\n \"RequestId\": \"ced11c16-fd5a-4f12-8a0b-17c7f0b14659\",\n \"ModelAccTaskIds\": [\n \"acc-50rjzj2xtest\"\n ]\n }\n}",
16
- "title": "批量创建模型加速任务"
17
- }
18
- ],
19
- "CreateBatchTask": [
20
- {
21
- "document": "批量预测示例请求",
22
- "input": "POST / HTTP/1.1\nHost: tione.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateBatchTask\n<公共请求参数>\n\n{\n \"BatchTaskName\": \"task-xx\",\n \"ChargeType\": \"POSTPAID_BY_HOUR\",\n \"ResourceGroupId\": \"trsg-c7xxxx\",\n \"ResourceConfigInfo\": {\n \"Role\": \"WORKER\",\n \"Cpu\": 1,\n \"Memory\": 1,\n \"GpuType\": \"A\",\n \"Gpu\": 1,\n \"InstanceType\": \"TI.S.LARGE.POST-XXX\",\n \"InstanceNum\": 1\n },\n \"Tags\": [\n {\n \"TagKey\": \"abc\",\n \"TagValue\": \"def\"\n }\n ],\n \"ModelInfo\": {\n \"ModelId\": \"abc-id\",\n \"ModelName\": \"Pytorch\",\n \"ModelVersionId\": \"mv-v2-abcdef\",\n \"ModelVersion\": \"v2\",\n \"ModelSource\": \"cos\",\n \"CosPathInfo\": {\n \"Bucket\": \"test-sh-123\",\n \"Region\": \"ap-shanghai\",\n \"Paths\": [\n \"test/model\"\n ]\n },\n \"AlgorithmFramework\": \"torch\",\n \"ModelType\": \"ACCELERATE\"\n },\n \"ImageInfo\": {\n \"ImageType\": \"CCR\",\n \"ImageUrl\": \"ccr.tencentyun.com/a/b/c\",\n \"RegistryRegion\": \"\",\n \"RegistryId\": \"\"\n },\n \"CodePackage\": {\n \"Bucket\": \"testbkt-1234\",\n \"Region\": \"ap-shanghai\",\n \"Paths\": [\n \"test/model/code_Path\"\n ]\n },\n \"StartCmd\": \"python3 /opt/ml/code/model_service.py\",\n \"StartCmdBase64\": \"L2FwcC9ydW4uc2g=\",\n \"DataConfigs\": [\n {\n \"MappingPath\": \"\",\n \"DataSourceType\": \"\",\n \"DataSetSource\": {\n \"Id\": \"12345678\"\n },\n \"COSSource\": {\n \"Bucket\": \"test-bkt-1234\",\n \"Region\": \"ap-shanghai\",\n \"Paths\": [\n \"test/data/\"\n ]\n },\n \"CFSSource\": {\n \"Id\": \"12345\",\n \"Path\": \"/data\"\n },\n \"HDFSSource\": {\n \"Id\": \"12345\",\n \"Path\": \"test/hdfs_path/\"\n }\n }\n ],\n \"Outputs\": [\n {\n \"MappingPath\": \"\",\n \"DataSourceType\": \"cos\",\n \"DataSetSource\": {\n \"Id\": \"ds-12345-xx\"\n },\n \"COSSource\": {\n \"Bucket\": \"testbkt-12345\",\n \"Region\": \"ap-shanghai\",\n \"Paths\": [\n \"tests/outputs/\"\n ]\n },\n \"CFSSource\": {\n \"Id\": \"\",\n \"Path\": \"\"\n },\n \"HDFSSource\": {\n \"Id\": \"\",\n \"Path\": \"\"\n }\n }\n ],\n \"LogEnable\": true,\n \"LogConfig\": {\n \"LogsetId\": \"123456\",\n \"TopicId\": \"topic-12345\"\n },\n \"VpcId\": \"12345\",\n \"SubnetId\": \"12345\",\n \"Remark\": \"\",\n \"CallbackUrl\": \"\"\n}",
23
- "output": "{\n \"Response\": {\n \"BatchTaskId\": \"task-123-xx\",\n \"RequestId\": \"abcdef-1234\"\n }\n}",
24
- "title": "CreateBatchTask"
25
- }
26
- ],
27
11
  "CreateDataset": [
28
12
  {
29
13
  "document": "CreateDataset",
@@ -48,22 +32,6 @@
48
32
  "title": "创建Notebook"
49
33
  }
50
34
  ],
51
- "CreateNotebookImage": [
52
- {
53
- "document": "保存镜像示例",
54
- "input": "POST / HTTP/1.1\nHost: tione.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateNotebookImage\n<公共请求参数>\n\n{\n \"Kernels\": [\n \"abc\"\n ],\n \"ImageInfo\": {\n \"ImageType\": \"abc\",\n \"ImageUrl\": \"abc\",\n \"RegistryRegion\": \"abc\",\n \"RegistryId\": \"abc\",\n \"AllowSaveAllContent\": true\n },\n \"NotebookId\": \"abc\"\n}",
55
- "output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
56
- "title": "保存镜像示例"
57
- }
58
- ],
59
- "CreateOptimizedModel": [
60
- {
61
- "document": "",
62
- "input": "POST / HTTP/1.1\nHost: tione.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateOptimizedModel\n<公共请求参数>\n\n{\n \"ModelAccTaskId\": \"acc-50rjzj2xtest\"\n}",
63
- "output": "{\n \"Response\": {\n \"ModelVersionId\": \"mv-v1-660879334503305217\",\n \"RequestId\": \"ced11c16-fd5a-4f12-8a0b-17c7f0b14659\",\n \"ModelId\": \"m-660879334503305216\"\n }\n}",
64
- "title": "保存优化模型"
65
- }
66
- ],
67
35
  "CreatePresignedNotebookUrl": [
68
36
  {
69
37
  "document": "生成Notebook访问链接",
@@ -80,22 +48,6 @@
80
48
  "title": "导入模型请求"
81
49
  }
82
50
  ],
83
- "CreateTrainingTask": [
84
- {
85
- "document": "创建训练任务",
86
- "input": "POST / HTTP/1.1\nHost: tione.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateTrainingTask\n<公共请求参数>\n\n{\n \"Name\": \"abc\",\n \"FrameworkName\": \"abc\",\n \"FrameworkVersion\": \"abc\",\n \"FrameworkEnvironment\": \"abc\",\n \"ChargeType\": \"abc\",\n \"ResourceGroupId\": \"abc\",\n \"ResourceConfigInfos\": [\n {\n \"Role\": \"abc\",\n \"Cpu\": 1,\n \"Memory\": 1,\n \"GpuType\": \"abc\",\n \"Gpu\": 1,\n \"InstanceType\": \"abc\",\n \"InstanceNum\": 1,\n \"InstanceTypeAlias\": \"abc\"\n }\n ],\n \"Tags\": [\n {\n \"TagKey\": \"abc\",\n \"TagValue\": \"abc\"\n }\n ],\n \"ImageInfo\": {\n \"ImageType\": \"abc\",\n \"ImageUrl\": \"abc\",\n \"RegistryRegion\": \"abc\",\n \"RegistryId\": \"abc\"\n },\n \"CodePackagePath\": {\n \"Bucket\": \"abc\",\n \"Region\": \"abc\",\n \"Paths\": [\n \"abc\"\n ]\n },\n \"StartCmdInfo\": {\n \"StartCmd\": \"abc\",\n \"PsStartCmd\": \"abc\",\n \"WorkerStartCmd\": \"abc\"\n },\n \"TrainingMode\": \"abc\",\n \"DataConfigs\": [\n {\n \"MappingPath\": \"abc\",\n \"DataSourceType\": \"abc\",\n \"DataSetSource\": {\n \"Id\": \"abc\"\n },\n \"COSSource\": {\n \"Bucket\": \"abc\",\n \"Region\": \"abc\",\n \"Paths\": [\n \"abc\"\n ]\n },\n \"CFSSource\": {\n \"Id\": \"abc\",\n \"Path\": \"abc\"\n },\n \"HDFSSource\": {\n \"Id\": \"abc\",\n \"Path\": \"abc\"\n }\n }\n ],\n \"VpcId\": \"abc\",\n \"SubnetId\": \"abc\",\n \"Output\": {\n \"Bucket\": \"abc\",\n \"Region\": \"abc\",\n \"Paths\": [\n \"abc\"\n ]\n },\n \"LogConfig\": {\n \"LogsetId\": \"abc\",\n \"TopicId\": \"abc\"\n },\n \"TuningParameters\": \"abc\",\n \"LogEnable\": true,\n \"Remark\": \"abc\",\n \"DataSource\": \"abc\",\n \"CallbackUrl\": \"abc\"\n}",
87
- "output": "{\n \"Response\": {\n \"Id\": \"abc\",\n \"RequestId\": \"abc\"\n }\n}",
88
- "title": "创建训练任务"
89
- }
90
- ],
91
- "DeleteBatchTask": [
92
- {
93
- "document": "",
94
- "input": "POST / HTTP/1.1\nHost: tione.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteBatchTask\n<公共请求参数>\n\n{\n \"BatchTaskId\": \"batch-78ugzrxxxxx\"\n}",
95
- "output": "{\n \"Response\": {\n \"RequestId\": \"3d033484-30f4-42e7-837e-825f33fdd23b\"\n }\n}",
96
- "title": "删除跑批任务"
97
- }
98
- ],
99
51
  "DeleteDataset": [
100
52
  {
101
53
  "document": "",
@@ -104,14 +56,6 @@
104
56
  "title": "删除数据集"
105
57
  }
106
58
  ],
107
- "DeleteModelAccelerateTask": [
108
- {
109
- "document": "",
110
- "input": "POST / HTTP/1.1\nHost: tione.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteModelAccelerateTask\n<公共请求参数>\n\n{\n \"ModelAccTaskId\": \"acc-50rjzj2xtest\"\n}",
111
- "output": "{\n \"Response\": {\n \"RequestId\": \"ced11c16-fd5a-4f12-8a0b-17c7f0b14659\"\n }\n}",
112
- "title": "删除模型加速任务"
113
- }
114
- ],
115
59
  "DeleteModelService": [
116
60
  {
117
61
  "document": "",
@@ -136,14 +80,6 @@
136
80
  "title": "删除Notebook"
137
81
  }
138
82
  ],
139
- "DeleteNotebookImageRecord": [
140
- {
141
- "document": "删除notebook镜像保存记录示例",
142
- "input": "{\"RecordId\": 1}",
143
- "output": "{\n \"Response\": {\n \"RequestId\": \"xx\"\n }\n}",
144
- "title": "删除notebook镜像保存记录示例"
145
- }
146
- ],
147
83
  "DeleteTrainingModel": [
148
84
  {
149
85
  "document": "删除模型请求",
@@ -160,46 +96,6 @@
160
96
  "title": "删除模型版本请求"
161
97
  }
162
98
  ],
163
- "DeleteTrainingTask": [
164
- {
165
- "document": "",
166
- "input": "POST / HTTP/1.1\nHost: tione.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteTrainingTask\n<公共请求参数>\n\n{\n \"Id\": \"1\"\n}",
167
- "output": "{\n \"Response\": {\n \"RequestId\": \"xx\"\n }\n}",
168
- "title": "删除训练任务"
169
- }
170
- ],
171
- "DescribeAPIConfigs": [
172
- {
173
- "document": "",
174
- "input": "POST / HTTP/1.1\nHost: tione.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAPIConfigs\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Name\": \"ServiceGroupId\",\n \"Values\": [\n \"ms-xxxx\"\n ]\n }\n ]\n}",
175
- "output": "{\n \"Response\": {\n \"Details\": [],\n \"TotalCount\": 0,\n \"RequestId\": \"3b4b735f-2d89-43b3-b6d5-8efb4143daa6\"\n }\n}",
176
- "title": "列举服务组下的接口"
177
- }
178
- ],
179
- "DescribeBatchTask": [
180
- {
181
- "document": "查询单个批量预测任务详情",
182
- "input": "POST / HTTP/1.1\nHost: tione.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBatchTask\n<公共请求参数>\n\n{\n \"BatchTaskId\": \"batch-78ugzrxxxxx\"\n}",
183
- "output": "{\n \"Response\": {\n \"BatchTaskDetail\": {\n \"BatchTaskId\": \"batch-78ugzrxxxxx\",\n \"BatchTaskName\": \"示例任务\",\n \"Uin\": \"100011111111\",\n \"SubUin\": \"100011111111\",\n \"Region\": \"ap-shanghai\",\n \"ChargeType\": \"PREPAID\",\n \"ResourceGroupId\": \"ersg-l5pg11111\",\n \"ResourceGroupName\": \"示例资源组\",\n \"ResourceConfigInfo\": {\n \"Role\": \"WORKER\",\n \"Cpu\": 4000,\n \"Memory\": 8192,\n \"GpuType\": \"T4\",\n \"Gpu\": 0,\n \"InstanceType\": \"\",\n \"InstanceTypeAlias\": \"\",\n \"InstanceNum\": 1,\n \"RDMAConfig\": {\n \"Enable\": true\n }\n },\n \"Tags\": [],\n \"ModelInfo\": {\n \"ModelId\": \"m-76225796131111111111\",\n \"ModelName\": \"classify-cpu\",\n \"ModelVersionId\": \"mv-v1-76225796131111111111\",\n \"ModelVersion\": \"v1\",\n \"ModelSource\": \"COS\",\n \"ModelType\": \"NORMAL\",\n \"CosPathInfo\": {\n \"Bucket\": \"example-sh-125651111\",\n \"Region\": \"ap-shanghai\",\n \"Paths\": [\n \"classify/classify/\"\n ]\n },\n \"AlgorithmFramework\": \"PYTORCH\"\n },\n \"ImageInfo\": {\n \"ImageType\": \"PRESET\",\n \"ImageUrl\": \"tione.tencentcloudcr.com/qcloud-ti-platform/ti-cloud-infer-pytorch-cpu:example-v1\",\n \"RegistryRegion\": \"\",\n \"RegistryId\": \"\"\n },\n \"CodePackagePath\": {\n \"Bucket\": \"\",\n \"Region\": \"\",\n \"Paths\": []\n },\n \"StartCmd\": \"\",\n \"DataConfigs\": [\n {\n \"MappingPath\": \"\",\n \"DataSourceType\": \"COS\",\n \"DataSetSource\": null,\n \"COSSource\": {\n \"Bucket\": \"example-test-sh-125658111111\",\n \"Region\": \"ap-shanghai\",\n \"Paths\": [\n \"data/test/\"\n ]\n },\n \"CFSSource\": null,\n \"HDFSSource\": null,\n \"CFSTurboSource\": null,\n \"GooseFSSource\": null\n }\n ],\n \"Outputs\": [\n {\n \"MappingPath\": \"\",\n \"DataSourceType\": \"COS\",\n \"DataSetSource\": null,\n \"COSSource\": {\n \"Bucket\": \"example-test-sh-125658111111\",\n \"Region\": \"ap-shanghai\",\n \"Paths\": [\n \"output/\"\n ]\n },\n \"CFSSource\": null,\n \"HDFSSource\": null,\n \"GooseFSSource\": null,\n \"CFSTurboSource\": null\n }\n ],\n \"LogEnable\": false,\n \"LogConfig\": {\n \"LogsetId\": \"\",\n \"TopicId\": \"\"\n },\n \"VpcId\": \"\",\n \"SubnetId\": \"\",\n \"Status\": \"SUCCEED\",\n \"RuntimeInSeconds\": 89,\n \"CreateTime\": \"2023-12-26 20:15:41\",\n \"UpdateTime\": \"2023-12-26 20:17:38\",\n \"StartTime\": \"2023-12-26 20:16:07\",\n \"EndTime\": \"2023-12-26 20:17:36\",\n \"ChargeStatus\": \"NOT_BILLING\",\n \"LatestInstanceId\": \"batch-78ugzrxxxxx-78ufl1m111w\",\n \"Remark\": \"\",\n \"FailureReason\": \"job succeed\",\n \"BillingInfo\": \"\",\n \"PodList\": [],\n \"ModelInferenceCodeInfo\": {\n \"Bucket\": \"example-test-sh-125658111111\",\n \"Region\": \"ap-shanghai\",\n \"Paths\": [\n \"classify/classify/batch/model_service.py\"\n ]\n }\n },\n \"RequestId\": \"2ec5cd1e-311b-1111-9119-3da111160111\"\n }\n}",
184
- "title": "查询批量预测任务"
185
- }
186
- ],
187
- "DescribeBatchTaskInstances": [
188
- {
189
- "document": "",
190
- "input": "POST / HTTP/1.1\nHost: tione.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBatchTaskInstances\n<公共请求参数>\n\n{\n \"BatchTaskId\": \"batch-78ugzrxxxx\"\n}",
191
- "output": "{\n \"Response\": {\n \"BatchInstances\": [\n {\n \"BatchTaskInstanceId\": \"batch-78ugzrxxxx\",\n \"Status\": \"running\",\n \"StartTime\": \"2006-01-02 15:04:05\",\n \"EndTime\": \"2006-01-02 15:14:05\",\n \"RuntimeInSeconds\": 600\n }\n ],\n \"RequestId\": \"abc-123456\"\n }\n}",
192
- "title": "批量预测任务实例列表"
193
- }
194
- ],
195
- "DescribeBatchTasks": [
196
- {
197
- "document": "批量预测任务列表信息",
198
- "input": "POST / HTTP/1.1\nHost: tione.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBatchTasks\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Name\": \"BatchTaskName\",\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\": 1,\n \"Order\": \"ASC\",\n \"OrderField\": \"CreateTime\"\n}",
199
- "output": "{\n \"Response\": {\n \"BatchTaskSet\": [\n {\n \"BatchTaskId\": \"batch-78ugzrxxxxx\",\n \"BatchTaskName\": \"示例任务\",\n \"ModelInfo\": {\n \"ModelId\": \"m-882512801111\",\n \"ModelName\": \"classify-cpu\",\n \"ModelVersionId\": \"mv-v1-8825128049111111\",\n \"ModelVersion\": \"v1\",\n \"ModelSource\": \"COS\",\n \"ModelType\": \"NORMAL\",\n \"CosPathInfo\": {\n \"Bucket\": \"example-gz-12111111111\",\n \"Region\": \"ap-guangzhou\",\n \"Paths\": [\n \"classify/\"\n ]\n },\n \"AlgorithmFramework\": \"PYTORCH\"\n },\n \"ImageInfo\": {\n \"ImageType\": \"PRESET\",\n \"ImageUrl\": \"tione.tencentcloudcr.com/qcloud-ti-platform/ti-cloud-infer-pytorch:example\",\n \"RegistryRegion\": \"\",\n \"RegistryId\": \"\"\n },\n \"ChargeType\": \"POSTPAID_BY_HOUR\",\n \"ChargeStatus\": \"NOT_BILLING\",\n \"ResourceGroupId\": \"\",\n \"ResourceGroupName\": \"\",\n \"ResourceConfigInfo\": {\n \"Role\": \"WORKER\",\n \"Cpu\": 2000,\n \"Memory\": 4096,\n \"GpuType\": \"\",\n \"Gpu\": 0,\n \"InstanceType\": \"TI.S.MEDIUM.POST\",\n \"InstanceTypeAlias\": \"2C4G\",\n \"InstanceNum\": 1,\n \"RDMAConfig\": {\n \"Enable\": true\n }\n },\n \"Tags\": [],\n \"Status\": \"SUCCEED\",\n \"RuntimeInSeconds\": 112,\n \"CreateTime\": \"2023-12-26 20:23:36\",\n \"UpdateTime\": \"2023-12-26 20:23:36\",\n \"StartTime\": \"2023-12-26 20:24:20\",\n \"EndTime\": \"2023-12-26 20:26:12\",\n \"Outputs\": [],\n \"FailureReason\": \"job succeed\",\n \"BillingInfo\": \"\"\n }\n ],\n \"TotalCount\": 69,\n \"RequestId\": \"0ec7a782-111-111-a063-11111111111\"\n }\n}",
200
- "title": "批量预测任务列表"
201
- }
202
- ],
203
99
  "DescribeBillingResourceGroup": [
204
100
  {
205
101
  "document": "",
@@ -224,22 +120,6 @@
224
120
  "title": "查询资源组节点运行中的任务"
225
121
  }
226
122
  ],
227
- "DescribeBillingSpecs": [
228
- {
229
- "document": "查询计费项列表",
230
- "input": "POST / HTTP/1.1\nHost: tione.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBillingSpecs\n<公共请求参数>\n\n{\n \"ChargeType\": \"PREPAID\",\n \"TaskType\": \"TRAIN\"\n}",
231
- "output": "{\n \"Response\": {\n \"RequestId\": \"9f91ba5c-03bb-4c02-b9cc-d2740821112f\",\n \"Specs\": [\n {\n \"SpecName\": \"TI.GN10.2XLARGE40.POST\",\n \"SpecAlias\": \"8核40GB V100*1\",\n \"SpecId\": \"sv_tio_platform_cloud_post_gpu_8c40g_1v100\",\n \"Available\": false,\n \"AvailableRegion\": [\n \"ap-guangzhou\",\n \"ap-beijing\"\n ]\n }\n ]\n }\n}",
232
- "title": "查询计费项列表 示例"
233
- }
234
- ],
235
- "DescribeBillingSpecsPrice": [
236
- {
237
- "document": "查询计费项价格",
238
- "input": "https://tione.tencentcloudapi.com/?Action=DescribeBillingSpecsPrice\n&SpecsParam.0.SpecName=TI.S.MEDIUM.POST\n&SpecsParam.0.SpecCount=1\n&<公共请求参数>",
239
- "output": "{\n \"Response\": {\n \"SpecsPrice\": [\n {\n \"SpecName\": \"TI.S.MEDIUM.POST\",\n \"SpecCount\": 1,\n \"TotalCost\": 70,\n \"RealTotalCost\": 70\n }\n ],\n \"RequestId\": \"b7d048fe-e335-8b6e-a8d2-d68esk\"\n }\n}",
240
- "title": "查询计费项价格 示例"
241
- }
242
- ],
243
123
  "DescribeBuildInImages": [
244
124
  {
245
125
  "document": "",
@@ -248,22 +128,6 @@
248
128
  "title": "获取内置镜像列表"
249
129
  }
250
130
  ],
251
- "DescribeDatasetDetailStructured": [
252
- {
253
- "document": "",
254
- "input": "POST / HTTP/1.1\nHost: tione.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDatasetDetailStructured\n<公共请求参数>\n\n{\n \"DatasetId\": \"ds-lpjvdzlj\",\n \"Offset\": 0,\n \"Limit\": 10\n}",
255
- "output": "{\n \"Response\": {\n \"TotalCount\": 36,\n \"ColumnNames\": [\n \"RowId\",\n \"Uuid\",\n \"f_bool_1\",\n \"f_bool_2\",\n \"f_n_0\",\n \"f_int_0\"\n ],\n \"RowItems\": [\n {\n \"Values\": [\n {\n \"Name\": \"RowId\",\n \"Value\": \"1\"\n },\n {\n \"Name\": \"Uuid\",\n \"Value\": \"35dvp3ziv2ww\"\n },\n {\n \"Name\": \"f_bool_1\",\n \"Value\": \"True\"\n },\n {\n \"Name\": \"f_bool_2\",\n \"Value\": \"False\"\n },\n {\n \"Name\": \"f_n_0\",\n \"Value\": \"59\"\n },\n {\n \"Name\": \"f_int_0\",\n \"Value\": \"1\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n }\n ]\n },\n {\n \"Values\": [\n {\n \"Name\": \"RowId\",\n \"Value\": \"2\"\n },\n {\n \"Name\": \"Uuid\",\n \"Value\": \"35dvp3ziv2wx\"\n },\n {\n \"Name\": \"f_bool_1\",\n \"Value\": \"True\"\n },\n {\n \"Name\": \"f_bool_2\",\n \"Value\": \"True\"\n },\n {\n \"Name\": \"f_n_0\",\n \"Value\": \"89\"\n },\n {\n \"Name\": \"f_int_0\",\n \"Value\": \"2\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n }\n ]\n },\n {\n \"Values\": [\n {\n \"Name\": \"RowId\",\n \"Value\": \"3\"\n },\n {\n \"Name\": \"Uuid\",\n \"Value\": \"35dvp3ziv2wy\"\n },\n {\n \"Name\": \"f_bool_1\",\n \"Value\": \"False\"\n },\n {\n \"Name\": \"f_bool_2\",\n \"Value\": \"True\"\n },\n {\n \"Name\": \"f_n_0\",\n \"Value\": \"28\"\n },\n {\n \"Name\": \"f_int_0\",\n \"Value\": \"3\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n }\n ]\n },\n {\n \"Values\": [\n {\n \"Name\": \"RowId\",\n \"Value\": \"4\"\n },\n {\n \"Name\": \"Uuid\",\n \"Value\": \"35dvp3ziv2wz\"\n },\n {\n \"Name\": \"f_bool_1\",\n \"Value\": \"True\"\n },\n {\n \"Name\": \"f_bool_2\",\n \"Value\": \"True\"\n },\n {\n \"Name\": \"f_n_0\",\n \"Value\": \"8\"\n },\n {\n \"Name\": \"f_int_0\",\n \"Value\": \"7\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n }\n ]\n },\n {\n \"Values\": [\n {\n \"Name\": \"RowId\",\n \"Value\": \"5\"\n },\n {\n \"Name\": \"Uuid\",\n \"Value\": \"35dvp3ziv2x0\"\n },\n {\n \"Name\": \"f_bool_1\",\n \"Value\": \"False\"\n },\n {\n \"Name\": \"f_bool_2\",\n \"Value\": \"True\"\n },\n {\n \"Name\": \"f_n_0\",\n \"Value\": \"90\"\n },\n {\n \"Name\": \"f_int_0\",\n \"Value\": \"4\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n }\n ]\n },\n {\n \"Values\": [\n {\n \"Name\": \"RowId\",\n \"Value\": \"6\"\n },\n {\n \"Name\": \"Uuid\",\n \"Value\": \"35dvp3ziv2x1\"\n },\n {\n \"Name\": \"f_bool_1\",\n \"Value\": \"False\"\n },\n {\n \"Name\": \"f_bool_2\",\n \"Value\": \"False\"\n },\n {\n \"Name\": \"f_n_0\",\n \"Value\": \"21\"\n },\n {\n \"Name\": \"f_int_0\",\n \"Value\": \"9\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n }\n ]\n },\n {\n \"Values\": [\n {\n \"Name\": \"RowId\",\n \"Value\": \"7\"\n },\n {\n \"Name\": \"Uuid\",\n \"Value\": \"35dvp3ziv2x2\"\n },\n {\n \"Name\": \"f_bool_1\",\n \"Value\": \"False\"\n },\n {\n \"Name\": \"f_bool_2\",\n \"Value\": \"False\"\n },\n {\n \"Name\": \"f_n_0\",\n \"Value\": \"10\"\n },\n {\n \"Name\": \"f_int_0\",\n \"Value\": \"5\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n }\n ]\n },\n {\n \"Values\": [\n {\n \"Name\": \"RowId\",\n \"Value\": \"8\"\n },\n {\n \"Name\": \"Uuid\",\n \"Value\": \"35dvp3ziv2x3\"\n },\n {\n \"Name\": \"f_bool_1\",\n \"Value\": \"True\"\n },\n {\n \"Name\": \"f_bool_2\",\n \"Value\": \"True\"\n },\n {\n \"Name\": \"f_n_0\",\n \"Value\": \"76\"\n },\n {\n \"Name\": \"f_int_0\",\n \"Value\": \"2\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n }\n ]\n },\n {\n \"Values\": [\n {\n \"Name\": \"RowId\",\n \"Value\": \"9\"\n },\n {\n \"Name\": \"Uuid\",\n \"Value\": \"35dvp3ziv2x4\"\n },\n {\n \"Name\": \"f_bool_1\",\n \"Value\": \"True\"\n },\n {\n \"Name\": \"f_bool_2\",\n \"Value\": \"False\"\n },\n {\n \"Name\": \"f_n_0\",\n \"Value\": \"53\"\n },\n {\n \"Name\": \"f_int_0\",\n \"Value\": \"2\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n }\n ]\n },\n {\n \"Values\": [\n {\n \"Name\": \"RowId\",\n \"Value\": \"10\"\n },\n {\n \"Name\": \"Uuid\",\n \"Value\": \"35dvp3ziv2x5\"\n },\n {\n \"Name\": \"f_bool_1\",\n \"Value\": \"False\"\n },\n {\n \"Name\": \"f_bool_2\",\n \"Value\": \"False\"\n },\n {\n \"Name\": \"f_n_0\",\n \"Value\": \"78\"\n },\n {\n \"Name\": \"f_int_0\",\n \"Value\": \"3\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n },\n {\n \"Name\": \"\",\n \"Value\": \"\"\n }\n ]\n }\n ],\n \"RowTexts\": [],\n \"RequestId\": \"afb0bc4c-5cd0-480b-bde3-5fce48158ad7\"\n }\n}",
256
- "title": "查询结构化数据集详情"
257
- }
258
- ],
259
- "DescribeDatasetDetailUnstructured": [
260
- {
261
- "document": "",
262
- "input": "POST / HTTP/1.1\nHost: tione.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDatasetDetailUnstructured\n<公共请求参数>\n\n{\n \"Limit\": 10,\n \"AnnotationStatus\": \"STATUS_ALL\",\n \"DatasetIds\": [\n \"ds-wxz4x99g\"\n ],\n \"Offset\": 0\n}",
263
- "output": "{\n \"Response\": {\n \"AnnotatedTotalCount\": 1,\n \"NonAnnotatedTotalCount\": 0,\n \"FilterTotalCount\": 1,\n \"FilterLabelList\": [\n {\n \"DatasetId\": \"ds-wxz4x99g\",\n \"FileId\": \"aab4904b30948ed59c7cbae36dcaf448\",\n \"FileName\": \"2007_000032.jpg\",\n \"ClassificationLabels\": [\n \"ddd\"\n ],\n \"DetectionLabels\": [],\n \"SegmentationLabels\": [],\n \"RGBPath\": \"\",\n \"LabelTemplateType\": \"LABEL_TYPE_CLASSIFICATION\",\n \"DownloadUrl\": \"https://test-gz-1256580188.cos.ap-guangzhou.myqcloud.com/dataset/2007_000032.jpg?x-cos-security-token=a45oSsBOUyhc3KRpQFDXlcR3BlGyDkva4403718b4da01693bf46d2f1f5e87fc3TS_hyxhQz-QNlu4x7gaYiRFiyaCwZ8YLchECAsWuq2YwQLjLgH6XNCC4z0j824Vq_NuRzMox-AxLkefKqqqPRgjJOTgNtsnEkv56uwIGl5WDmhx9uwjkk5eX6YYcaxPMGat6s9ChRFxGuZJ_j1cQamP4ry4wi_JZaiiCt_R_KwgE7t1lA8LIZCjZ06--lHc5yJDjpp2lESU3NROHwLdflPduzY6Q6LqVmDsoU6sErIhw9UBtJJtmNkwqsx29b981YstlClTkl4WKcLo7mTzZ_yCxRxmwTSR0FnnU6o8h_NM7ELcUwUdVVESh0CUoNEuz8UY3ugl5NUFLSd2XfL6fEBLsN8nJVmZwSnrWZXUw--0&q-sign-algorithm=sha1&q-ak=AKID-VyRdLwBsnzR-yVO3kfSyiioEfa49eVB3cO657BeKiIZ-V7asNiXirle2ttvuD9N&q-sign-time=1642506246%3B1642509846&q-key-time=1642506246%3B1642509846&q-header-list=host&q-url-param-list=x-cos-security-token&q-signature=aa525ef914ee202a342f4f5f9c2676e3abebe3f9\",\n \"DownloadThumbnailUrl\": \"https://test-gz-1256580188.cos.ap-guangzhou.myqcloud.com/dataset/2007_000032.jpg?x-cos-security-token=a45oSsBOUyhc3KRpQFDXlcR3BlGyDkva4403718b4da01693bf46d2f1f5e87fc3TS_hyxhQz-QNlu4x7gaYiRFiyaCwZ8YLchECAsWuq2YwQLjLgH6XNCC4z0j824Vq_NuRzMox-AxLkefKqqqPRgjJOTgNtsnEkv56uwIGl5WDmhx9uwjkk5eX6YYcaxPMGat6s9ChRFxGuZJ_j1cQamP4ry4wi_JZaiiCt_R_KwgE7t1lA8LIZCjZ06--lHc5yJDjpp2lESU3NROHwLdflPduzY6Q6LqVmDsoU6sErIhw9UBtJJtmNkwqsx29b981YstlClTkl4WKcLo7mTzZ_yCxRxmwTSR0FnnU6o8h_NM7ELcUwUdVVESh0CUoNEuz8UY3ugl5NUFLSd2XfL6fEBLsN8nJVmZwSnrWZXUw--0&q-sign-algorithm=sha1&q-ak=AKID-VyRdLwBsnzR-yVO3kfSyiioEfa49eVB3cO657BeKiIZ-V7asNiXirle2ttvuD9N&q-sign-time=1642506246%3B1642509846&q-key-time=1642506246%3B1642509846&q-header-list=host&q-url-param-list=x-cos-security-token&q-signature=aa525ef914ee202a342f4f5f9c2676e3abebe3f9&imageView2/2/w/256/h/256\",\n \"DownloadRGBUrl\": \"\"\n }\n ],\n \"RequestId\": \"db00dce1-5cb9-4072-96ce-24ce2433f21c\",\n \"RowTexts\": []\n }\n}",
264
- "title": "查询非结构化数据集详情"
265
- }
266
- ],
267
131
  "DescribeDatasets": [
268
132
  {
269
133
  "document": "",
@@ -272,14 +136,6 @@
272
136
  "title": "查询数据集列表"
273
137
  }
274
138
  ],
275
- "DescribeEvents": [
276
- {
277
- "document": "获取服务相关的事件(k8s事件)信息",
278
- "input": "POST / HTTP/1.1\nHost: tione.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEvents\n<公共请求参数>\n\n{\n \"Service\": \"INFER\",\n \"Limit\": 10,\n \"Offset\": 0,\n \"Filters\": [\n {\n \"Name\": \"ResourceKind\",\n \"Values\": [\n \"Pod\"\n ]\n }\n ]\n}",
279
- "output": "{\n \"Response\": {\n \"Events\": [\n {\n \"Id\": \"44b40fe5-9546-42fd-b75d-557802e0029d\",\n \"Message\": \"Created container sidecar-nginx\",\n \"FirstTimestamp\": \"2022-01-10T19:22:04+08:00\",\n \"LastTimestamp\": \"2022-01-10T19:22:04+08:00\",\n \"Count\": 1,\n \"Type\": \"Normal\",\n \"ResourceKind\": \"Pod\",\n \"ResourceName\": \"ms-cp6rgw9r-1-864587bdb4-p5cv6\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"090e057a-0d4e-488a-978b-83b1636fee99\"\n }\n}",
280
- "title": "获取事件"
281
- }
282
- ],
283
139
  "DescribeInferTemplates": [
284
140
  {
285
141
  "document": "",
@@ -288,30 +144,6 @@
288
144
  "title": "查询推理镜像模板"
289
145
  }
290
146
  ],
291
- "DescribeLatestTrainingMetrics": [
292
- {
293
- "document": "",
294
- "input": "https://tione.tencentcloudapi.com/?Action=DescribeLatestTrainingMetrics\n&TaskId=taskid-xyz\n&<公共请求参数>",
295
- "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}",
296
- "title": "查询最近上报的训练自定义指标"
297
- }
298
- ],
299
- "DescribeLogs": [
300
- {
301
- "document": "获取TI平台各种服务(训练,Notebook,推理等)的日志",
302
- "input": "POST / HTTP/1.1\nHost: tione.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLogs\n<公共请求参数>\n\n{\n \"Service\": \"INFER\",\n \"StartTime\": \"2022-01-10T12:15:03+08:00\",\n \"Limit\": 100,\n \"PodName\": \"ms-cp6rgw9r-1*\",\n \"EndTime\": \"2022-01-11T12:15:03+08:00\"\n}",
303
- "output": "{\n \"Response\": {\n \"Content\": [\n {\n \"Id\": \"77b5d420-73bc-47f2-96ab-3a2b32262ffe\",\n \"Message\": \"This is a log\",\n \"PodName\": \"ms-cp6rgw9r-1-864587bdb4-p5cv6\",\n \"Timestamp\": \"2022-01-11T04:14:36.348499491Z\"\n }\n ],\n \"RequestId\": \"305ce475-e534-4cad-a4ab-a472a27ca3fd\",\n \"Context\": \"Y29udGV4dC0wYTdiNTRkMi0xOGI0LTQwNzEtYjIzYy1kZDE4NmM2NDFjNTIxNjQxODc0NTA2MTE5\"\n }\n}",
304
- "title": "获取日志"
305
- }
306
- ],
307
- "DescribeModelAccEngineVersions": [
308
- {
309
- "document": "",
310
- "input": "POST / HTTP/1.1\nHost: tione.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeModelAccEngineVersions\n<公共请求参数>\n\n{}",
311
- "output": "{\n \"Response\": {\n \"ModelAccEngineVersions\": [\n {\n \"EngineVersions\": [\n {\n \"Image\": \"tione.tencentcloudcr.com/qcloud-ti-platform/ti-cloud-infer-pytorch-gpu:py38-torch1.9.0-cu111-1.0.1\",\n \"Version\": \"v1.0\"\n }\n ],\n \"ModelFormat\": \"TORCH_SCRIPT\"\n }\n ],\n \"RequestId\": \"ced11c16-fd5a-4f12-8a0b-17c7f0b14659\"\n }\n}",
312
- "title": "查询模型加速引擎版本列表"
313
- }
314
- ],
315
147
  "DescribeModelAccelerateTask": [
316
148
  {
317
149
  "document": "",
@@ -320,14 +152,6 @@
320
152
  "title": "查询模型优化任务详情"
321
153
  }
322
154
  ],
323
- "DescribeModelAccelerateTasks": [
324
- {
325
- "document": "",
326
- "input": "POST / HTTP/1.1\nHost: tione.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeModelAccelerateTasks\n<公共请求参数>\n\n{\n \"Limit\": 10,\n \"Offset\": 0\n}",
327
- "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"ModelAccelerateTasks\": [\n {\n \"ModelName\": \"test-model\",\n \"ModelAccTaskName\": \"test-acc-task\",\n \"ModelAccTaskId\": \"acc-3wj738qaxy80\",\n \"ModelVersion\": \"v1\",\n \"ModelSource\": \"COS\",\n \"Speedup\": \"2.1x\",\n \"TaskStatus\": \"STATUS_SUCCESS\",\n \"ModelInputPath\": {\n \"Paths\": [\n \"test/input/inception.pt\"\n ],\n \"Region\": \"ap-guangzhou\",\n \"Bucket\": \"test-bucket\"\n },\n \"ChargeType\": \"FREE\",\n \"OptimizationLevel\": \"FP16\",\n \"GPUType\": \"T4\",\n \"ModelOutputPath\": {\n \"Paths\": [\n \"test/output/\"\n ],\n \"Region\": \"ap-guangzhou\",\n \"Bucket\": \"test-bucket\"\n },\n \"ModelId\": \"m-23014259659902976\"\n }\n ],\n \"RequestId\": \"xx\"\n }\n}",
328
- "title": "查询模型加速任务列表"
329
- }
330
- ],
331
155
  "DescribeModelAccelerateVersions": [
332
156
  {
333
157
  "document": "",
@@ -368,14 +192,6 @@
368
192
  "title": "列举所有服务组"
369
193
  }
370
194
  ],
371
- "DescribeModelServiceHistory": [
372
- {
373
- "document": "",
374
- "input": "POST / HTTP/1.1\nHost: tione.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeModelServiceHistory\n<公共请求参数>\n\n{\n \"ServiceId\": \"xxxxxx\"\n}",
375
- "output": "{\n \"Response\": {\n \"ServiceHistory\": [\n {\n \"Revision\": \"1\",\n \"UpdateTime\": \"2022-01-15T17:32:52+08:00\",\n \"Image\": \"nignx\",\n \"ModelFile\": \"\",\n \"RawData\": \"xxxxxxxxxxxx\"\n }\n ],\n \"TotalCount\": 0,\n \"RequestId\": \"bc2997e4-cceb-4a75-8bdb-95574cf50301\"\n }\n}",
376
- "title": "查询服务的历史版本"
377
- }
378
- ],
379
195
  "DescribeModelServiceHotUpdated": [
380
196
  {
381
197
  "document": "查询模型服务能否开启热更新",
@@ -384,14 +200,6 @@
384
200
  "title": "查询模型服务能否开启热更新"
385
201
  }
386
202
  ],
387
- "DescribeModelServices": [
388
- {
389
- "document": "",
390
- "input": "https://tione.tencentcloudapi.com/?Action=DescribeModelServices\n&<公共请求参数>",
391
- "output": "{\n \"Response\": {\n \"Services\": [\n {\n \"UpdateTime\": \"2021-12-12T21:12:00+08:00\",\n \"ServiceGroupId\": \"ms-4jjrcsw2-1\",\n \"CreatedBy\": \"yourname\",\n \"Region\": \"ap-guangzhou\",\n \"ServiceGroupName\": \"test\",\n \"ServiceId\": \"ms-4jjrcsw2-1-dfjerxjfe\",\n \"CreateTime\": \"2021-12-12T20:12:00+08:00\",\n \"ServiceDescription\": \"测试\"\n }\n ],\n \"TotalCount\": 20,\n \"RequestId\": \"fdfahfdjoier\"\n }\n}",
392
- "title": "查询多个服务"
393
- }
394
- ],
395
203
  "DescribeNotebook": [
396
204
  {
397
205
  "document": "",
@@ -400,22 +208,6 @@
400
208
  "title": "Notebook详情"
401
209
  }
402
210
  ],
403
- "DescribeNotebookImageKernels": [
404
- {
405
- "document": "查询镜像kernel示例",
406
- "input": "POST / HTTP/1.1\nHost: tione.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeNotebookImageKernels\n<公共请求参数>\n\n{\n \"NotebookId\": \"nb-6763738683264283\"\n}",
407
- "output": "{\n \"Response\": {\n \"Kernels\": [\n \"pytorch_py3\"\n ],\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
408
- "title": "查询镜像kernel示例"
409
- }
410
- ],
411
- "DescribeNotebookImageRecords": [
412
- {
413
- "document": "查看notebook镜像保存记录示例",
414
- "input": "{\n \"NotebookId\": \"nb-67783648436534\",\n \"Offset\": 0,\n \"Limit\": 10\n}",
415
- "output": "{\n \"Response\": {\n \"TotalCount\": 10,\n \"NotebookImageRecords\": [\n {\n \"RecordId\": \"1\",\n \"ImageUrl\": \"ti.com/repo/test:1\",\n \"Status\": \"sucess\",\n \"CreateTime\": \"2022-01-01 00:00:00\",\n \"Message\": \"保存成功\"\n }\n ],\n \"RequestId\": \"xx\"\n }\n}",
416
- "title": "查看notebook镜像保存记录示例"
417
- }
418
- ],
419
211
  "DescribeNotebooks": [
420
212
  {
421
213
  "document": "Notebook列表",
@@ -424,22 +216,6 @@
424
216
  "title": "Notebook列表"
425
217
  }
426
218
  ],
427
- "DescribeTrainingFrameworks": [
428
- {
429
- "document": "查询训练框架列表",
430
- "input": "POST / HTTP/1.1\nHost: tione.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTrainingFrameworks\n<公共请求参数>\n\n{}",
431
- "output": "{\n \"Response\": {\n \"FrameworkInfos\": [\n {\n \"Name\": \"PYTORCH\",\n \"VersionInfos\": [\n {\n \"Version\": \"1.9\",\n \"TrainingModes\": [\n \"DDP\",\n \"MPI\",\n \"HOROVOD\"\n ],\n \"Environment\": \"torch1.9-py3.8-cuda11.1-gpu\"\n }\n ]\n }\n ],\n \"RequestId\": \"c559beb8-9863-4929-9ef7-sasdasdwqe\"\n }\n}",
432
- "title": "训练框架列表"
433
- }
434
- ],
435
- "DescribeTrainingMetrics": [
436
- {
437
- "document": "",
438
- "input": "https://tione.tencentcloudapi.com/?Action=DescribeTrainingMetrics\n&TaskId=taskid-xyz\n&<公共请求参数>",
439
- "output": "{\n \"Response\": {\n \"Data\": [\n {\n \"Metrics\": [\n {\n \"Points\": [\n {\n \"XValue\": 1641002400.0,\n \"YValue\": 0.0\n },\n {\n \"XValue\": 1641002460.0,\n \"YValue\": 0.0\n }\n ],\n \"XType\": \"Timestamp\"\n }\n ],\n \"MetricName\": \"loss\"\n }\n ],\n \"RequestId\": \"1yzfdfa32\",\n \"TaskId\": \"taskid-xyz\"\n }\n}",
440
- "title": "查询训练自定义指标"
441
- }
442
- ],
443
219
  "DescribeTrainingModelVersion": [
444
220
  {
445
221
  "document": "",
@@ -456,14 +232,6 @@
456
232
  "title": "模型版本列表请求"
457
233
  }
458
234
  ],
459
- "DescribeTrainingModels": [
460
- {
461
- "document": "模型列表请求",
462
- "input": "POST / HTTP/1.1\nHost: tione.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTrainingModels\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Fuzzy\": false,\n \"Values\": [\n \"NORMAL\"\n ],\n \"Name\": \"ModelVersionType\",\n \"Negative\": false\n }\n ],\n \"TagFilters\": [\n {\n \"TagValues\": [\n \"test-value\"\n ],\n \"TagKey\": \"test-key\"\n }\n ],\n \"Limit\": 10,\n \"Offset\": 0\n}",
463
- "output": "{\n \"Response\": {\n \"TrainingModels\": [\n {\n \"TrainingModelId\": \"m-660879334503305216\",\n \"TrainingModelName\": \"test-model\",\n \"Tags\": [\n {\n \"TagKey\": \"test-key\",\n \"TagValue\": \"test-value\"\n }\n ],\n \"CreateTime\": \"2022-11-17 20:09:16\",\n \"TrainingModelVersions\": []\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"ced11c16-fd5a-4f12-8a0b-17c7f0b14659\"\n }\n}",
464
- "title": "模型列表请求"
465
- }
466
- ],
467
235
  "DescribeTrainingTask": [
468
236
  {
469
237
  "document": "",
@@ -496,38 +264,6 @@
496
264
  "title": "更新模型服务"
497
265
  }
498
266
  ],
499
- "ModifyModelServicePartialConfig": [
500
- {
501
- "document": "",
502
- "input": "POST / HTTP/1.1\nHost: tione.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyModelServicePartialConfig\n<公共请求参数>\n\n{\n \"ServiceId\": \"ms-kxqfprc5-1\",\n \"ServiceLimit\": {\n \"EnableInstanceRpsLimit\": true,\n \"InstanceRpsLimit\": 22\n }\n}",
503
- "output": "{\r\n \"Response\": {\r\n \"Service\": {\r\n \"ServiceGroupId\": \"ms-kxqfprc5\",\r\n \"ServiceId\": \"ms-kxqfprc5-1\",\r\n \"ServiceGroupName\": \"test-ls-onnx-fp16\",\r\n \"ServiceDescription\": \"\",\r\n \"ServiceInfo\": {\r\n \"Replicas\": 1,\r\n \"ImageInfo\": {\r\n \"ImageType\": \"PRE_SET\",\r\n \"ImageUrl\": \"tione.tencentcloudcr.com/qcloud-ti-platform/ti-cloud-infer-pytorch-gpu:py38-torch1.9.0-onnx1.11.1-cu111-2.0.1\",\r\n \"RegistryRegion\": \"\",\r\n \"RegistryId\": \"\"\r\n },\r\n \"Env\": [],\r\n \"Resources\": {\r\n \"Cpu\": 32000,\r\n \"Memory\": 131072,\r\n \"Gpu\": 100,\r\n \"RealGpu\": 100,\r\n \"GpuType\": \"T4\",\r\n \"RealGpuDetailSet\": [\r\n {\r\n \"Name\": \"T4\",\r\n \"Value\": 100\r\n }\r\n ]\r\n },\r\n \"InstanceType\": \"TI.GN7.8XLARGE128.POST\",\r\n \"ModelInfo\": {\r\n \"ModelId\": \"m-549834620985377536\",\r\n \"ModelName\": \"test-ls-onnx\",\r\n \"ModelVersionId\": \"mv-v1-549853865408430848\",\r\n \"ModelVersion\": \"v1o2\",\r\n \"ModelSource\": \"COS\",\r\n \"ModelType\": \"ACCELERATE\",\r\n \"CosPathInfo\": {\r\n \"Bucket\": \"ls-gz-1256580188\",\r\n \"Region\": \"ap-guangzhou\",\r\n \"Paths\": [\r\n \"优化模型/m-549834620985377536/mv-v1-549853865408430848/\"\r\n ],\r\n \"Uin\": \"100005348929\",\r\n \"SubUin\": \"100023251204\"\r\n },\r\n \"GpuType\": \"T4\",\r\n \"AlgorithmFramework\": \"\"\r\n },\r\n \"VolumeMount\": null,\r\n \"LogEnable\": false,\r\n \"LogConfig\": null,\r\n \"AuthorizationEnable\": false,\r\n \"ScaleMode\": \"MANUAL\",\r\n \"HorizontalPodAutoscaler\": null,\r\n \"CronScaleJobs\": [],\r\n \"ScaleStrategy\": \"\",\r\n \"ScheduledAction\": {\r\n \"ScheduleStop\": true,\r\n \"ScheduleStopTime\": \"2022-11-28T03:59:12Z\"\r\n },\r\n \"Status\": {\r\n \"Replicas\": 1,\r\n \"UpdatedReplicas\": 1,\r\n \"ReadyReplicas\": 1,\r\n \"AvailableReplicas\": 1,\r\n \"UnavailableReplicas\": 0,\r\n \"Status\": \"Normal\",\r\n \"Reason\": \"\",\r\n \"Conditions\": [\r\n {\r\n \"Message\": \"Deployment has minimum availability.\",\r\n \"Reason\": \"MinimumReplicasAvailable\",\r\n \"Status\": \"True\",\r\n \"Type\": \"Available\",\r\n \"LastTransitionTime\": \"2022-11-28T11:03:18+08:00\",\r\n \"LastUpdateTime\": \"2022-11-28T11:03:18+08:00\"\r\n },\r\n {\r\n \"Message\": \"ReplicaSet \\\"ms-kxqfprc5-1-5b4fdfd87c\\\" has successfully progressed.\",\r\n \"Reason\": \"NewReplicaSetAvailable\",\r\n \"Status\": \"True\",\r\n \"Type\": \"Progressing\",\r\n \"LastTransitionTime\": \"2022-06-17T15:42:29+08:00\",\r\n \"LastUpdateTime\": \"2022-11-28T11:03:18+08:00\"\r\n }\r\n ]\r\n },\r\n \"Weight\": 0,\r\n \"PodList\": [\r\n \"{\\\"metadata\\\":{\\\"name\\\":\\\"ms-kxqfprc5-1-5b4fdfd87c-kstbw\\\",\\\"generateName\\\":\\\"ms-kxqfprc5-1-5b4fdfd87c-\\\",\\\"namespace\\\":\\\"infer-100005348929\\\",\\\"selfLink\\\":\\\"/api/v1/namespaces/infer-100005348929/pods/ms-kxqfprc5-1-5b4fdfd87c-kstbw\\\",\\\"uid\\\":\\\"ddeacfdd-e991-4fe4-963b-427d9e5e7691\\\",\\\"resourceVersion\\\":\\\"8798003156\\\",\\\"creationTimestamp\\\":\\\"2022-11-28T02:59:44Z\\\",\\\"labels\\\":{\\\"app\\\":\\\"ms-kxqfprc5-1\\\",\\\"appid\\\":\\\"1256580188\\\",\\\"owner\\\":\\\"tiems\\\",\\\"pod-template-hash\\\":\\\"5b4fdfd87c\\\",\\\"resource-remark/real-gpu\\\":\\\"100\\\",\\\"service-group-id\\\":\\\"ms-kxqfprc5\\\",\\\"service-id\\\":\\\"ms-kxqfprc5-1\\\",\\\"subuin\\\":\\\"100023251204\\\",\\\"ti.cloud.tencent.com/cls-region\\\":\\\"ap-guangzhou\\\",\\\"ti.cloud.tencent.com/gpu-type\\\":\\\"T4\\\",\\\"ti.cloud.tencent.com/internet-access\\\":\\\"true\\\",\\\"ti.cloud.tencent.com/prefer-eks\\\":\\\"true\\\",\\\"ti.cloud.tencent.com/task-type\\\":\\\"Inference\\\",\\\"ti.cloud.tencent.com/user-id\\\":\\\"100005348929\\\",\\\"uin\\\":\\\"100005348929\\\"},\\\"annotations\\\":{\\\"eks.tke.cloud.tencent.com/cluster-ip-switch\\\":\\\"cluster\\\",\\\"eks.tke.cloud.tencent.com/gpu-type\\\":\\\"T4\\\",\\\"eks.tke.cloud.tencent.com/image-gc-high-threshold\\\":\\\"95\\\",\\\"eks.tke.cloud.tencent.com/image-gc-low-threshold\\\":\\\"90\\\",\\\"eks.tke.cloud.tencent.com/recreate-node-lost-pod\\\":\\\"false\\\",\\\"eks.tke.cloud.tencent.com/reserve-sandbox-duration\\\":\\\"1m\\\",\\\"eks.tke.cloud.tencent.com/reserve-succeeded-sandbox\\\":\\\"true\\\",\\\"eks.tke.cloud.tencent.com/root-cbs-size\\\":\\\"50\\\",\\\"eks.tke.cloud.tencent.com/security-group-id\\\":\\\"sg-4jqc93cx\\\",\\\"eks.tke.cloud.tencent.com/use-image-cache\\\":\\\"imc-s1qe3dxi\\\",\\\"image-infos\\\":\\\"{\\\\\\\"ImageType\\\\\\\":\\\\\\\"PRE_SET\\\\\\\",\\\\\\\"ImageUrl\\\\\\\":\\\\\\\"tione.tencentcloudcr.com/qcloud-ti-platform/ti-cloud-infer-pytorch-gpu:py38-torch1.9.0-onnx1.11.1-cu111-2.0.1\\\\\\\"}\\\",\\\"model-infos\\\":\\\"{\\\\\\\"ModelId\\\\\\\":\\\\\\\"m-549834620985377536\\\\\\\",\\\\\\\"ModelName\\\\\\\":\\\\\\\"test-ls-onnx\\\\\\\",\\\\\\\"ModelVersionId\\\\\\\":\\\\\\\"mv-v1-549853865408430848\\\\\\\",\\\\\\\"ModelVersion\\\\\\\":\\\\\\\"v1o2\\\\\\\",\\\\\\\"ModelSource\\\\\\\":\\\\\\\"COS\\\\\\\",\\\\\\\"ModelType\\\\\\\":\\\\\\\"ACCELERATE\\\\\\\",\\\\\\\"CosPathInfo\\\\\\\":{\\\\\\\"Bucket\\\\\\\":\\\\\\\"ls-gz-1256580188\\\\\\\",\\\\\\\"Region\\\\\\\":\\\\\\\"ap-guangzhou\\\\\\\",\\\\\\\"Paths\\\\\\\":[\\\\\\\"优化模型/m-549834620985377536/mv-v1-549853865408430848/\\\\\\\"],\\\\\\\"Uin\\\\\\\":\\\\\\\"100005348929\\\\\\\",\\\\\\\"SubUin\\\\\\\":\\\\\\\"100023251204\\\\\\\"},\\\\\\\"GpuType\\\\\\\":\\\\\\\"T4\\\\\\\"}\\\",\\\"scheduling.k8s.io/group-auto-create\\\":\\\"true\\\",\\\"scheduling.k8s.io/group-name\\\":\\\"podgroup-ddeacfdd-e991-4fe4-963b-427d9e5e7691\\\",\\\"ti.cloud.tencent.com/cls-enable\\\":\\\"false\\\",\\\"ti.cloud.tencent.com/cls-region\\\":\\\"ap-guangzhou\\\",\\\"ti.cloud.tencent.com/gpu-type\\\":\\\"T4\\\",\\\"ti.cloud.tencent.com/instance-type\\\":\\\"TI.GN7.8XLARGE128.POST\\\",\\\"ti.cloud.tencent.com/internet-access\\\":\\\"true\\\",\\\"ti.cloud.tencent.com/prefer-eks\\\":\\\"true\\\",\\\"ti.cloud.tencent.com/resourcegroup-id\\\":\\\"\\\",\\\"ti.cloud.tencent.com/task-type\\\":\\\"Inference\\\",\\\"ti.cloud.tencent.com/user-id\\\":\\\"100005348929\\\",\\\"ti.ems/gpu-type\\\":\\\"T4\\\",\\\"ti.ems/service-start-time\\\":\\\"2022-11-28T10:59:44+08:00\\\",\\\"tke.cloud.tencent.com/pod-type\\\":\\\"eklet\\\"},\\\"ownerReferences\\\":[{\\\"apiVersion\\\":\\\"apps/v1\\\",\\\"kind\\\":\\\"ReplicaSet\\\",\\\"name\\\":\\\"ms-kxqfprc5-1-5b4fdfd87c\\\",\\\"uid\\\":\\\"8227cbe7-0910-4dd0-9f4d-13e3be3fc031\\\",\\\"controller\\\":true,\\\"blockOwnerDeletion\\\":true}],\\\"finalizers\\\":[\\\"ti.ems/billing\\\"]},\\\"spec\\\":{\\\"volumes\\\":[{\\\"name\\\":\\\"model\\\",\\\"emptyDir\\\":{\\\"sizeLimit\\\":\\\"100Gi\\\"}},{\\\"name\\\":\\\"sidecar-conf-volume\\\",\\\"configMap\\\":{\\\"name\\\":\\\"ms-kxqfprc5-1-cm\\\",\\\"items\\\":[{\\\"key\\\":\\\"NGINX_CONF\\\",\\\"path\\\":\\\"nginx.conf\\\"}],\\\"defaultMode\\\":420}},{\\\"name\\\":\\\"default-token-7bfhp\\\",\\\"secret\\\":{\\\"secretName\\\":\\\"default-token-7bfhp\\\",\\\"defaultMode\\\":420}},{\\\"name\\\":\\\"algo-auth\\\",\\\"emptyDir\\\":{}}],\\\"initContainers\\\":[{\\\"name\\\":\\\"init\\\",\\\"image\\\":\\\"tione.tencentcloudcr.com/qcloud-ti-platform/coscli-download:1.0\\\",\\\"env\\\":[{\\\"name\\\":\\\"QCLOUD_CONTAINER_INSTANCE_CREDENTIALS_URL\\\",\\\"valueFrom\\\":{\\\"secretKeyRef\\\":{\\\"name\\\":\\\"subuin-100010074434-cos-download-token\\\",\\\"key\\\":\\\"token\\\"}}},{\\\"name\\\":\\\"BUCKET\\\",\\\"value\\\":\\\"ls-gz-1256580188\\\"},{\\\"name\\\":\\\"ENDPOINT\\\",\\\"value\\\":\\\"cos.ap-guangzhou.myqcloud.com\\\"},{\\\"name\\\":\\\"REMOTE_PATH\\\",\\\"value\\\":\\\"优化模型/m-549834620985377536/mv-v1-549853865408430848/\\\"},{\\\"name\\\":\\\"LOCAL_PATH\\\",\\\"value\\\":\\\"/data/model\\\"},{\\\"name\\\":\\\"NODE_IP\\\",\\\"valueFrom\\\":{\\\"fieldRef\\\":{\\\"apiVersion\\\":\\\"v1\\\",\\\"fieldPath\\\":\\\"status.hostIP\\\"}}},{\\\"name\\\":\\\"POD_NAME\\\",\\\"valueFrom\\\":{\\\"fieldRef\\\":{\\\"apiVersion\\\":\\\"v1\\\",\\\"fieldPath\\\":\\\"metadata.name\\\"}}},{\\\"name\\\":\\\"POD_TEMPLATE_HASH\\\",\\\"valueFrom\\\":{\\\"fieldRef\\\":{\\\"apiVersion\\\":\\\"v1\\\",\\\"fieldPath\\\":\\\"metadata.labels['pod-template-hash']\\\"}}},{\\\"name\\\":\\\"TI_SERVICE_ID\\\",\\\"valueFrom\\\":{\\\"fieldRef\\\":{\\\"apiVersion\\\":\\\"v1\\\",\\\"fieldPath\\\":\\\"metadata.labels['service-id']\\\"}}}],\\\"resources\\\":{\\\"limits\\\":{\\\"cpu\\\":\\\"1\\\",\\\"memory\\\":\\\"512Mi\\\"},\\\"requests\\\":{\\\"cpu\\\":\\\"1\\\",\\\"memory\\\":\\\"512Mi\\\"}},\\\"volumeMounts\\\":[{\\\"name\\\":\\\"model\\\",\\\"mountPath\\\":\\\"/data/model\\\",\\\"subPathExpr\\\":\\\"$(TI_SERVICE_ID)-$(POD_TEMPLATE_HASH)\\\"},{\\\"name\\\":\\\"default-token-7bfhp\\\",\\\"readOnly\\\":true,\\\"mountPath\\\":\\\"/var/run/secrets/kubernetes.io/serviceaccount\\\"}],\\\"terminationMessagePath\\\":\\\"/dev/termination-log\\\",\\\"terminationMessagePolicy\\\":\\\"File\\\",\\\"imagePullPolicy\\\":\\\"Always\\\"}],\\\"containers\\\":[{\\\"name\\\":\\\"main\\\",\\\"image\\\":\\\"tione.tencentcloudcr.com/qcloud-ti-platform/ti-cloud-infer-pytorch-gpu:py38-torch1.9.0-onnx1.11.1-cu111-2.0.1\\\",\\\"ports\\\":[{\\\"name\\\":\\\"http-metrics\\\",\\\"containerPort\\\":9100,\\\"protocol\\\":\\\"TCP\\\"}],\\\"env\\\":[{\\\"name\\\":\\\"NODE_IP\\\",\\\"valueFrom\\\":{\\\"fieldRef\\\":{\\\"apiVersion\\\":\\\"v1\\\",\\\"fieldPath\\\":\\\"status.hostIP\\\"}}},{\\\"name\\\":\\\"POD_NAME\\\",\\\"valueFrom\\\":{\\\"fieldRef\\\":{\\\"apiVersion\\\":\\\"v1\\\",\\\"fieldPath\\\":\\\"metadata.name\\\"}}},{\\\"name\\\":\\\"POD_TEMPLATE_HASH\\\",\\\"valueFrom\\\":{\\\"fieldRef\\\":{\\\"apiVersion\\\":\\\"v1\\\",\\\"fieldPath\\\":\\\"metadata.labels['pod-template-hash']\\\"}}},{\\\"name\\\":\\\"TI_SERVICE_ID\\\",\\\"valueFrom\\\":{\\\"fieldRef\\\":{\\\"apiVersion\\\":\\\"v1\\\",\\\"fieldPath\\\":\\\"metadata.labels['service-id']\\\"}}}],\\\"resources\\\":{\\\"limits\\\":{\\\"cpu\\\":\\\"32\\\",\\\"memory\\\":\\\"128Gi\\\",\\\"nvidia.com/gpu\\\":\\\"1\\\",\\\"tke.cloud.tencent.com/eni-ip\\\":\\\"1\\\"},\\\"requests\\\":{\\\"cpu\\\":\\\"31200m\\\",\\\"memory\\\":\\\"97977Mi\\\",\\\"nvidia.com/gpu\\\":\\\"1\\\",\\\"tke.cloud.tencent.com/eni-ip\\\":\\\"1\\\"}},\\\"volumeMounts\\\":[{\\\"name\\\":\\\"model\\\",\\\"mountPath\\\":\\\"/data/model\\\",\\\"subPathExpr\\\":\\\"$(TI_SERVICE_ID)-$(POD_TEMPLATE_HASH)\\\"},{\\\"name\\\":\\\"default-token-7bfhp\\\",\\\"readOnly\\\":true,\\\"mountPath\\\":\\\"/var/run/secrets/kubernetes.io/serviceaccount\\\"},{\\\"name\\\":\\\"algo-auth\\\",\\\"readOnly\\\":true,\\\"mountPath\\\":\\\"/var/run/ti/.train.lock\\\"}],\\\"readinessProbe\\\":{\\\"tcpSocket\\\":{\\\"port\\\":8501},\\\"initialDelaySeconds\\\":5,\\\"timeoutSeconds\\\":1,\\\"periodSeconds\\\":5,\\\"successThreshold\\\":1,\\\"failureThreshold\\\":3},\\\"terminationMessagePath\\\":\\\"/dev/termination-log\\\",\\\"terminationMessagePolicy\\\":\\\"File\\\",\\\"imagePullPolicy\\\":\\\"Always\\\"}],\\\"restartPolicy\\\":\\\"Always\\\",\\\"terminationGracePeriodSeconds\\\":30,\\\"dnsPolicy\\\":\\\"ClusterFirst\\\",\\\"serviceAccountName\\\":\\\"default\\\",\\\"serviceAccount\\\":\\\"default\\\",\\\"automountServiceAccountToken\\\":false,\\\"nodeName\\\":\\\"eklet-subnet-4d7xupy2\\\",\\\"securityContext\\\":{},\\\"imagePullSecrets\\\":[{\\\"name\\\":\\\"system-image-access-secret\\\"},{\\\"name\\\":\\\"system-image-access-secret\\\"}],\\\"schedulerName\\\":\\\"volcano\\\",\\\"tolerations\\\":[{\\\"key\\\":\\\"node.kubernetes.io/not-ready\\\",\\\"operator\\\":\\\"Exists\\\",\\\"effect\\\":\\\"NoExecute\\\",\\\"tolerationSeconds\\\":300},{\\\"key\\\":\\\"node.kubernetes.io/unreachable\\\",\\\"operator\\\":\\\"Exists\\\",\\\"effect\\\":\\\"NoExecute\\\",\\\"tolerationSeconds\\\":300},{\\\"key\\\":\\\"eks.tke.cloud.tencent.com/eklet\\\",\\\"effect\\\":\\\"NoSchedule\\\"}],\\\"priority\\\":0,\\\"readinessGates\\\":[{\\\"conditionType\\\":\\\"cloud.tencent.com/load-balancer-backendgroup-ready\\\"}],\\\"enableServiceLinks\\\":false,\\\"preemptionPolicy\\\":\\\"PreemptLowerPriority\\\"},\\\"status\\\":{\\\"phase\\\":\\\"Running\\\",\\\"conditions\\\":[{\\\"type\\\":\\\"cloud.tencent.com/load-balancer-backendgroup-ready\\\",\\\"status\\\":\\\"True\\\",\\\"lastProbeTime\\\":null,\\\"lastTransitionTime\\\":\\\"2022-11-28T03:03:18Z\\\",\\\"reason\\\":\\\"LoadBalancerNetworkGroupReady\\\",\\\"message\\\":\\\"Marking condition \\\\\\\"cloud.tencent.com/load-balancer-backendgroup-ready\\\\\\\" to True.\\\"},{\\\"type\\\":\\\"ReportMonitor\\\",\\\"status\\\":\\\"True\\\",\\\"lastProbeTime\\\":null,\\\"lastTransitionTime\\\":\\\"2022-11-28T03:00:15Z\\\"},{\\\"type\\\":\\\"Initialized\\\",\\\"status\\\":\\\"True\\\",\\\"lastProbeTime\\\":null,\\\"lastTransitionTime\\\":\\\"2022-11-28T03:00:29Z\\\"},{\\\"type\\\":\\\"Ready\\\",\\\"status\\\":\\\"True\\\",\\\"lastProbeTime\\\":null,\\\"lastTransitionTime\\\":\\\"2022-11-28T03:03:18Z\\\"},{\\\"type\\\":\\\"ContainersReady\\\",\\\"status\\\":\\\"True\\\",\\\"lastProbeTime\\\":null,\\\"lastTransitionTime\\\":\\\"2022-11-28T03:03:00Z\\\"},{\\\"type\\\":\\\"PodScheduled\\\",\\\"status\\\":\\\"True\\\",\\\"lastProbeTime\\\":null,\\\"lastTransitionTime\\\":\\\"2022-11-28T02:59:45Z\\\"}],\\\"hostIP\\\":\\\"9.0.99.153\\\",\\\"podIP\\\":\\\"9.0.99.153\\\",\\\"podIPs\\\":[{\\\"ip\\\":\\\"9.0.99.153\\\"}],\\\"startTime\\\":\\\"2022-11-28T03:00:15Z\\\",\\\"initContainerStatuses\\\":[{\\\"name\\\":\\\"init\\\",\\\"state\\\":{\\\"terminated\\\":{\\\"exitCode\\\":0,\\\"reason\\\":\\\"Completed\\\",\\\"startedAt\\\":\\\"2022-11-28T03:00:25Z\\\",\\\"finishedAt\\\":\\\"2022-11-28T03:00:29Z\\\",\\\"containerID\\\":\\\"containerd://969c3520c248d04a2ecb578c80c4274bfe638bb0140afc89425a73ebb0b4b405\\\"}},\\\"lastState\\\":{},\\\"ready\\\":true,\\\"restartCount\\\":0,\\\"image\\\":\\\"tione.tencentcloudcr.com/qcloud-ti-platform/coscli-download:1.0\\\",\\\"imageID\\\":\\\"tione.tencentcloudcr.com/qcloud-ti-platform/coscli-download@sha256:a6b6291af1ba505734fdf3958898817b682bbdfd7d5d7e7059c58e4ea3686b9a\\\",\\\"containerID\\\":\\\"containerd://969c3520c248d04a2ecb578c80c4274bfe638bb0140afc89425a73ebb0b4b405\\\"}],\\\"containerStatuses\\\":[{\\\"name\\\":\\\"main\\\",\\\"state\\\":{\\\"running\\\":{\\\"startedAt\\\":\\\"2022-11-28T03:00:59Z\\\"}},\\\"lastState\\\":{},\\\"ready\\\":true,\\\"restartCount\\\":0,\\\"image\\\":\\\"tione.tencentcloudcr.com/qcloud-ti-platform/ti-cloud-infer-pytorch-gpu:py38-torch1.9.0-onnx1.11.1-cu111-2.0.1\\\",\\\"imageID\\\":\\\"tione.tencentcloudcr.com/qcloud-ti-platform/ti-cloud-infer-pytorch-gpu@sha256:fdf88adbf511c2f72e848348288a17ed0a1f25f9902efcbcbe5b18f57cde36b1\\\",\\\"containerID\\\":\\\"containerd://dabe26524627ee3d7792c5d6ccf41a656109809738da295fc1dd7998c61a246b\\\",\\\"started\\\":true},{\\\"name\\\":\\\"sidecar-nginx\\\",\\\"state\\\":{\\\"running\\\":{\\\"startedAt\\\":\\\"2022-11-28T03:01:05Z\\\"}},\\\"lastState\\\":{},\\\"ready\\\":true,\\\"restartCount\\\":0,\\\"image\\\":\\\"tione.tencentcloudcr.com/qcloud-ti-platform/openresty:1.30\\\",\\\"imageID\\\":\\\"tione.tencentcloudcr.com/qcloud-ti-platform/openresty@sha256:9b6181327e8114013e0ca1cfe4c74819533caa9027cd0057f87bf433089fb22d\\\",\\\"containerID\\\":\\\"containerd://3250a013c8a48627126cd046d72b3fdfc5adff22464af835ff059e1924b87ad2\\\",\\\"started\\\":true}],\\\"qosClass\\\":\\\"Burstable\\\"}}\\n\"\r\n ],\r\n \"ResourceTotal\": {\r\n \"Cpu\": 32000,\r\n \"Memory\": 131072,\r\n \"Gpu\": 100,\r\n \"RealGpu\": 100,\r\n \"GpuType\": \"T4\",\r\n \"RealGpuDetailSet\": [\r\n {\r\n \"Name\": \"T4\",\r\n \"Value\": 100\r\n }\r\n ]\r\n },\r\n \"OldReplicas\": 1,\r\n \"HybridBillingPrepaidReplicas\": 0,\r\n \"OldHybridBillingPrepaidReplicas\": 0,\r\n \"ServiceLimit\": {\r\n \"EnableInstanceRpsLimit\": true,\r\n \"InstanceRpsLimit\": 22\r\n },\r\n \"BillingStatus\": \"BILLING\",\r\n \"BillingUnits\": [\r\n {\r\n \"Spec\": \"TI.GN7.8XLARGE128.POST\",\r\n \"Count\": 1\r\n }\r\n ],\r\n \"ModelHotUpdateEnable\": false\r\n },\r\n \"ClusterId\": \"\",\r\n \"Region\": \"ap-guangzhou\",\r\n \"Namespace\": \"infer-100005348929\",\r\n \"ChargeType\": \"POSTPAID_BY_HOUR\",\r\n \"ResourceGroupId\": \"\",\r\n \"IngressName\": \"user-ingress\",\r\n \"CreatedBy\": \"100023251204\",\r\n \"CreateTime\": \"2022-06-17T07:42:19Z\",\r\n \"UpdateTime\": \"2022-11-28T02:59:43Z\",\r\n \"Uin\": \"100005348929\",\r\n \"SubUin\": \"\",\r\n \"AppId\": 0,\r\n \"BusinessStatus\": \"CREATE_SUCCEED\",\r\n \"CreateFailedReason\": \"CREATE_SUCCEED\",\r\n \"Status\": \"Normal\",\r\n \"BillingInfo\": \"\",\r\n \"Weight\": 100,\r\n \"CreateSource\": \"\",\r\n \"Version\": \"1\",\r\n \"LatestVersion\": \"\",\r\n \"ServiceLimit\": null,\r\n \"ScheduledAction\": null\r\n },\r\n \"RequestId\": \"6b73484d-aa38-40c4-a8c6-c3205dbbc9c0\"\r\n }\r\n}",
504
- "title": "增量修改模型服务"
505
- }
506
- ],
507
- "ModifyNotebook": [
508
- {
509
- "document": "修改Notebook",
510
- "input": "POST / HTTP/1.1\nHost: tione.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyNotebook\n<公共请求参数>\n\n{\n \"Id\": \"abc\",\n \"Name\": \"abc\",\n \"ChargeType\": \"abc\",\n \"ResourceGroupId\": \"abc\",\n \"ResourceConf\": {\n \"Cpu\": 1,\n \"Memory\": 1,\n \"Gpu\": 1,\n \"GpuType\": \"abc\",\n \"InstanceType\": \"abc\"\n },\n \"VpcId\": \"abc\",\n \"SubnetId\": \"abc\",\n \"VolumeSizeInGB\": 1,\n \"VolumeSourceType\": \"abc\",\n \"VolumeSourceCFS\": {\n \"Id\": \"abc\",\n \"Path\": \"abc\"\n },\n \"LogEnable\": true,\n \"LogConfig\": {\n \"LogsetId\": \"abc\",\n \"TopicId\": \"abc\"\n },\n \"LifecycleScriptId\": \"abc\",\n \"DefaultCodeRepoId\": \"abc\",\n \"AdditionalCodeRepoIds\": [\n \"abc\"\n ],\n \"AutoStopping\": true,\n \"AutomaticStopTime\": 0,\n \"Tags\": [\n {\n \"TagKey\": \"abc\",\n \"TagValue\": \"abc\"\n }\n ],\n \"DirectInternetAccess\": true,\n \"RootAccess\": true,\n \"DataConfigs\": [\n {\n \"MappingPath\": \"abc\",\n \"DataSourceType\": \"abc\",\n \"DataSetSource\": {\n \"Id\": \"abc\"\n },\n \"COSSource\": {\n \"Bucket\": \"abc\",\n \"Region\": \"abc\",\n \"Paths\": [\n \"abc\"\n ]\n },\n \"CFSSource\": {\n \"Id\": \"abc\",\n \"Path\": \"abc\"\n },\n \"HDFSSource\": {\n \"Id\": \"abc\",\n \"Path\": \"abc\"\n },\n \"GooseFSSource\": {\n \"Id\": \"abc\"\n },\n \"CFSTurboSource\": {\n \"Id\": \"abc\",\n \"Path\": \"abc\"\n }\n }\n ],\n \"ImageInfo\": {\n \"ImageType\": \"abc\",\n \"ImageUrl\": \"abc\",\n \"RegistryRegion\": \"abc\",\n \"RegistryId\": \"abc\"\n },\n \"ImageType\": \"abc\"\n}",
511
- "output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
512
- "title": "修改Notebook"
513
- }
514
- ],
515
- "ModifyNotebookTags": [
516
- {
517
- "document": "修改Notebook标签",
518
- "input": "POST / HTTP/1.1\nHost: tione.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyNotebookTags\n<公共请求参数>\n\n{\n \"Id\": \"abc\",\n \"Tags\": [\n {\n \"TagKey\": \"abc\",\n \"TagValue\": \"abc\"\n }\n ]\n}",
519
- "output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
520
- "title": "修改Notebook标签"
521
- }
522
- ],
523
- "ModifyServiceGroupWeights": [
524
- {
525
- "document": "",
526
- "input": "POST / HTTP/1.1\nHost: tione.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyServiceGroupWeights\n<公共请求参数>\n\n{\n \"ServiceGroupId\": \"xx\",\n \"Weights\": [\n {\n \"ServiceId\": \"xx\",\n \"Weight\": 1\n }\n ]\n}",
527
- "output": "{\n \"Response\": {\n \"ServiceGroup\": {\n \"Status\": \"xx\",\n \"UpdateTime\": \"xx\",\n \"ServiceGroupId\": \"xx\",\n \"Tags\": [\n {\n \"TagKey\": \"xx\",\n \"TagValue\": \"xx\"\n }\n ],\n \"ServiceCount\": 1,\n \"ServiceGroupName\": \"xx\",\n \"Uin\": \"xx\",\n \"RunningServiceCount\": 1,\n \"CreatedBy\": \"xx\",\n \"Services\": [\n {\n \"UpdateTime\": \"xx\",\n \"ServiceGroupId\": \"xx\",\n \"CreatedBy\": \"xx\",\n \"ServiceInfo\": {\n \"Status\": \"xx\",\n \"ImageInfo\": {\n \"ImageUrl\": \"xx\",\n \"RegistryRegion\": \"xx\",\n \"RegistryId\": \"xx\",\n \"ImageType\": \"xx\"\n },\n \"PodList\": [\n \"xx\"\n ],\n \"Replicas\": 0,\n \"ResourceTotal\": {\n \"Gpu\": 0,\n \"Cpu\": 0,\n \"GpuType\": \"xx\",\n \"Memory\": 0\n },\n \"Weight\": 1,\n \"LogEnable\": true,\n \"AuthorizationEnable\": true,\n \"ModelInfo\": {\n \"CosPathInfo\": {\n \"Paths\": [\n \"xx\"\n ],\n \"Region\": \"xx\",\n \"Bucket\": \"xx\"\n },\n \"AlgorithmFramework\": \"xx\",\n \"ModelVersion\": \"xx\",\n \"ModelSource\": \"xx\",\n \"ModelName\": \"xx\",\n \"ModelVersionId\": \"xx\",\n \"ModelId\": \"xx\"\n },\n \"HorizontalPodAutoscaler\": {\n \"MinReplicas\": 0,\n \"HpaMetrics\": {\n \"Name\": \"xx\",\n \"Value\": [\n 0\n ]\n },\n \"MaxReplicas\": 0\n },\n \"LogConfig\": {\n \"TopicId\": \"xx\",\n \"LogsetId\": \"xx\"\n },\n \"InstanceType\": \"xx\",\n \"Resources\": {\n \"Gpu\": 0,\n \"Cpu\": 0,\n \"GpuType\": \"xx\",\n \"Memory\": 0\n }\n },\n \"Namespace\": \"xx\",\n \"Region\": \"xx\",\n \"ServiceGroupName\": \"xx\",\n \"ClusterId\": \"xx\",\n \"Uin\": \"xx\",\n \"ResourceGroupId\": \"xx\",\n \"ServiceId\": \"xx\",\n \"Version\": \"xx\",\n \"ChargeType\": \"xx\",\n \"AppId\": 0,\n \"LatestVersion\": \"xx\",\n \"SubUin\": \"xx\",\n \"CreateTime\": \"xx\",\n \"ServiceDescription\": \"xx\"\n }\n ],\n \"LatestVersion\": \"xx\",\n \"CreateTime\": \"xx\"\n },\n \"RequestId\": \"xx\"\n }\n}",
528
- "title": "test"
529
- }
530
- ],
531
267
  "PushTrainingMetrics": [
532
268
  {
533
269
  "document": "",
@@ -536,14 +272,6 @@
536
272
  "title": "上报训练自定义指标"
537
273
  }
538
274
  ],
539
- "RestartModelAccelerateTask": [
540
- {
541
- "document": "重启模型加速任务",
542
- "input": "POST / HTTP/1.1\nHost: tione.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RestartModelAccelerateTask\n<公共请求参数>\n\n{\n \"ModelName\": \"test-model\",\n \"ModelAccTaskName\": \"test-acc-task\",\n \"ModelAccTaskId\": \"acc-3wj738qaxy80\",\n \"ModelVersion\": \"v1\",\n \"ModelSource\": \"COS\",\n \"ModelInputPath\": {\n \"Paths\": [\n \"test/input/inception.pt\"\n ],\n \"Region\": \"ap-guangzhou\",\n \"Bucket\": \"test-bucket\"\n },\n \"ModelOutputPath\": {\n \"Paths\": [\n \"test/output/\"\n ],\n \"Region\": \"ap-guangzhou\",\n \"Bucket\": \"test-bucket\"\n },\n \"ModelFormat\": \"TORCH_SCRIPT\",\n \"TensorInfos\": [\n \"input_0:float(1*3*640*640)\"\n ],\n \"OptimizationLevel\": \"FP16\"\n}",
543
- "output": "{\n \"Response\": {\n \"RequestId\": \"ced11c16-fd5a-4f12-8a0b-17c7f0b14659\"\n }\n}",
544
- "title": "重启模型加速任务"
545
- }
546
- ],
547
275
  "SendChatMessage": [
548
276
  {
549
277
  "document": "多行业客服大模型对话发起对话的示例",
@@ -560,30 +288,6 @@
560
288
  "title": "启动Notebook"
561
289
  }
562
290
  ],
563
- "StartTrainingTask": [
564
- {
565
- "document": "启动训练任务",
566
- "input": "POST / HTTP/1.1\nHost: tione.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StartTrainingTask\n<公共请求参数>\n\n{\n \"Id\": \"1\"\n}",
567
- "output": "{\n \"Response\": {\n \"RequestId\": \"test-request-id\"\n }\n}",
568
- "title": "启动训练任务"
569
- }
570
- ],
571
- "StopBatchTask": [
572
- {
573
- "document": "",
574
- "input": "POST / HTTP/1.1\nHost: tione.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StopBatchTask\n<公共请求参数>\n\n{\n \"BatchTaskId\": \"batch-78ugzrxxxxx\"\n}",
575
- "output": "{\n \"Response\": {\n \"RequestId\": \"3d033484-30f4-42e7-837e-825f33fdd23b\"\n }\n}",
576
- "title": "停止批量预测任务"
577
- }
578
- ],
579
- "StopCreatingImage": [
580
- {
581
- "document": "停止保存镜像",
582
- "input": "{\"RecordId\": 1}",
583
- "output": "{\n \"Response\": {\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
584
- "title": "停止保存镜像"
585
- }
586
- ],
587
291
  "StopModelAccelerateTask": [
588
292
  {
589
293
  "document": "",
@@ -599,14 +303,6 @@
599
303
  "output": "{\n \"Response\": {\n \"RequestId\": \"xx\"\n }\n}",
600
304
  "title": "停止Notebook"
601
305
  }
602
- ],
603
- "StopTrainingTask": [
604
- {
605
- "document": "停止训练任务",
606
- "input": "POST / HTTP/1.1\nHost: tione.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StopTrainingTask\n<公共请求参数>\n\n{\n \"Id\": \"abc\"\n}",
607
- "output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
608
- "title": "停止训练任务"
609
- }
610
306
  ]
611
307
  },
612
308
  "version": "1.0"