Is there a way to run a processes on AI Hub with Notebooks and check status of the jobs?

JerryVivo
New Altair Community Member
I need to schedule 20 processes in a project, in parallel and then once they are completed (success/failure is not a concern), and then schedule the next process which is slightly interlinked with the previous 20. My initial thought was to use Python API and run processes, get status of the job and based on that, schedule the next process but I do not see such an option with the Python API. Is there any way to do this in RapidMiner with/without Python?
Tagged:
0
Best Answer
-
Hi @JerryVivo ,you can use the REST API of the AIHub for this. See: https://app.swaggerhub.com/apis-docs/RapidMiner/Server/9.10.0We also start to bundle some of those into the admin extension. At least you can schedule processes from it and check if they are still running and such.BR,Martin
1
Answers
-
Hi @JerryVivo ,you can use the REST API of the AIHub for this. See: https://app.swaggerhub.com/apis-docs/RapidMiner/Server/9.10.0We also start to bundle some of those into the admin extension. At least you can schedule processes from it and check if they are still running and such.BR,Martin
1 -
Hi,why not just build a process, which executes the three processes first and then the 4th? Do you need a separate JVM for those?Best,Martin0