PredictionEnginePoolOptions<TData,TPrediction> Class

Definition

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.

Applies to