ModelLoader Class

Definition

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

Name Description
ModelLoader()

Methods

Name Description
GetModel()

Gets the ML.NET model.

GetReloadToken()

Gets an object that can propagate notifications that the model has changed.

Applies to