FATE icon indicating copy to clipboard operation
FATE copied to clipboard

关于rest api submit接口咨询

Open alikobe opened this issue 3 years ago • 1 comments

/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" }

image 这样传后,报错了...

alikobe avatar Jul 28 '22 13:07 alikobe

你好 我想请问一下 为什么我访问不了fate-flow的rest api,请求没有加上签名,部署模式是docker standalone

HelloJeremy avatar Sep 08 '22 09:09 HelloJeremy