文档

ListAnnotationData - 获取数据列表

更新时间:

列出数据集中的所有数据。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

当前API暂无授权信息透出。

请求语法

GET /ml/annotationdataset/{datasetId}/annotationdata

请求参数

名称类型必填描述示例值
offsetinteger

起始行

0
sizeinteger

分页查询时,设置的每页行数。

100
datasetIdstring

数据集唯一标识

cb8cc4eb51a85e823471cdb368fae9be

返回参数

名称类型描述示例值
object

Schema of Response

dataarray

返回的数据列表。

MLDataParam

数据结构体。

totalinteger

总记录数。

20

示例

正常返回示例

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
}

错误码

访问错误中心查看更多错误码。

  • 本页导读 (1)
文档反馈