Class FileDataLoader
Defined in File file.hpp
Base Type
public morpheus::Loader
(Class Loader)
-
class FileDataLoader : public morpheus::Loader
Very simple raw data loader that takes a list of files containing data that can be converted into a cuDF DataFrame. Loads the files into a cuDF DataFrame and returns a ControlMessage containing the DataFrame.
Public Functions
- ~FileDataLoader() = default
- FileDataLoader() = default
- FileDataLoader(nlohmann::json config)
Virtual method for loading a control message.
- Parameters
message – A shared pointer to the control message to be loaded.
task – A json object describing the loading task.
- Returns
A shared pointer to the loaded control message.