Configuration & Settings
Page Outline
Fine-tune how your models are trained and displayed. These endpoints allow you to manage the technical training configuration (features, algorithms, goals) as well as operational settings (notifications, access, labels).
Endpoints
| Endpoint | Method | Path | Description |
|---|---|---|---|
| Get Config | GET | /{model_id}/config | Retrieve the active training configuration. |
| Update Config | PATCH | /{model_id}/config | Modify training parameters. |
| Get Settings | GET | /{model_id}/settings | Retrieve display and operational settings. |
| Update Settings | PATCH | /{model_id}/settings | Modify model-level operational settings. |