db set command

Module running the set command

Update data of experiments and trials in the storage

orion.core.cli.db.set.add_subparser(parser)[source]

Return the parser that needs to be used for this command

orion.core.cli.db.set.build_query(experiment, query)[source]

Convert query string to dict format

String format must be <attr name>=<value>

orion.core.cli.db.set.build_update(update)[source]

Convert update string to dict format

String format must be <attr name>=<value>

orion.core.cli.db.set.main(args)[source]

Remove the experiment(s) or trial(s).

orion.core.cli.db.set.process_updates(storage, root, query, update)[source]

Update the matching trials of the given experiment and its children.