BuilderExtensions Class

Definition

public static class BuilderExtensions
type BuilderExtensions = class
Public Module BuilderExtensions
Inheritance
BuilderExtensions

Methods

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

Adds the model at the specified file to the builder.

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

Adds the model at the specified file to the builder.

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

Adds the model at the specified file to the builder.

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

Adds the model at the specified file to the builder.

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

Adds the model at the specified location to the builder.

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

Adds the named model at the specified location to the builder.

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

Adds the named model at the specified location to the builder.

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

Adds the model at the specified location to the builder.

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

Adds the named model at the specified location to the builder.

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

Adds the named model at the specified location to the builder.

Applies to