PredictionEnginePoolOptions<TData,TPrediction> クラス

定義

を作成するときに使用するオプションを 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)

型パラメーター

TData
TPrediction
継承
PredictionEnginePoolOptions<TData,TPrediction>

コンストラクター

PredictionEnginePoolOptions<TData,TPrediction>()

を作成するときに使用するオプションを PredictionEnginePool<TData,TPrediction>指定します。

プロパティ

ModelLoader

ソースの ModelLoader 場所からモデルを読み込むのに使用するオブジェクトを取得します。

適用対象