v1
latestOpenAPI 3.0.12026-07-14453659.5 KBLanguage Training
Get Training Status
Returns the status of a model's training process. Use the progress field to determine how far the training has progressed. When training completes successfully, the status is SUCCEEDED and the progress is 1.
get/v2/language/train/{modelId}
Path parameters
modelIdstring required
Model Id
Response
Training Status
Example response
{
"algorithm": "object-detection",
"datasetId": 57,
"epochs": 20,
"failureMsg": "To train a dataset and create a model, the dataset must contain at least 100 examples per label for test set",
"language": "en_US",
"learningRate": 0.0001,
"modelId": "2KXJEOM3N562JBT4P7OX7VID2Q",
"name": "My Model - Version1",
"object": "training",
"progress": 0.7,
"queuePosition": 1,
"trainParams": "{\"trainSplitRatio\":0.7}"
}