PredictionEnginePoolOptions<TData,TPrediction> 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定建立 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取得用來從來源位置載入模型的物件。 |