Skip to content

Instantly share code, notes, and snippets.

@KineticCookie
Created September 17, 2018 14:57
Show Gist options
  • Save KineticCookie/e9def78ee704aa1aedf966bb5e0a37cc to your computer and use it in GitHub Desktop.
Save KineticCookie/e9def78ee704aa1aedf966bb5e0a37cc to your computer and use it in GitHub Desktop.
list style
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
Copy link

blvp commented Sep 17, 2018

monitoring:
  - name: ks
    input: feature_42

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