Python SDK
konduit_yaml_path = "hello-world.yaml"from konduit.load import server_from_file
server = server_from_file(konduit_yaml_path)
server.start()from konduit.load import client_from_file
client = client_from_file(konduit_yaml_path)import numpy as np
data_input = np.ones(5)Next steps
YAML configurationsLast updated
Was this helpful?