How get access to rapidminer server repository programmatically

AmekAmek Member Posts: 8 Newbie
Hello, Its possible to get access to rapidminer server repository by c# code? I want to replace one process file to another and run it by web service. Its not possible to do it manually because I want to repeat this over 10k times

Answers

  • MartinLiebigMartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,503 RM Data Scientist
    Hi,
    the AI Hub api itself is documented here: https://app.swaggerhub.com/apis-docs/RapidMiner/Server/9.7.1 but I am by far no expert on it. @jwpfau is way better suited to answer the question, I think.

    The other way would be to just expose a webservice which runs a process which does this for you?

    Best,
    Martin

    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
  • AmekAmek Member Posts: 8 Newbie
    edited June 2021
    I just want to get access to this process in rapidminer server repository by c# code:

  • AmekAmek Member Posts: 8 Newbie
    Any idea? I tried to find it in database declared for ai hub, but I cannot find it
Sign In or Register to comment.