whylogs.api.reader.reader
#
Module Contents#
Classes#
Helper class that provides a standard way to create an ABC using |
Attributes#
- whylogs.api.reader.reader.T#
- class whylogs.api.reader.reader.Reader#
Bases:
abc.ABC
Helper class that provides a standard way to create an ABC using inheritance.
- abstract read(**kwargs: Any) whylogs.ResultSet #
Must be implemented by all inherited Readers, declaring how to fetch files from their locations to a local temp dir
- Parameters
kwargs (Any) –
- Return type
- static get_file_from_path(path) whylogs.ResultSet #
- Return type