我正在使用h2o rest api导入文件并进行解析。但是在解析设置步骤中会发生一些错误。
setField can't yet convert an array of:
class java.lang.Object to an array of: class water.api.schemas3.KeyV3$FrameKeyV3
我可以理解该消息,但不知道如何解决。 因为我按文档要求更改了参数,但是仍然失败。
此外,在Web流UI中,我看到参数是source_frames: [ "nfs:\\C:\\Users\\liyuhui\\lyh\\file\\file_datasets\\RM\\iris.csv" ]
,但是在其余api中,它需要FrameKeyV3。我使用了两种方法,但没有一种是有效的。
那我为什么收到异常消息? 有没有使用h2o rest api的示例?