Update model metadata (name, description).
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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
Model response model.
Canonical model types supported by the platform.
prediction -- Supervised prediction (classification or regression)
on a target column.anomaly -- Unsupervised anomaly detection. Returns anomaly scores
and anomalous row IDs.embedding -- Generate dense vector embeddings for each row.clustering -- Unsupervised clustering. Returns cluster labels and
descriptions.factors -- Factor analysis / dimensionality reduction.search -- Semantic nearest-neighbor search over the training
dataset.prediction, anomaly, embedding, clustering, factors, search queued, training, ready, failed Validation metrics from the current (latest) version, promoted for convenience. 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.
Current version summary embedded in the Model response.