IComponentFactory<TArg1,TArg2,TArg3,TComponent>.CreateComponent Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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
Parametry
- env
- IHostEnvironment
- argument1
- TArg1
- argument2
- TArg2
- argument3
- TArg3
Zwraca
TComponent