MachineLearningProvider Properties

The MachineLearningProvider type exposes the following members.

Properties
  NameDescription
Public propertyClientSidePlugins
Gets the Javascript handlers and HTML templates that will be installed on the client browser.
Public propertyComponentDescription
Gets the standard component description.
(Inherited from ComponentBase.)
Public propertyComponentId
Gets the component ID.
(Inherited from ComponentBase.)
Public propertyComponentName
Gets the standard component name.
(Inherited from ComponentBase.)
Public propertyEngineStartupException
If the engine failed to start-up, then the exception causing it will be found in this property.
Public propertyHandlerTypeNames
Gets a reference between the IDs and the names of the plugins installed.
Public propertyIsEnabled
Gets a value indicating whether the component is enabled.
(Inherited from ComponentBase.)
Public propertyIsReady
Gets a value indicating if the provider is ready or not.
Public propertyLogger
Gets the logger for the module or extension package corresponding to the component.
(Inherited from ComponentBase.)
Public propertyPackageId
Gets the ID of the extension package to which the component belongs.
(Inherited from ComponentBase.)
Top
See Also