列出数据集中的所有数据。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求语法
GET /ml/annotationdataset/{datasetId}/annotationdata HTTP/1.1
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
offset | integer | 否 | 起始行 | 0 |
size | integer | 否 | 分页查询时,设置的每页行数。 | 100 |
datasetId | string | 否 | 数据集唯一标识 | cb8cc4eb51a85e823471cdb368fae9be |
返回参数
示例
正常返回示例
JSON
格式
{
"data": [
{
"annotationdataId": "dc74b0f569126bb310e1ba6454c351ac",
"dataHash": "59db060bd89468245d76416a68a510ac",
"datasetId": "cb8cc4eb51a85e823471cdb368fae9be",
"value": "xxx/xxx/xxx/",
"valueType": "oss",
"config": {
"key": "simulator-nginx-demo"
},
"annotations": {
"key": {
"annotatedBy": "xxxx",
"updateTime": 1694761550,
"results": [
{
"key": "SPIKE_UP_TYPE"
}
]
}
},
"predictions": {
"key": {
"annotatedBy": "xxx",
"updateTime": 1694761550,
"results": [
{
"key": "SPIKE_UP_TYPE"
}
]
}
},
"createTime": 1695094335,
"lastModifyTime": 1695094335
}
],
"total": 20
}
错误码
访问错误中心查看更多错误码。