我需要一个使用MLRun部署Nuclio函数的示例。
发布于 2021-07-07 15:06:05
您应该遵循以下步骤:
code_to_function,如本例所示:fn = code_to_function(name='data-generator', handler='main', kind='job', filename='functions/code.py')函数上的
with_http:fn.with_http(host='URL_path', port=port_number)fn.deploy()https://stackoverflow.com/questions/68288214
复制相似问题