FATE
FATE copied to clipboard
关于rest api submit接口咨询
/v1/job/submit request structure
job_runtime_conf: Required,Object: configuration information for the currently submitted job job_dsl: Required,Object: dsl of the currently submitted job
这两个参数的值是传文件在机器的绝对路径吗?如: { "job_runtime_conf":"/data/projects/fate/fate/examples/dsl/v2/hetero_pearson/test_hetero_pearson_default_conf.json", "job_dsl":"/data/projects/fate/fate/examples/dsl/v2/hetero_pearson/test_hetero_pearson_default_dsl.json" }
这样传后,报错了...
你好 我想请问一下 为什么我访问不了fate-flow的rest api,请求没有加上签名,部署模式是docker standalone