Skip to content

Model Info Node

AI/ML/ONNX

Model Info

Get ONNX model metadata (inputs, outputs, shapes)

onnx_model_infoonnx
Inputs2
Outputs4
Security exposure10/10
Packageonnx

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

No score metadata has been set for this node yet.

Input Pins

2

Input

Execution
exec_in

Initiate Execution

Path

Struct
path

Path to ONNX file

FlowPathFlowPath3 fields
pathstringrequired
store_refstringrequired
cache_store_refstring | null
Schema enforced

Output Pins

4

Output

Execution
exec_out

Done with the Execution

Metadata

Struct
metadata

Model metadata

ModelMetadataModelMetadata5 fields
inputsArray<TensorInfo>required

List of model inputs

itemsTensorInfoarray item

Information about an ONNX model input/output

namestringrequired

Name of the tensor

shapeArray<integer:int64>required

Shape of the tensor (may include -1 for dynamic dimensions)

itemsinteger:int64array item
format int64
dtypestringrequired

Data type (e.g., "Float32", "Int64")

outputsArray<TensorInfo>required

List of model outputs

itemsTensorInfoarray item

Information about an ONNX model input/output

namestringrequired

Name of the tensor

shapeArray<integer:int64>required

Shape of the tensor (may include -1 for dynamic dimensions)

itemsinteger:int64array item
format int64
dtypestringrequired

Data type (e.g., "Float32", "Int64")

producerstring | null

Producer name (if available)

versioninteger | null

Model version (if available)

format int64
num_parametersinteger | null

Total number of parameters (estimated)

format uint64min 0

Inputs

Struct Array
inputs

List of model inputs

TensorInfoTensorInfo3 fields
namestringrequired

Name of the tensor

shapeArray<integer:int64>required

Shape of the tensor (may include -1 for dynamic dimensions)

itemsinteger:int64array item
format int64
dtypestringrequired

Data type (e.g., "Float32", "Int64")

Outputs

Struct Array
outputs

List of model outputs

TensorInfoTensorInfo3 fields
namestringrequired

Name of the tensor

shapeArray<integer:int64>required

Shape of the tensor (may include -1 for dynamic dimensions)

itemsinteger:int64array item
format int64
dtypestringrequired

Data type (e.g., "Float32", "Int64")

Node Info

Internal name
onnx_model_info
Category
AI/ML/ONNX