nip.utils.experiments.RunIDFunctionArguments#
- class nip.utils.experiments.RunIDFunctionArguments(combo_index: int | None, cmd_args: Namespace, config_file_stem: str | None = None)[source]#
Arguments to the function which determines the run name.
- Parameters:
Methods Summary
__eq__
(other)Return self==value.
__init__
(combo_index, cmd_args[, ...])__repr__
()Return repr(self).
Attributes
config_file_stem
combo_index
cmd_args
Methods
- __eq__(other)#
Return self==value.
- __repr__()#
Return repr(self).