PredictionEnginePoolBuilder<TData,TPrediction> Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Uma classe que fornece os mecanismos para configurar um pool de objetos 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)
Parâmetros de tipo
- TData
- TPrediction
- Herança
-
PredictionEnginePoolBuilder<TData,TPrediction>
Construtores
PredictionEnginePoolBuilder<TData,TPrediction>(IServiceCollection) |
Inicializa uma nova instância de PredictionEnginePoolBuilder<TData,TPrediction>. |
Propriedades
Services |
O IServiceCollection ao qual adicionar serviços. |