Create a new annotation config.
Payload Requirements
Valid example
{
"name": "my-annotation-config",
"space_id": "spc_123",
"annotation_config_type": "categorical",
"values": [
{
"label": "value1",
"score": 0
},
{
"label": "value2",
"score": 1
}
],
"optimization_direction": "maximize"
}
Most Arize AI endpoints require authentication. For those endpoints that require authentication, include your API key in the request header using the format
Body containing annotation config creation parameters
The base annotation config creation parameters
Name of the new annotation config
ID of the space the annotation config will belong to
The type of the annotation config
continuous The minimum score value
The maximum score value
The direction for optimization:
maximize, minimize, none An annotation config object
The unique identifier for the annotation config
The name of the annotation config
The timestamp for when the annotation config was created
The space id the annotation config belongs to
The type of the annotation config
continuous The minimum score value
The maximum score value
The direction for optimization:
maximize, minimize, none