Store
store ¶
store_cv = ContextVar('store', default=None) module-attribute ¶
VariableType = Literal['param', 'metric'] module-attribute ¶
ValueType = Union[str, float, int, bool, None] module-attribute ¶
ValueMapping ¶
ValueTuple ¶
Bases: NamedTuple
key: str instance-attribute ¶
value: ValueType instance-attribute ¶
type: VariableType instance-attribute ¶
step_id: Optional[int] = None class-attribute instance-attribute ¶
timestamp: Optional[dt.datetime] = None class-attribute instance-attribute ¶
is_step: Optional[bool] = None class-attribute instance-attribute ¶
TrackingStore ¶
Abstract class for tracking store.
This class is used to define the interface for tracking store.