Skip to content

Instantly share code, notes, and snippets.

@KineticCookie
Last active September 17, 2018 14:43
Show Gist options
  • Save KineticCookie/60b13c68abfd6a7db71419c1bc0c4e75 to your computer and use it in GitHub Desktop.
Save KineticCookie/60b13c68abfd6a7db71419c1bc0c4e75 to your computer and use it in GitHub Desktop.
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
@KineticCookie
Copy link
Author

weights into modelservice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment