全部產品
Search
文件中心

Simple Log Service:GetAnnotationData - 擷取資料

更新時間:Oct 09, 2025

通過資料唯一標識得到資料集中的資料結構體。

介面說明

該介面服務地址只能是華東 2(上海)、新加坡。

調試

您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。

調試

授權資訊

當前API暫無授權資訊透出。

請求文法

GET /ml/annotationdataset/{datasetId}/annotationdata/{annotationdataId} HTTP/1.1

請求參數

名稱

類型

必填

描述

樣本值

datasetId

string

資料集唯一標識

cb8cc4eb51a85e823471cdb368fae9be

annotationdataId

string

資料的唯一標識

2156d560fc7c01420542df92cd6365ds

返回參數

名稱

類型

描述

樣本值

MLDataParam

資料的結構體

樣本

正常返回樣本

JSON格式

{
  "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
}

錯誤碼

訪問錯誤中心查看更多錯誤碼。

變更歷史

更多資訊,參考變更詳情