Created
September 17, 2018 14:57
-
-
Save KineticCookie/e9def78ee704aa1aedf966bb5e0a37cc to your computer and use it in GitHub Desktop.
list style
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
kind: Application | |
name: claims-pipeline-app | |
streaming: | |
in-topic: claims-input | |
out-topic: claims-output | |
pipeline: | |
- | |
signature: claims | |
model: claims-preprocessing:1 | |
runtime: hydrosphere/serving-runtime-python:3.6-latest | |
environment: cpu | |
- | |
signature: claims | |
monitoring: | |
- | |
name: ks | |
input: feature_42 | |
type: Kolmogorov-Smirnov | |
healthcheck: | |
enabled: true | |
treshold: 69 | |
- | |
name: gan | |
input: feature | |
type: GAN | |
app: claims-autoencoder-app | |
healthcheck: | |
enabled: true | |
treshold: 69 | |
- | |
name: autoencoder | |
input: feature | |
type: Autoencoder | |
app: claims-autoencoder-app | |
healthcheck: | |
enabled: true | |
treshold: 69 | |
modelservices: | |
- | |
model: claims-model:1 | |
runtime: hydrosphere/serving-runtime-python:3.6-latest | |
environment: xeon | |
weight: 80 | |
- | |
model: claims-model-old:2 | |
runtime: hydrosphere/serving-runtime-python:3.6-latest | |
weight: 20 |
blvp
commented
Sep 17, 2018
•
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment