All Products
Search
Document Center

Simple Log Service:GetAnnotationDataSet

Last Updated:Oct 09, 2025

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

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

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.