'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":"\\n F1138931-D4AE-0471-A8C9-0814D7513C2D\\n \\n 148\\n 1634199437188\\n test2\\n test2\\n \\n","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":"\\n F2C4BA2A-C1A5-0565-BFE9-28A1FE7C6CE3\\n \\n 229\\n 1634196198553\\n test3\\n test3\\n UPLOAD_FILE\\n FILE_CHECKING\\n \\n","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":"\\n 776E3AEA-938D-079F-91BB-7D783AE60265\\n \\n 28\\n 1634106777620\\n test3\\n test3\\n INIT\\n DESIGNATED_ACCOUNT\\n 1716735326807772,1219984605228589\\n \\n","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":"\\n 7E55AE6C-F870-0BE4-9265-E0D9FCB1B2CB\\n \\n 70\\n 1634276162828\\n test3\\n test3\\n 120\\n test1\\n 229\\n test3\\n COMMON\\n 213\\n 任务213\\n {\\"TestLabelId\\":1266,\\"TestDatasetId\\":948,\\"Lr\\":0.5,\\"width\\":\\"32\\",\\"ValidationLabelId\\":1266,\\"Epoch\\":23,\\"ValidationDatasetId\\":948,\\"height\\":\\"23\\"}\\n INIT\\n 123\\n [{\\"id\\": \\"TOP1_ACC\\", \\"name\\": \\"top1准确率\\", \\"value\\": 100.0}, {\\"id\\": \\"TOP5_ACC\\", \\"name\\": \\"top5准确率\\", \\"value\\": 100.0}]\\n \\n","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":"\\n DBECB972-A04A-090F-89BB-960316F8B071\\n \\n 78\\n 1634262448874\\n wyqtest\\n wyqtest\\n COMMON_CLASSIFY\\n \\n","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&OSSAccessKeyId=LTAI5tEQPn4obqpuvGEg****&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":"\\n 46621149\\n {\\"requestId\\": \\"0CF29CA9\\", \\"data\\": {\\"category\\": \\"\\\\u732b\\", \\"score\\": 0.7035083174705505}, \\"errorcode\\": \\"0\\", \\"errormessage\\": \\"success\\"}\\n","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":"\\n 09F9AD81-3443-0CE5-87D2-808777B2F758\\n \\n 147\\n 1631762186000\\n test\\n test\\n \\n","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":"\\n 438CF366-4E53-029D-A8FB-29EB2AB694A7\\n \\n 228\\n 1633745786000\\n test3\\n test3\\n UPLOAD_FILE\\n FILE_CHECK_SUCCESS\\n \\n","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":"\\n E8917726-EA0B-0847-8885-FD4491E71CE0\\n \\n 28\\n \\n","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":"\\n 910D87D5-4498-0845-8DA9-DCDC6D661097\\n \\n 68\\n 1631762402000\\n test1\\n test1\\n 120\\n test1\\n 188\\n test2\\n COMMON\\n TRAIN_SUCCESS\\n 29\\n [{\\"id\\": \\"TOP1_ACC\\", \\"name\\": \\"top1准确率\\", \\"value\\": 100.0}, {\\"id\\": \\"TOP5_ACC\\", \\"name\\": \\"top5准确率\\", \\"value\\": 100.0}]\\n \\n","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":"\\n 3AA3469E-9CB3-08CB-AA0E-A6F26B4CCB93\\n \\n 78\\n 1634262448874\\n wyqtest\\n wyqtest\\n COMMON_CLASSIFY\\n \\n","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":"\\n 47109F76-8BF9-078A-83DB-1622E811646D\\n \\n 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":""}]', ], '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":"\\n 8D41EDD3-36D1-0408-94C9-8EEEA7F2FFE7\\n \\n 296\\n ALIYUN\\n oss://viapi-regen-hangzhou-prod/daily/data/296/\\n 1631762186000\\n fenlei\\n test12\\n 147\\n \\n","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":"\\n AC07015E-C8D6-1A03-AAA8-C023B09B917A\\n \\n {\\\\\\"dataVolume\\\\\\":147,\\\\\\"labelCount\\\\\\":{\\\\\\"鸟\\\\\\":147}}\\n \\n","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":"\\n 6670C3CC-BD5D-01A5-9371-2D4F82E98FF1\\n \\n TAG_FINISHED\\n 1662605747000\\n 20\\n test2\\n USE_LABEL_SYSTEM\\n 30\\n [\\"278166737224834274\\"]\\n 833\\n [\\"红绿灯\\",\\"信号灯\\"]\\n 回流数据集\\n \\n","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":"\\n BAFD3138-AF5B-0193-A155-32C16CA895AE\\n \\n 4\\n 1631505139000\\n QSL测试\\n SQL测试描述\\n INIT\\n b66e91b46a05afa3b07c4dcaafb9****\\n [{\\"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 [{\\"name\\": \\"category\\", \\"desc\\": \\"分类\\", \\"example\\": \\"black\\"}, {\\"name\\": \\"score\\", \\"desc\\": \\"置信度\\", \\"example\\": \\"0.8801174759864807\\"}]\\n [{\\"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 {\\"requestId\\": \\"D6319603-9DD1-45ae-950E-FCA36EB6DFA7\\", \\"imageUrl\\":\\"https://viapi-test.oss-cn-shanghai-internal.aliyuncs.com/regen/test.jpeg\\"}\\n {\\"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 \\n 193\\n 100\\n oss://regen-test-bucket/jhdtest/检测/回流2/\\n true\\n \\n \\n","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":"\\n 63CB30AA-224C-05CA-B9EB-24CEA68B5E71\\n \\n [{\\"id\\": \\"TOP1_ACC\\", \\"name\\": \\"top1准确率\\", \\"value\\": 100.0}, {\\"id\\": \\"TOP5_ACC\\", \\"name\\": \\"top5准确率\\", \\"value\\": 100.0}]\\n \\n","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":"\\n 8DA0CC03-B391-0E58-90AA-03CFCDD9434B\\n \\n 43\\n 1631762402000\\n test1\\n test1\\n 120\\n test1\\n 188\\n test2\\n COMMON\\n TRAIN_SUCCESS\\n 14\\n [{\\"id\\": \\"TOP1_ACC\\", \\"name\\": \\"top1准确率\\", \\"value\\": 100.0}, {\\"id\\": \\"TOP5_ACC\\", \\"name\\": \\"top5准确率\\", \\"value\\": 100.0}]\\n STOP\\n 17100\\n \\n","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":"\\n AD721805-2A34-090D-9C24-E4F5110A980D\\n \\n 2:23:34\\n \\n","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":"\\n 4EA7EC9E-E571-0A48-BB70-66EB3A5DDE4A\\n \\n LTAI5tEQPn4obqpuvGEg****\\n eyJleHBpcmF0aW9uIjoiMjAyMS0xMC0xM1QxMToxMTo0OS4yMTBaIiwiY29uZGl0aW9ucyI6W1siY29udGVudC1sZW5ndGgtcmFuZ2UiLDAsNTI0Mjg4MDAwXSx7ImtleSI6ImRhaWx5L3NlcnZpY2UvMjEvMTYzNDExOTkwOTIxMF9hbHBoYV83MTAxXzAucG5nIn1dfQ==\\n 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 daily/service/21/1634119909210_alpha_7101_0.png\\n 1634119909210_alpha_7101_0.png\\n dha-regen-prod\\n https://dha-regen-prod.oss-cn-shanghai.aliyuncs.com\\n 1634119909210_alpha_7101_0.png\\n 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":""}]', ], '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":"\\n 96AE7FBF-3E7D-0595-B999-78B31B8C2619\\n \\n 70\\n 1631762186000\\n test1\\n test1\\n COMMON_CLASSIFY\\n \\n","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":"\\n EF6CCDDD-D5AA-09AD-B596-4413F2E4B162\\n \\n 1\\n 10\\n 20\\n 200\\n \\n dataset_small/alpha_7101_0.png\\n https://dha-regen-prod.oss-cn-shanghai.aliyuncs.com/daily/data/120/dataset_small/alpha_7101_0.png?Expires=1634204118&OSSAccessKeyId=LTAI5tEQPn4obqpuvGEg****&Signature=TaA%2FU2VvDbFW55rcKZmyBtDY4A8%3D&x-oss-process=image%2Fresize%2Cm_lfit%2Cw_200%2Ch_200%2Climit_1%2Fauto-orient%2C1%2Fquality%2Cq_90\\n https://dha-regen-prod.oss-cn-shanghai.aliyuncs.com/daily/data/120/dataset_small/alpha_7101_0.png?Expires=1634204118&OSSAccessKeyId=LTAI5tEQPn4obqpuvGEg****&Signature=mZ58gWrC6nbRsak%2B2O1bwPWAZr4%3D\\n \\n \\n dataset_small/alpha_15926_1.png\\n https://dha-regen-prod.oss-cn-shanghai.aliyuncs.com/daily/data/120/dataset_small/alpha_15926_1.png?Expires=1634204118&OSSAccessKeyId=LTAI5tEQPn4obqpuvGEg****Signature=hvsN0QB5SSunKw458mmU%2BPrbodQ%3D&x-oss-process=image%2Fresize%2Cm_lfit%2Cw_200%2Ch_200%2Climit_1%2Fauto-orient%2C1%2Fquality%2Cq_90\\n https://dha-regen-prod.oss-cn-shanghai.aliyuncs.com/daily/data/120/dataset_small/alpha_15926_1.png?Expires=1634204118&OSSAccessKeyId=LTAI5tEQPn4obqpuvGEg****&Signature=%2FE6AeDAEFwg1iLzUjl5ITWA6YUc%3D\\n \\n \\n dataset_small/alpha_5152_1.png\\n https://dha-regen-prod.oss-cn-shanghai.aliyuncs.com/daily/data/120/dataset_small/alpha_5152_1.png?Expires=1634204118&OSSAccessKeyId=LTAI5tEQPn4obqpuvGEg****&Signature=kxi5fzDX9M%2FEj4dydPQSjUV%2B2XA%3D&x-oss-process=image%2Fresize%2Cm_lfit%2Cw_200%2Ch_200%2Climit_1%2Fauto-orient%2C1%2Fquality%2Cq_90\\n https://dha-regen-prod.oss-cn-shanghai.aliyuncs.com/daily/data/120/dataset_small/alpha_5152_1.png?Expires=1634204118&OSSAccessKeyId=LTAI5tEQPn4obqpuvGEg****&Signature=YJeGou7%2FWKU7zcMuCLykrv%2FUHMA%3D\\n \\n \\n dataset_small/alpha_5954_1.png\\n https://dha-regen-prod.oss-cn-shanghai.aliyuncs.com/daily/data/120/dataset_small/alpha_5954_1.png?Expires=1634204118&OSSAccessKeyId=LTAI5tEQPn4obqpuvGEg****&Signature=nNWV70qWsxWzPI5wstCFDlrHPoc%3D&x-oss-process=image%2Fresize%2Cm_lfit%2Cw_200%2Ch_200%2Climit_1%2Fauto-orient%2C1%2Fquality%2Cq_90\\n https://dha-regen-prod.oss-cn-shanghai.aliyuncs.com/daily/data/120/dataset_small/alpha_5954_1.png?Expires=1634204118&OSSAccessKeyId=LTAI5tEQPn4obqpuvGEg****&Signature=QerQed0R5dubNtyNd85NDQbDLYc%3D\\n \\n \\n dataset_small/alpha_19306_1.png\\n https://dha-regen-prod.oss-cn-shanghai.aliyuncs.com/daily/data/120/dataset_small/alpha_19306_1.png?Expires=1634204118&OSSAccessKeyId=LTAI5tEQPn4obqpuvGEg****&Signature=Qu6xvU4eisGjXzVffiERLRo5eCc%3D&x-oss-process=image%2Fresize%2Cm_lfit%2Cw_200%2Ch_200%2Climit_1%2Fauto-orient%2C1%2Fquality%2Cq_90\\n https://dha-regen-prod.oss-cn-shanghai.aliyuncs.com/daily/data/120/dataset_small/alpha_19306_1.png?Expires=1634204118&OSSAccessKeyId=LTAI5tEQPn4obqpuvGEg****&Signature=R%2FQzx8OqpFYNUyyRGzp2coY2MtU%3D\\n \\n \\n dataset_small/alpha_2988_1.png\\n https://dha-regen-prod.oss-cn-shanghai.aliyuncs.com/daily/data/120/dataset_small/alpha_2988_1.png?Expires=1634204118&OSSAccessKeyId=LTAI5tEQPn4obqpuvGEg****&Signature=6NE%2BN8ixZlv8vQrvdRsMOynyPfM%3D&x-oss-process=image%2Fresize%2Cm_lfit%2Cw_200%2Ch_200%2Climit_1%2Fauto-orient%2C1%2Fquality%2Cq_90\\n https://dha-regen-prod.oss-cn-shanghai.aliyuncs.com/daily/data/120/dataset_small/alpha_2988_1.png?Expires=1634204118&OSSAccessKeyId=LTAI5tEQPn4obqpuvGEg****&Signature=fSSrNM7Prmeplx7vJ7rp5GT2ODs%3D\\n \\n \\n dataset_small/alpha_13694_1.png\\n https://dha-regen-prod.oss-cn-shanghai.aliyuncs.com/daily/data/120/dataset_small/alpha_13694_1.png?Expires=1634204118&OSSAccessKeyId=LTAI5tEQPn4obqpuvGEg****&Signature=7eGRk0HrqdT5z7IlAAk2RSCs4CY%3D&x-oss-process=image%2Fresize%2Cm_lfit%2Cw_200%2Ch_200%2Climit_1%2Fauto-orient%2C1%2Fquality%2Cq_90\\n https://dha-regen-prod.oss-cn-shanghai.aliyuncs.com/daily/data/120/dataset_small/alpha_13694_1.png?Expires=1634204118&OSSAccessKeyId=LTAI5tEQPn4obqpuvGEg****Signature=kKA69vNssLSQIvwFO7UoabwE8uI%3D\\n \\n \\n dataset_small/alpha_1902_1.png\\n https://dha-regen-prod.oss-cn-shanghai.aliyuncs.com/daily/data/120/dataset_small/alpha_1902_1.png?Expires=1634204118&OSSAccessKeyId=LTAI5tEQPn4obqpuvGEg****&Signature=VYmbFzTRHLSnMfh8sCdOTaxgG8o%3D&x-oss-process=image%2Fresize%2Cm_lfit%2Cw_200%2Ch_200%2Climit_1%2Fauto-orient%2C1%2Fquality%2Cq_90\\n https://dha-regen-prod.oss-cn-shanghai.aliyuncs.com/daily/data/120/dataset_small/alpha_1902_1.png?Expires=1634204118&OSSAccessKeyId=LTAI5tEQPn4obqpuvGEg****&Signature=XYagnxfXf3dKKiaYJ2fDSgv%2BqzA%3D\\n \\n \\n dataset_small/alpha_9088_1.png\\n https://dha-regen-prod.oss-cn-shanghai.aliyuncs.com/daily/data/120/dataset_small/alpha_9088_1.png?Expires=1634204118&OSSAccessKeyId=LTAI5tEQPn4obqpuvGEg****&Signature=g1h72fNL716Cd4WsrKs9sYGDilg%3D&x-oss-process=image%2Fresize%2Cm_lfit%2Cw_200%2Ch_200%2Climit_1%2Fauto-orient%2C1%2Fquality%2Cq_90\\n https://dha-regen-prod.oss-cn-shanghai.aliyuncs.com/daily/data/120/dataset_small/alpha_9088_1.png?Expires=1634204118&OSSAccessKeyId=LTAI5tEQPn4obqpuvGEg****&Signature=Fqp9R%2BgRtQsLgOqFac9q5wAbhPc%3D\\n \\n \\n dataset_small/alpha_8088_1.png\\n https://dha-regen-prod.oss-cn-shanghai.aliyuncs.com/daily/data/120/dataset_small/alpha_8088_1.png?Expires=1634204118&OSSAccessKeyId=LTAI5tEQPn4obqpuvGEg****&Signature=4E5HtozWJ0YvR0toyNRQDsTyPq0%3D&x-oss-process=image%2Fresize%2Cm_lfit%2Cw_200%2Ch_200%2Climit_1%2Fauto-orient%2C1%2Fquality%2Cq_90\\n https://dha-regen-prod.oss-cn-shanghai.aliyuncs.com/daily/data/120/dataset_small/alpha_8088_1.png?Expires=1634204118&OSSAccessKeyId=LTAI5tEQPn4obqpuvGEg****&Signature=3q2%2BEU1%2FgqVrKsKC9DN1rORrwWo%3D\\n \\n \\n","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":"\\n F32D7E93-9C55-151E-9C60-B746A4A5B7FE\\n \\n 1\\n 10\\n 1\\n 1\\n \\n ALIYUN\\n 2000\\n oss://dha-regen-hangzhou-prod/prod/data/374/\\n 标注测试2\\n 描述21\\n 374\\n 1638860548000\\n \\n \\n","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":"\\n ADA2A7FD-6A97-4D5F-8781-FEC2DEF28418\\n \\n 200\\n 10\\n 20\\n 1\\n \\n \\n 鸟100_19.jpg\\n image\\n https://viapi-regen-hangzhou-prod.oss-cn-hangzhou.aliyuncs.com/daily/data/296/%E9%B8%9F100_19.jpg?Expires=1651211694&OSSAccessKeyId=LTAI5tMANw98BWLM7sTN****&Signature=QlELJ%2Fl2wRoR4ay%2BKOMrH9evwIA%3D&x-oss-process=image%2Fresize%2Cm_lfit%2Cw_150%2Ch_84%2Climit_1%2Fauto-orient%2C1%2Fquality%2Cq_90\\n IMAGE\\n https://viapi-regen-hangzhou-prod.oss-cn-hangzhou.aliyuncs.com/daily/data/296/%E9%B8%9F100_19.jpg?Expires=1651211694&OSSAccessKeyId=LTAI5tMANw98BWLM7sTN****&Signature=m8ZyAwJGiB5q0%2F0u88QaAPLGzHw%3D\\n \\n \\n label\\n TEXT\\n \\n \\n \\n \\n","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":"\\n 638E7B41-5327-0B79-A3A5-390278D7625F\\n \\n 1\\n 10\\n 1\\n 2\\n \\n UPLOAD_FILE\\n 标注测试2\\n 标注测试2\\n 219\\n 1633747459000\\n FILE_CHECK_SUCCESS\\n 0\\n 20\\n 20\\n 测试时间数据集2\\n \\n \\n UPLOAD_FILE\\n 标注测试\\n 标注测试描述\\n 218\\n 1633745786000\\n FILE_CHECK_SUCCESS\\n 0\\n 10\\n 10\\n 测试时间数据集\\n \\n \\n","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":"\\n C3CEBC54-BCB4-0CEC-8E57-418517898C03\\n \\n 1\\n 10\\n 1\\n 2\\n \\n test\\n 21\\n 1631773630000\\n test\\n RUNNING\\n DESIGNATED_ACCOUNT\\n 1716735326807772,1319860643305711\\n \\n \\n","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":"\\n F8B71CDB-5DE9-0ACB-8D0F-FCEFBFF6B473\\n \\n 1\\n 10\\n 1\\n 2\\n \\n 228\\n 29\\n TRAIN_SUCCESS\\n test1\\n 120\\n test3描述\\n test3\\n 68\\n 1634111691000\\n test3\\n [{\\"id\\": \\"TOP1_ACC\\", \\"name\\": \\"top1准确率\\", \\"value\\": 100.0}, {\\"id\\": \\"TOP5_ACC\\", \\"name\\": \\"top5准确率\\", \\"value\\": 100.0}]\\n COMMON\\n \\n \\n 14\\n TRAIN_SUCCESS\\n test1\\n test1\\n 1631762402000\\n [{\\"id\\": \\"TOP1_ACC\\", \\"name\\": \\"top1准确率\\", \\"value\\": 100.0}, {\\"id\\": \\"TOP5_ACC\\", \\"name\\": \\"top5准确率\\", \\"value\\": 100.0}]\\n COMMON\\n 188\\n 120\\n test1\\n 43\\n test2\\n 21\\n \\n \\n","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":"\\n 63DBD066-6374-0C1B-9E4D-9DDAEEA9CC73\\n \\n 1\\n 10\\n 4\\n 31\\n \\n 78\\n 1634262449000\\n wyqtest\\n wyqtest描述\\n COMMON_CLASSIFY\\n TRANSFER_SUCCESS\\n \\n \\n","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":"\\n 68B3B582-0FCF-16CE-8F7F-884625D8AEE7\\n \\n 424\\n oss://regen-test-bucket/yangTest/\\n \\n","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":"\\n 047BA921-06DE-0DC4-8433-BAB26A4F3133\\n \\n 22\\n 1626434355778\\n 日常服务测试\\n 日常服务测试描述\\n STARTING\\n \\n","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":"\\n 200\\n \\n 13A5EFE4-D3A5-1E7C-A0C6-B1ECC71DB24A\\n \\n {\\"labelInfo\\":{\\"狗\\":1,\\"猫\\":59},\\"labelName\\":\\"[\\\\\\"狗\\\\\\"]\\",\\"labelType\\":\\"图片数量\\",\\"minCount\\":\\"20\\"}\\n \\n 200\\n \\n 200\\n 13A5EFE4-D3A5-1E7C-A0C6-B1ECC71DB24A\\n true\\n","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":"\\n 65D559AA-2E27-0597-9733-69810820E334\\n \\n 22\\n 1626434355778\\n AT服务测试\\n AT服务测试\\n STOPPING\\n \\n","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":"\\n E4CD2E3E-4484-08E7-9FBA-087D49FA95BD\\n \\n 68\\n 1634106778000\\n test3\\n test3\\n 120\\n test1\\n 228\\n test3\\n COMMON\\n TRAIN_FAIL\\n 123\\n [{\\"id\\": \\"TOP1_ACC\\", \\"name\\": \\"top1准确率\\", \\"value\\": 100.0}, {\\"id\\": \\"TOP5_ACC\\", \\"name\\": \\"top5准确率\\", \\"value\\": 100.0}]\\n \\n","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":"\\n 2F7B883D-2BBD-0600-B3F4-25D11957E449\\n \\n 120\\n 1631762186000\\n test1\\n test12\\n \\n","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":"\\n 0F4A8D73-BC91-0DFA-91D1-77083C4DB14F\\n \\n test2\\n 188\\n test2\\n 1633745786000\\n \\n","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":"\\n 9982B171-4B2D-08B8-8C54-CDA8550D1742\\n \\n 28\\n 1634106777620\\n test3\\n test3描述\\n DESIGNATED_ACCOUNT\\n 1716735326807772,1219984605228589\\n \\n","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":"\\n 6CED723E-067B-040A-A14F-59B2D9283E9B\\n \\n 43\\n 1631762402000\\n test1\\n test1\\n 120\\n test1\\n 188\\n test2\\n COMMON\\n TRAIN_SUCCESS\\n {\\"TestLabelId\\":1266,\\"TestDatasetId\\":948,\\"Lr\\":0.5,\\"width\\":\\"32\\",\\"ValidationLabelId\\":1266,\\"Epoch\\":23,\\"ValidationDatasetId\\":948,\\"height\\":\\"23\\"}\\n 14\\n [{\\"id\\": \\"TOP1_ACC\\", \\"name\\": \\"top1准确率\\", \\"value\\": 100.0}, {\\"id\\": \\"TOP5_ACC\\", \\"name\\": \\"top5准确率\\", \\"value\\": 100.0}]\\n \\n","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":"\\n 55927643-E937-038B-819F-77BD3DE7FB79\\n \\n 78\\n 1634262448874\\n WYQTEST\\n WYQTEST描述\\n COMMON_CLASSIFY\\n \\n","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":"\\n 2a78486316511158013162460e50bc\\n \\n 549\\n 1651115634000\\n QS测试\\n QS描述\\n USE_LABEL_SYSTEM\\n TAG_SYSTEM_INIT\\n \\n","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":"\\n 2a78486316511165094166037e1a6e\\n \\n 294\\n 1651197861000\\n fenlei\\n 描述\\n UPLOAD_FILE\\n FILE_CHECK_SUCCESS\\n 180\\n \\n","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":"\\n 2a78486316511165094166037e1a6e\\n \\n 4\\n \\n","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":"\\n 3E9ADFE6-3424-1425-9C76-18EA9402A46F\\n \\n 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":""}]', ], '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":"\\n D6319603-9DD1-45ae-950E-FCA36EB6DFA7\\n \\n black\\n 0.8801175\\n \\n","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":"\\n 7445026B-243E-1F9D-9EEB-A6C7032B50E8\\n \\n \\n 0.9054347276687622\\n car\\n \\n 286\\n 195\\n 286\\n 188\\n \\n \\n \\n 0.8531613349914551\\n car\\n \\n 591\\n 178\\n 591\\n 84\\n \\n \\n \\n","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 '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\\n AB3F19AE-F3D3-5EEE-97AF-57B7397B5C9B\\n \\n \\n 0.6564025282859802\\n 气球\\n \\n 1394\\n 510\\n \\n \\n 1311\\n 519\\n \\n \\n 1233\\n 535\\n \\n \\n 1193\\n 564\\n \\n \\n 2019\\n 2048\\n [UPf1c1Zm1;E;F:E;G9E:G9E;_Oa0_O`0A`0E;I7I8H7H8H9G9F:F9G:D;E;E;D<E;E;F:E;F:F9H****]NU9jd1\\\\Od0]Oc0\\\\O>B>B=C=D<D;D?B>B=C=D<eMabT>\\n \\n \\n 822\\n 480\\n 822\\n 1094\\n \\n \\n \\n","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":"\\n 4EC52691-F5E8-01C7-945E-7DDBA72BCBFB\\n \\n \\n <171673532680****>\\n 1661247217888\\n 2\\n \\n <121998460522****>\\n 1661247217888\\n 3\\n \\n \\n \\n 200\\n","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":"\\n A7AAA063-55EA-0BF7-AE90-678E08CDCDFF\\n \\n \\n <171673532680****>\\n 1661247217888\\n 20\\n \\n <121998460522****>\\n 1661247217888\\n 20\\n \\n \\n \\n 200\\n","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":"\\n 200\\n \\n 2F41B093-558B-04DB-B58D-1E40419593E2\\n \\n 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 200\\n \\n 200\\n 2F41B093-558B-04DB-B58D-1E40419593E2\\n true\\n","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":"\\n DBEADF14-1B61-5BB2-B65B-4314F339B62A\\n \\n 1663653105292000\\n 432\\n DELETED\\n 1663657637368\\n \\n","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":"\\n 2BB7D6DC-4F64-5D2F-824A-F7F5AD3233CE\\n \\n 1\\n 10\\n 20\\n 193\\n \\n [{\\"boxes\\":{\\"x\\":413,\\"width\\":98,\\"y\\":189,\\"height\\":413},\\"score\\":0.8668825030326843,\\"category\\":\\"car\\"}]\\n 1716735326807772/275742949931921578/KiMRW_1663653105196.jpg\\n 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&OSSAccessKeyId=STS.NTvBpuVu46BQC8TFUFoaL****&Signature=1FgBAVPDE9PBGh85mdUGo41cBBw%3D&security-token=CAIS%2FwF1q6Ft5B2yfSjIr5fDCcrBu6oVgYC6QR7lolUTY%2B5gnJfAgTz2IH9NdXlvCe4ZsvU%2BlW1T6%2FYTlqxNarZ9ZBRTkg%2FXM8wFnzm6aq%2Ft5uaXj9Vd%2BrDHdEGXDxnkprywB8zyUNLafNq0dlnAjVUd6LDmdDKkLTfHWN%2Fz%2FvwBVNkMWRSiZjdrHcpfIhAYyPUXLnzML%2F2gQHWI6yjydBM341Qj0j4ks%2FrvmpLDtUDk4QekmrNPlePYOYO5asRgBpB7Xuqu0fZ%2BHqi7i3EJukgVpPkp0P0VqGqc44HMGSpY5xSXLuzK89R3LRV0aaU8F6NKpeX4ied%2FvuHDcyNSMOPUuosagAEK4AcaF3HL1V1VVyAb%2FeVSCqamZKxAI3CdCjZwEPMf4Vn%2FgdYJfiwhsy0d3TIeNzoFOxJMpTY11eUFZT6EZgSF6XaSx1lLP8dEQgC8p0I67VTDda9cb3ieW2ICgoSNGuZhDU6enBkYIvhQhAQWznv3n%2FwVDxZ8SXUnuJM7xNSB5g%3****\\n 1663653105292000\\n 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&OSSAccessKeyId=STS.NU5TWFHuBvQG91zzqAwW9****&Signature=A%2BtgARoFiZn0hmxCorGAawWa5Z4%3D&x-oss-process=image%2Fresize%2Cm_lfit%2Ch_84%2Climit_1%2Fauto-orient%2C1%2Fquality%2Cq_90&security-token=CAIS%2FwF1q6Ft5B2yfSjIr5aAH%2B3ypapjwZOsOxfLnnEUe9gV2Pb8lzz2IH9NdXlvCe4ZsvU%2BlW1T6%2FYTlqxNarZ9ZBRonQ%2FXM8wFnzm6aq%2Ft5uaXj9Vd%2BrDHdEGXDxnkprywB8zyUNLafNq0dlnAjVUd6LDmdDKkLTfHWN%2Fz%2FvwBVNkMWRSiZjdrHcpfIhAYyPUXLnzML%2F2gQHWI6yjydBM341Qj0j4ks%2FrvmpLDtUDk4QekmrNPlePYOYO5asRgBpB7Xuqu0fZ%2BHqi7i3EJukgVpPkp0P0VqGqc44HMGSpY5xSXLuzK89R3LRV0aaU8F6NKpeX4ied%2FvuHDcyNSMOPUuosagAE3AEIIYGytKNYglv9YcngtRsvBsMcpm%2FcGzi24vwgDTPY8cZwtzd%2FOAFGR8e5GiqZmBOLdKqSvYkIZu29QWXKEnT5vd7DPtFwRQ8vSL%2BEGXGLLOarY%2BfCvo2HICKTI1WQ6CHhvOOronJi3EHCJCXlJw%2FH72aymsSjfERAeUu9D2g%3****\\n 1663653105285\\n SAVED\\n \\n \\n","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":"\\n B44B8F1C-C97D-5C81-966A-5EE8D76F5CC9\\n \\n 456\\n false\\n \\n","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":"\\n 4B27B05F-6F29-50AB-8382-43E6DDDC4666\\n \\n 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":""}]', ], '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":"\\n B44B8F1C-C97D-5C81-966A-5EE8D76F5CC9\\n \\n 456\\n true\\n 100\\n oss://regen-test-bucket/jhdtest/检测/回流目录/\\n \\n","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":"\\n ADCD28CC-16DD-0EFC-9A1E-43B518E351C4\\n \\n 1420754889803588\\n INTERNAL_USER\\n \\n","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":"\\n ADCD28CC-16DD-0EFC-9A1E-43B518E351C4\\n \\n false\\n https://oss.console.aliyun.com/bucket/oss-cn-hangzhou/yize-test-bucket/data-security/cors\\n yize-test-bucket\\n \\n","errorExample":""}]', ], ], 'endpoints' => [ [ 'regionId' => 'cn-hangzhou', 'endpoint' => 'viapi-regen.cn-hangzhou.aliyuncs.com', ], [ 'regionId' => 'cn-shanghai', 'endpoint' => 'viapi-regen.cn-shanghai.aliyuncs.com', ], ], ];