IMachineLearningServiceClientSidePlugins Property

Retrieves the javascript handlers and HTML template.

Namespace:  Dundas.BI.MachineLearning
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
IDictionary<Guid, Tuple<string, string>> ClientSidePlugins { get; }

Property Value

Type: IDictionaryGuid, TupleString, String
A dictionary of the ID of the machine learning plugin, the content of the javascript handler and the content of the html of the plugin.
See Also