Retrieves information about a dataset.
Operation description
The endpoint for this API is available only in the China (Shanghai) and Singapore regions.
Try it now
Test
RAM authorization
Request syntax
GET /ml/annotationdataset/{datasetId} HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| datasetId |
string |
No |
The unique ID of the dataset. |
cb8cc4eb51a85e823471cdb368fae9be |
Response elements
|
Element |
Type |
Description |
Example |
| MLDataSetParam |
The dataset struct. |
Examples
Success response
JSON format
{
"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"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.