TrainCatalogBase.CatalogInstantiatorBase 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.
Subclasses of Microsoft.ML.TrainContext will provide little "extension method" hookable objects (for example, something like Trainers). User code will only interact with these objects by invoking the extension methods. The actual component code can work through Microsoft.ML.Data.CatalogUtils to get more "hidden" information from this object, for example, the environment.
public abstract class TrainCatalogBase.CatalogInstantiatorBase
type TrainCatalogBase.CatalogInstantiatorBase = class
Public MustInherit Class TrainCatalogBase.CatalogInstantiatorBase
- Inheritance
-
TrainCatalogBase.CatalogInstantiatorBase
- Derived