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; }
ReadOnly Property ClientSidePlugins As IDictionary(Of Guid, Tuple(Of String, String))
Get
property IDictionary<Guid, Tuple<String^, String^>^>^ ClientSidePlugins {
IDictionary<Guid, Tuple<String^, String^>^>^ get ();
}
abstract ClientSidePlugins : IDictionary<Guid, Tuple<string, string>> with get
Property Value
Type:
IDictionaryGuid,
TupleString,
StringA 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