From eccd5cd5a067f5659982685afdeea209b1888efb Mon Sep 17 00:00:00 2001 From: Zhineng Li Date: Sat, 14 Feb 2026 10:08:30 +0800 Subject: first commit --- data/nlp-automl/2019-05-29/api-docs.php | 55 +++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 data/nlp-automl/2019-05-29/api-docs.php (limited to 'data/nlp-automl/2019-05-29') diff --git a/data/nlp-automl/2019-05-29/api-docs.php b/data/nlp-automl/2019-05-29/api-docs.php new file mode 100644 index 0000000..df6cf18 --- /dev/null +++ b/data/nlp-automl/2019-05-29/api-docs.php @@ -0,0 +1,55 @@ + '1.0', + 'info' => [ + 'style' => 'ROA', + 'product' => 'nlp-automl', + 'version' => '2019-05-29', + ], + 'components' => [ + 'schemas' => [], + ], + 'apis' => [ + 'PredictModel' => [ + 'path' => '/api/automl/predict', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'ModelId', + 'in' => 'query', + 'schema' => [ + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + ], + ], + [ + 'name' => 'Content', + 'in' => 'formData', + 'schema' => [ + 'type' => 'string', + 'required' => true, + ], + ], + ], + ], + ], + 'endpoints' => [ + [ + 'regionId' => 'cn-hangzhou', + 'endpoint' => 'nlp-automl.cn-hangzhou.aliyuncs.com', + ], + ], +]; -- cgit v1.2.3