PredictionEnginePoolBuilder<TData,TPrediction> Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of PredictionEnginePoolBuilder<TData,TPrediction>.
public PredictionEnginePoolBuilder (Microsoft.Extensions.DependencyInjection.IServiceCollection services);
new Microsoft.Extensions.ML.PredictionEnginePoolBuilder<'Data, 'Prediction (requires 'Data : null and 'Prediction : null and 'Prediction : (new : unit -> 'Prediction))> : Microsoft.Extensions.DependencyInjection.IServiceCollection -> Microsoft.Extensions.ML.PredictionEnginePoolBuilder<'Data, 'Prediction (requires 'Data : null and 'Prediction : null and 'Prediction : (new : unit -> 'Prediction))>
Public Sub New (services As IServiceCollection)
Parameters
- services
- IServiceCollection
The IServiceCollection to add services to.