PredictionEnginePoolBuilder<TData,TPrediction> クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ML.NET PredictionEngine<TSrc,TDst> オブジェクトのプールを構成するメカニズムを提供するクラス。
public class PredictionEnginePoolBuilder<TData,TPrediction> where TData : class where TPrediction : class, new()
type PredictionEnginePoolBuilder<'Data, 'Prediction (requires 'Data : null and 'Prediction : null and 'Prediction : (new : unit -> 'Prediction))> = class
Public Class PredictionEnginePoolBuilder(Of TData, TPrediction)
型パラメーター
- TData
- TPrediction
- 継承
-
PredictionEnginePoolBuilder<TData,TPrediction>
コンストラクター
PredictionEnginePoolBuilder<TData,TPrediction>(IServiceCollection) |
PredictionEnginePoolBuilder<TData,TPrediction> の新しいインスタンスを初期化します。 |
プロパティ
Services |
サービスを追加する先の IServiceCollection。 |