PredictionEnginePoolBuilder<TData,TPrediction> Konstruktor

Definice

Inicializuje novou instanci .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)

Parametry

services
IServiceCollection

Přidání IServiceCollection služeb do.

Platí pro