机器学习PAI这个 filePath 如何写?Caused by: java.lang.IllegalArgumentException: In CsvSourceBatchOp,Error in fromJson the paramValue : filePath
java.lang.RuntimeException: No data sinks have been created yet. A program needs at least one sink that consumes data. Examples are writing the data set or printing it.
at org.apache.flink.api.java.ExecutionEnvironment.createProgramPlan(ExecutionEnvironment.java:948) ~[flink-java-1.9.0.jar:1.9.0]
at org.apache.flink.api.java.ExecutionEnvironment.createProgramPlan(ExecutionEnvironment.java:926) ~[flink-java-1.9.0.jar:1.9.0]
at org.apache.flink.api.java.RemoteEnvironment.execute(RemoteEnvironment.java:167) ~[flink-java-1.9.0.jar:1.9.0]
你好,PAI 的 filePath 可以是以下几种格式:
文件系统路径:在文件系统上,例如 /path/to/file。
HTTP 路径:在网络上,例如 http://example.com/path/to/file。
GCS 路径:在 GCS 上,例如 gs://bucket/path/to/file。
OSS 路径:在 OSS 上,例如 oss://bucket/path/to/file。
你可以根据自己的实际情况,选择适当的 filePath 格式。
具体用法可以参考 PAI 的文档:https://pai.corp.aliyun.com/docs/zh/user-guide/training-guide/train-file-path
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。
人工智能平台 PAI(Platform for AI,原机器学习平台PAI)是面向开发者和企业的机器学习/深度学习工程平台,提供包含数据标注、模型构建、模型训练、模型部署、推理优化在内的AI开发全链路服务,内置140+种优化算法,具备丰富的行业场景插件,为用户提供低门槛、高性能的云原生AI工程化能力。