summaryrefslogtreecommitdiff
path: root/data/en_us/viapi-regen/2021-11-19
diff options
context:
space:
mode:
authorZhineng Li <[email protected]>2026-02-13 10:54:11 +0800
committerZhineng Li <[email protected]>2026-02-13 10:54:11 +0800
commit7347bac4ab7e136157fc94777e6cf87ef9e08599 (patch)
tree0dec367dac6e152161a6f7cc0dba6ebbef1f34a2 /data/en_us/viapi-regen/2021-11-19
downloadacs-metadata-full-7347bac4ab7e136157fc94777e6cf87ef9e08599.tar.gz
acs-metadata-full-7347bac4ab7e136157fc94777e6cf87ef9e08599.zip
Diffstat (limited to 'data/en_us/viapi-regen/2021-11-19')
-rw-r--r--data/en_us/viapi-regen/2021-11-19/api-docs.php5616
1 files changed, 5616 insertions, 0 deletions
diff --git a/data/en_us/viapi-regen/2021-11-19/api-docs.php b/data/en_us/viapi-regen/2021-11-19/api-docs.php
new file mode 100644
index 0000000..a4aa8e0
--- /dev/null
+++ b/data/en_us/viapi-regen/2021-11-19/api-docs.php
@@ -0,0 +1,5616 @@
+<?php return [
+ 'version' => '1.0',
+ 'info' => [
+ 'style' => 'RPC',
+ 'product' => 'viapi-regen',
+ 'version' => '2021-11-19',
+ ],
+ 'directories' => [
+ [
+ 'id' => 0,
+ 'title' => '其它',
+ 'type' => 'directory',
+ 'children' => [
+ 'CreateDataset',
+ 'CreateLabelset',
+ 'CreateService',
+ 'CreateTrainTask',
+ 'CreateWorkspace',
+ 'DebugService',
+ 'DeleteDataset',
+ 'DeleteLabelset',
+ 'DeleteService',
+ 'DeleteTrainTask',
+ 'DeleteWorkspace',
+ 'DownloadLabelFile',
+ 'GetDataset',
+ 'GetLabelDetail',
+ 'GetLabelset',
+ 'GetService',
+ 'GetTrainModel',
+ 'GetTrainTask',
+ 'GetTrainTaskEstimatedTime',
+ 'GetUploadPolicy',
+ 'GetWorkspace',
+ 'ListDatasetDatas',
+ 'ListDatasets',
+ 'ListLabelsetDatas',
+ 'ListLabelsets',
+ 'ListServices',
+ 'ListTrainTasks',
+ 'ListWorkspaces',
+ 'SetDatasetUserOssPath',
+ 'StartService',
+ 'StartTrainTask',
+ 'StopService',
+ 'StopTrainTask',
+ 'UpdateDataset',
+ 'UpdateLabelset',
+ 'UpdateService',
+ 'UpdateTrainTask',
+ 'UpdateWorkspace',
+ 'CreateTagTask',
+ 'DeleteLabelsetData',
+ 'GetDiffCountLabelsetAndDataset',
+ 'DownloadFileNameList',
+ 'CustomizeClassifyImage',
+ 'CustomizeDetectImage',
+ 'CustomizeInstanceSegmentImage',
+ 'GetServiceQps',
+ 'GetServiceInvoke',
+ 'DownloadDataset',
+ 'DeleteDataReflowData',
+ 'ListDataReflowDatas',
+ 'DisableDataReflow',
+ 'ExportDataReflowDataList',
+ 'EnableDataReflow',
+ 'GetUserInfo',
+ 'CheckDatasetOssBucketCORS',
+ ],
+ ],
+ ],
+ 'components' => [
+ 'schemas' => [],
+ ],
+ 'apis' => [
+ 'CreateDataset' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'WorkspaceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '63',
+ 'format' => 'int64',
+ 'required' => true,
+ 'title' => '空间id',
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'Name',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'test2',
+ 'required' => true,
+ 'title' => '数据集名称',
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'Description',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'test2',
+ 'required' => false,
+ 'title' => '描述',
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'Type',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'ALIYUN',
+ 'required' => true,
+ 'title' => '类型',
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => 'F1138931-D4AE-0471-A8C9-0814D7513C2D',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'Id' => [
+ 'description' => '',
+ 'example' => '148',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'GmtCreate' => [
+ 'description' => '',
+ 'example' => '1634199437188',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'Name' => [
+ 'description' => '',
+ 'example' => 'test2',
+ 'type' => 'string',
+ ],
+ 'Description' => [
+ 'description' => '',
+ 'example' => 'test2',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"F1138931-D4AE-0471-A8C9-0814D7513C2D\\",\\n \\"Data\\": {\\n \\"Id\\": 148,\\n \\"GmtCreate\\": 1634199437188,\\n \\"Name\\": \\"test2\\",\\n \\"Description\\": \\"test2\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<CreateDatasetResponse>\\n <RequestId>F1138931-D4AE-0471-A8C9-0814D7513C2D</RequestId>\\n <Data>\\n <Id>148</Id>\\n <GmtCreate>1634199437188</GmtCreate>\\n <Name>test2</Name>\\n <Description>test2</Description>\\n </Data>\\n</CreateDatasetResponse>","errorExample":""}]',
+ ],
+ 'CreateLabelset' => [
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'DatasetId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'example' => '120',
+ ],
+ ],
+ [
+ 'name' => 'Name',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'test3',
+ ],
+ ],
+ [
+ 'name' => 'Description',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'test3',
+ ],
+ ],
+ [
+ 'name' => 'PreLabelId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '123',
+ ],
+ ],
+ [
+ 'name' => 'Type',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'UPLOAD_FILE',
+ ],
+ ],
+ [
+ 'name' => 'ObjectKey',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'daily/label/120/1634196189161_1631762324685_1631174016651_small.csv',
+ ],
+ ],
+ [
+ 'name' => 'UserOssUrl',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'oss://regen-test-bucket/jhdtest/picture/',
+ ],
+ ],
+ [
+ 'name' => 'TagSettings',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ ],
+ ],
+ [
+ 'name' => 'TagUserList',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '["123123434341","3423423424324"]',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'F2C4BA2A-C1A5-0565-BFE9-28A1FE7C6CE3',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Id' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '229',
+ ],
+ 'GmtCreate' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1634196198553',
+ ],
+ 'Name' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'test3',
+ ],
+ 'Description' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'test3',
+ ],
+ 'LabelType' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'UPLOAD_FILE',
+ ],
+ 'Status' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'FILE_CHECKING',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"F2C4BA2A-C1A5-0565-BFE9-28A1FE7C6CE3\\",\\n \\"Data\\": {\\n \\"Id\\": 229,\\n \\"GmtCreate\\": 1634196198553,\\n \\"Name\\": \\"test3\\",\\n \\"Description\\": \\"test3\\",\\n \\"LabelType\\": \\"UPLOAD_FILE\\",\\n \\"Status\\": \\"FILE_CHECKING\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<CreateLabelsetResponse>\\n <RequestId>F2C4BA2A-C1A5-0565-BFE9-28A1FE7C6CE3</RequestId>\\n <Data>\\n <Id>229</Id>\\n <GmtCreate>1634196198553</GmtCreate>\\n <Name>test3</Name>\\n <Description>test3</Description>\\n <LabelType>UPLOAD_FILE</LabelType>\\n <Status>FILE_CHECKING</Status>\\n </Data>\\n</CreateLabelsetResponse>","errorExample":""}]',
+ ],
+ 'CreateService' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'TrainTaskId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '58',
+ 'format' => 'int64',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'Name',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'test3',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'Description',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'test3',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'AuthorizationType',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'DESIGNATED_ACCOUNT',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'AuthorizedAccount',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '1716735326807772,1219984605228589',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => '776E3AEA-938D-079F-91BB-7D783AE60265',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'Id' => [
+ 'description' => '',
+ 'example' => '28',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'GmtCreate' => [
+ 'description' => '',
+ 'example' => '1634106777620',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'ServiceName' => [
+ 'description' => '',
+ 'example' => 'test3',
+ 'type' => 'string',
+ ],
+ 'ServiceDescription' => [
+ 'description' => '',
+ 'example' => 'test3',
+ 'type' => 'string',
+ ],
+ 'Status' => [
+ 'description' => '',
+ 'example' => 'INIT',
+ 'type' => 'string',
+ ],
+ 'AuthorizationType' => [
+ 'description' => '',
+ 'example' => 'DESIGNATED_ACCOUNT',
+ 'type' => 'string',
+ ],
+ 'AuthorizedAccount' => [
+ 'description' => '',
+ 'example' => '1716735326807772,1219984605228589',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"776E3AEA-938D-079F-91BB-7D783AE60265\\",\\n \\"Data\\": {\\n \\"Id\\": 28,\\n \\"GmtCreate\\": 1634106777620,\\n \\"ServiceName\\": \\"test3\\",\\n \\"ServiceDescription\\": \\"test3\\",\\n \\"Status\\": \\"INIT\\",\\n \\"AuthorizationType\\": \\"DESIGNATED_ACCOUNT\\",\\n \\"AuthorizedAccount\\": \\"1716735326807772,1219984605228589\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<CreateServiceResponse>\\n <RequestId>776E3AEA-938D-079F-91BB-7D783AE60265</RequestId>\\n <Data>\\n <Id>28</Id>\\n <GmtCreate>1634106777620</GmtCreate>\\n <ServiceName>test3</ServiceName>\\n <ServiceDescription>test3</ServiceDescription>\\n <Status>INIT</Status>\\n <AuthorizationType>DESIGNATED_ACCOUNT</AuthorizationType>\\n <AuthorizedAccount>1716735326807772,1219984605228589</AuthorizedAccount>\\n </Data>\\n</CreateServiceResponse>","errorExample":""}]',
+ ],
+ 'CreateTrainTask' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'WorkspaceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '63',
+ 'format' => 'int64',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'Name',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'test3',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'DatasetIds',
+ 'in' => 'formData',
+ 'schema' => [
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'LabelIds',
+ 'in' => 'formData',
+ 'schema' => [
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'Description',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'test3',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'PreTrainTaskId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '132',
+ 'format' => 'int64',
+ 'required' => false,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'TrainMode',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'COMMON',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'AdvancedParameters',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '{ "Epoch": 23, "Lr": 0.5, "height": "23", "width": "32", "ValidationDatasetId": 948, "ValidationLabelId": 1266, "TestDatasetId": 948, "TestLabelId": 1266 }',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => '7E55AE6C-F870-0BE4-9265-E0D9FCB1B2CB',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'Id' => [
+ 'description' => '',
+ 'example' => '70',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'GmtCreate' => [
+ 'description' => '',
+ 'example' => '1634276162828',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'TaskName' => [
+ 'description' => '',
+ 'example' => 'test3',
+ 'type' => 'string',
+ ],
+ 'Description' => [
+ 'description' => '',
+ 'example' => 'test3',
+ 'type' => 'string',
+ ],
+ 'DatasetId' => [
+ 'description' => '',
+ 'example' => '120',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'DatasetName' => [
+ 'description' => '',
+ 'example' => 'test1',
+ 'type' => 'string',
+ ],
+ 'LabelId' => [
+ 'description' => '',
+ 'example' => '229',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'LabelName' => [
+ 'description' => '',
+ 'example' => 'test3',
+ 'type' => 'string',
+ ],
+ 'TrainMode' => [
+ 'description' => '',
+ 'example' => 'COMMON',
+ 'type' => 'string',
+ ],
+ 'RelyOnTaskId' => [
+ 'description' => '',
+ 'example' => '213',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'RelyOnTaskName' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ 'AdvancedParameters' => [
+ 'description' => '',
+ 'example' => '{\\"TestLabelId\\":1266,\\"TestDatasetId\\":948,\\"Lr\\":0.5,\\"width\\":\\"32\\",\\"ValidationLabelId\\":1266,\\"Epoch\\":23,\\"ValidationDatasetId\\":948,\\"height\\":\\"23\\"}',
+ 'type' => 'string',
+ ],
+ 'TrainStatus' => [
+ 'description' => '',
+ 'example' => 'INIT',
+ 'type' => 'string',
+ ],
+ 'ModelId' => [
+ 'description' => '',
+ 'example' => '123',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'ModelEffect' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"7E55AE6C-F870-0BE4-9265-E0D9FCB1B2CB\\",\\n \\"Data\\": {\\n \\"Id\\": 70,\\n \\"GmtCreate\\": 1634276162828,\\n \\"TaskName\\": \\"test3\\",\\n \\"Description\\": \\"test3\\",\\n \\"DatasetId\\": 120,\\n \\"DatasetName\\": \\"test1\\",\\n \\"LabelId\\": 229,\\n \\"LabelName\\": \\"test3\\",\\n \\"TrainMode\\": \\"COMMON\\",\\n \\"RelyOnTaskId\\": 213,\\n \\"RelyOnTaskName\\": \\"任务213\\",\\n \\"AdvancedParameters\\": \\"{\\\\\\\\\\\\\\"TestLabelId\\\\\\\\\\\\\\":1266,\\\\\\\\\\\\\\"TestDatasetId\\\\\\\\\\\\\\":948,\\\\\\\\\\\\\\"Lr\\\\\\\\\\\\\\":0.5,\\\\\\\\\\\\\\"width\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"32\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"ValidationLabelId\\\\\\\\\\\\\\":1266,\\\\\\\\\\\\\\"Epoch\\\\\\\\\\\\\\":23,\\\\\\\\\\\\\\"ValidationDatasetId\\\\\\\\\\\\\\":948,\\\\\\\\\\\\\\"height\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"23\\\\\\\\\\\\\\"}\\",\\n \\"TrainStatus\\": \\"INIT\\",\\n \\"ModelId\\": 123,\\n \\"ModelEffect\\": \\"[{\\\\\\"id\\\\\\": \\\\\\"TOP1_ACC\\\\\\", \\\\\\"name\\\\\\": \\\\\\"top1准确率\\\\\\", \\\\\\"value\\\\\\": 100.0}, {\\\\\\"id\\\\\\": \\\\\\"TOP5_ACC\\\\\\", \\\\\\"name\\\\\\": \\\\\\"top5准确率\\\\\\", \\\\\\"value\\\\\\": 100.0}]\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<CreateTrainTaskResponse>\\n <RequestId>7E55AE6C-F870-0BE4-9265-E0D9FCB1B2CB</RequestId>\\n <Data>\\n <Id>70</Id>\\n <GmtCreate>1634276162828</GmtCreate>\\n <TaskName>test3</TaskName>\\n <Description>test3</Description>\\n <DatasetId>120</DatasetId>\\n <DatasetName>test1</DatasetName>\\n <LabelId>229</LabelId>\\n <LabelName>test3</LabelName>\\n <TrainMode>COMMON</TrainMode>\\n <RelyOnTaskId>213</RelyOnTaskId>\\n <RelyOnTaskName>任务213</RelyOnTaskName>\\n <AdvancedParameters>{\\"TestLabelId\\":1266,\\"TestDatasetId\\":948,\\"Lr\\":0.5,\\"width\\":\\"32\\",\\"ValidationLabelId\\":1266,\\"Epoch\\":23,\\"ValidationDatasetId\\":948,\\"height\\":\\"23\\"}</AdvancedParameters>\\n <TrainStatus>INIT</TrainStatus>\\n <ModelId>123</ModelId>\\n <ModelEffect>[{\\"id\\": \\"TOP1_ACC\\", \\"name\\": \\"top1准确率\\", \\"value\\": 100.0}, {\\"id\\": \\"TOP5_ACC\\", \\"name\\": \\"top5准确率\\", \\"value\\": 100.0}]</ModelEffect>\\n </Data>\\n</CreateTrainTaskResponse>","errorExample":""}]',
+ ],
+ 'CreateWorkspace' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'Name',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'wyqtest',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'Description',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'wyqtest',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'Type',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'COMMON_CLASSIFY',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => 'DBECB972-A04A-090F-89BB-960316F8B071',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'Id' => [
+ 'description' => '',
+ 'example' => '78',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'GmtCreate' => [
+ 'description' => '',
+ 'example' => '1634262448874',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'Name' => [
+ 'description' => '',
+ 'example' => 'wyqtest',
+ 'type' => 'string',
+ ],
+ 'Description' => [
+ 'description' => '',
+ 'example' => 'wyqtest',
+ 'type' => 'string',
+ ],
+ 'Type' => [
+ 'description' => '',
+ 'example' => 'COMMON_CLASSIFY',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"DBECB972-A04A-090F-89BB-960316F8B071\\",\\n \\"Data\\": {\\n \\"Id\\": 78,\\n \\"GmtCreate\\": 1634262448874,\\n \\"Name\\": \\"wyqtest\\",\\n \\"Description\\": \\"wyqtest\\",\\n \\"Type\\": \\"COMMON_CLASSIFY\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<CreateWorkspaceResponse>\\n <RequestId>DBECB972-A04A-090F-89BB-960316F8B071</RequestId>\\n <Data>\\n <Id>78</Id>\\n <GmtCreate>1634262448874</GmtCreate>\\n <Name>wyqtest</Name>\\n <Description>wyqtest</Description>\\n <Type>COMMON_CLASSIFY</Type>\\n </Data>\\n</CreateWorkspaceResponse>","errorExample":""}]',
+ ],
+ 'DebugService' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '21',
+ 'format' => 'int64',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'Param',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '{"requestId":"5D772EB9","imageUrl":"https://dha-regen-prod.oss-cn-shanghai-internal.aliyuncs.com/daily/service/21/1634091028077_alpha_7101_0.png?Expires=1634091088&amp;OSSAccessKeyId=LTAI5tEQPn4obqpuvGEg****&amp;Signature=E9%2FtRKgNOV6O%2Bb3GtoFqhLe9VuU%3D"}',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => '46621149',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"46621149\\",\\n \\"Data\\": \\"{\\\\\\"requestId\\\\\\": \\\\\\"0CF29CA9\\\\\\", \\\\\\"data\\\\\\": {\\\\\\"category\\\\\\": \\\\\\"\\\\\\\\u732b\\\\\\", \\\\\\"score\\\\\\": 0.7035083174705505}, \\\\\\"errorcode\\\\\\": \\\\\\"0\\\\\\", \\\\\\"errormessage\\\\\\": \\\\\\"success\\\\\\"}\\"\\n}","errorExample":""},{"type":"xml","example":"<DebugServiceResponse>\\n <RequestId>46621149</RequestId>\\n <Data>{\\"requestId\\": \\"0CF29CA9\\", \\"data\\": {\\"category\\": \\"\\\\u732b\\", \\"score\\": 0.7035083174705505}, \\"errorcode\\": \\"0\\", \\"errormessage\\": \\"success\\"}</Data>\\n</DebugServiceResponse>","errorExample":""}]',
+ ],
+ 'DeleteDataset' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '147',
+ 'format' => 'int64',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => '09F9AD81-3443-0CE5-87D2-808777B2F758',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'Id' => [
+ 'description' => '',
+ 'example' => '147',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'GmtCreate' => [
+ 'description' => '',
+ 'example' => '1631762186000',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'Name' => [
+ 'description' => '',
+ 'example' => 'test',
+ 'type' => 'string',
+ ],
+ 'Description' => [
+ 'description' => '',
+ 'example' => 'test',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"09F9AD81-3443-0CE5-87D2-808777B2F758\\",\\n \\"Data\\": {\\n \\"Id\\": 147,\\n \\"GmtCreate\\": 1631762186000,\\n \\"Name\\": \\"test\\",\\n \\"Description\\": \\"test\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<DeleteDatasetResponse>\\n <RequestId>09F9AD81-3443-0CE5-87D2-808777B2F758</RequestId>\\n <Data>\\n <Id>147</Id>\\n <GmtCreate>1631762186000</GmtCreate>\\n <Name>test</Name>\\n <Description>test</Description>\\n </Data>\\n</DeleteDatasetResponse>","errorExample":""}]',
+ ],
+ 'DeleteLabelset' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'example' => '228',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '438CF366-4E53-029D-A8FB-29EB2AB694A7',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Id' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '228',
+ ],
+ 'GmtCreate' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1633745786000',
+ ],
+ 'Name' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'test3',
+ ],
+ 'Description' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'test3',
+ ],
+ 'LabelType' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'UPLOAD_FILE',
+ ],
+ 'Status' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'FILE_CHECK_SUCCESS',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"438CF366-4E53-029D-A8FB-29EB2AB694A7\\",\\n \\"Data\\": {\\n \\"Id\\": 228,\\n \\"GmtCreate\\": 1633745786000,\\n \\"Name\\": \\"test3\\",\\n \\"Description\\": \\"test3\\",\\n \\"LabelType\\": \\"UPLOAD_FILE\\",\\n \\"Status\\": \\"FILE_CHECK_SUCCESS\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<DeleteLabelsetResponse>\\n <RequestId>438CF366-4E53-029D-A8FB-29EB2AB694A7</RequestId>\\n <Data>\\n <Id>228</Id>\\n <GmtCreate>1633745786000</GmtCreate>\\n <Name>test3</Name>\\n <Description>test3</Description>\\n <LabelType>UPLOAD_FILE</LabelType>\\n <Status>FILE_CHECK_SUCCESS</Status>\\n </Data>\\n</DeleteLabelsetResponse>","errorExample":""}]',
+ ],
+ 'DeleteService' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '28',
+ 'format' => 'int64',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => 'E8917726-EA0B-0847-8885-FD4491E71CE0',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'Id' => [
+ 'description' => '',
+ 'example' => '28',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"E8917726-EA0B-0847-8885-FD4491E71CE0\\",\\n \\"Data\\": {\\n \\"Id\\": 28\\n }\\n}","errorExample":""},{"type":"xml","example":"<DeleteServiceResponse>\\n <RequestId>E8917726-EA0B-0847-8885-FD4491E71CE0</RequestId>\\n <Data>\\n <Id>28</Id>\\n </Data>\\n</DeleteServiceResponse>","errorExample":""}]',
+ ],
+ 'DeleteTrainTask' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '68',
+ 'format' => 'int64',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => '910D87D5-4498-0845-8DA9-DCDC6D661097',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'Id' => [
+ 'description' => '',
+ 'example' => '68',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'GmtCreate' => [
+ 'description' => '',
+ 'example' => '1631762402000',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'TaskName' => [
+ 'description' => '',
+ 'example' => 'test1',
+ 'type' => 'string',
+ ],
+ 'Description' => [
+ 'description' => '',
+ 'example' => 'test1',
+ 'type' => 'string',
+ ],
+ 'DatasetId' => [
+ 'description' => '',
+ 'example' => '120',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'DatasetName' => [
+ 'description' => '',
+ 'example' => 'test1',
+ 'type' => 'string',
+ ],
+ 'LabelId' => [
+ 'description' => '',
+ 'example' => '188',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'LabelName' => [
+ 'description' => '',
+ 'example' => 'test2',
+ 'type' => 'string',
+ ],
+ 'TrainMode' => [
+ 'description' => '',
+ 'example' => 'COMMON',
+ 'type' => 'string',
+ ],
+ 'TrainStatus' => [
+ 'description' => '',
+ 'example' => 'TRAIN_SUCCESS',
+ 'type' => 'string',
+ ],
+ 'ModelId' => [
+ 'description' => '',
+ 'example' => '29',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'ModelEffect' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"910D87D5-4498-0845-8DA9-DCDC6D661097\\",\\n \\"Data\\": {\\n \\"Id\\": 68,\\n \\"GmtCreate\\": 1631762402000,\\n \\"TaskName\\": \\"test1\\",\\n \\"Description\\": \\"test1\\",\\n \\"DatasetId\\": 120,\\n \\"DatasetName\\": \\"test1\\",\\n \\"LabelId\\": 188,\\n \\"LabelName\\": \\"test2\\",\\n \\"TrainMode\\": \\"COMMON\\",\\n \\"TrainStatus\\": \\"TRAIN_SUCCESS\\",\\n \\"ModelId\\": 29,\\n \\"ModelEffect\\": \\"[{\\\\\\"id\\\\\\": \\\\\\"TOP1_ACC\\\\\\", \\\\\\"name\\\\\\": \\\\\\"top1准确率\\\\\\", \\\\\\"value\\\\\\": 100.0}, {\\\\\\"id\\\\\\": \\\\\\"TOP5_ACC\\\\\\", \\\\\\"name\\\\\\": \\\\\\"top5准确率\\\\\\", \\\\\\"value\\\\\\": 100.0}]\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<DeleteTrainTaskResponse>\\n <RequestId>910D87D5-4498-0845-8DA9-DCDC6D661097</RequestId>\\n <Data>\\n <Id>68</Id>\\n <GmtCreate>1631762402000</GmtCreate>\\n <TaskName>test1</TaskName>\\n <Description>test1</Description>\\n <DatasetId>120</DatasetId>\\n <DatasetName>test1</DatasetName>\\n <LabelId>188</LabelId>\\n <LabelName>test2</LabelName>\\n <TrainMode>COMMON</TrainMode>\\n <TrainStatus>TRAIN_SUCCESS</TrainStatus>\\n <ModelId>29</ModelId>\\n <ModelEffect>[{\\"id\\": \\"TOP1_ACC\\", \\"name\\": \\"top1准确率\\", \\"value\\": 100.0}, {\\"id\\": \\"TOP5_ACC\\", \\"name\\": \\"top5准确率\\", \\"value\\": 100.0}]</ModelEffect>\\n </Data>\\n</DeleteTrainTaskResponse>","errorExample":""}]',
+ ],
+ 'DeleteWorkspace' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '78',
+ 'format' => 'int64',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => '3AA3469E-9CB3-08CB-AA0E-A6F26B4CCB93',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'Id' => [
+ 'description' => '',
+ 'example' => '78',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'GmtCreate' => [
+ 'description' => '',
+ 'example' => '1634262448874',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'Name' => [
+ 'description' => '',
+ 'example' => 'wyqtest',
+ 'type' => 'string',
+ ],
+ 'Description' => [
+ 'description' => '',
+ 'example' => 'wyqtest',
+ 'type' => 'string',
+ ],
+ 'Type' => [
+ 'description' => '',
+ 'example' => 'COMMON_CLASSIFY',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"3AA3469E-9CB3-08CB-AA0E-A6F26B4CCB93\\",\\n \\"Data\\": {\\n \\"Id\\": 78,\\n \\"GmtCreate\\": 1634262448874,\\n \\"Name\\": \\"wyqtest\\",\\n \\"Description\\": \\"wyqtest\\",\\n \\"Type\\": \\"COMMON_CLASSIFY\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<DeleteWorkspaceResponse>\\n <RequestId>3AA3469E-9CB3-08CB-AA0E-A6F26B4CCB93</RequestId>\\n <Data>\\n <Id>78</Id>\\n <GmtCreate>1634262448874</GmtCreate>\\n <Name>wyqtest</Name>\\n <Description>wyqtest</Description>\\n <Type>COMMON_CLASSIFY</Type>\\n </Data>\\n</DeleteWorkspaceResponse>","errorExample":""}]',
+ ],
+ 'DownloadLabelFile' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'LabelId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '228',
+ 'format' => 'int64',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => '47109F76-8BF9-078A-83DB-1622E811646D',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'OssHttpUrl' => [
+ 'description' => '',
+ 'example' => 'https://dha-regen-prod.oss-cn-shanghai.aliyuncs.com/daily/label/120/1634104295573_1631762324685_1631174016651_small.csv?Expires=1634203288&OSSAccessKeyId=LTAI5tEQPn4obqpuvGEg****&Signature=9KWRL9YzY2eu%2FN5OFXYbZaN865o%3D',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"47109F76-8BF9-078A-83DB-1622E811646D\\",\\n \\"Data\\": {\\n \\"OssHttpUrl\\": \\"https://dha-regen-prod.oss-cn-shanghai.aliyuncs.com/daily/label/120/1634104295573_1631762324685_1631174016651_small.csv?Expires=1634203288&OSSAccessKeyId=LTAI5tEQPn4obqpuvGEg****&Signature=9KWRL9YzY2eu%2FN5OFXYbZaN865o%3D\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<DownloadLabelFileResponse>\\n <RequestId>47109F76-8BF9-078A-83DB-1622E811646D</RequestId>\\n <Data>\\n <OssHttpUrl>https://dha-regen-prod.oss-cn-shanghai.aliyuncs.com/daily/label/120/1634104295573_1631762324685_1631174016651_small.csv?Expires=1634203288&amp;OSSAccessKeyId=LTAI5tEQPn4obqpuvGEg****&amp;Signature=9KWRL9YzY2eu%2FN5OFXYbZaN865o%3D</OssHttpUrl>\\n </Data>\\n</DownloadLabelFileResponse>","errorExample":""}]',
+ ],
+ 'GetDataset' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '296',
+ 'format' => 'int64',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => '8D41EDD3-36D1-0408-94C9-8EEEA7F2FFE7',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'Id' => [
+ 'description' => '',
+ 'example' => '296',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'OwnerType' => [
+ 'description' => '',
+ 'example' => 'ALIYUN',
+ 'type' => 'string',
+ ],
+ 'OssUrl' => [
+ 'description' => '',
+ 'example' => 'oss://viapi-regen-hangzhou-prod/daily/data/296/',
+ 'type' => 'string',
+ ],
+ 'GmtCreate' => [
+ 'description' => '',
+ 'example' => '1631762186000',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'Name' => [
+ 'description' => '',
+ 'example' => 'fenlei',
+ 'type' => 'string',
+ ],
+ 'Description' => [
+ 'description' => '',
+ 'example' => 'test12',
+ 'type' => 'string',
+ ],
+ 'Total' => [
+ 'description' => '',
+ 'example' => '147',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"8D41EDD3-36D1-0408-94C9-8EEEA7F2FFE7\\",\\n \\"Data\\": {\\n \\"Id\\": 296,\\n \\"OwnerType\\": \\"ALIYUN\\",\\n \\"OssUrl\\": \\"oss://viapi-regen-hangzhou-prod/daily/data/296/\\",\\n \\"GmtCreate\\": 1631762186000,\\n \\"Name\\": \\"fenlei\\",\\n \\"Description\\": \\"test12\\",\\n \\"Total\\": 147\\n }\\n}","errorExample":""},{"type":"xml","example":"<GetDatasetResponse>\\n <RequestId>8D41EDD3-36D1-0408-94C9-8EEEA7F2FFE7</RequestId>\\n <Data>\\n <Id>296</Id>\\n <OwnerType>ALIYUN</OwnerType>\\n <OssUrl>oss://viapi-regen-hangzhou-prod/daily/data/296/</OssUrl>\\n <GmtCreate>1631762186000</GmtCreate>\\n <Name>fenlei</Name>\\n <Description>test12</Description>\\n <Total>147</Total>\\n </Data>\\n</GetDatasetResponse>","errorExample":""}]',
+ ],
+ 'GetLabelDetail' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '1205',
+ 'format' => 'int64',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => 'AC07015E-C8D6-1A03-AAA8-C023B09B917A',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'LabelInfo' => [
+ 'description' => '',
+ 'example' => '{\\"dataVolume\\":101,\\"detectionFrameLabelCount\\":{\\"honglvdeng\\":116},\\"detectionFrameQuantity\\":116}"',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"AC07015E-C8D6-1A03-AAA8-C023B09B917A\\",\\n \\"Data\\": {\\n \\"LabelInfo\\": \\"{\\\\\\\\\\\\\\"dataVolume\\\\\\\\\\\\\\":101,\\\\\\\\\\\\\\"detectionFrameLabelCount\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"honglvdeng\\\\\\\\\\\\\\":116},\\\\\\\\\\\\\\"detectionFrameQuantity\\\\\\\\\\\\\\":116}\\\\\\"\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<GetLabelDetailResponse>\\n <RequestId>AC07015E-C8D6-1A03-AAA8-C023B09B917A</RequestId>\\n <Data>\\n <LabelInfo>{\\\\\\"dataVolume\\\\\\":147,\\\\\\"labelCount\\\\\\":{\\\\\\"鸟\\\\\\":147}}</LabelInfo>\\n </Data>\\n</GetLabelDetailResponse>","errorExample":""}]',
+ ],
+ 'GetLabelset' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'example' => '188',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '6670C3CC-BD5D-01A5-9371-2D4F82E98FF1',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Id' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '833',
+ ],
+ 'GmtCreate' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1662605747000',
+ ],
+ 'Name' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'Description' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'test2',
+ ],
+ 'LabelType' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'USE_LABEL_SYSTEM',
+ ],
+ 'TagUserList' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '["278166737224834274"]',
+ ],
+ 'Tags' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'SubTaskPackageSize' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '20',
+ ],
+ 'Status' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'TAG_FINISHED',
+ ],
+ 'Total' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '30',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"6670C3CC-BD5D-01A5-9371-2D4F82E98FF1\\",\\n \\"Data\\": {\\n \\"Id\\": 833,\\n \\"GmtCreate\\": 1662605747000,\\n \\"Name\\": \\"回流数据集\\",\\n \\"Description\\": \\"test2\\",\\n \\"LabelType\\": \\"USE_LABEL_SYSTEM\\",\\n \\"TagUserList\\": \\"[\\\\\\"278166737224834274\\\\\\"]\\",\\n \\"Tags\\": \\"[\\\\\\"红绿灯\\\\\\",\\\\\\"信号灯\\\\\\"]\\",\\n \\"SubTaskPackageSize\\": \\"20\\",\\n \\"Status\\": \\"TAG_FINISHED\\",\\n \\"Total\\": 30\\n }\\n}","errorExample":""},{"type":"xml","example":"<GetLabelsetResponse>\\n <RequestId>6670C3CC-BD5D-01A5-9371-2D4F82E98FF1</RequestId>\\n <Data>\\n <Status>TAG_FINISHED</Status>\\n <GmtCreate>1662605747000</GmtCreate>\\n <SubTaskPackageSize>20</SubTaskPackageSize>\\n <Description>test2</Description>\\n <LabelType>USE_LABEL_SYSTEM</LabelType>\\n <Total>30</Total>\\n <TagUserList>[\\"278166737224834274\\"]</TagUserList>\\n <Id>833</Id>\\n <Tags>[\\"红绿灯\\",\\"信号灯\\"]</Tags>\\n <Name>回流数据集</Name>\\n </Data>\\n</GetLabelsetResponse>","errorExample":""}]',
+ ],
+ 'GetService' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '4',
+ 'format' => 'int64',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => 'BAFD3138-AF5B-0193-A155-32C16CA895AE',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'Id' => [
+ 'description' => '',
+ 'example' => '4',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'GmtCreate' => [
+ 'description' => '',
+ 'example' => '1631505139000',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'ServiceName' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ 'ServiceDescription' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ 'Status' => [
+ 'description' => '',
+ 'example' => 'INIT',
+ 'type' => 'string',
+ ],
+ 'ServiceId' => [
+ 'description' => '',
+ 'example' => 'b66e91b46a05afa3b07c4dcaafb9****',
+ 'type' => 'string',
+ ],
+ 'InputParams' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ 'OutputParams' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ 'Errorcodes' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ 'InputExample' => [
+ 'description' => '',
+ 'example' => '{"requestId": "D6319603-9DD1-45ae-950E-FCA36EB6DFA7", "imageUrl":"https://viapi-test.oss-cn-shanghai-internal.aliyuncs.com/regen/test.jpeg"}',
+ 'type' => 'string',
+ ],
+ 'OutputExample' => [
+ 'description' => '',
+ 'example' => '{"right": "{\'requestId\': \'D6319603-9DD1-45ae-950E-FCA36EB6DFA7\', \'data\': {\'category\': \'black\', \'score\': 0.8801174759864807}, \'errorcode\': \'0\', \'errormessage\': \'success\'}", "wrong": "{\'requestId\': \'D6319603-9DD1-45ae-950E-FCA36EB6DFA7\', \'errorcode\': \'402\', \'errormessage\': \'download data error\'}"',
+ 'type' => 'string',
+ ],
+ 'DataReflowInfo' => [
+ 'description' => '',
+ 'properties' => [
+ 'DataReflowCount' => [
+ 'description' => '',
+ 'example' => '193',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'DataReflowRate' => [
+ 'description' => '',
+ 'example' => '100',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'DataReflowOssPath' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ 'EnableDataReflowFlag' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'type' => 'boolean',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"BAFD3138-AF5B-0193-A155-32C16CA895AE\\",\\n \\"Data\\": {\\n \\"Id\\": 4,\\n \\"GmtCreate\\": 1631505139000,\\n \\"ServiceName\\": \\"QSL测试\\",\\n \\"ServiceDescription\\": \\"SQL测试描述\\",\\n \\"Status\\": \\"INIT\\",\\n \\"ServiceId\\": \\"b66e91b46a05afa3b07c4dcaafb9****\\",\\n \\"InputParams\\": \\"[{\\\\\\"name\\\\\\": \\\\\\"requestId\\\\\\", \\\\\\"desc\\\\\\": \\\\\\"请求ID,用于问题排查\\\\\\", \\\\\\"example\\\\\\": \\\\\\"D6319603-9DD1-45ae-950E-FCA36EB6DFA7\\\\\\"}, {\\\\\\"name\\\\\\": \\\\\\"imageUrl\\\\\\", \\\\\\"desc\\\\\\": \\\\\\"需要传上海OSS内网地址\\\\\\", \\\\\\"example\\\\\\": \\\\\\"https://viapi-test.oss-cn-shanghai-internal.aliyuncs.com/regen/test.jpeg\\\\\\"}]\\",\\n \\"OutputParams\\": \\"[{\\\\\\"name\\\\\\": \\\\\\"category\\\\\\", \\\\\\"desc\\\\\\": \\\\\\"分类\\\\\\", \\\\\\"example\\\\\\": \\\\\\"black\\\\\\"}, {\\\\\\"name\\\\\\": \\\\\\"score\\\\\\", \\\\\\"desc\\\\\\": \\\\\\"置信度\\\\\\", \\\\\\"example\\\\\\": \\\\\\"0.8801174759864807\\\\\\"}]\\",\\n \\"Errorcodes\\": \\"[{\\\\\\"errorcode\\\\\\": \\\\\\"0\\\\\\", \\\\\\"errormessage\\\\\\": \\\\\\"success\\\\\\", \\\\\\"description\\\\\\": \\\\\\"成功\\\\\\"}, {\\\\\\"errorcode\\\\\\": \\\\\\"401\\\\\\", \\\\\\"errormessage\\\\\\": \\\\\\"parse json error\\\\\\", \\\\\\"description\\\\\\": \\\\\\"解析输入的json出错\\\\\\"}, {\\\\\\"errorcode\\\\\\": \\\\\\"402\\\\\\", \\\\\\"errormessage\\\\\\": \\\\\\"download data error\\\\\\", \\\\\\"description\\\\\\": \\\\\\"下载图片出错\\\\\\"}, {\\\\\\"errorcode\\\\\\": \\\\\\"500\\\\\\", \\\\\\"errormessage\\\\\\": \\\\\\"pre processing error\\\\\\", \\\\\\"description\\\\\\": \\\\\\"算法前处理错误\\\\\\"}, {\\\\\\"errorcode\\\\\\": \\\\\\"501\\\\\\", \\\\\\"errormessage\\\\\\": \\\\\\"inference error\\\\\\", \\\\\\"description\\\\\\": \\\\\\"算法推理错误\\\\\\"}, {\\\\\\"errorcode\\\\\\": \\\\\\"502\\\\\\", \\\\\\"errormessage\\\\\\": \\\\\\"post processing error\\\\\\", \\\\\\"description\\\\\\": \\\\\\"算法后处理错误\\\\\\"}]\\",\\n \\"InputExample\\": \\"{\\\\\\"requestId\\\\\\": \\\\\\"D6319603-9DD1-45ae-950E-FCA36EB6DFA7\\\\\\", \\\\\\"imageUrl\\\\\\":\\\\\\"https://viapi-test.oss-cn-shanghai-internal.aliyuncs.com/regen/test.jpeg\\\\\\"}\\",\\n \\"OutputExample\\": \\"{\\\\\\"right\\\\\\": \\\\\\"{\'requestId\': \'D6319603-9DD1-45ae-950E-FCA36EB6DFA7\', \'data\': {\'category\': \'black\', \'score\': 0.8801174759864807}, \'errorcode\': \'0\', \'errormessage\': \'success\'}\\\\\\", \\\\\\"wrong\\\\\\": \\\\\\"{\'requestId\': \'D6319603-9DD1-45ae-950E-FCA36EB6DFA7\', \'errorcode\': \'402\', \'errormessage\': \'download data error\'}\\\\\\"\\",\\n \\"DataReflowInfo\\": {\\n \\"DataReflowCount\\": 193,\\n \\"DataReflowRate\\": 100,\\n \\"DataReflowOssPath\\": \\"oss://regen-test-bucket/jhdtest/检测/回流2/\\",\\n \\"EnableDataReflowFlag\\": true\\n }\\n }\\n}","errorExample":""},{"type":"xml","example":"<GetServiceResponse>\\n <RequestId>BAFD3138-AF5B-0193-A155-32C16CA895AE</RequestId>\\n <Data>\\n <Id>4</Id>\\n <GmtCreate>1631505139000</GmtCreate>\\n <ServiceName>QSL测试</ServiceName>\\n <ServiceDescription>SQL测试描述</ServiceDescription>\\n <Status>INIT</Status>\\n <ServiceId>b66e91b46a05afa3b07c4dcaafb9****</ServiceId>\\n <InputParams>[{\\"name\\": \\"requestId\\", \\"desc\\": \\"请求ID,用于问题排查\\", \\"example\\": \\"D6319603-9DD1-45ae-950E-FCA36EB6DFA7\\"}, {\\"name\\": \\"imageUrl\\", \\"desc\\": \\"需要传上海OSS内网地址\\", \\"example\\": \\"https://viapi-test.oss-cn-shanghai-internal.aliyuncs.com/regen/test.jpeg\\"}]</InputParams>\\n <OutputParams>[{\\"name\\": \\"category\\", \\"desc\\": \\"分类\\", \\"example\\": \\"black\\"}, {\\"name\\": \\"score\\", \\"desc\\": \\"置信度\\", \\"example\\": \\"0.8801174759864807\\"}]</OutputParams>\\n <Errorcodes>[{\\"errorcode\\": \\"0\\", \\"errormessage\\": \\"success\\", \\"description\\": \\"成功\\"}, {\\"errorcode\\": \\"401\\", \\"errormessage\\": \\"parse json error\\", \\"description\\": \\"解析输入的json出错\\"}, {\\"errorcode\\": \\"402\\", \\"errormessage\\": \\"download data error\\", \\"description\\": \\"下载图片出错\\"}, {\\"errorcode\\": \\"500\\", \\"errormessage\\": \\"pre processing error\\", \\"description\\": \\"算法前处理错误\\"}, {\\"errorcode\\": \\"501\\", \\"errormessage\\": \\"inference error\\", \\"description\\": \\"算法推理错误\\"}, {\\"errorcode\\": \\"502\\", \\"errormessage\\": \\"post processing error\\", \\"description\\": \\"算法后处理错误\\"}]</Errorcodes>\\n <InputExample>{\\"requestId\\": \\"D6319603-9DD1-45ae-950E-FCA36EB6DFA7\\", \\"imageUrl\\":\\"https://viapi-test.oss-cn-shanghai-internal.aliyuncs.com/regen/test.jpeg\\"}</InputExample>\\n <OutputExample>{\\"right\\": \\"{\'requestId\': \'D6319603-9DD1-45ae-950E-FCA36EB6DFA7\', \'data\': {\'category\': \'black\', \'score\': 0.8801174759864807}, \'errorcode\': \'0\', \'errormessage\': \'success\'}\\", \\"wrong\\": \\"{\'requestId\': \'D6319603-9DD1-45ae-950E-FCA36EB6DFA7\', \'errorcode\': \'402\', \'errormessage\': \'download data error\'}\\"</OutputExample>\\n <DataReflowInfo>\\n <DataReflowCount>193</DataReflowCount>\\n <DataReflowRate>100</DataReflowRate>\\n <DataReflowOssPath>oss://regen-test-bucket/jhdtest/检测/回流2/</DataReflowOssPath>\\n <EnableDataReflowFlag>true</EnableDataReflowFlag>\\n </DataReflowInfo>\\n </Data>\\n</GetServiceResponse>","errorExample":""}]',
+ ],
+ 'GetTrainModel' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '52',
+ 'format' => 'int64',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => '63CB30AA-224C-05CA-B9EB-24CEA68B5E71',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'SimpleEvaluate' => [
+ 'description' => '',
+ 'example' => '',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"63CB30AA-224C-05CA-B9EB-24CEA68B5E71\\",\\n \\"Data\\": {\\n \\"SimpleEvaluate\\": 0\\n }\\n}","errorExample":""},{"type":"xml","example":"<GetTrainModelResponse>\\n <RequestId>63CB30AA-224C-05CA-B9EB-24CEA68B5E71</RequestId>\\n <Data>\\n <SimpleEvaluate>[{\\"id\\": \\"TOP1_ACC\\", \\"name\\": \\"top1准确率\\", \\"value\\": 100.0}, {\\"id\\": \\"TOP5_ACC\\", \\"name\\": \\"top5准确率\\", \\"value\\": 100.0}]</SimpleEvaluate>\\n </Data>\\n</GetTrainModelResponse>","errorExample":""}]',
+ ],
+ 'GetTrainTask' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '43',
+ 'format' => 'int64',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => '8DA0CC03-B391-0E58-90AA-03CFCDD9434B',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'Id' => [
+ 'description' => '',
+ 'example' => '43',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'GmtCreate' => [
+ 'description' => '',
+ 'example' => '1631762402000',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'TaskName' => [
+ 'description' => '',
+ 'example' => 'test1',
+ 'type' => 'string',
+ ],
+ 'Description' => [
+ 'description' => '',
+ 'example' => 'test1',
+ 'type' => 'string',
+ ],
+ 'DatasetId' => [
+ 'description' => '',
+ 'example' => '120',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'DatasetName' => [
+ 'description' => '',
+ 'example' => 'test1',
+ 'type' => 'string',
+ ],
+ 'LabelId' => [
+ 'description' => '',
+ 'example' => '188',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'LabelName' => [
+ 'description' => '',
+ 'example' => 'test2',
+ 'type' => 'string',
+ ],
+ 'TrainMode' => [
+ 'description' => '',
+ 'example' => 'COMMON',
+ 'type' => 'string',
+ ],
+ 'TrainStatus' => [
+ 'description' => '',
+ 'example' => 'TRAIN_SUCCESS',
+ 'type' => 'string',
+ ],
+ 'ModelId' => [
+ 'description' => '',
+ 'example' => '14',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'ModelEffect' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ 'FailureReason' => [
+ 'description' => '',
+ 'example' => 'STOP',
+ 'type' => 'string',
+ ],
+ 'TrainUseTime' => [
+ 'description' => '',
+ 'example' => '17100',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"8DA0CC03-B391-0E58-90AA-03CFCDD9434B\\",\\n \\"Data\\": {\\n \\"Id\\": 43,\\n \\"GmtCreate\\": 1631762402000,\\n \\"TaskName\\": \\"test1\\",\\n \\"Description\\": \\"test1\\",\\n \\"DatasetId\\": 120,\\n \\"DatasetName\\": \\"test1\\",\\n \\"LabelId\\": 188,\\n \\"LabelName\\": \\"test2\\",\\n \\"TrainMode\\": \\"COMMON\\",\\n \\"TrainStatus\\": \\"TRAIN_SUCCESS\\",\\n \\"ModelId\\": 14,\\n \\"ModelEffect\\": \\"[{\\\\\\"id\\\\\\": \\\\\\"TOP1_ACC\\\\\\", \\\\\\"name\\\\\\": \\\\\\"top1准确率\\\\\\", \\\\\\"value\\\\\\": 100.0}, {\\\\\\"id\\\\\\": \\\\\\"TOP5_ACC\\\\\\", \\\\\\"name\\\\\\": \\\\\\"top5准确率\\\\\\", \\\\\\"value\\\\\\": 100.0}]\\",\\n \\"FailureReason\\": \\"STOP\\",\\n \\"TrainUseTime\\": 17100\\n }\\n}","errorExample":""},{"type":"xml","example":"<GetTrainTaskResponse>\\n <RequestId>8DA0CC03-B391-0E58-90AA-03CFCDD9434B</RequestId>\\n <Data>\\n <Id>43</Id>\\n <GmtCreate>1631762402000</GmtCreate>\\n <TaskName>test1</TaskName>\\n <Description>test1</Description>\\n <DatasetId>120</DatasetId>\\n <DatasetName>test1</DatasetName>\\n <LabelId>188</LabelId>\\n <LabelName>test2</LabelName>\\n <TrainMode>COMMON</TrainMode>\\n <TrainStatus>TRAIN_SUCCESS</TrainStatus>\\n <ModelId>14</ModelId>\\n <ModelEffect>[{\\"id\\": \\"TOP1_ACC\\", \\"name\\": \\"top1准确率\\", \\"value\\": 100.0}, {\\"id\\": \\"TOP5_ACC\\", \\"name\\": \\"top5准确率\\", \\"value\\": 100.0}]</ModelEffect>\\n <FailureReason>STOP</FailureReason>\\n <TrainUseTime>17100</TrainUseTime>\\n </Data>\\n</GetTrainTaskResponse>","errorExample":""}]',
+ ],
+ 'GetTrainTaskEstimatedTime' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '127',
+ 'format' => 'int64',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => 'AD721805-2A34-090D-9C24-E4F5110A980D',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'EstimatedTime' => [
+ 'description' => '',
+ 'example' => '2:23:34',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"AD721805-2A34-090D-9C24-E4F5110A980D\\",\\n \\"Data\\": {\\n \\"EstimatedTime\\": \\"2:23:34\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<GetTrainTaskEstimatedTimeResponse>\\n <RequestId>AD721805-2A34-090D-9C24-E4F5110A980D</RequestId>\\n <Data>\\n <EstimatedTime>2:23:34</EstimatedTime>\\n </Data>\\n</GetTrainTaskEstimatedTimeResponse>","errorExample":""}]',
+ ],
+ 'GetUploadPolicy' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '21',
+ 'format' => 'int64',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'FileName',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'alpha_7101_0.png',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'Type',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'SERVICE_VERIFY_DATA_UPLOAD_POLICY',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => '4EA7EC9E-E571-0A48-BB70-66EB3A5DDE4A',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'AccessId' => [
+ 'description' => '',
+ 'example' => 'LTAI5tEQPn4obqpuvGEg****',
+ 'type' => 'string',
+ ],
+ 'Policy' => [
+ 'description' => '',
+ 'example' => 'eyJleHBpcmF0aW9uIjoiMjAyMS0xMC0xM1QxMToxMTo0OS4yMTBaIiwiY29uZGl0aW9ucyI6W1siY29udGVudC1sZW5ndGgtcmFuZ2UiLDAsNTI0Mjg4MDAwXSx7ImtleSI6ImRhaWx5L3NlcnZpY2UvMjEvMTYzNDExOTkwOTIxMF9hbHBoYV83MTAxXzAucG5nIn1dfQ==',
+ 'type' => 'string',
+ ],
+ 'Signature' => [
+ 'description' => '',
+ 'example' => 'https://dha-regen-prod.oss-cn-shanghai.aliyuncs.com/daily/service/21/1634119909210_alpha_7101_0.png?Expires=1634119969&OSSAccessKeyId=LTAI5tEQPn4obqpuvGEg****&Signature=aglOPPZihml%2Fhe3GAMkS9zqovog%3D',
+ 'type' => 'string',
+ ],
+ 'ObjectKey' => [
+ 'description' => '',
+ 'example' => 'daily/service/21/1634119909210_alpha_7101_0.png',
+ 'type' => 'string',
+ ],
+ 'FileName' => [
+ 'description' => '',
+ 'example' => '1634119909210_alpha_7101_0.png',
+ 'type' => 'string',
+ ],
+ 'BucketName' => [
+ 'description' => '',
+ 'example' => 'dha-regen-prod',
+ 'type' => 'string',
+ ],
+ 'Endpoint' => [
+ 'description' => '',
+ 'example' => 'https://dha-regen-prod.oss-cn-shanghai.aliyuncs.com',
+ 'type' => 'string',
+ ],
+ 'OriginalFilename' => [
+ 'description' => '',
+ 'example' => '1634119909210_alpha_7101_0.png',
+ 'type' => 'string',
+ ],
+ 'SignedHttpUrl' => [
+ 'description' => '',
+ 'example' => 'https://dha-regen-prod.oss-cn-shanghai.aliyuncs.com/daily/service/21/1634119909210_alpha_7101_0.png?Expires=1634119969&OSSAccessKeyId=LTAI5tEQPn4obqpuvGEg****&Signature=aglOPPZihml%2Fhe3GAMkS9zqovog%3D',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"4EA7EC9E-E571-0A48-BB70-66EB3A5DDE4A\\",\\n \\"Data\\": {\\n \\"AccessId\\": \\"LTAI5tEQPn4obqpuvGEg****\\",\\n \\"Policy\\": \\"eyJleHBpcmF0aW9uIjoiMjAyMS0xMC0xM1QxMToxMTo0OS4yMTBaIiwiY29uZGl0aW9ucyI6W1siY29udGVudC1sZW5ndGgtcmFuZ2UiLDAsNTI0Mjg4MDAwXSx7ImtleSI6ImRhaWx5L3NlcnZpY2UvMjEvMTYzNDExOTkwOTIxMF9hbHBoYV83MTAxXzAucG5nIn1dfQ==\\",\\n \\"Signature\\": \\"https://dha-regen-prod.oss-cn-shanghai.aliyuncs.com/daily/service/21/1634119909210_alpha_7101_0.png?Expires=1634119969&OSSAccessKeyId=LTAI5tEQPn4obqpuvGEg****&Signature=aglOPPZihml%2Fhe3GAMkS9zqovog%3D\\",\\n \\"ObjectKey\\": \\"daily/service/21/1634119909210_alpha_7101_0.png\\",\\n \\"FileName\\": \\"1634119909210_alpha_7101_0.png\\",\\n \\"BucketName\\": \\"dha-regen-prod\\",\\n \\"Endpoint\\": \\"https://dha-regen-prod.oss-cn-shanghai.aliyuncs.com\\",\\n \\"OriginalFilename\\": \\"1634119909210_alpha_7101_0.png\\",\\n \\"SignedHttpUrl\\": \\"https://dha-regen-prod.oss-cn-shanghai.aliyuncs.com/daily/service/21/1634119909210_alpha_7101_0.png?Expires=1634119969&OSSAccessKeyId=LTAI5tEQPn4obqpuvGEg****&Signature=aglOPPZihml%2Fhe3GAMkS9zqovog%3D\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<GetUploadPolicyResponse>\\n <RequestId>4EA7EC9E-E571-0A48-BB70-66EB3A5DDE4A</RequestId>\\n <Data>\\n <AccessId>LTAI5tEQPn4obqpuvGEg****</AccessId>\\n <Policy>eyJleHBpcmF0aW9uIjoiMjAyMS0xMC0xM1QxMToxMTo0OS4yMTBaIiwiY29uZGl0aW9ucyI6W1siY29udGVudC1sZW5ndGgtcmFuZ2UiLDAsNTI0Mjg4MDAwXSx7ImtleSI6ImRhaWx5L3NlcnZpY2UvMjEvMTYzNDExOTkwOTIxMF9hbHBoYV83MTAxXzAucG5nIn1dfQ==</Policy>\\n <Signature>https://dha-regen-prod.oss-cn-shanghai.aliyuncs.com/daily/service/21/1634119909210_alpha_7101_0.png?Expires=1634119969&amp;OSSAccessKeyId=LTAI5tEQPn4obqpuvGEg****&amp;Signature=aglOPPZihml%2Fhe3GAMkS9zqovog%3D</Signature>\\n <ObjectKey>daily/service/21/1634119909210_alpha_7101_0.png</ObjectKey>\\n <FileName>1634119909210_alpha_7101_0.png</FileName>\\n <BucketName>dha-regen-prod</BucketName>\\n <Endpoint>https://dha-regen-prod.oss-cn-shanghai.aliyuncs.com</Endpoint>\\n <OriginalFilename>1634119909210_alpha_7101_0.png</OriginalFilename>\\n <SignedHttpUrl>https://dha-regen-prod.oss-cn-shanghai.aliyuncs.com/daily/service/21/1634119909210_alpha_7101_0.png?Expires=1634119969&amp;OSSAccessKeyId=LTAI5tEQPn4obqpuvGEg****&amp;Signature=aglOPPZihml%2Fhe3GAMkS9zqovog%3D</SignedHttpUrl>\\n </Data>\\n</GetUploadPolicyResponse>","errorExample":""}]',
+ ],
+ 'GetWorkspace' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '70',
+ 'format' => 'int64',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => '96AE7FBF-3E7D-0595-B999-78B31B8C2619',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'Id' => [
+ 'description' => '',
+ 'example' => '70',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'GmtCreate' => [
+ 'description' => '',
+ 'example' => '1631762186000',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'Name' => [
+ 'description' => '',
+ 'example' => 'test1',
+ 'type' => 'string',
+ ],
+ 'Description' => [
+ 'description' => '',
+ 'example' => 'test1',
+ 'type' => 'string',
+ ],
+ 'Type' => [
+ 'description' => '',
+ 'example' => 'COMMON_CLASSIFY',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"96AE7FBF-3E7D-0595-B999-78B31B8C2619\\",\\n \\"Data\\": {\\n \\"Id\\": 70,\\n \\"GmtCreate\\": 1631762186000,\\n \\"Name\\": \\"test1\\",\\n \\"Description\\": \\"test1\\",\\n \\"Type\\": \\"COMMON_CLASSIFY\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<GetWorkspaceResponse>\\n <RequestId>96AE7FBF-3E7D-0595-B999-78B31B8C2619</RequestId>\\n <Data>\\n <Id>70</Id>\\n <GmtCreate>1631762186000</GmtCreate>\\n <Name>test1</Name>\\n <Description>test1</Description>\\n <Type>COMMON_CLASSIFY</Type>\\n </Data>\\n</GetWorkspaceResponse>","errorExample":""}]',
+ ],
+ 'ListDatasetDatas' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'CurrentPage',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '1',
+ 'format' => 'int64',
+ 'required' => false,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '10',
+ 'format' => 'int64',
+ 'required' => false,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'DatasetId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '120',
+ 'format' => 'int64',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'Identity',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => 'EF6CCDDD-D5AA-09AD-B596-4413F2E4B162',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'CurrentPage' => [
+ 'description' => '',
+ 'example' => '1',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'PageSize' => [
+ 'description' => '',
+ 'example' => '10',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'TotalPage' => [
+ 'description' => '',
+ 'example' => '20',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'TotalCount' => [
+ 'description' => '',
+ 'example' => '200',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'Elements' => [
+ 'description' => '',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'object',
+ ],
+ 'type' => 'array',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"EF6CCDDD-D5AA-09AD-B596-4413F2E4B162\\",\\n \\"Data\\": {\\n \\"CurrentPage\\": 1,\\n \\"PageSize\\": 10,\\n \\"TotalPage\\": 20,\\n \\"TotalCount\\": 200,\\n \\"Elements\\": [\\n {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"<ListDatasetDatasResponse>\\n <RequestId>EF6CCDDD-D5AA-09AD-B596-4413F2E4B162</RequestId>\\n <Data>\\n <CurrentPage>1</CurrentPage>\\n <PageSize>10</PageSize>\\n <TotalPage>20</TotalPage>\\n <TotalCount>200</TotalCount>\\n <Elements>\\n <identity>dataset_small/alpha_7101_0.png</identity>\\n <thumbPath>https://dha-regen-prod.oss-cn-shanghai.aliyuncs.com/daily/data/120/dataset_small/alpha_7101_0.png?Expires=1634204118&amp;OSSAccessKeyId=LTAI5tEQPn4obqpuvGEg****&amp;Signature=TaA%2FU2VvDbFW55rcKZmyBtDY4A8%3D&amp;x-oss-process=image%2Fresize%2Cm_lfit%2Cw_200%2Ch_200%2Climit_1%2Fauto-orient%2C1%2Fquality%2Cq_90</thumbPath>\\n <ossPath>https://dha-regen-prod.oss-cn-shanghai.aliyuncs.com/daily/data/120/dataset_small/alpha_7101_0.png?Expires=1634204118&amp;OSSAccessKeyId=LTAI5tEQPn4obqpuvGEg****&amp;Signature=mZ58gWrC6nbRsak%2B2O1bwPWAZr4%3D</ossPath>\\n </Elements>\\n <Elements>\\n <identity>dataset_small/alpha_15926_1.png</identity>\\n <thumbPath>https://dha-regen-prod.oss-cn-shanghai.aliyuncs.com/daily/data/120/dataset_small/alpha_15926_1.png?Expires=1634204118&amp;OSSAccessKeyId=LTAI5tEQPn4obqpuvGEg****Signature=hvsN0QB5SSunKw458mmU%2BPrbodQ%3D&amp;x-oss-process=image%2Fresize%2Cm_lfit%2Cw_200%2Ch_200%2Climit_1%2Fauto-orient%2C1%2Fquality%2Cq_90</thumbPath>\\n <ossPath>https://dha-regen-prod.oss-cn-shanghai.aliyuncs.com/daily/data/120/dataset_small/alpha_15926_1.png?Expires=1634204118&amp;OSSAccessKeyId=LTAI5tEQPn4obqpuvGEg****&amp;Signature=%2FE6AeDAEFwg1iLzUjl5ITWA6YUc%3D</ossPath>\\n </Elements>\\n <Elements>\\n <identity>dataset_small/alpha_5152_1.png</identity>\\n <thumbPath>https://dha-regen-prod.oss-cn-shanghai.aliyuncs.com/daily/data/120/dataset_small/alpha_5152_1.png?Expires=1634204118&amp;OSSAccessKeyId=LTAI5tEQPn4obqpuvGEg****&amp;Signature=kxi5fzDX9M%2FEj4dydPQSjUV%2B2XA%3D&amp;x-oss-process=image%2Fresize%2Cm_lfit%2Cw_200%2Ch_200%2Climit_1%2Fauto-orient%2C1%2Fquality%2Cq_90</thumbPath>\\n <ossPath>https://dha-regen-prod.oss-cn-shanghai.aliyuncs.com/daily/data/120/dataset_small/alpha_5152_1.png?Expires=1634204118&amp;OSSAccessKeyId=LTAI5tEQPn4obqpuvGEg****&amp;Signature=YJeGou7%2FWKU7zcMuCLykrv%2FUHMA%3D</ossPath>\\n </Elements>\\n <Elements>\\n <identity>dataset_small/alpha_5954_1.png</identity>\\n <thumbPath>https://dha-regen-prod.oss-cn-shanghai.aliyuncs.com/daily/data/120/dataset_small/alpha_5954_1.png?Expires=1634204118&amp;OSSAccessKeyId=LTAI5tEQPn4obqpuvGEg****&amp;Signature=nNWV70qWsxWzPI5wstCFDlrHPoc%3D&amp;x-oss-process=image%2Fresize%2Cm_lfit%2Cw_200%2Ch_200%2Climit_1%2Fauto-orient%2C1%2Fquality%2Cq_90</thumbPath>\\n <ossPath>https://dha-regen-prod.oss-cn-shanghai.aliyuncs.com/daily/data/120/dataset_small/alpha_5954_1.png?Expires=1634204118&amp;OSSAccessKeyId=LTAI5tEQPn4obqpuvGEg****&amp;Signature=QerQed0R5dubNtyNd85NDQbDLYc%3D</ossPath>\\n </Elements>\\n <Elements>\\n <identity>dataset_small/alpha_19306_1.png</identity>\\n <thumbPath>https://dha-regen-prod.oss-cn-shanghai.aliyuncs.com/daily/data/120/dataset_small/alpha_19306_1.png?Expires=1634204118&amp;OSSAccessKeyId=LTAI5tEQPn4obqpuvGEg****&amp;Signature=Qu6xvU4eisGjXzVffiERLRo5eCc%3D&amp;x-oss-process=image%2Fresize%2Cm_lfit%2Cw_200%2Ch_200%2Climit_1%2Fauto-orient%2C1%2Fquality%2Cq_90</thumbPath>\\n <ossPath>https://dha-regen-prod.oss-cn-shanghai.aliyuncs.com/daily/data/120/dataset_small/alpha_19306_1.png?Expires=1634204118&amp;OSSAccessKeyId=LTAI5tEQPn4obqpuvGEg****&amp;Signature=R%2FQzx8OqpFYNUyyRGzp2coY2MtU%3D</ossPath>\\n </Elements>\\n <Elements>\\n <identity>dataset_small/alpha_2988_1.png</identity>\\n <thumbPath>https://dha-regen-prod.oss-cn-shanghai.aliyuncs.com/daily/data/120/dataset_small/alpha_2988_1.png?Expires=1634204118&amp;OSSAccessKeyId=LTAI5tEQPn4obqpuvGEg****&amp;Signature=6NE%2BN8ixZlv8vQrvdRsMOynyPfM%3D&amp;x-oss-process=image%2Fresize%2Cm_lfit%2Cw_200%2Ch_200%2Climit_1%2Fauto-orient%2C1%2Fquality%2Cq_90</thumbPath>\\n <ossPath>https://dha-regen-prod.oss-cn-shanghai.aliyuncs.com/daily/data/120/dataset_small/alpha_2988_1.png?Expires=1634204118&amp;OSSAccessKeyId=LTAI5tEQPn4obqpuvGEg****&amp;Signature=fSSrNM7Prmeplx7vJ7rp5GT2ODs%3D</ossPath>\\n </Elements>\\n <Elements>\\n <identity>dataset_small/alpha_13694_1.png</identity>\\n <thumbPath>https://dha-regen-prod.oss-cn-shanghai.aliyuncs.com/daily/data/120/dataset_small/alpha_13694_1.png?Expires=1634204118&amp;OSSAccessKeyId=LTAI5tEQPn4obqpuvGEg****&amp;Signature=7eGRk0HrqdT5z7IlAAk2RSCs4CY%3D&amp;x-oss-process=image%2Fresize%2Cm_lfit%2Cw_200%2Ch_200%2Climit_1%2Fauto-orient%2C1%2Fquality%2Cq_90</thumbPath>\\n <ossPath>https://dha-regen-prod.oss-cn-shanghai.aliyuncs.com/daily/data/120/dataset_small/alpha_13694_1.png?Expires=1634204118&amp;OSSAccessKeyId=LTAI5tEQPn4obqpuvGEg****Signature=kKA69vNssLSQIvwFO7UoabwE8uI%3D</ossPath>\\n </Elements>\\n <Elements>\\n <identity>dataset_small/alpha_1902_1.png</identity>\\n <thumbPath>https://dha-regen-prod.oss-cn-shanghai.aliyuncs.com/daily/data/120/dataset_small/alpha_1902_1.png?Expires=1634204118&amp;OSSAccessKeyId=LTAI5tEQPn4obqpuvGEg****&amp;Signature=VYmbFzTRHLSnMfh8sCdOTaxgG8o%3D&amp;x-oss-process=image%2Fresize%2Cm_lfit%2Cw_200%2Ch_200%2Climit_1%2Fauto-orient%2C1%2Fquality%2Cq_90</thumbPath>\\n <ossPath>https://dha-regen-prod.oss-cn-shanghai.aliyuncs.com/daily/data/120/dataset_small/alpha_1902_1.png?Expires=1634204118&amp;OSSAccessKeyId=LTAI5tEQPn4obqpuvGEg****&amp;Signature=XYagnxfXf3dKKiaYJ2fDSgv%2BqzA%3D</ossPath>\\n </Elements>\\n <Elements>\\n <identity>dataset_small/alpha_9088_1.png</identity>\\n <thumbPath>https://dha-regen-prod.oss-cn-shanghai.aliyuncs.com/daily/data/120/dataset_small/alpha_9088_1.png?Expires=1634204118&amp;OSSAccessKeyId=LTAI5tEQPn4obqpuvGEg****&amp;Signature=g1h72fNL716Cd4WsrKs9sYGDilg%3D&amp;x-oss-process=image%2Fresize%2Cm_lfit%2Cw_200%2Ch_200%2Climit_1%2Fauto-orient%2C1%2Fquality%2Cq_90</thumbPath>\\n <ossPath>https://dha-regen-prod.oss-cn-shanghai.aliyuncs.com/daily/data/120/dataset_small/alpha_9088_1.png?Expires=1634204118&amp;OSSAccessKeyId=LTAI5tEQPn4obqpuvGEg****&amp;Signature=Fqp9R%2BgRtQsLgOqFac9q5wAbhPc%3D</ossPath>\\n </Elements>\\n <Elements>\\n <identity>dataset_small/alpha_8088_1.png</identity>\\n <thumbPath>https://dha-regen-prod.oss-cn-shanghai.aliyuncs.com/daily/data/120/dataset_small/alpha_8088_1.png?Expires=1634204118&amp;OSSAccessKeyId=LTAI5tEQPn4obqpuvGEg****&amp;Signature=4E5HtozWJ0YvR0toyNRQDsTyPq0%3D&amp;x-oss-process=image%2Fresize%2Cm_lfit%2Cw_200%2Ch_200%2Climit_1%2Fauto-orient%2C1%2Fquality%2Cq_90</thumbPath>\\n <ossPath>https://dha-regen-prod.oss-cn-shanghai.aliyuncs.com/daily/data/120/dataset_small/alpha_8088_1.png?Expires=1634204118&amp;OSSAccessKeyId=LTAI5tEQPn4obqpuvGEg****&amp;Signature=3q2%2BEU1%2FgqVrKsKC9DN1rORrwWo%3D</ossPath>\\n </Elements>\\n </Data>\\n</ListDatasetDatasResponse>","errorExample":""}]',
+ ],
+ 'ListDatasets' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'CurrentPage',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '1',
+ 'format' => 'int64',
+ 'required' => false,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '10',
+ 'format' => 'int64',
+ 'required' => false,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'WorkspaceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '63',
+ 'format' => 'int64',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => 'F32D7E93-9C55-151E-9C60-B746A4A5B7FE',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'CurrentPage' => [
+ 'description' => '',
+ 'example' => '1',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'PageSize' => [
+ 'description' => '',
+ 'example' => '10',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'TotalPage' => [
+ 'description' => '',
+ 'example' => '1',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'TotalCount' => [
+ 'description' => '',
+ 'example' => '1',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'Elements' => [
+ 'description' => '',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'object',
+ ],
+ 'type' => 'array',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"F32D7E93-9C55-151E-9C60-B746A4A5B7FE\\",\\n \\"Data\\": {\\n \\"CurrentPage\\": 1,\\n \\"PageSize\\": 10,\\n \\"TotalPage\\": 1,\\n \\"TotalCount\\": 1,\\n \\"Elements\\": [\\n {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"<ListDatasetsResponse>\\n <RequestId>F32D7E93-9C55-151E-9C60-B746A4A5B7FE</RequestId>\\n <Data>\\n <CurrentPage>1</CurrentPage>\\n <PageSize>10</PageSize>\\n <TotalPage>1</TotalPage>\\n <TotalCount>1</TotalCount>\\n <Elements>\\n <ownerType>ALIYUN</ownerType>\\n <total>2000</total>\\n <ossUrl>oss://dha-regen-hangzhou-prod/prod/data/374/</ossUrl>\\n <name>标注测试2</name>\\n <description>描述21</description>\\n <id>374</id>\\n <gmtCreate>1638860548000</gmtCreate>\\n </Elements>\\n </Data>\\n</ListDatasetsResponse>","errorExample":""}]',
+ ],
+ 'ListLabelsetDatas' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'CurrentPage',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '1',
+ 'format' => 'int64',
+ 'required' => false,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '10',
+ 'format' => 'int64',
+ 'required' => false,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'LabelId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '219',
+ 'format' => 'int64',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'Name',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'image',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'Operation',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'LIKE',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'Value',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '1',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'IsAbandon',
+ 'in' => 'formData',
+ 'schema' => [
+ 'required' => false,
+ 'type' => 'boolean',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => '06281237-1FA1-09E3-95AC-FE4C95300508',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'CurrentPage' => [
+ 'description' => '',
+ 'example' => '1',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'PageSize' => [
+ 'description' => '',
+ 'example' => '10',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'TotalPage' => [
+ 'description' => '',
+ 'example' => '20',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'TotalCount' => [
+ 'description' => '',
+ 'example' => '200',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'Elements' => [
+ 'description' => '',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'object',
+ ],
+ 'type' => 'array',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"06281237-1FA1-09E3-95AC-FE4C95300508\\",\\n \\"Data\\": {\\n \\"CurrentPage\\": 1,\\n \\"PageSize\\": 10,\\n \\"TotalPage\\": 20,\\n \\"TotalCount\\": 200,\\n \\"Elements\\": [\\n {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"<ListLabelsetDatasResponse>\\n <RequestId>ADA2A7FD-6A97-4D5F-8781-FEC2DEF28418</RequestId>\\n <Data>\\n <TotalCount>200</TotalCount>\\n <PageSize>10</PageSize>\\n <TotalPage>20</TotalPage>\\n <CurrentPage>1</CurrentPage>\\n <Elements>\\n <showColumns>\\n <dataSetName>鸟100_19.jpg</dataSetName>\\n <name>image</name>\\n <thumbPath>https://viapi-regen-hangzhou-prod.oss-cn-hangzhou.aliyuncs.com/daily/data/296/%E9%B8%9F100_19.jpg?Expires=1651211694&amp;OSSAccessKeyId=LTAI5tMANw98BWLM7sTN****&amp;Signature=QlELJ%2Fl2wRoR4ay%2BKOMrH9evwIA%3D&amp;x-oss-process=image%2Fresize%2Cm_lfit%2Cw_150%2Ch_84%2Climit_1%2Fauto-orient%2C1%2Fquality%2Cq_90</thumbPath>\\n <type>IMAGE</type>\\n <value>https://viapi-regen-hangzhou-prod.oss-cn-hangzhou.aliyuncs.com/daily/data/296/%E9%B8%9F100_19.jpg?Expires=1651211694&amp;OSSAccessKeyId=LTAI5tMANw98BWLM7sTN****&amp;Signature=m8ZyAwJGiB5q0%2F0u88QaAPLGzHw%3D</value>\\n </showColumns>\\n <showColumns>\\n <name>label</name>\\n <type>TEXT</type>\\n <value>鸟</value>\\n </showColumns>\\n </Elements>\\n </Data>\\n</ListLabelsetDatasResponse>","errorExample":""}]',
+ ],
+ 'ListLabelsets' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'CurrentPage',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '10',
+ ],
+ ],
+ [
+ 'name' => 'DatasetId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'example' => '137',
+ ],
+ ],
+ [
+ 'name' => 'Status',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '["FILE_CHECKING","FILE_CHECK_SUCCESS"]',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '638E7B41-5327-0B79-A3A5-390278D7625F',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'CurrentPage' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'PageSize' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '10',
+ ],
+ 'TotalPage' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'TotalCount' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '2',
+ ],
+ 'Elements' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"638E7B41-5327-0B79-A3A5-390278D7625F\\",\\n \\"Data\\": {\\n \\"CurrentPage\\": 1,\\n \\"PageSize\\": 10,\\n \\"TotalPage\\": 1,\\n \\"TotalCount\\": 2,\\n \\"Elements\\": [\\n {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"<ListLabelsetsResponse>\\n <RequestId>638E7B41-5327-0B79-A3A5-390278D7625F</RequestId>\\n <Data>\\n <CurrentPage>1</CurrentPage>\\n <PageSize>10</PageSize>\\n <TotalPage>1</TotalPage>\\n <TotalCount>2</TotalCount>\\n <Elements>\\n <labelType>UPLOAD_FILE</labelType>\\n <name>标注测试2</name>\\n <description>标注测试2</description>\\n <id>219</id>\\n <gmtCreate>1633747459000</gmtCreate>\\n <status>FILE_CHECK_SUCCESS</status>\\n <unmarkedQuantity>0</unmarkedQuantity>\\n <markedQuantity>20</markedQuantity>\\n <total>20</total>\\n <PreLabelName>测试时间数据集2</PreLabelName>\\n </Elements>\\n <Elements>\\n <labelType>UPLOAD_FILE</labelType>\\n <name>标注测试</name>\\n <description>标注测试描述</description>\\n <id>218</id>\\n <gmtCreate>1633745786000</gmtCreate>\\n <status>FILE_CHECK_SUCCESS</status>\\n <unmarkedQuantity>0</unmarkedQuantity>\\n <markedQuantity>10</markedQuantity>\\n <total>10</total>\\n <PreLabelName>测试时间数据集</PreLabelName>\\n </Elements>\\n </Data>\\n</ListLabelsetsResponse>","errorExample":""}]',
+ ],
+ 'ListServices' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'CurrentPage',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '1',
+ 'format' => 'int64',
+ 'required' => false,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '10',
+ 'format' => 'int64',
+ 'required' => false,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'WorkspaceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '63',
+ 'format' => 'int64',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'Id',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '21',
+ 'format' => 'int64',
+ 'required' => false,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'Name',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'test',
+ 'format' => 'int64',
+ 'required' => false,
+ 'type' => 'integer',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => 'C3CEBC54-BCB4-0CEC-8E57-418517898C03',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'CurrentPage' => [
+ 'description' => '',
+ 'example' => '1',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'PageSize' => [
+ 'description' => '',
+ 'example' => '10',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'TotalPage' => [
+ 'description' => '',
+ 'example' => '1',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'TotalCount' => [
+ 'description' => '',
+ 'example' => '2',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'Elements' => [
+ 'description' => '',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'object',
+ ],
+ 'type' => 'array',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"C3CEBC54-BCB4-0CEC-8E57-418517898C03\\",\\n \\"Data\\": {\\n \\"CurrentPage\\": 1,\\n \\"PageSize\\": 10,\\n \\"TotalPage\\": 1,\\n \\"TotalCount\\": 2,\\n \\"Elements\\": [\\n {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"<ListServicesResponse>\\n <RequestId>C3CEBC54-BCB4-0CEC-8E57-418517898C03</RequestId>\\n <Data>\\n <CurrentPage>1</CurrentPage>\\n <PageSize>10</PageSize>\\n <TotalPage>1</TotalPage>\\n <TotalCount>2</TotalCount>\\n <Elements>\\n <serviceDescription>test</serviceDescription>\\n <id>21</id>\\n <gmtCreate>1631773630000</gmtCreate>\\n <serviceName>test</serviceName>\\n <status>RUNNING</status>\\n <authorizationType>DESIGNATED_ACCOUNT</authorizationType>\\n <authorizedAccount>1716735326807772,1319860643305711</authorizedAccount>\\n </Elements>\\n </Data>\\n</ListServicesResponse>","errorExample":""}]',
+ ],
+ 'ListTrainTasks' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'CurrentPage',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '1',
+ 'format' => 'int64',
+ 'required' => false,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '10',
+ 'format' => 'int64',
+ 'required' => false,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'Status',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'PREPARING',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'WorkspaceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '63',
+ 'format' => 'int64',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => 'F8B71CDB-5DE9-0ACB-8D0F-FCEFBFF6B473',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'CurrentPage' => [
+ 'description' => '',
+ 'example' => '1',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'PageSize' => [
+ 'description' => '',
+ 'example' => '10',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'TotalPage' => [
+ 'description' => '',
+ 'example' => '1',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'TotalCount' => [
+ 'description' => '',
+ 'example' => '2',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'Elements' => [
+ 'description' => '',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'object',
+ ],
+ 'type' => 'array',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"F8B71CDB-5DE9-0ACB-8D0F-FCEFBFF6B473\\",\\n \\"Data\\": {\\n \\"CurrentPage\\": 1,\\n \\"PageSize\\": 10,\\n \\"TotalPage\\": 1,\\n \\"TotalCount\\": 2,\\n \\"Elements\\": [\\n {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"<ListTrainTasksResponse>\\n <RequestId>F8B71CDB-5DE9-0ACB-8D0F-FCEFBFF6B473</RequestId>\\n <Data>\\n <CurrentPage>1</CurrentPage>\\n <PageSize>10</PageSize>\\n <TotalPage>1</TotalPage>\\n <TotalCount>2</TotalCount>\\n <Elements>\\n <labelId>228</labelId>\\n <modelId>29</modelId>\\n <trainStatus>TRAIN_SUCCESS</trainStatus>\\n <datasetName>test1</datasetName>\\n <datasetId>120</datasetId>\\n <description>test3描述</description>\\n <taskName>test3</taskName>\\n <id>68</id>\\n <gmtCreate>1634111691000</gmtCreate>\\n <labelName>test3</labelName>\\n <modelEffect>[{\\"id\\": \\"TOP1_ACC\\", \\"name\\": \\"top1准确率\\", \\"value\\": 100.0}, {\\"id\\": \\"TOP5_ACC\\", \\"name\\": \\"top5准确率\\", \\"value\\": 100.0}]</modelEffect>\\n <trainMode>COMMON</trainMode>\\n </Elements>\\n <Elements>\\n <modelId>14</modelId>\\n <trainStatus>TRAIN_SUCCESS</trainStatus>\\n <datasetName>test1</datasetName>\\n <description>test1</description>\\n <gmtCreate>1631762402000</gmtCreate>\\n <modelEffect>[{\\"id\\": \\"TOP1_ACC\\", \\"name\\": \\"top1准确率\\", \\"value\\": 100.0}, {\\"id\\": \\"TOP5_ACC\\", \\"name\\": \\"top5准确率\\", \\"value\\": 100.0}]</modelEffect>\\n <trainMode>COMMON</trainMode>\\n <labelId>188</labelId>\\n <datasetId>120</datasetId>\\n <taskName>test1</taskName>\\n <id>43</id>\\n <labelName>test2</labelName>\\n <serviceId>21</serviceId>\\n </Elements>\\n </Data>\\n</ListTrainTasksResponse>","errorExample":""}]',
+ ],
+ 'ListWorkspaces' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'CurrentPage',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '1',
+ 'format' => 'int64',
+ 'required' => false,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '10',
+ 'format' => 'int64',
+ 'required' => false,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'Name',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'test',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => '63DBD066-6374-0C1B-9E4D-9DDAEEA9CC73',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'CurrentPage' => [
+ 'description' => '',
+ 'example' => '1',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'PageSize' => [
+ 'description' => '',
+ 'example' => '10',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'TotalPage' => [
+ 'description' => '',
+ 'example' => '4',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'TotalCount' => [
+ 'description' => '',
+ 'example' => '31',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'Elements' => [
+ 'description' => '',
+ 'items' => [
+ 'description' => '',
+ 'properties' => [
+ 'Id' => [
+ 'description' => '',
+ 'example' => '78',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'GmtCreate' => [
+ 'description' => '',
+ 'example' => '1634262449000',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'Name' => [
+ 'description' => '',
+ 'example' => 'wyqtest',
+ 'type' => 'string',
+ ],
+ 'Description' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ 'Type' => [
+ 'description' => '',
+ 'example' => 'COMMON_CLASSIFY',
+ 'type' => 'string',
+ ],
+ 'TransferState' => [
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ 'type' => 'array',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"63DBD066-6374-0C1B-9E4D-9DDAEEA9CC73\\",\\n \\"Data\\": {\\n \\"CurrentPage\\": 1,\\n \\"PageSize\\": 10,\\n \\"TotalPage\\": 4,\\n \\"TotalCount\\": 31,\\n \\"Elements\\": [\\n {\\n \\"Id\\": 78,\\n \\"GmtCreate\\": 1634262449000,\\n \\"Name\\": \\"wyqtest\\",\\n \\"Description\\": \\"wyqtest描述\\",\\n \\"Type\\": \\"COMMON_CLASSIFY\\",\\n \\"TransferState\\": \\"TRANSFER_SUCCESS\\"\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"<ListWorkspacesResponse>\\n <RequestId>63DBD066-6374-0C1B-9E4D-9DDAEEA9CC73</RequestId>\\n <Data>\\n <CurrentPage>1</CurrentPage>\\n <PageSize>10</PageSize>\\n <TotalPage>4</TotalPage>\\n <TotalCount>31</TotalCount>\\n <Elements>\\n <Id>78</Id>\\n <GmtCreate>1634262449000</GmtCreate>\\n <Name>wyqtest</Name>\\n <Description>wyqtest描述</Description>\\n <Type>COMMON_CLASSIFY</Type>\\n <TransferState>TRANSFER_SUCCESS</TransferState>\\n </Elements>\\n </Data>\\n</ListWorkspacesResponse>","errorExample":""}]',
+ ],
+ 'SetDatasetUserOssPath' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'DatasetId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '424',
+ 'format' => 'int64',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'UserOssUrl',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'oss://regen-test-bucket/yangTest/',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => '68B3B582-0FCF-16CE-8F7F-884625D8AEE7',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'Id' => [
+ 'description' => '',
+ 'example' => '424',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'OssUrl' => [
+ 'description' => '',
+ 'example' => '"oss://regen-test-bucket/yangTest/"',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"68B3B582-0FCF-16CE-8F7F-884625D8AEE7\\",\\n \\"Data\\": {\\n \\"Id\\": 424,\\n \\"OssUrl\\": \\"\\\\\\"oss://regen-test-bucket/yangTest/\\\\\\"\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<SetDatasetUserOssPathResponse>\\n <RequestId>68B3B582-0FCF-16CE-8F7F-884625D8AEE7</RequestId>\\n <Data>\\n <Id>424</Id>\\n <OssUrl>oss://regen-test-bucket/yangTest/</OssUrl>\\n </Data>\\n</SetDatasetUserOssPathResponse>","errorExample":""}]',
+ ],
+ 'StartService' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '22',
+ 'format' => 'int64',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => '047BA921-06DE-0DC4-8433-BAB26A4F3133',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'Id' => [
+ 'description' => '',
+ 'example' => '22',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'GmtCreate' => [
+ 'description' => '',
+ 'example' => '1626434355778',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'ServiceName' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ 'ServiceDescription' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ 'Status' => [
+ 'description' => '',
+ 'example' => 'STARTING',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"047BA921-06DE-0DC4-8433-BAB26A4F3133\\",\\n \\"Data\\": {\\n \\"Id\\": 22,\\n \\"GmtCreate\\": 1626434355778,\\n \\"ServiceName\\": \\"日常服务测试\\",\\n \\"ServiceDescription\\": \\"日常服务测试描述\\",\\n \\"Status\\": \\"STARTING\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<StartServiceResponse>\\n <RequestId>047BA921-06DE-0DC4-8433-BAB26A4F3133</RequestId>\\n <Data>\\n <Id>22</Id>\\n <GmtCreate>1626434355778</GmtCreate>\\n <ServiceName>日常服务测试</ServiceName>\\n <ServiceDescription>日常服务测试描述</ServiceDescription>\\n <Status>STARTING</Status>\\n </Data>\\n</StartServiceResponse>","errorExample":""}]',
+ ],
+ 'StartTrainTask' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '68',
+ 'format' => 'int64',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'ForceStartFlag',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'required' => false,
+ 'type' => 'boolean',
+ ],
+ ],
+ [
+ 'name' => 'RelyOnTaskId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '123',
+ 'format' => 'int64',
+ 'required' => false,
+ 'type' => 'integer',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => 'E59736FC-B481-07AC-87B5-68F389477861',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'Id' => [
+ 'description' => '',
+ 'example' => '68',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'CheckResult' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'object',
+ ],
+ 'GmtCreate' => [
+ 'description' => '',
+ 'example' => '1634106778000',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'TaskName' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ 'Description' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ 'DatasetId' => [
+ 'description' => '',
+ 'example' => '120',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'DatasetName' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ 'LabelId' => [
+ 'description' => '',
+ 'example' => '228',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'LabelName' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ 'TrainMode' => [
+ 'description' => '',
+ 'example' => 'COMMON',
+ 'type' => 'string',
+ ],
+ 'TrainStatus' => [
+ 'description' => '',
+ 'example' => 'PREPARING',
+ 'type' => 'string',
+ ],
+ 'ModelId' => [
+ 'description' => '',
+ 'example' => '123',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'ModelEffect' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"E59736FC-B481-07AC-87B5-68F389477861\\",\\n \\"Data\\": {\\n \\"Id\\": 68,\\n \\"CheckResult\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"GmtCreate\\": 1634106778000,\\n \\"TaskName\\": \\"训练任务名称\\",\\n \\"Description\\": \\"训练任务描述\\",\\n \\"DatasetId\\": 120,\\n \\"DatasetName\\": \\"猫狗数据集名称\\",\\n \\"LabelId\\": 228,\\n \\"LabelName\\": \\"猫狗数据集标注\\",\\n \\"TrainMode\\": \\"COMMON\\",\\n \\"TrainStatus\\": \\"PREPARING\\",\\n \\"ModelId\\": 123,\\n \\"ModelEffect\\": \\"[{\\\\\\\\\\\\\\"id\\\\\\\\\\\\\\": \\\\\\\\\\\\\\"TOP1_ACC\\\\\\\\\\\\\\", \\\\\\\\\\\\\\"name\\\\\\\\\\\\\\": \\\\\\\\\\\\\\"top1准确率\\\\\\\\\\\\\\", \\\\\\\\\\\\\\"value\\\\\\\\\\\\\\": 100.0}, {\\\\\\\\\\\\\\"id\\\\\\\\\\\\\\": \\\\\\\\\\\\\\"TOP5_ACC\\\\\\\\\\\\\\", \\\\\\\\\\\\\\"name\\\\\\\\\\\\\\": \\\\\\\\\\\\\\"top5准确率\\\\\\\\\\\\\\", \\\\\\\\\\\\\\"value\\\\\\\\\\\\\\": 100.0}]\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<StartTrainTaskResponse>\\n <code>200</code>\\n <data>\\n <RequestId>13A5EFE4-D3A5-1E7C-A0C6-B1ECC71DB24A</RequestId>\\n <Data>\\n <CheckResult>{\\"labelInfo\\":{\\"狗\\":1,\\"猫\\":59},\\"labelName\\":\\"[\\\\\\"狗\\\\\\"]\\",\\"labelType\\":\\"图片数量\\",\\"minCount\\":\\"20\\"}</CheckResult>\\n </Data>\\n <Code>200</Code>\\n </data>\\n <httpStatusCode>200</httpStatusCode>\\n <requestId>13A5EFE4-D3A5-1E7C-A0C6-B1ECC71DB24A</requestId>\\n <successResponse>true</successResponse>\\n</StartTrainTaskResponse>","errorExample":""}]',
+ ],
+ 'StopService' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '22',
+ 'format' => 'int64',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => '65D559AA-2E27-0597-9733-69810820E334',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'Id' => [
+ 'description' => '',
+ 'example' => '22',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'GmtCreate' => [
+ 'description' => '',
+ 'example' => '1626434355778',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'ServiceName' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ 'ServiceDescription' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ 'Status' => [
+ 'description' => '',
+ 'example' => 'STOPPING',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"65D559AA-2E27-0597-9733-69810820E334\\",\\n \\"Data\\": {\\n \\"Id\\": 22,\\n \\"GmtCreate\\": 1626434355778,\\n \\"ServiceName\\": \\"AT服务测试\\",\\n \\"ServiceDescription\\": \\"AT服务测试\\",\\n \\"Status\\": \\"STOPPING\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<StopServiceResponse>\\n <RequestId>65D559AA-2E27-0597-9733-69810820E334</RequestId>\\n <Data>\\n <Id>22</Id>\\n <GmtCreate>1626434355778</GmtCreate>\\n <ServiceName>AT服务测试</ServiceName>\\n <ServiceDescription>AT服务测试</ServiceDescription>\\n <Status>STOPPING</Status>\\n </Data>\\n</StopServiceResponse>","errorExample":""}]',
+ ],
+ 'StopTrainTask' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '68',
+ 'format' => 'int64',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => 'E4CD2E3E-4484-08E7-9FBA-087D49FA95BD',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'Id' => [
+ 'description' => '',
+ 'example' => '68',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'GmtCreate' => [
+ 'description' => '',
+ 'example' => '1634106778000',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'TaskName' => [
+ 'description' => '',
+ 'example' => 'test3',
+ 'type' => 'string',
+ ],
+ 'Description' => [
+ 'description' => '',
+ 'example' => 'test3',
+ 'type' => 'string',
+ ],
+ 'DatasetId' => [
+ 'description' => '',
+ 'example' => '120',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'DatasetName' => [
+ 'description' => '',
+ 'example' => 'test1',
+ 'type' => 'string',
+ ],
+ 'LabelId' => [
+ 'description' => '',
+ 'example' => '228',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'LabelName' => [
+ 'description' => '',
+ 'example' => 'test3',
+ 'type' => 'string',
+ ],
+ 'TrainMode' => [
+ 'description' => '',
+ 'example' => 'COMMON',
+ 'type' => 'string',
+ ],
+ 'TrainStatus' => [
+ 'description' => '',
+ 'example' => 'TRAIN_FAIL',
+ 'type' => 'string',
+ ],
+ 'ModelId' => [
+ 'description' => '',
+ 'example' => '123',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'ModelEffect' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"E4CD2E3E-4484-08E7-9FBA-087D49FA95BD\\",\\n \\"Data\\": {\\n \\"Id\\": 68,\\n \\"GmtCreate\\": 1634106778000,\\n \\"TaskName\\": \\"test3\\",\\n \\"Description\\": \\"test3\\",\\n \\"DatasetId\\": 120,\\n \\"DatasetName\\": \\"test1\\",\\n \\"LabelId\\": 228,\\n \\"LabelName\\": \\"test3\\",\\n \\"TrainMode\\": \\"COMMON\\",\\n \\"TrainStatus\\": \\"TRAIN_FAIL\\",\\n \\"ModelId\\": 123,\\n \\"ModelEffect\\": \\"[{\\\\\\"id\\\\\\": \\\\\\"TOP1_ACC\\\\\\", \\\\\\"name\\\\\\": \\\\\\"top1准确率\\\\\\", \\\\\\"value\\\\\\": 100.0}, {\\\\\\"id\\\\\\": \\\\\\"TOP5_ACC\\\\\\", \\\\\\"name\\\\\\": \\\\\\"top5准确率\\\\\\", \\\\\\"value\\\\\\": 100.0}]\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<StopTrainTaskResponse>\\n <RequestId>E4CD2E3E-4484-08E7-9FBA-087D49FA95BD</RequestId>\\n <Data>\\n <Id>68</Id>\\n <GmtCreate>1634106778000</GmtCreate>\\n <TaskName>test3</TaskName>\\n <Description>test3</Description>\\n <DatasetId>120</DatasetId>\\n <DatasetName>test1</DatasetName>\\n <LabelId>228</LabelId>\\n <LabelName>test3</LabelName>\\n <TrainMode>COMMON</TrainMode>\\n <TrainStatus>TRAIN_FAIL</TrainStatus>\\n <ModelId>123</ModelId>\\n <ModelEffect>[{\\"id\\": \\"TOP1_ACC\\", \\"name\\": \\"top1准确率\\", \\"value\\": 100.0}, {\\"id\\": \\"TOP5_ACC\\", \\"name\\": \\"top5准确率\\", \\"value\\": 100.0}]</ModelEffect>\\n </Data>\\n</StopTrainTaskResponse>","errorExample":""}]',
+ ],
+ 'UpdateDataset' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '120',
+ 'format' => 'int64',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'Name',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'test1',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'Description',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'test12',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => '2F7B883D-2BBD-0600-B3F4-25D11957E449',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'Id' => [
+ 'description' => '',
+ 'example' => '120',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'GmtCreate' => [
+ 'description' => '',
+ 'example' => '1631762186000',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'Name' => [
+ 'description' => '',
+ 'example' => 'test1',
+ 'type' => 'string',
+ ],
+ 'Description' => [
+ 'description' => '',
+ 'example' => 'test12',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"2F7B883D-2BBD-0600-B3F4-25D11957E449\\",\\n \\"Data\\": {\\n \\"Id\\": 120,\\n \\"GmtCreate\\": 1631762186000,\\n \\"Name\\": \\"test1\\",\\n \\"Description\\": \\"test12\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<UpdateDatasetResponse>\\n <RequestId>2F7B883D-2BBD-0600-B3F4-25D11957E449</RequestId>\\n <Data>\\n <Id>120</Id>\\n <GmtCreate>1631762186000</GmtCreate>\\n <Name>test1</Name>\\n <Description>test12</Description>\\n </Data>\\n</UpdateDatasetResponse>","errorExample":""}]',
+ ],
+ 'UpdateLabelset' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '188',
+ 'format' => 'int64',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'Name',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'test2',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'UserOssUrl',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'Description',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'test2',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'ObjectKey',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'TagUserList',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '["123123434341","3423423424324"]',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => '0F4A8D73-BC91-0DFA-91D1-77083C4DB14F',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'Id' => [
+ 'description' => '',
+ 'example' => '188',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'GmtCreate' => [
+ 'description' => '',
+ 'example' => '1633745786000',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'Name' => [
+ 'description' => '',
+ 'example' => 'test2',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'Description' => [
+ 'description' => '',
+ 'example' => 'test2',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"0F4A8D73-BC91-0DFA-91D1-77083C4DB14F\\",\\n \\"Data\\": {\\n \\"Id\\": 188,\\n \\"GmtCreate\\": 1633745786000,\\n \\"Name\\": 0,\\n \\"Description\\": 0\\n }\\n}","errorExample":""},{"type":"xml","example":"<UpdateLabelsetResponse>\\n <RequestId>0F4A8D73-BC91-0DFA-91D1-77083C4DB14F</RequestId>\\n <Data>\\n <Description>test2</Description>\\n <Id>188</Id>\\n <Name>test2</Name>\\n <GmtCreate>1633745786000</GmtCreate>\\n </Data>\\n</UpdateLabelsetResponse>","errorExample":""}]',
+ ],
+ 'UpdateService' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '28',
+ 'format' => 'int64',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'Name',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'test3',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'Description',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'AuthorizationType',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'DESIGNATED_ACCOUNT',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'AuthorizedAccount',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '1716735326807772,1219984605228589',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => '9982B171-4B2D-08B8-8C54-CDA8550D1742',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'Id' => [
+ 'description' => '',
+ 'example' => '28',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'GmtCreate' => [
+ 'description' => '',
+ 'example' => '1634106777620',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'ServiceName' => [
+ 'description' => '',
+ 'example' => 'test3',
+ 'type' => 'string',
+ ],
+ 'ServiceDescription' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ 'AuthorizationType' => [
+ 'description' => '',
+ 'example' => 'DESIGNATED_ACCOUNT',
+ 'type' => 'string',
+ ],
+ 'AuthorizedAccount' => [
+ 'description' => '',
+ 'example' => '1716735326807772,1219984605228589',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"9982B171-4B2D-08B8-8C54-CDA8550D1742\\",\\n \\"Data\\": {\\n \\"Id\\": 28,\\n \\"GmtCreate\\": 1634106777620,\\n \\"ServiceName\\": \\"test3\\",\\n \\"ServiceDescription\\": \\"test3描述\\",\\n \\"AuthorizationType\\": \\"DESIGNATED_ACCOUNT\\",\\n \\"AuthorizedAccount\\": \\"1716735326807772,1219984605228589\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<UpdateServiceResponse>\\n <RequestId>9982B171-4B2D-08B8-8C54-CDA8550D1742</RequestId>\\n <Data>\\n <Id>28</Id>\\n <GmtCreate>1634106777620</GmtCreate>\\n <ServiceName>test3</ServiceName>\\n <ServiceDescription>test3描述</ServiceDescription>\\n <AuthorizationType>DESIGNATED_ACCOUNT</AuthorizationType>\\n <AuthorizedAccount>1716735326807772,1219984605228589</AuthorizedAccount>\\n </Data>\\n</UpdateServiceResponse>","errorExample":""}]',
+ ],
+ 'UpdateTrainTask' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '43',
+ 'format' => 'int64',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'Name',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'test1',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'DatasetIds',
+ 'in' => 'formData',
+ 'schema' => [
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'LabelIds',
+ 'in' => 'formData',
+ 'schema' => [
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'PreTrainTaskId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '456',
+ 'format' => 'int64',
+ 'required' => false,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'PreTrainTaskFlag',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'false',
+ 'required' => false,
+ 'type' => 'boolean',
+ ],
+ ],
+ [
+ 'name' => 'Description',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'test1',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'TrainMode',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'COMMON,HIGH_ACC,HIGH_PERF',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'AdvancedParameters',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '{ "Epoch": 23, "Lr": 0.5, "height": "23", "width": "32", "ValidationDatasetId": 948, "ValidationLabelId": 1266, "TestDatasetId": 948, "TestLabelId": 1266 }',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => '6CED723E-067B-040A-A14F-59B2D9283E9B',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'Id' => [
+ 'description' => '',
+ 'example' => '43',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'GmtCreate' => [
+ 'description' => '',
+ 'example' => '1631762402000',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'TaskName' => [
+ 'description' => '',
+ 'example' => 'test1',
+ 'type' => 'string',
+ ],
+ 'Description' => [
+ 'description' => '',
+ 'example' => 'test1',
+ 'type' => 'string',
+ ],
+ 'DatasetId' => [
+ 'description' => '',
+ 'example' => '120',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'DatasetName' => [
+ 'description' => '',
+ 'example' => 'test1',
+ 'type' => 'string',
+ ],
+ 'LabelId' => [
+ 'description' => '',
+ 'example' => '188',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'LabelName' => [
+ 'description' => '',
+ 'example' => 'test2',
+ 'type' => 'string',
+ ],
+ 'TrainMode' => [
+ 'description' => '',
+ 'example' => 'COMMON',
+ 'type' => 'string',
+ ],
+ 'AdvancedParameters' => [
+ 'description' => '',
+ 'example' => '{\\"TestLabelId\\":1266,\\"TestDatasetId\\":948,\\"Lr\\":0.5,\\"width\\":\\"32\\",\\"ValidationLabelId\\":1266,\\"Epoch\\":23,\\"ValidationDatasetId\\":948,\\"height\\":\\"23\\"}',
+ 'type' => 'string',
+ ],
+ 'TrainStatus' => [
+ 'description' => '',
+ 'example' => 'TRAIN_SUCCESS',
+ 'type' => 'string',
+ ],
+ 'ModelId' => [
+ 'description' => '',
+ 'example' => '14',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'ModelEffect' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"6CED723E-067B-040A-A14F-59B2D9283E9B\\",\\n \\"Data\\": {\\n \\"Id\\": 43,\\n \\"GmtCreate\\": 1631762402000,\\n \\"TaskName\\": \\"test1\\",\\n \\"Description\\": \\"test1\\",\\n \\"DatasetId\\": 120,\\n \\"DatasetName\\": \\"test1\\",\\n \\"LabelId\\": 188,\\n \\"LabelName\\": \\"test2\\",\\n \\"TrainMode\\": \\"COMMON\\",\\n \\"AdvancedParameters\\": \\"{\\\\\\\\\\\\\\"TestLabelId\\\\\\\\\\\\\\":1266,\\\\\\\\\\\\\\"TestDatasetId\\\\\\\\\\\\\\":948,\\\\\\\\\\\\\\"Lr\\\\\\\\\\\\\\":0.5,\\\\\\\\\\\\\\"width\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"32\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"ValidationLabelId\\\\\\\\\\\\\\":1266,\\\\\\\\\\\\\\"Epoch\\\\\\\\\\\\\\":23,\\\\\\\\\\\\\\"ValidationDatasetId\\\\\\\\\\\\\\":948,\\\\\\\\\\\\\\"height\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"23\\\\\\\\\\\\\\"}\\",\\n \\"TrainStatus\\": \\"TRAIN_SUCCESS\\",\\n \\"ModelId\\": 14,\\n \\"ModelEffect\\": \\"[{\\\\\\"id\\\\\\": \\\\\\"TOP1_ACC\\\\\\", \\\\\\"name\\\\\\": \\\\\\"top1准确率\\\\\\", \\\\\\"value\\\\\\": 100.0}, {\\\\\\"id\\\\\\": \\\\\\"TOP5_ACC\\\\\\", \\\\\\"name\\\\\\": \\\\\\"top5准确率\\\\\\", \\\\\\"value\\\\\\": 100.0}]\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<UpdateTrainTaskResponse>\\n <RequestId>6CED723E-067B-040A-A14F-59B2D9283E9B</RequestId>\\n <Data>\\n <Id>43</Id>\\n <GmtCreate>1631762402000</GmtCreate>\\n <TaskName>test1</TaskName>\\n <Description>test1</Description>\\n <DatasetId>120</DatasetId>\\n <DatasetName>test1</DatasetName>\\n <LabelId>188</LabelId>\\n <LabelName>test2</LabelName>\\n <TrainMode>COMMON</TrainMode>\\n <TrainStatus>TRAIN_SUCCESS</TrainStatus>\\n <AdvancedParameters>{\\"TestLabelId\\":1266,\\"TestDatasetId\\":948,\\"Lr\\":0.5,\\"width\\":\\"32\\",\\"ValidationLabelId\\":1266,\\"Epoch\\":23,\\"ValidationDatasetId\\":948,\\"height\\":\\"23\\"}</AdvancedParameters>\\n <ModelId>14</ModelId>\\n <ModelEffect>[{\\"id\\": \\"TOP1_ACC\\", \\"name\\": \\"top1准确率\\", \\"value\\": 100.0}, {\\"id\\": \\"TOP5_ACC\\", \\"name\\": \\"top5准确率\\", \\"value\\": 100.0}]</ModelEffect>\\n </Data>\\n</UpdateTrainTaskResponse>","errorExample":""}]',
+ ],
+ 'UpdateWorkspace' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '78',
+ 'format' => 'int64',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'Name',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'WYQTEST',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'Description',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => '55927643-E937-038B-819F-77BD3DE7FB79',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'Id' => [
+ 'description' => '',
+ 'example' => '78',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'GmtCreate' => [
+ 'description' => '',
+ 'example' => '1634262448874',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'Name' => [
+ 'description' => '',
+ 'example' => 'WYQTEST',
+ 'type' => 'string',
+ ],
+ 'Description' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ 'Type' => [
+ 'description' => '',
+ 'example' => 'COMMON_CLASSIFY',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"55927643-E937-038B-819F-77BD3DE7FB79\\",\\n \\"Data\\": {\\n \\"Id\\": 78,\\n \\"GmtCreate\\": 1634262448874,\\n \\"Name\\": \\"WYQTEST\\",\\n \\"Description\\": \\"WYQTEST描述\\",\\n \\"Type\\": \\"COMMON_CLASSIFY\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<UpdateWorkspaceResponse>\\n <RequestId>55927643-E937-038B-819F-77BD3DE7FB79</RequestId>\\n <Data>\\n <Id>78</Id>\\n <GmtCreate>1634262448874</GmtCreate>\\n <Name>WYQTEST</Name>\\n <Description>WYQTEST描述</Description>\\n <Type>COMMON_CLASSIFY</Type>\\n </Data>\\n</UpdateWorkspaceResponse>","errorExample":""}]',
+ ],
+ 'CreateTagTask' => [
+ 'methods' => [
+ 'get',
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'LabelsetId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '549',
+ 'format' => 'int64',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => '2a78486316511158013162460e50bc',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'Id' => [
+ 'description' => '',
+ 'example' => '549',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'GmtCreate' => [
+ 'description' => '',
+ 'example' => '1651115634000',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'Name' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ 'Description' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ 'LabelType' => [
+ 'description' => '',
+ 'example' => 'USE_LABEL_SYSTEM',
+ 'type' => 'string',
+ ],
+ 'Status' => [
+ 'description' => '',
+ 'example' => 'TAG_SYSTEM_INIT',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"2a78486316511158013162460e50bc\\",\\n \\"Data\\": {\\n \\"Id\\": 549,\\n \\"GmtCreate\\": 1651115634000,\\n \\"Name\\": \\"QS测试\\",\\n \\"Description\\": \\"QS描述\\",\\n \\"LabelType\\": \\"USE_LABEL_SYSTEM\\",\\n \\"Status\\": \\"TAG_SYSTEM_INIT\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<CreateTagTaskResponse>\\n <RequestId>2a78486316511158013162460e50bc</RequestId>\\n <Data>\\n <Id>549</Id>\\n <GmtCreate>1651115634000</GmtCreate>\\n <Name>QS测试</Name>\\n <Description>QS描述</Description>\\n <LabelType>USE_LABEL_SYSTEM</LabelType>\\n <Status>TAG_SYSTEM_INIT</Status>\\n </Data>\\n</CreateTagTaskResponse>","errorExample":""}]',
+ ],
+ 'DeleteLabelsetData' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'LabelId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'example' => '549',
+ ],
+ ],
+ [
+ 'name' => 'Id',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'example' => '1651115727749000',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2a78486316511165094166037e1a6e',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Id' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '294',
+ ],
+ 'GmtCreate' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1651197861000',
+ ],
+ 'Name' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'fenlei',
+ ],
+ 'Description' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'LabelType' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'UPLOAD_FILE',
+ ],
+ 'Status' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'FILE_CHECK_SUCCESS',
+ ],
+ 'Total' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '180',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"2a78486316511165094166037e1a6e\\",\\n \\"Data\\": {\\n \\"Id\\": 294,\\n \\"GmtCreate\\": 1651197861000,\\n \\"Name\\": \\"fenlei\\",\\n \\"Description\\": \\"描述\\",\\n \\"LabelType\\": \\"UPLOAD_FILE\\",\\n \\"Status\\": \\"FILE_CHECK_SUCCESS\\",\\n \\"Total\\": 180\\n }\\n}","errorExample":""},{"type":"xml","example":"<DeleteLabelsetDataResponse>\\n <RequestId>2a78486316511165094166037e1a6e</RequestId>\\n <Data>\\n <Id>294</Id>\\n <GmtCreate>1651197861000</GmtCreate>\\n <Name>fenlei</Name>\\n <Description>描述</Description>\\n <LabelType>UPLOAD_FILE</LabelType>\\n <Status>FILE_CHECK_SUCCESS</Status>\\n <Total>180</Total>\\n </Data>\\n</DeleteLabelsetDataResponse>","errorExample":""}]',
+ ],
+ 'GetDiffCountLabelsetAndDataset' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'LabelsetId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '549',
+ 'format' => 'int64',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => '2a78486316511165094166037e1a6e',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'DiffCount' => [
+ 'description' => '',
+ 'example' => '4',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"2a78486316511165094166037e1a6e\\",\\n \\"Data\\": {\\n \\"DiffCount\\": 4\\n }\\n}","errorExample":""},{"type":"xml","example":"<GetDiffCountLabelsetAndDatasetResponse>\\n <RequestId>2a78486316511165094166037e1a6e</RequestId>\\n <Data>\\n <DiffCount>4</DiffCount>\\n </Data>\\n</GetDiffCountLabelsetAndDatasetResponse>","errorExample":""}]',
+ ],
+ 'DownloadFileNameList' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'DatasetId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '808',
+ 'format' => 'int64',
+ 'required' => true,
+ 'title' => '空间id',
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'Identity',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'jpg',
+ 'required' => false,
+ 'title' => '数据集名称',
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => '3E9ADFE6-3424-1425-9C76-18EA9402A46F',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'OssHttpUrl' => [
+ 'description' => '',
+ 'example' => 'https://viapi-regen-hangzhou-prod.oss-cn-hangzhou.aliyuncs.com/prod/data/808/dataFileNames/%E8%BF%AD%E4%BB%A3%E5%85%AB%E6%9C%9F%E6%B5%8B%E8%AF%95_dataFileNames.txt?Expires=1660630152&OSSAccessKeyId=LTAI5t69vTgbfYeAKcsT****&Signature=YZr2sRpi5gWtsitFFmlVS1%2FFf0U%3D',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"3E9ADFE6-3424-1425-9C76-18EA9402A46F\\",\\n \\"Data\\": {\\n \\"OssHttpUrl\\": \\"https://viapi-regen-hangzhou-prod.oss-cn-hangzhou.aliyuncs.com/prod/data/808/dataFileNames/%E8%BF%AD%E4%BB%A3%E5%85%AB%E6%9C%9F%E6%B5%8B%E8%AF%95_dataFileNames.txt?Expires=1660630152&OSSAccessKeyId=LTAI5t69vTgbfYeAKcsT****&Signature=YZr2sRpi5gWtsitFFmlVS1%2FFf0U%3D\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<DownloadFileNameListResponse>\\n <RequestId>3E9ADFE6-3424-1425-9C76-18EA9402A46F</RequestId>\\n <Data>\\n <OssHttpUrl>https://viapi-regen-hangzhou-prod.oss-cn-hangzhou.aliyuncs.com/prod/data/808/dataFileNames/%E8%BF%AD%E4%BB%A3%E5%85%AB%E6%9C%9F%E6%B5%8B%E8%AF%95_dataFileNames.txt?Expires=1660630152&amp;OSSAccessKeyId=LTAI5t69vTgbfYeAKcsT****&amp;Signature=YZr2sRpi5gWtsitFFmlVS1%2FFf0U%3D</OssHttpUrl>\\n </Data>\\n</DownloadFileNameListResponse>","errorExample":""}]',
+ ],
+ 'CustomizeClassifyImage' => [
+ 'summary' => '定制图片分类',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'ImageUrl',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'https://viapi-regen-shanghai-prod-public.oss-cn-shanghai-internal.aliyuncs.com/example/common_classify/****.jpg',
+ 'isFileTransferUrl' => true,
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'ServiceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'db9616e093e6c7c668bc9ddab6aa****',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => 'Schema of Response',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => 'D6319603-9DD1-45ae-950E-FCA36EB6DFA7',
+ 'title' => 'Id of the request',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'Category' => [
+ 'description' => '',
+ 'example' => 'black',
+ 'type' => 'string',
+ ],
+ 'Score' => [
+ 'description' => '',
+ 'example' => '0.8801174759864807',
+ 'format' => 'float',
+ 'type' => 'number',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'title' => 'Schema of Response',
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"D6319603-9DD1-45ae-950E-FCA36EB6DFA7\\",\\n \\"Data\\": {\\n \\"Category\\": \\"black\\",\\n \\"Score\\": 0.8801174759864807\\n }\\n}","errorExample":""},{"type":"xml","example":"<CustomizeClassifyImageResponse>\\n <RequestId>D6319603-9DD1-45ae-950E-FCA36EB6DFA7</RequestId>\\n <Data>\\n <Category>black</Category>\\n <Score>0.8801175</Score>\\n </Data>\\n</CustomizeClassifyImageResponse>","errorExample":""}]',
+ ],
+ 'CustomizeDetectImage' => [
+ 'summary' => '定制图片检测',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'ImageUrl',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'https://viapi-regen-shanghai-prod-public.oss-cn-shanghai-internal.aliyuncs.com/example/common_classify/****.jpg',
+ 'isFileTransferUrl' => true,
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'ServiceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'db9616e093e6c7c668bc9ddab6aa****',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => 'Schema of Response',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => '7445026B-243E-1F9D-9EEB-A6C7032B50E8',
+ 'title' => 'Id of the request',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'Elements' => [
+ 'description' => '',
+ 'type' => 'array',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'title' => 'Schema of Response',
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"7445026B-243E-1F9D-9EEB-A6C7032B50E8\\",\\n \\"Data\\": {\\n \\"Elements\\": [\\n {\\n \\"Boxes\\": {\\n \\"X\\": 286,\\n \\"Y\\": 195,\\n \\"Width\\": 286,\\n \\"Height\\": 188\\n },\\n \\"Score\\": 0.9054347276687622,\\n \\"Category\\": \\"car\\"\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"<CustomizeDetectImageResponse>\\n <RequestId>7445026B-243E-1F9D-9EEB-A6C7032B50E8</RequestId>\\n <Data>\\n <Elements>\\n <Score>0.9054347276687622</Score>\\n <Category>car</Category>\\n <Boxes>\\n <X>286</X>\\n <Y>195</Y>\\n <Height>286</Height>\\n <Width>188</Width>\\n </Boxes>\\n </Elements>\\n <Elements>\\n <Score>0.8531613349914551</Score>\\n <Category>car</Category>\\n <Boxes>\\n <X>591</X>\\n <Y>178</Y>\\n <Height>591</Height>\\n <Width>84</Width>\\n </Boxes>\\n </Elements>\\n </Data>\\n</CustomizeDetectImageResponse>","errorExample":""}]',
+ ],
+ 'CustomizeInstanceSegmentImage' => [
+ 'summary' => '定制图片实例分割',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'ImageUrl',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'https://viapi-regen-shanghai-prod-public.oss-cn-shanghai-internal.aliyuncs.com/example/common_classify/****.jpg',
+ 'isFileTransferUrl' => true,
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'ServiceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'db9616e093e6c7c668bc9ddab6aa****',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => 'Schema of Response',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => 'AB3F19AE-F3D3-5EEE-97AF-57B7397B5C9B',
+ 'title' => 'Id of the request',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'Elements' => [
+ 'description' => '',
+ 'items' => [
+ 'properties' => [
+ 'Boxes' => [
+ 'description' => '',
+ 'properties' => [
+ 'X' => [
+ 'description' => '',
+ 'example' => '822',
+ 'format' => 'int32',
+ 'type' => 'integer',
+ ],
+ 'Y' => [
+ 'description' => '',
+ 'example' => '480',
+ 'format' => 'int32',
+ 'type' => 'integer',
+ ],
+ 'Width' => [
+ 'description' => '',
+ 'example' => '822',
+ 'format' => 'int32',
+ 'type' => 'integer',
+ ],
+ 'Height' => [
+ 'description' => '',
+ 'example' => '1094',
+ 'format' => 'int32',
+ 'type' => 'integer',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ 'Score' => [
+ 'description' => '',
+ 'example' => '0.6564025282859802',
+ 'format' => 'float',
+ 'type' => 'number',
+ ],
+ 'Category' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ 'Mask' => [
+ 'description' => '',
+ 'properties' => [
+ 'Sizes' => [
+ 'description' => '',
+ 'items' => [
+ 'description' => '',
+ 'example' => '[2019, 2048]',
+ 'format' => 'int32',
+ 'type' => 'integer',
+ ],
+ 'type' => 'array',
+ ],
+ 'Counts' => [
+ 'description' => '',
+ 'example' => 'UPf1c1Zm1;E;F:E;G9E:G9E;_Oa0_O`0A`0E;I7I8H7H8H9G9F:F9G:D;E;E;D<E;E;F:E;F:F9H****',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ 'Contours' => [
+ 'description' => '',
+ 'items' => [
+ 'properties' => [
+ 'X' => [
+ 'description' => '',
+ 'example' => '1394',
+ 'format' => 'int32',
+ 'type' => 'integer',
+ ],
+ 'Y' => [
+ 'description' => '',
+ 'example' => '510',
+ 'format' => 'int32',
+ 'type' => 'integer',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ 'type' => 'array',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ 'type' => 'array',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'title' => 'Schema of Response',
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"AB3F19AE-F3D3-5EEE-97AF-57B7397B5C9B\\",\\n \\"Data\\": {\\n \\"Elements\\": [\\n {\\n \\"Boxes\\": {\\n \\"X\\": 822,\\n \\"Y\\": 480,\\n \\"Width\\": 822,\\n \\"Height\\": 1094\\n },\\n \\"Score\\": 0.6564025282859802,\\n \\"Category\\": \\"气球\\",\\n \\"Mask\\": {\\n \\"Sizes\\": [\\n 0\\n ],\\n \\"Counts\\": \\"UPf1c1Zm1;E;F:E;G9E:G9E;_Oa0_O`0A`0E;I7I8H7H8H9G9F:F9G:D;E;E;D<E;E;F:E;F:F9H****\\"\\n },\\n \\"Contours\\": [\\n {\\n \\"X\\": 1394,\\n \\"Y\\": 510\\n }\\n ]\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"<CustomizeInstanceSegmentImageResponse>\\n <RequestId>AB3F19AE-F3D3-5EEE-97AF-57B7397B5C9B</RequestId>\\n <Data>\\n <Elements>\\n <Score>0.6564025282859802</Score>\\n <Category>气球</Category>\\n <Contours>\\n <X>1394</X>\\n <Y>510</Y>\\n </Contours>\\n <Contours>\\n <X>1311</X>\\n <Y>519</Y>\\n </Contours>\\n <Contours>\\n <X>1233</X>\\n <Y>535</Y>\\n </Contours>\\n <Contours>\\n <X>1193</X>\\n <Y>564</Y>\\n </Contours>\\n <Mask>\\n <Sizes>2019</Sizes>\\n <Sizes>2048</Sizes>\\n <Counts>[UPf1c1Zm1;E;F:E;G9E:G9E;_Oa0_O`0A`0E;I7I8H7H8H9G9F:F9G:D;E;E;D&lt;E;E;F:E;F:F9H****]NU9jd1\\\\Od0]Oc0\\\\O&gt;B&gt;B=C=D&lt;D;D?B&gt;B=C=D&lt;eMabT&gt;</Counts>\\n </Mask>\\n <Boxes>\\n <X>822</X>\\n <Y>480</Y>\\n <Height>822</Height>\\n <Width>1094</Width>\\n </Boxes>\\n </Elements>\\n </Data>\\n</CustomizeInstanceSegmentImageResponse>","errorExample":""}]',
+ ],
+ 'GetServiceQps' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '126',
+ 'format' => 'int64',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'StartTime',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '1653494400000',
+ 'format' => 'int64',
+ 'required' => false,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'EndTime',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '1661270399000',
+ 'format' => 'int64',
+ 'required' => false,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'CallerParentIdList',
+ 'in' => 'formData',
+ 'style' => 'json',
+ 'schema' => [
+ 'items' => [
+ 'description' => '',
+ 'example' => '171673532680****,121998460522****',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ 'required' => false,
+ 'type' => 'array',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => '4EC52691-F5E8-01C7-945E-7DDBA72BCBFB',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'UserQps' => [
+ 'description' => '',
+ 'example' => '{ "171673532680****":[{"dateTime":1661247217888,"maxQps":2}], "121998460522****":[{"dateTime":1661247217888,"maxQps":3}] }',
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"4EC52691-F5E8-01C7-945E-7DDBA72BCBFB\\",\\n \\"Data\\": {\\n \\"UserQps\\": {\\n \\"171673532680****\\": [\\n {\\n \\"dateTime\\": 1661247217888,\\n \\"maxQps\\": 2\\n }\\n ],\\n \\"121998460522****\\": [\\n {\\n \\"dateTime\\": 1661247217888,\\n \\"maxQps\\": 3\\n }\\n ]\\n }\\n }\\n}","errorExample":""},{"type":"xml","example":"<GetServiceQpsResponse>\\n <RequestId>4EC52691-F5E8-01C7-945E-7DDBA72BCBFB</RequestId>\\n <Data>\\n <UserQps>\\n <171673532680****>\\n <dateTime>1661247217888</dateTime>\\n <maxQps>2</maxQps>\\n </171673532680****>\\n <121998460522****>\\n <dateTime>1661247217888</dateTime>\\n <maxQps>3</maxQps>\\n </121998460522****>\\n </UserQps>\\n </Data>\\n <Code>200</Code>\\n</GetServiceQpsResponse>","errorExample":""}]',
+ ],
+ 'GetServiceInvoke' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '126',
+ 'format' => 'int64',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'StartTime',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '1653494400000',
+ 'format' => 'int64',
+ 'required' => false,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'EndTime',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '1661270399000',
+ 'format' => 'int64',
+ 'required' => false,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'CallerParentIdList',
+ 'in' => 'formData',
+ 'style' => 'json',
+ 'schema' => [
+ 'items' => [
+ 'description' => '',
+ 'example' => '171673532680****,121998460522****',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ 'required' => false,
+ 'type' => 'array',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => 'A7AAA063-55EA-0BF7-AE90-678E08CDCDFF',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'UserInvoke' => [
+ 'description' => '',
+ 'example' => '"171673532680****":[{"dateTime":1661247217888,"invoke":20}], "121998460522****":[{"dateTime":1661247217888,"invoke":20}]',
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"A7AAA063-55EA-0BF7-AE90-678E08CDCDFF\\",\\n \\"Data\\": {\\n \\"UserInvoke\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n }\\n }\\n}","errorExample":""},{"type":"xml","example":"<GetServiceInvokeResponse>\\n <RequestId>A7AAA063-55EA-0BF7-AE90-678E08CDCDFF</RequestId>\\n <Data>\\n <UserInvoke>\\n <171673532680****>\\n <dateTime>1661247217888</dateTime>\\n <invoke>20</invoke>\\n </171673532680****>\\n <121998460522****>\\n <dateTime>1661247217888</dateTime>\\n <invoke>20</invoke>\\n </121998460522****>\\n </UserInvoke>\\n </Data>\\n <Code>200</Code>\\n</GetServiceInvokeResponse>","errorExample":""}]',
+ ],
+ 'DownloadDataset' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'DatasetId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '455',
+ 'format' => 'int64',
+ 'required' => true,
+ 'title' => '空间id',
+ 'type' => 'integer',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => '2F41B093-558B-04DB-B58D-1E40419593E2',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'OssHttpUrl' => [
+ 'description' => '',
+ 'example' => 'https://viapi-regen-hangzhou-prod.oss-cn-hangzhou.aliyuncs.com/daily/data/455/dataSignatureUrl/test6_dataSignatureUrl.txt?Expires=1661332164&OSSAccessKeyId=LTAI5tMANw98BWLM7sTN****&Signature=M4R2e5RIaVhDVoBDhXa%2FjS0gf90%3D',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"2F41B093-558B-04DB-B58D-1E40419593E2\\",\\n \\"Data\\": {\\n \\"OssHttpUrl\\": \\"https://viapi-regen-hangzhou-prod.oss-cn-hangzhou.aliyuncs.com/daily/data/455/dataSignatureUrl/test6_dataSignatureUrl.txt?Expires=1661332164&OSSAccessKeyId=LTAI5tMANw98BWLM7sTN****&Signature=M4R2e5RIaVhDVoBDhXa%2FjS0gf90%3D\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<DownloadDatasetResponse>\\n <code>200</code>\\n <data>\\n <RequestId>2F41B093-558B-04DB-B58D-1E40419593E2</RequestId>\\n <Data>\\n <OssHttpUrl>https://viapi-regen-hangzhou-prod.oss-cn-hangzhou.aliyuncs.com/daily/data/455/dataSignatureUrl/test6_dataSignatureUrl.txt?Expires=1661332164&amp;OSSAccessKeyId=LTAI5tMANw98BWLM7sTN****&amp;Signature=M4R2e5RIaVhDVoBDhXa%2FjS0gf90%3D</OssHttpUrl>\\n </Data>\\n <Code>200</Code>\\n </data>\\n <httpStatusCode>200</httpStatusCode>\\n <requestId>2F41B093-558B-04DB-B58D-1E40419593E2</requestId>\\n <successResponse>true</successResponse>\\n</DownloadDatasetResponse>","errorExample":""}]',
+ ],
+ 'DeleteDataReflowData' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'ServiceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '432',
+ 'format' => 'int64',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'Id',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '1663653105292000',
+ 'format' => 'int64',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => '1',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => 'DBEADF14-1B61-5BB2-B65B-4314F339B62A',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'Id' => [
+ 'description' => '',
+ 'example' => '1663653105292000',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'ServiceId' => [
+ 'description' => '',
+ 'example' => '432',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'Status' => [
+ 'description' => '',
+ 'example' => 'DELETED',
+ 'type' => 'string',
+ ],
+ 'GmtModified' => [
+ 'description' => '',
+ 'example' => '1663657637368',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"DBEADF14-1B61-5BB2-B65B-4314F339B62A\\",\\n \\"Data\\": {\\n \\"Id\\": 1663653105292000,\\n \\"ServiceId\\": 432,\\n \\"Status\\": \\"DELETED\\",\\n \\"GmtModified\\": 1663657637368\\n }\\n}","errorExample":""},{"type":"xml","example":"<DeleteDataReflowDataResponse>\\n <RequestId>DBEADF14-1B61-5BB2-B65B-4314F339B62A</RequestId>\\n <Data>\\n <Id>1663653105292000</Id>\\n <ServiceId>432</ServiceId>\\n <Status>DELETED</Status>\\n <GmtModified>1663657637368</GmtModified>\\n </Data>\\n</DeleteDataReflowDataResponse>","errorExample":""}]',
+ ],
+ 'ListDataReflowDatas' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'CurrentPage',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '1',
+ 'format' => 'int64',
+ 'required' => false,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '10',
+ 'format' => 'int64',
+ 'required' => false,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'ServiceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '432',
+ 'format' => 'int64',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'StartTime',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '1663084800000',
+ 'format' => 'int64',
+ 'required' => false,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'EndTime',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '1663689599000',
+ 'format' => 'int64',
+ 'required' => false,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'Category',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'Test',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'ImageName',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '1716735326807772/275742949931921578/KiMRW_1663653105196.jpg',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => '2BB7D6DC-4F64-5D2F-824A-F7F5AD3233CE',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'CurrentPage' => [
+ 'description' => '',
+ 'example' => '1',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'PageSize' => [
+ 'description' => '',
+ 'example' => '10',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'TotalPage' => [
+ 'description' => '',
+ 'example' => '20',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'TotalCount' => [
+ 'description' => '',
+ 'example' => '193',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'Elements' => [
+ 'description' => '',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'object',
+ ],
+ 'type' => 'array',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"2BB7D6DC-4F64-5D2F-824A-F7F5AD3233CE\\",\\n \\"Data\\": {\\n \\"CurrentPage\\": 1,\\n \\"PageSize\\": 10,\\n \\"TotalPage\\": 20,\\n \\"TotalCount\\": 193,\\n \\"Elements\\": [\\n {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"<ListDataReflowDatasResponse>\\n <RequestId>2BB7D6DC-4F64-5D2F-824A-F7F5AD3233CE</RequestId>\\n <Data>\\n <CurrentPage>1</CurrentPage>\\n <PageSize>10</PageSize>\\n <TotalPage>20</TotalPage>\\n <TotalCount>193</TotalCount>\\n <Elements>\\n <result>[{\\"boxes\\":{\\"x\\":413,\\"width\\":98,\\"y\\":189,\\"height\\":413},\\"score\\":0.8668825030326843,\\"category\\":\\"car\\"}]</result>\\n <imageName>1716735326807772/275742949931921578/KiMRW_1663653105196.jpg</imageName>\\n <imageUrl>https://regen-test-bucket.oss-cn-hangzhou.aliyuncs.com/jhdtest/%E6%A3%80%E6%B5%8B/%E5%9B%9E%E6%B5%812/1716735326807772/275742949931921578/KiMRW_1663653105196.jpg?Expires=1663743719&amp;OSSAccessKeyId=STS.NTvBpuVu46BQC8TFUFoaL****&amp;Signature=1FgBAVPDE9PBGh85mdUGo41cBBw%3D&amp;security-token=CAIS%2FwF1q6Ft5B2yfSjIr5fDCcrBu6oVgYC6QR7lolUTY%2B5gnJfAgTz2IH9NdXlvCe4ZsvU%2BlW1T6%2FYTlqxNarZ9ZBRTkg%2FXM8wFnzm6aq%2Ft5uaXj9Vd%2BrDHdEGXDxnkprywB8zyUNLafNq0dlnAjVUd6LDmdDKkLTfHWN%2Fz%2FvwBVNkMWRSiZjdrHcpfIhAYyPUXLnzML%2F2gQHWI6yjydBM341Qj0j4ks%2FrvmpLDtUDk4QekmrNPlePYOYO5asRgBpB7Xuqu0fZ%2BHqi7i3EJukgVpPkp0P0VqGqc44HMGSpY5xSXLuzK89R3LRV0aaU8F6NKpeX4ied%2FvuHDcyNSMOPUuosagAEK4AcaF3HL1V1VVyAb%2FeVSCqamZKxAI3CdCjZwEPMf4Vn%2FgdYJfiwhsy0d3TIeNzoFOxJMpTY11eUFZT6EZgSF6XaSx1lLP8dEQgC8p0I67VTDda9cb3ieW2ICgoSNGuZhDU6enBkYIvhQhAQWznv3n%2FwVDxZ8SXUnuJM7xNSB5g%3****</imageUrl>\\n <id>1663653105292000</id>\\n <thumbPath>https://regen-test-bucket.oss-cn-hangzhou.aliyuncs.com/jhdtest/%E6%A3%80%E6%B5%8B/%E5%9B%9E%E6%B5%812/1716735326807772/275742949931921578/KiMRW_1663653105196.jpg?Expires=1663743719&amp;OSSAccessKeyId=STS.NU5TWFHuBvQG91zzqAwW9****&amp;Signature=A%2BtgARoFiZn0hmxCorGAawWa5Z4%3D&amp;x-oss-process=image%2Fresize%2Cm_lfit%2Ch_84%2Climit_1%2Fauto-orient%2C1%2Fquality%2Cq_90&amp;security-token=CAIS%2FwF1q6Ft5B2yfSjIr5aAH%2B3ypapjwZOsOxfLnnEUe9gV2Pb8lzz2IH9NdXlvCe4ZsvU%2BlW1T6%2FYTlqxNarZ9ZBRonQ%2FXM8wFnzm6aq%2Ft5uaXj9Vd%2BrDHdEGXDxnkprywB8zyUNLafNq0dlnAjVUd6LDmdDKkLTfHWN%2Fz%2FvwBVNkMWRSiZjdrHcpfIhAYyPUXLnzML%2F2gQHWI6yjydBM341Qj0j4ks%2FrvmpLDtUDk4QekmrNPlePYOYO5asRgBpB7Xuqu0fZ%2BHqi7i3EJukgVpPkp0P0VqGqc44HMGSpY5xSXLuzK89R3LRV0aaU8F6NKpeX4ied%2FvuHDcyNSMOPUuosagAE3AEIIYGytKNYglv9YcngtRsvBsMcpm%2FcGzi24vwgDTPY8cZwtzd%2FOAFGR8e5GiqZmBOLdKqSvYkIZu29QWXKEnT5vd7DPtFwRQ8vSL%2BEGXGLLOarY%2BfCvo2HICKTI1WQ6CHhvOOronJi3EHCJCXlJw%2FH72aymsSjfERAeUu9D2g%3****</thumbPath>\\n <gmtCreate>1663653105285</gmtCreate>\\n <status>SAVED</status>\\n </Elements>\\n </Data>\\n</ListDataReflowDatasResponse>","errorExample":""}]',
+ ],
+ 'DisableDataReflow' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'ServiceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '456',
+ 'format' => 'int64',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => 'B44B8F1C-C97D-5C81-966A-5EE8D76F5CC9',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'ServiceId' => [
+ 'description' => '',
+ 'example' => '456',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'EnableDataReflowFlag' => [
+ 'description' => '',
+ 'example' => 'false',
+ 'type' => 'boolean',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"B44B8F1C-C97D-5C81-966A-5EE8D76F5CC9\\",\\n \\"Data\\": {\\n \\"ServiceId\\": 456,\\n \\"EnableDataReflowFlag\\": false\\n }\\n}","errorExample":""},{"type":"xml","example":"<DisableDataReflowResponse>\\n <RequestId>B44B8F1C-C97D-5C81-966A-5EE8D76F5CC9</RequestId>\\n <Data>\\n <ServiceId>456</ServiceId>\\n <EnableDataReflowFlag>false</EnableDataReflowFlag>\\n </Data>\\n</DisableDataReflowResponse>","errorExample":""}]',
+ ],
+ 'ExportDataReflowDataList' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'ServiceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '432',
+ 'format' => 'int64',
+ 'required' => true,
+ 'title' => '空间id',
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'StartTime',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '1663084800000',
+ 'format' => 'int64',
+ 'required' => false,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'EndTime',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '1663689599000',
+ 'format' => 'int64',
+ 'required' => false,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'ImageName',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'TestName',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'Category',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'Test',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'FileType',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'ONLY_IMAGE',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => '4B27B05F-6F29-50AB-8382-43E6DDDC4666',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'OssHttpUrl' => [
+ 'description' => '',
+ 'example' => 'https://viapi-regen-hangzhou-prod.oss-cn-hangzhou.aliyuncs.com/prod/service/432/dataReflow/dataReflow.txt?Expires=1663741242&OSSAccessKeyId=LTAI5t69vTgbfYeAKcsT****&Signature=nCl3dGW8WhHYBqDYJwzREZSSXFo%3D',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"4B27B05F-6F29-50AB-8382-43E6DDDC4666\\",\\n \\"Data\\": {\\n \\"OssHttpUrl\\": \\"https://viapi-regen-hangzhou-prod.oss-cn-hangzhou.aliyuncs.com/prod/service/432/dataReflow/dataReflow.txt?Expires=1663741242&OSSAccessKeyId=LTAI5t69vTgbfYeAKcsT****&Signature=nCl3dGW8WhHYBqDYJwzREZSSXFo%3D\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<ExportDataReflowDataListResponse>\\n <RequestId>4B27B05F-6F29-50AB-8382-43E6DDDC4666</RequestId>\\n <Data>\\n <OssHttpUrl>https://viapi-regen-hangzhou-prod.oss-cn-hangzhou.aliyuncs.com/prod/service/432/dataReflow/dataReflow.txt?Expires=1663741242&amp;OSSAccessKeyId=LTAI5t69vTgbfYeAKcsT****&amp;Signature=nCl3dGW8WhHYBqDYJwzREZSSXFo%3D</OssHttpUrl>\\n </Data>\\n</ExportDataReflowDataListResponse>","errorExample":""}]',
+ ],
+ 'EnableDataReflow' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'ServiceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '456',
+ 'format' => 'int64',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'DataReflowRate',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '100',
+ 'format' => 'int64',
+ 'required' => false,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'DataReflowOssPath',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => 'B44B8F1C-C97D-5C81-966A-5EE8D76F5CC9',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'ServiceId' => [
+ 'description' => '',
+ 'example' => '456',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'EnableDataReflowFlag' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'type' => 'boolean',
+ ],
+ 'DataReflowRate' => [
+ 'description' => '',
+ 'example' => '100',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'DataReflowOssPath' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"B44B8F1C-C97D-5C81-966A-5EE8D76F5CC9\\",\\n \\"Data\\": {\\n \\"ServiceId\\": 456,\\n \\"EnableDataReflowFlag\\": true,\\n \\"DataReflowRate\\": 100,\\n \\"DataReflowOssPath\\": \\"oss://regen-test-bucket/jhdtest/检测/回流目录/\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<EnableDataReflowResponse>\\n <RequestId>B44B8F1C-C97D-5C81-966A-5EE8D76F5CC9</RequestId>\\n <Data>\\n <ServiceId>456</ServiceId>\\n <EnableDataReflowFlag>true</EnableDataReflowFlag>\\n <DataReflowRate>100</DataReflowRate>\\n <DataReflowOssPath>oss://regen-test-bucket/jhdtest/检测/回流目录/</DataReflowOssPath>\\n </Data>\\n</EnableDataReflowResponse>","errorExample":""}]',
+ ],
+ 'GetUserInfo' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => '',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => 'ADCD28CC-16DD-0EFC-9A1E-43B518E351C4',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'ParentUid' => [
+ 'description' => '',
+ 'example' => '1420754889803588',
+ 'type' => 'string',
+ ],
+ 'UserType' => [
+ 'description' => '',
+ 'example' => 'INTERNAL_USER',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"ADCD28CC-16DD-0EFC-9A1E-43B518E351C4\\",\\n \\"Data\\": {\\n \\"ParentUid\\": \\"1420754889803588\\",\\n \\"UserType\\": \\"INTERNAL_USER\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<GetUserInfoResponse>\\n <RequestId>ADCD28CC-16DD-0EFC-9A1E-43B518E351C4</RequestId>\\n <Data>\\n <ParentUid>1420754889803588</ParentUid>\\n <UserType>INTERNAL_USER</UserType>\\n </Data>\\n</GetUserInfoResponse>","errorExample":""}]',
+ ],
+ 'CheckDatasetOssBucketCORS' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'LabelsetId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '625',
+ 'format' => 'int64',
+ 'required' => true,
+ 'title' => '空间id',
+ 'type' => 'integer',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => 'ADCD28CC-16DD-0EFC-9A1E-43B518E351C4',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'SetOssBucketCORSFlag' => [
+ 'description' => '',
+ 'example' => 'false',
+ 'type' => 'boolean',
+ ],
+ 'OssBucketCORSConfigUrl' => [
+ 'description' => '',
+ 'example' => 'https://oss.console.aliyun.com/bucket/oss-cn-hangzhou/yize-test-bucket/data-security/cors',
+ 'type' => 'string',
+ ],
+ 'Bucket' => [
+ 'description' => '',
+ 'example' => 'yize-test-bucket',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"ADCD28CC-16DD-0EFC-9A1E-43B518E351C4\\",\\n \\"Data\\": {\\n \\"SetOssBucketCORSFlag\\": false,\\n \\"OssBucketCORSConfigUrl\\": \\"https://oss.console.aliyun.com/bucket/oss-cn-hangzhou/yize-test-bucket/data-security/cors\\",\\n \\"Bucket\\": \\"yize-test-bucket\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<CheckDatasetOssBucketCORSResponse>\\n <RequestId>ADCD28CC-16DD-0EFC-9A1E-43B518E351C4</RequestId>\\n <Data>\\n <SetOssBucketCORSFlag>false</SetOssBucketCORSFlag>\\n <OssBucketCORSConfigUrl>https://oss.console.aliyun.com/bucket/oss-cn-hangzhou/yize-test-bucket/data-security/cors</OssBucketCORSConfigUrl>\\n <Bucket>yize-test-bucket</Bucket>\\n </Data>\\n</CheckDatasetOssBucketCORSResponse>","errorExample":""}]',
+ ],
+ ],
+ 'endpoints' => [
+ [
+ 'regionId' => 'cn-hangzhou',
+ 'endpoint' => 'viapi-regen.cn-hangzhou.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-shanghai',
+ 'endpoint' => 'viapi-regen.cn-shanghai.aliyuncs.com',
+ ],
+ ],
+];