Quickstart
Quickstart guide to start using Konduit-Serving
Configuration Files
serving:
http_port: 1337
input_data_format: NUMPY
output_data_format: NUMPY
steps:
python_step:
type: PYTHON
python_code: |
first += 2
second = first
python_inputs:
first: NDARRAY
python_outputs:
second: NDARRAY
client:
port: 1337Last updated
Was this helpful?