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