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
Where are Building Blocks stored?
I managed to create a new Building Block by right clicking on a subprocess, and giving the Building Block a name.
Then I go to Edit menu -> Insert Building Block.
Here I can see the named Building Block I just created, but WHERE are these building blocks located?
Why does it NOT give me a location option when I first saved the Building Block?
Thanks
Then I go to Edit menu -> Insert Building Block.
Here I can see the named Building Block I just created, but WHERE are these building blocks located?
Why does it NOT give me a location option when I first saved the Building Block?
Thanks
0
Best Answer
-
BalazsBarany Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert Posts: 955 UnicornHi!
Building Blocks are XML files in your home folder. That's ~/.RapidMiner/ on Linux and probably somewhere in your Documents folder on Windows.
They are global to one user on one computer, not restricted to a project, repository or process.
If you want to share them e. g. in a server repository or project, you could for example create a template process and put the building blocks into that. Other users can then open the process and copy the building blocks they need.
Best regards,
Balázs0
Answers
So it looks like Building Blocks are functional entities but they must be kept globally and available to all. We cannot create a Building Block for one project or one process, rather it will be available globally once created. Is that right?