PredictionEnginePoolBuilder<TData,TPrediction> Class
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.
A class that provides the mechanisms to configure a pool of ML.NET PredictionEngine<TSrc,TDst> objects.
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)
Type Parameters
- TData
- TPrediction
- Inheritance
-
PredictionEnginePoolBuilder<TData,TPrediction>
Constructors
PredictionEnginePoolBuilder<TData,TPrediction>(IServiceCollection) |
Initializes a new instance of PredictionEnginePoolBuilder<TData,TPrediction>. |
Properties
Services |
The IServiceCollection to add services to. |