PredictionEnginePoolBuilder<TData,TPrediction> コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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)
パラメーター
- services
- IServiceCollection
サービスを追加する先の IServiceCollection。