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