Skip to main content
GET
/
v1
/
annotation_configs
/
{config_identifier}
{
  "data": {
    "name": "<string>",
    "type": "<string>",
    "description": "<string>",
    "optimization_direction": "MINIMIZE",
    "values": [
      {
        "label": "<string>",
        "score": 123
      }
    ],
    "id": "<string>"
  }
}

Path Parameters

config_identifier
string
required

ID or name of the annotation configuration

Response

Successful Response

data
object
required
  • CategoricalAnnotationConfig
  • ContinuousAnnotationConfig
  • FreeformAnnotationConfig