Last active
September 17, 2018 14:43
-
-
Save KineticCookie/60b13c68abfd6a7db71419c1bc0c4e75 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: v2-alpha | |
kind: Application | |
name: claims-pipeline-app | |
streaming: | |
in-topic: claims-input | |
out-topic: claims-output | |
pipeline: | |
1-preprocessing: | |
signature: claims | |
model: | |
name: claims-preprocessing | |
version: 1 | |
runtime: | |
name: hydrosphere/serving-runtime-python | |
version: 3.6-latest | |
environment: cpu | |
2-model: | |
signature: claims | |
monitoring: | |
ks: | |
input: feature_42 | |
type: Kolmogorov-Smirnov | |
is_healthcheck: true | |
gan: | |
input: feature | |
type: GAN | |
app: claims-autoencoder-app | |
is_healthcheck: true | |
autoencoder: | |
input: feature | |
type: Autoencoder | |
app: claims-autoencoder-app | |
is_healthcheck: true | |
modelservices: | |
simple-xeon: | |
model: | |
name: claims-model | |
version: 1 | |
runtime: | |
name: hydrosphere/serving-runtime-python | |
version: 3.6-latest | |
environment: xeon | |
weight: 80 | |
test-old: | |
model: | |
name: claims-model-old | |
version: 2 | |
runtime: | |
name: hydrosphere/serving-runtime-python | |
version: 3.6-latest | |
weight: 20 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
weights into modelservice