MetadataModel

class MetadataModel(**kwargs)

Bases: MetaModel

Subclass of MetaModel for handling metadata-related processing and storage.

Public Methods

(none)

Private Methods

MetadataModel._init()

Perform additional initialization specific to the algorithm being implemented. Must be implemented by subclasses.

This function is called at the end of the class constructor to perform additional initialization specific to the algorithm being implemented. kwargs provided to the base class constructor are available as class attributes.