seldon-od-model¶
Chart to deploy an outlier detector as a single Seldon model.
Usage¶
使用本chart,首先要添加 seldonio Helm 仓库:
helm repo add seldonio https://storage.googleapis.com/seldon-charts
helm repo update
一旦完成,你可以按照如下使用预估图模板:
helm template $MY_MODEL_NAME seldonio/seldon-od-model --namespace $MODELS_NAMESPACE
注意你也可以直接部署预估图到集群中: 使用:
helm install $MY_MODEL_NAME seldonio/seldon-od-model --namespace $MODELS_NAMESPACE
源码¶
设置值¶
键 |
类型 |
默认值 |
描述 |
|---|---|---|---|
engine.env.SELDON_LOG_MESSAGES_EXTERNALLY |
bool |
|
|
engine.env.SELDON_LOG_MESSAGE_TYPE |
string |
|
|
engine.env.SELDON_LOG_REQUESTS |
bool |
|
|
engine.env.SELDON_LOG_RESPONSES |
bool |
|
|
engine.resources.requests.cpu |
string |
|
|
model.isolationforest.image.name |
string |
|
|
model.isolationforest.load_path |
string |
|
|
model.isolationforest.model_name |
string |
|
|
model.isolationforest.threshold |
int |
|
|
model.mahalanobis.image.name |
string |
|
|
model.mahalanobis.max_n |
int |
|
|
model.mahalanobis.n_components |
int |
|
|
model.mahalanobis.n_stdev |
int |
|
|
model.mahalanobis.start_clip |
int |
|
|
model.mahalanobis.threshold |
int |
|
|
model.name |
string |
|
|
model.parameterTypes.load_path |
string |
|
|
model.parameterTypes.max_n |
string |
|
|
model.parameterTypes.model_name |
string |
|
|
model.parameterTypes.n_components |
string |
|
|
model.parameterTypes.n_stdev |
string |
|
|
model.parameterTypes.reservoir_size |
string |
|
|
model.parameterTypes.start_clip |
string |
|
|
model.parameterTypes.threshold |
string |
|
|
model.seq2seq.image.name |
string |
|
|
model.seq2seq.load_path |
string |
|
|
model.seq2seq.model_name |
string |
|
|
model.seq2seq.reservoir_size |
int |
|
|
model.seq2seq.threshold |
float |
|
|
model.type |
string |
|
Type of outlier detector. Valid values are: |
model.vae.image.name |
string |
|
|
model.vae.load_path |
string |
|
|
model.vae.model_name |
string |
|
|
model.vae.reservoir_size |
int |
|
|
model.vae.threshold |
int |
|
|
name |
string |
|
|
predictorLabels.fluentd |
string |
|
|
predictorLabels.version |
string |
|
|
replicas |
int |
|
|
sdepLabels.app |
string |
|