共用方式為


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取得用來從來源位置載入模型的物件。

適用於