Models
Create a new model and start training
POST
/
models
Headers
Your API key for authentication. Use Bearer format.
Body
application/json
ID of the use case.
Name of the model.
ID of the model to clone.
Required string length:
24
IDs of the training samples.
IDs of the testing samples.
Enable explain tools.
Response
200 - application/json
ID of the model.
Creation date of the model.
Status of the model.
Available options:
pending
, training
, active
, failed
Name of the model.
ID of the organization.
ID of the use case.
Description of the model.
IDs of the training samples.
IDs of the testing samples.
ID of the model to clone.
Whether the model is trainable.
Whether to use the backup model for generations.
Whether to use the backup model when idle.
Was this page helpful?