BuilderExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
In this article
public static class BuilderExtensions
type BuilderExtensions = class
Public Module BuilderExtensions
Inheritance
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