Online Inference
โมเดลคงที่ชั่วคราว แต่ตอบทันที
สิ่งที่ต้องเร็ว
Feature lookup, preprocessing parity, model execution and response serialization.
เครื่องมือ
Feast/Redis · KServe/Triton/BentoML · XGBoost/ONNX/PyTorch.
ตัวอย่าง
ตรวจ fraud, ranking สินค้า, credit scoring และ image inference
request → online_features(entity_id, event_time) → model.predict(feature_vector) → log(prediction_id, feature_version, model_version)