PredictionEnginePoolOptions<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.
Specifies the options to use when creating a PredictionEnginePool<TData,TPrediction>.
public class PredictionEnginePoolOptions<TData,TPrediction> where TData : class where TPrediction : class, new()
type PredictionEnginePoolOptions<'Data, 'Prediction (requires 'Data : null and 'Prediction : null and 'Prediction : (new : unit -> 'Prediction))> = class
Public Class PredictionEnginePoolOptions(Of TData, TPrediction)
Type Parameters
- TData
- TPrediction
- Inheritance
-
PredictionEnginePoolOptions<TData,TPrediction>
Constructors
PredictionEnginePoolOptions<TData,TPrediction>() |
Properties
ModelLoader |
Gets the ModelLoader object used to load the model from the source location. |