-
Notifications
You must be signed in to change notification settings - Fork 329
前后端接口细节
JiaLei123 edited this page Dec 4, 2017
·
25 revisions
数据集名称:annotaiton_data
annotation_data
{
uuid: a unique uuid for a sentence
text: the original text for a sentence
label: the classify label for a sentence make by user
}
请求地址: /load_local_dataset 请求类型:HTTP 请求方式: GET 数据类型: x-www-form-urlencoded 响应类型: JSON
Tables | Are | Cool |
---|---|---|
col 3 is | right-aligned | $1600 |
col 2 is | centered | $12 |
zebra stripes | are neat | $1 |
请求参数:
参数名称 | 是否必须 | 类型 | 描述 |
---|---|---|---|
filepath | true | string | string |
响应数据:
参数名称 | 是否必须 | 类型 |
---|---|---|
filepath | true | string |
例子
功能: 将本地的data文件中的内容存入MongoDB 请求类型:HTTP json格式细节。