summaryrefslogtreecommitdiff
path: root/data/en_us/nlp-automl/2019-05-29
diff options
context:
space:
mode:
authorZhineng Li <[email protected]>2026-02-13 10:54:11 +0800
committerZhineng Li <[email protected]>2026-02-13 10:54:11 +0800
commit7347bac4ab7e136157fc94777e6cf87ef9e08599 (patch)
tree0dec367dac6e152161a6f7cc0dba6ebbef1f34a2 /data/en_us/nlp-automl/2019-05-29
downloadacs-metadata-full-main.tar.gz
acs-metadata-full-main.zip
Diffstat (limited to 'data/en_us/nlp-automl/2019-05-29')
-rw-r--r--data/en_us/nlp-automl/2019-05-29/api-docs.php114
1 files changed, 114 insertions, 0 deletions
diff --git a/data/en_us/nlp-automl/2019-05-29/api-docs.php b/data/en_us/nlp-automl/2019-05-29/api-docs.php
new file mode 100644
index 0000000..6116ff2
--- /dev/null
+++ b/data/en_us/nlp-automl/2019-05-29/api-docs.php
@@ -0,0 +1,114 @@
+<?php return [
+ 'version' => '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' => null,
+ ],
+ ],
+ 'endpoints' => [
+ [
+ 'regionId' => 'cn-hangzhou',
+ 'endpoint' => 'nlp-automl.cn-hangzhou.aliyuncs.com',
+ ],
+ ],
+];