Skip to content

datainfolisting

datainfolisting

Module for datainfolisting

Classes

DataInfoListing

Bases: ABC

Abstract class for a data info listing which is used in the GenericDataSet

Functions
list abstractmethod
list(data_description)

List all data infos for the given data description

Source code in niceml/data/datainfolistings/datainfolisting.py
@abstractmethod
def list(self, data_description: DataDescription) -> List[DataInfo]:
    """List all data infos for the given data description"""