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