PredictionEnginePoolBuilder<TData,TPrediction> 클래스

정의

ML.NET PredictionEngine<TSrc,TDst> 개체 풀을 구성하는 메커니즘을 제공하는 클래스입니다.

public class PredictionEnginePoolBuilder<TData,TPrediction> where TData : class where TPrediction : class, new()
type PredictionEnginePoolBuilder<'Data, 'Prediction (requires 'Data : null and 'Prediction : null and 'Prediction : (new : unit -> 'Prediction))> = class
Public Class PredictionEnginePoolBuilder(Of TData, TPrediction)

형식 매개 변수

TData
TPrediction
상속
PredictionEnginePoolBuilder<TData,TPrediction>

생성자

PredictionEnginePoolBuilder<TData,TPrediction>(IServiceCollection)

PredictionEnginePoolBuilder<TData,TPrediction>의 새 인스턴스를 초기화합니다.

속성

Services

서비스를 추가할 IServiceCollection입니다.

확장 메서드

FromFile<TData,TPrediction>(PredictionEnginePoolBuilder<TData,TPrediction>, String)

지정된 파일의 모델을 작성기에 추가합니다.

FromFile<TData,TPrediction>(PredictionEnginePoolBuilder<TData,TPrediction>, String, Boolean)

지정된 파일의 모델을 작성기에 추가합니다.

FromFile<TData,TPrediction>(PredictionEnginePoolBuilder<TData,TPrediction>, String, String)

지정된 파일의 모델을 작성기에 추가합니다.

FromFile<TData,TPrediction>(PredictionEnginePoolBuilder<TData,TPrediction>, String, String, Boolean)

지정된 파일의 모델을 작성기에 추가합니다.

FromUri<TData,TPrediction>(PredictionEnginePoolBuilder<TData,TPrediction>, String)

지정된 위치에 있는 모델을 작성기에 추가합니다.

FromUri<TData,TPrediction>(PredictionEnginePoolBuilder<TData,TPrediction>, String, String)

지정된 위치에 명명된 모델을 작성기에 추가합니다.

FromUri<TData,TPrediction>(PredictionEnginePoolBuilder<TData,TPrediction>, String, String, TimeSpan)

지정된 위치에 명명된 모델을 작성기에 추가합니다.

FromUri<TData,TPrediction>(PredictionEnginePoolBuilder<TData,TPrediction>, String, TimeSpan)

지정된 위치에 있는 모델을 작성기에 추가합니다.

FromUri<TData,TPrediction>(PredictionEnginePoolBuilder<TData,TPrediction>, String, Uri)

지정된 위치에 명명된 모델을 작성기에 추가합니다.

FromUri<TData,TPrediction>(PredictionEnginePoolBuilder<TData,TPrediction>, String, Uri, TimeSpan)

지정된 위치에 명명된 모델을 작성기에 추가합니다.

적용 대상