IComponentFactory<TComponent>.CreateComponent(IHostEnvironment) Method
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.
public TComponent CreateComponent (Microsoft.ML.Runtime.IHostEnvironment env);
abstract member CreateComponent : Microsoft.ML.Runtime.IHostEnvironment -> 'Component
Public Function CreateComponent (env As IHostEnvironment) As TComponent
Parameters
- env
- IHostEnvironment
Returns
TComponent