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