Get Model Version
Get details of a specific model version.
Documentation Index
Fetch the complete documentation index at: https://docs.woodwide.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Successful Response
Model version detail.
Includes training configuration and status. The dataset
field links back to the exact data used for training, enabling
reproducibility.
Version status.
queued, training, ready, failed Dataset version used for training.
Training job ID.
Validation metrics from training. Keys depend on model type: prediction (classification): accuracy (0–1). prediction (regression): r2 (R-squared). clustering: n_clusters, silhouette_score (−1 to 1). Other model types do not produce metrics.
When the version became ready for inference.