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

There's no request body for this operation.

Security
Back to Top

Response

Supported Media Types

200 Response

Details of the ONNX model hosted in the database.
Body ()
Root Schema : ModelItem
Type: object
Show Source
Nested Schema : attributes
Type: array
Show Source
Nested Schema : ModelAttributeItem
Type: object
Show Source

404 Response

Model not found.
Body ()
Root Schema : ORDSErrorResponse
Type: object
Show Source
Back to Top