Queries data in datasets based on the unique identifier of the data.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request syntax
GET /ml/annotationdataset/{datasetId}/annotationdata/{annotationdataId} HTTP/1.1
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
datasetId | string | No | The unique identifier of the dataset. | cb8cc4eb51a85e823471cdb368fae9be |
annotationdataId | string | No | The unique identifier of the data. | 2156d560fc7c01420542df92cd6365ds |
Response parameters
Examples
Sample success responses
JSON
format
{
"annotationdataId": "dc74b0f569126bb310e1ba6454c351ac",
"dataHash": "59db060bd89468245d76416a68a510ac",
"datasetId": "a9bd488f6dd42d294495fb780858e83d",
"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
}
Error codes
For a list of error codes, visit the Service error codes.