Endpoints
Model Management
Create a Model
Start training a new model using your uploaded data.
Path Parameters:
model_name
(required): Name for your model
Request Body:
Response:
Check Model Status
Check the training status of your model.
Path Parameters:
model_name
(required): Name of the modelmodel_version
(required): Version ID returned from model creation
Response:
Perform Inference
Use a trained model to make predictions.
Path Parameters:
model_name
(required): Name of the modelmodel_version
(required): Version of the model