Get details of an ONNX model hosted in the database
get
/vecdb/models/{model_name}
Describe an ONNX model hosted in the database.
Request
Path Parameters
-
model_name(required): string
Name of the ONNX model.
There's no request body for this operation.
Security
-
BasicAuth: http
Type:
http -
BearerAuth: http
Type:
http -
OAuth2: oauth2
Type:
oauth2
Response
Supported Media Types
- application/json
- application/problem+json
200 Response
Details of the ONNX model hosted in the database.
404 Response
Model not found.