From 7347bac4ab7e136157fc94777e6cf87ef9e08599 Mon Sep 17 00:00:00 2001 From: Zhineng Li Date: Fri, 13 Feb 2026 10:54:11 +0800 Subject: first commit --- data/zh_cn/nlp-automl/2019-05-29/api-docs.php | 114 ++++++++++++++++++++++++++ 1 file changed, 114 insertions(+) create mode 100644 data/zh_cn/nlp-automl/2019-05-29/api-docs.php (limited to 'data/zh_cn/nlp-automl/2019-05-29') diff --git a/data/zh_cn/nlp-automl/2019-05-29/api-docs.php b/data/zh_cn/nlp-automl/2019-05-29/api-docs.php new file mode 100644 index 0000000..9e8e218 --- /dev/null +++ b/data/zh_cn/nlp-automl/2019-05-29/api-docs.php @@ -0,0 +1,114 @@ + '1.0', + 'info' => [ + 'style' => 'ROA', + 'product' => 'nlp-automl', + 'version' => '2019-05-29', + ], + 'directories' => [ + [ + 'id' => 0, + 'title' => '其它', + 'type' => 'directory', + 'children' => [ + 'PredictModel', + ], + ], + ], + 'components' => [ + 'schemas' => [], + ], + 'apis' => [ + 'PredictModel' => [ + 'summary' => '模型结果预测', + 'path' => '/api/automl/predict', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREnlp6HZZI5', + 'FEATUREnlpMXQY7X', + 'FEATUREnlpAOZDQ8', + 'FEATUREnlp6X5BYZ', + 'FEATUREnlp0VR1QU', + 'FEATUREnlp01ENOR', + 'FEATUREnlpM0OA48', + 'FEATUREnlpF61RQU', + 'FEATUREnlpJOUXF2', + 'FEATUREnlpR1YV22', + 'FEATUREnlp97BF9V', + 'FEATUREnlpEZFBRW', + 'FEATUREnlp3ZJX2G', + ], + ], + 'parameters' => [ + [ + 'name' => 'ModelId', + 'in' => 'query', + 'schema' => [ + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + 'docRequired' => true, + ], + ], + [ + 'name' => 'Content', + 'in' => 'formData', + 'schema' => [ + 'type' => 'string', + 'required' => true, + 'docRequired' => true, + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'Code' => [ + 'type' => 'string', + ], + 'Message' => [ + 'type' => 'string', + ], + 'Data' => [ + 'type' => 'string', + ], + 'RequestId' => [ + 'type' => 'string', + ], + 'Success' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + 'responseDemo' => '', + ], + ], + 'endpoints' => [ + [ + 'regionId' => 'cn-hangzhou', + 'endpoint' => 'nlp-automl.cn-hangzhou.aliyuncs.com', + ], + ], +]; -- cgit v1.2.3