IComponentFactory<TArg1,TArg2,TComponent> 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當我們採用兩個額外的參數 (和 IHostEnvironment) 時,用來建立元件的介面。
public interface IComponentFactory<in TArg1,in TArg2,out TComponent> : Microsoft.ML.Runtime.IComponentFactory
type IComponentFactory<'TArg1, 'TArg2, 'Component> = interface
interface IComponentFactory
Public Interface IComponentFactory(Of In TArg1, In TArg2, Out TComponent)
Implements IComponentFactory
類型參數
- TArg1
- TArg2
- TComponent
- 實作
方法
CreateComponent(IHostEnvironment, TArg1, TArg2) |
當我們採用兩個額外的參數 (和 IHostEnvironment) 時,用來建立元件的介面。 |