v1
latestOpenAPI 3.0.02026-08-061473373.5 KBManage classifications models
Get classifications model details
Returns the status of the classifications model with the given model ID.
get/v1/models/classifications/{model_id}
Response
Model retrieved
Example response
{
"user_metadata": {
"region": "North America",
"latest": true
},
"notices": [
{
"message": "Training data validation failed: Too few examples for label insufficient_examples. Minimum of 5 required"
},
{
"message": "Not enough examples for class 'foo'. 4 were given but 5 are required."
},
{
"message": "Duplicate label given in example 27: {'foo', 'bar', 'foo'}"
}
]
}