The watcher.decision_engine.sync Module

class watcher.decision_engine.sync.GoalMapping

Bases: tuple

GoalMapping(name, display_name, efficacy_specification)

class watcher.decision_engine.sync.IndicatorSpec

Bases: tuple

IndicatorSpec(name, description, unit, schema)

class watcher.decision_engine.sync.ScoringEngineMapping

Bases: tuple

ScoringEngineMapping(name, description, metainfo)

class watcher.decision_engine.sync.StrategyMapping

Bases: tuple

StrategyMapping(name, goal_name, display_name, parameters_spec)

class watcher.decision_engine.sync.Syncer[source]

Bases: object

Syncs all available goals and strategies with the Watcher DB

sync()[source]

Previous topic

The watcher.decision_engine.strategy.strategies.workload_stabilization Module

Next topic

The watcher.hacking.checks Module

Project Source

This Page