Skip to content

Model Info Node

AI/ML/Model Info

Model Info

Get general information about any ML model

ml_model_infoml
Inputs2
Outputs3
Security exposure10/10
Packageml

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

Execution trigger

Model

Struct
model

Any trained ML model

NodeMLModelNodeMLModel1 fields
model_refstringrequired
Schema enforced

Output Pins

3

Done

Execution
exec_out

Activated when info is extracted

Info

Struct
info

Model information structure

ModelInfoModelInfo4 fields
model_typestringrequired

Type of the model (e.g., "KMeans", "LinearRegression", "SVMMultiClass")

descriptionstringrequired

Human-readable description

n_classesinteger | null

Number of classes (for classifiers) or clusters (for clustering)

format uintmin 0
class_namesarray | null

Class names if available

itemsstringarray item
Schema enforced

Type

String
model_type

Model type as string

Node Info

Internal name
ml_model_info
Category
AI/ML/Model Info