Example of VM usage
Closed this issue · 2 comments
walrusss commented
Hi,
Can you provide a simple example of how to use VM Instruction in Stream using SDK?
Thanks.
hedjuo commented
Hi.
It is not implemented yet. You can try to implement it.
Stream object has a property StreamVM which contains a list of VMinstruction without implementation.
It is a simple POJO so you can learn more about VM instructions from Python API or Stateless GUI. Try to create a profile with VM instructions in the GUI and save them. Then just open it in your favorite editor and you will see the proper structure of VM instructions.
walrusss commented
It works, Thanks.