IDataLoaderEstimator<TSource,TLoader> 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.
Parfois, nous devons « ajuster » un IDataLoader<TSource>. Un estimateur DataLoader est l’objet qui le fait.
public interface IDataLoaderEstimator<in TSource,out TLoader> where TLoader : IDataLoader<in TSource>
type IDataLoaderEstimator<'Source, 'Loader (requires 'Loader :> IDataLoader<'Source>)> = interface
Public Interface IDataLoaderEstimator(Of In TSource, Out TLoader)
Paramètres de type
- TSource
- TLoader
- Dérivé
Méthodes
Fit(TSource) |
Entraîner et retourner un chargeur de données. |
GetOutputSchema() |
Promesse du schéma de sortie. Elle sera utilisée pour la propagation de schéma. |