The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

How get access to rapidminer server repository programmatically

AmekAmek Member Posts: 8 Learner I
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, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,533 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 Learner I
    edited June 2021
    I just want to get access to this process in rapidminer server repository by c# code:

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