Experiments
Experiments in Seldon Core 2.
https://github.com/SeldonIO/seldon-core/blob/v2/samples/experiments/ab-default-model.yaml
https://github.com/SeldonIO/seldon-core/blob/v2/samples/experiments/ab.yaml
curl http://${MESH_IP}/v2/models/experiment-iris/infer \
-H "Content-Type: application/json" \
-H "seldon-model: experiment-iris.experiment" \
-d '{"inputs": [{"name": "predict", "shape": [1, 4], "datatype": "FP32", "data": [[1, 2, 3, 4]]}]}'Pipeline Experiments
https://github.com/SeldonIO/seldon-core/blob/v2/samples/experiments/addmul10.yaml
Mirror Experiments
https://github.com/SeldonIO/seldon-core/blob/v2/samples/experiments/sklearn-mirror.yaml
https://github.com/SeldonIO/seldon-core/blob/v2/samples/experiments/addmul10-mirror.yaml
Sticky Sessions
Service Meshes
Last updated
Was this helpful?

