Skip to main content
List components of the uploaded ONNX model.

POST /revisions/:id/data (Command: describe)

Request Body

ParameterTypeRequiredDescription
enginestringYesMust be onnx.
commandstringYesMust be describe.

Response

ParameterTypeDescription
componentsarrayList of model file components.

Example

{
  "engine": "onnx",
  "command": "describe"
}