Endpoints
Model Management
Model Management API
This document outlines the RESTful API endpoints for managing machine learning models in the Plexe platform.
Endpoints
Get All Models
Retrieve a list of all models associated with your account.
Response:
Create a Model
Start training a new model using your uploaded data.
Path Parameters:
model_name
(required): Name for your model
Request Body:
Response:
Get Model Details
Retrieve details for a specific model.
Path Parameters:
model_name
(required): Name of the modelmodel_version
(required): Version ID of the model
Response:
Check Model Status
Check the training status of your model.
Path Parameters:
model_name
(required): Name of the modelmodel_version
(required): Version ID of the model
Response:
Get Model Description
Get a description or documentation for a model.
Path Parameters:
model_name
(required): Name of the modelmodel_version
(required): Version ID of the model
Response:
Perform Inference
Use a trained model to make predictions.
Path Parameters:
model_name
(required): Name of the modelmodel_version
(required): Version ID of the model
Request Body:
Response: