PredictionEnginePoolOptions<TData,TPrediction>.ModelLoader Property
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.
Gets the ModelLoader object used to load the model from the source location.
public Microsoft.Extensions.ML.ModelLoader ModelLoader { get; set; }
member this.ModelLoader : Microsoft.Extensions.ML.ModelLoader with get, set
Public Property ModelLoader As ModelLoader