IComponentFactory<TArg1,TArg2,TArg3,TComponent>.CreateComponent Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Paramètres
- env
- IHostEnvironment
- argument1
- TArg1
- argument2
- TArg2
- argument3
- TArg3
Retours
TComponent