CoreConfigSettingIdsMachineLearningProvider Field

The extension to use as the machine learning provider for machine learning capabilities.

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public static readonly Guid MachineLearningProvider

Field Value

Type: Guid
Remarks

The value of this constant is 9f04ceef-8b85-4fa6-ab34-ed5dac9a133b.

Data Type: String. Default Value: DefaultSelectionValue.

An empty value indicates that machine learning capabilities are disabled.

The raw form of the value is [pkgId]:[assemblyName]:[typeName], where:

[pkgId]
The ID of the extension package containing the provider (e.g. 9f04ceef-8b85-4fa6-ab34-ed5dac9a133).
[assemblyName]
The name of the assembly containing the provider (e.g. MyCompany.DundasExtensions).
[typeName]
The full type name of the provider (e.g. MyCompany.DundasExtensions.MyMachineLearningProvider).
See Also