Get Cluster Availability
GET/datasets/:dataset_id/versions/:version_id/cluster-runs/availability
Report whether this dataset version can start a clustering run.
Checks the dataset's schema and row count against the clustering recipe's requirements, then
whether the underlying embedding operation is registered and deployed and ready in this
environment. Returns available: false with a human-readable reason for any of those
conditions rather than raising, so the caller can render a disabled state without special-
casing an error response.
Request
Responses
- 200
- 403
- 404
- 422
Successful Response
Forbidden
Not Found
Validation Error