I am trying to connect our Azure Blob Storage to SAP AI Core using a SAS token.sp=racwdlme&st=2024-06-03T14:15:54Z&se=2025-06-02T22:15:54Z&spr=https&sv=2022-11-02&sr=d&sig=xxxx%3D&sdd=3The SAS token works fine via the browser. The Object Store Secret...
When I start a Pipeline via the Python SDK
pipeline.execute(config)
I am able to pass parameters via the bindings of the Configuration object.
How can I set the Recovery Configuration parameters like the Automatic Recovery flag, Retry count, R...
Within SAP Data Intelligence, using the Python 3 operator: how can I share a self-developed class within many different pipelines?
For example, I have a class bundling all the pre-processing, post-processing, etc.
Then, I have 2 training pipelin...
You can export/import whole versions of a scenario within the ML Scenario Manager. This means, if you have bundled your graphs within a ML scenario, you can export/import the whole solution as James described above.
Hello vamsikrishna.m01, you could try to use the Python operator and start your graph via the Python SDK within a Python while loop.Python OperatorPython SDKKind regards, Thomas
Hello Frank,
thank you for the overview.
Where can I find the detailed documentation of the Python SDK for SAP Data Intelligence (not the 48 pager high level overview)?
Kind regards, Thomas