ListAnnotationLabels

更新时间:
复制 MD 格式

Lists annotation label tables.

Operation description

This API operation 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/annotationlabel HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

offset

integer

No

The starting line of the query.

0

size

integer

No

The number of entries to return on each page.

100

Response elements

Element

Type

Description

Example

object

The response data.

data

array

The list of annotation label table structs.

MLLabelParam

The annotation label table struct.

total

integer

The total number of entries that meet the query conditions.

20

Examples

Success response

JSON format

{
  "data": [
    {
      "labelId": "abbd488f6dd42d294495fb780858e83d",
      "name": "标签表",
      "description": "默认表",
      "type": "xxx",
      "settings": [
        {
          "mode": "builtin",
          "type": "Trace.RCA",
          "config": "\"\"",
          "version": "0.01"
        }
      ],
      "createTime": 1695090077,
      "lastModifyTime": 1695090077
    }
  ],
  "total": 20
}

Error codes

See for a complete list.

Release notes

See Release Notes for a complete list.