Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 s4sdk 原型合并机器学习服务。我无法加载 ML 依赖项。我需要在 pom.xml 中显式添加它还是它是 s4 原型的一部分。
我正在按照下面的博客尝试这是链接
以下无法加载的依赖项
导入 com.sap.cloud.sdk.services.scp.machinelearning.LeonardoMlFoundation;请在这方面帮助我。
看起来您缺少依赖项
<groupId>com.sap.cloud.s4hana.services</groupId> <artifactId>scp-machine-learning</artifactId>
在你的pom.xml文件中。添加后,它应该可以工作。
pom.xml
此致
弗洛里安