Skip to content

Load Model (Binary) Node

AI/ML

Load Model (Binary)

Load Trained ML Model from Path using fast binary format (Fory)

load_ml_model_binaryml
Inputs2
Outputs2
Security exposure3/10
Packageml

Ratings

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

SecurityAttack surface and exposure impact.
3/10High
PrivacyPotential sensitivity of processed data.
2/10High
PerformanceRuntime or resource pressure.
1/10High
GovernancePolicy, audit, or compliance impact.
3/10High
ReliabilityOperational stability considerations.
2/10High
CostExternal or compute cost impact.
2/10High

Input Pins

2

Input

Execution
exec_in

Execution trigger that starts loading the model binary

Path

Struct
path

Filesystem or storage path pointing at the serialized model binary (.flmodel)

FlowPathFlowPath3 fields
pathstringrequired
store_refstringrequired
cache_store_refstring | null
Schema enforced

Output Pins

2

Done

Execution
exec_out

Activated once the model is loaded

Model

Struct
model

Handle to the loaded machine learning model

NodeMLModelNodeMLModel1 fields
model_refstringrequired
Schema enforced

Node Info

Internal name
load_ml_model_binary
Category
AI/ML