Freigeben über


PredictionEnginePoolOptions<TData,TPrediction> Klasse

Definition

Gibt die Optionen an, die beim Erstellen einer 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)

Typparameter

TData
TPrediction
Vererbung
PredictionEnginePoolOptions<TData,TPrediction>

Konstruktoren

PredictionEnginePoolOptions<TData,TPrediction>()

Gibt die Optionen an, die beim Erstellen einer PredictionEnginePool<TData,TPrediction>.

Eigenschaften

ModelLoader

Ruft das Objekt ab, das ModelLoader zum Laden des Modells vom Quellspeicherort verwendet wird.

Gilt für: