mlrl.testbed.experiments.meta_data module

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

Provides classes for representing meta-data.

class mlrl.testbed.experiments.meta_data.MetaData(command: ~mlrl.testbed.command.Command, child_commands: ~typing.List[~mlrl.testbed.command.Command] = <factory>, version: str = '0.14.1', timestamp: ~datetime.datetime = datetime.datetime(2025, 10, 14, 21, 31, 15, 450598))

Bases: object

Meta-data that provides information about a command that has been used for running MLRL-Testbed.

Attributes:

command: The command child_commands: Commands run by the original command, e.g., in batch mode version: The version of MLRL-Testbed used for running the command timestamp: The date and time when the command was run

child_commands: List[Command]
command: Command
property formatted_timestamp: str

The timestamp in a human-readable format.

timestamp: datetime = datetime.datetime(2025, 10, 14, 21, 31, 15, 450598)
version: str = '0.14.1'