Skip to main content

Model Versions

Page Outline

Model Studio automatically versions your models every time a training run completes successfully. This category provides endpoints to manage these versions, allowing you to promote specific versions to production, restore previous stable states, and compare performance between different iterations.

Endpoints

EndpointMethodPathDescription
List VersionsGET/{model_id}/versionsGet all versions for a model.
Get VersionGET/{model_id}/versions/{version_id}Detailed metadata for a specific version.
Promote VersionPOST/{model_id}/promoteSet a version as the active 'promoted' version.
Restore VersionPOST/{model_id}/restoreSynchronize model config with a previous version.
Compare VersionsPOST/{model_id}/compareDiff metrics between two versions.