mlrl.testbed.experiments.input.meta_data.meta_data module

Author: Michael Rapp (michael.rapp.ml@gmail.com)

Provides classes for representing meta-data that is part of input data.

class mlrl.testbed.experiments.input.meta_data.meta_data.InputMetaData

Bases: StructuralInputData

Represents meta-data that is part of input data.

ATTRIBUTE_CHILD_COMMANDS = 'child-commands'
ATTRIBUTE_COMMAND = 'command'
ATTRIBUTE_TIMESTAMP = 'timestamp'
ATTRIBUTE_VERSION = 'version'
CONTEXT = Context(include_dataset_type=False, include_prediction_scope=False, include_fold=True)
FILENAME = 'metadata'
PROPERTIES = Properties(name='Meta-data of the experiment', file_name='metadata')
SCHEMA_FILE_PATH = PosixPath('/home/runner/work/MLRL-Boomer/MLRL-Boomer/.venv/lib/python3.14/site-packages/mlrl/testbed/experiments/input/meta_data/metadata.schema.yml')