Menampilkan daftar record data dalam set data tertentu.
Deskripsi operasi
This operation is available only in the China (Shanghai) and Singapore regions.
Coba sekarang
Test
RAM authorization
Sintaks permintaan
GET /ml/annotationdataset/{datasetId}/annotationdata HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| datasetId |
string |
No |
ID unik set data. |
cb8cc4eb51a85e823471cdb368fae9be |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| offset |
integer |
No |
Posisi awal kueri berhalaman. |
0 |
| size |
integer |
No |
Jumlah entri yang dikembalikan pada setiap halaman. |
100 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The response object. |
||
| data |
array |
The list of data records. |
|
| MLDataParam |
The data structure. |
||
| total |
integer |
The total number of records. |
20 |
Contoh
Respons sukses
JSONformat
{
"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
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.