seldon-abtest¶
Chart to deploy an AB test in Seldon Core v1. Allows you to split traffic between two models.
Usage¶
To use this chart, you will first need to add the seldonio
Helm repo:
helm repo add seldonio https://storage.googleapis.com/seldon-charts
helm repo update
Once that’s done, you should then be able to use the inference graph template as:
helm template $MY_MODEL_NAME seldonio/seldon-abtest --namespace $MODELS_NAMESPACE
Note that you can also deploy the inference graph directly to your cluster using:
helm install $MY_MODEL_NAME seldonio/seldon-abtest --namespace $MODELS_NAMESPACE
Homepage: https://github.com/SeldonIO/seldon-core
Source Code¶
Values¶
Key |
Type |
Default |
Description |
---|---|---|---|
modela.image.name |
string |
|
|
modela.image.version |
string |
|
|
modela.name |
string |
|
|
modelb.image.name |
string |
|
|
modelb.image.version |
string |
|
|
modelb.name |
string |
|
|
predictor.name |
string |
|
|
replicas |
int |
|
|
separate_pods |
bool |
|
|
traffic_modela_percentage |
float |
|