IComponentFactory<TArg1,TArg2,TArg3,TComponent> Interface
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.
Interface permettant de créer un composant lorsque nous prenons trois paramètres supplémentaires (et un IHostEnvironment).
public interface IComponentFactory<in TArg1,in TArg2,in TArg3,out TComponent> : Microsoft.ML.Runtime.IComponentFactory
type IComponentFactory<'TArg1, 'TArg2, 'TArg3, 'Component> = interface
interface IComponentFactory
Public Interface IComponentFactory(Of In TArg1, In TArg2, In TArg3, Out TComponent)
Implements IComponentFactory
Paramètres de type
- TArg1
- TArg2
- TArg3
- TComponent
- Implémente
Méthodes
CreateComponent(IHostEnvironment, TArg1, TArg2, TArg3) |
Interface permettant de créer un composant lorsque nous prenons trois paramètres supplémentaires (et un IHostEnvironment). |