Skip to content

Instantly share code, notes, and snippets.

@caleb-kaiser
Created January 8, 2021 17:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save caleb-kaiser/6e31919a58331cee49be11b46d3a3a1e to your computer and use it in GitHub Desktop.
Save caleb-kaiser/6e31919a58331cee49be11b46d3a3a1e to your computer and use it in GitHub Desktop.
elegy config
- name: elegy-api # API name (required)
kind: RealtimeAPI
predictor:
type: python
path: predict.py # path to a python file with a PythonPredictor class definition, relative to the Cortex root (required)
config: # Arbitrary properties, accessible in predictor through config parameter
model_s3_path: xxxxxx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment