ModelLoader 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.
Defines a class that provides the mechanisms to load an ML.NET model and to propagate notifications that the source of the model has changed.
public abstract class ModelLoader
type ModelLoader = class
Public MustInherit Class ModelLoader
- Inheritance
-
ModelLoader
Constructors
ModelLoader() |
Methods
GetModel() |
Gets the ML.NET model. |
GetReloadToken() |
Gets an object that can propagate notifications that the model has changed. |