We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef156ca commit 4303336Copy full SHA for 4303336
docs/getting-started/architecture/model-inference.md
@@ -1,5 +1,12 @@
1
# Feature Serving and Model Inference
2
3
+
4
+
5
+{% hint style="info" %}
6
+**Note:** this ML Infrastructure diagram highlights an orchestration pattern that is driven by a client application.
7
+This is not the only approach that can be taken and different patterns will result in different trade-offs.
8
+{% endhint %}
9
10
Production machine learning systems can choose from four approaches to serving machine learning predictions (the output
11
of model inference):
12
1. Online model inference with online features
0 commit comments