Mengembalikan daftar struktur set data.
Deskripsi operasi
The endpoint for this operation is available only in the China (Shanghai) and Singapore regions.
Coba sekarang
Test
RAM authorization
Sintaks permintaan
GET /ml/annotationdataset HTTP/1.1
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| offset |
integer |
No |
Baris tempat memulai kueri. |
0 |
| size |
integer |
No |
Jumlah entri yang dikembalikan pada setiap halaman untuk kueri berhalaman. |
100 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The response schema. |
||
| data |
array |
The list of data that is returned. |
|
| MLDataSetParam |
The dataset struct. |
||
| total |
integer |
The total number of entries. |
20 |
Contoh
Respons sukses
JSONformat
{
"data": [
{
"datasetId": "d9bd488f6dd42d294495fb780858e83d",
"name": "sls_builtin_dataset_metric.shapeclassification.anomalydetection",
"description": "数据集A",
"dataType": "Metric",
"labelId": "a191ae4ca615b0ccb93c211fc8a998af",
"createTime": 1695090077,
"lastModifyTime": 1695090077,
"createBy": "sls-console",
"settingType": "Metric.ShapeClassification.AnomalyDetection"
}
],
"total": 20
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.