Add Collection
Creates a metric collection with the name and the metricSettings you specified.
Headers
CONFIDENT_API_KEY
The API key of your Confident AI project.
Request
name
This is the unique name of the metric collection you wish to create.
multiTurn
This is true if your metric collection is multi-turn, which contains only multi-turn metrics. Defaulted to false.
metricSettings
This is the list of metric settings for the collection.
Response
success
This is true if the metric collection was created successfully.
data
This maps to the id of the metric collection.
deprecated
This is true if this metric collection endpoint is deprecated.