HuoguoML Serving
Guide for creating services out of your machine learning models
Introduction
Serving CLI
Usage: huoguoml serving [OPTIONS]
Options:
--host TEXT The network address to listen on (default: 127.0.0.1).
--port INTEGER The port to listen on (default: 5000).
--server_uri TEXT The uri to the HuoguoML server
--model_name TEXT The name of the model that should be used
--model_rule TEXT The rule for pulling the model e.g. production for
always using the production model (default: latest).
Following rules are available: latest, staging,
productionServing Client API
Last updated