netunicorn.base.types.FlagValues¶
- class FlagValues(*args, **kwargs)[source]¶
Bases:
BaseModel
Flag values for experiment-wide flags. These flags could be get and set by the user or any executor.One can use these flags to synchronize different executors, pass additional information, or manually control the experiment.Flag value could contain text, integer, or both. Integer values could be atomically incremented or decremented.- Parameters:
args (
Any
)kwargs (
Any
)
Attributes
Integer value of the flag.
Text value of the flag.
Methods