How get access to rapidminer server repository programmatically

User: "Amek"
New Altair Community Member
Updated by Jocelyn
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

Find more posts tagged with

Sort by:
1 - 3 of 31
    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

    User: "Amek"
    New Altair Community Member
    OP
    Updated by Amek
    I just want to get access to this process in rapidminer server repository by c# code:

    User: "Amek"
    New Altair Community Member
    OP
    Any idea? I tried to find it in database declared for ai hub, but I cannot find it