다음을 통해 공유


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 원본 위치에서 모델을 로드하는 데 사용되는 개체를 가져옵니다.

적용 대상