Add-on Installation
- seeq.addons.azureml.__main__.cli_interface()[source]
Installs Azure ML Integration as a Seeq Add-on
- Returns
-
- Return type
None
- seeq.addons.azureml.__main__.install_app(sdl_url_, *, sort_key='a', permissions_group: Optional[list] = None, permissions_users: Optional[list] = None)[source]
Installs Azure ML Integration as an Add-on Tool in Seeq Workbench
- Parameters
sdl_url (str) – URL of the SDL container. E.g. https://my.seeq.com/data-lab/6AB49411-917E-44CC-BA19-5EE0F903100C/
sort_key (str, default 'a') – A string, typically one character letter. The sort_key determines the order in which the Add-on Tools are displayed in the tool panel.
permissions_group (list) – Names of the Seeq groups that will have access to each tool. If None, the “Everyone” group will be used by default.
permissions_users (list) – Names of Seeq users that will have access to each tool. If None, no individual users will be given access to the tool.
- Returns
-
- Return type
None