The watcherclient.v1.scoring_engine_shell Module

class watcherclient.v1.scoring_engine_shell.ListScoringEngine(app, app_args, cmd_name=None)[source]

Bases: watcherclient.common.command.Lister

List information on retrieved scoring engines.

get_parser(prog_name)[source]
log = <logging.Logger object at 0x7f5c3f8aa5d0>
take_action(parsed_args)[source]
class watcherclient.v1.scoring_engine_shell.ShowScoringEngine(app, app_args, cmd_name=None)[source]

Bases: watcherclient.common.command.ShowOne

Show detailed information about a given scoring engine.

get_parser(prog_name)[source]
log = <logging.Logger object at 0x7f5c3f772510>
take_action(parsed_args)[source]

Previous topic

The watcherclient.v1.scoring_engine Module

Next topic

The watcherclient.v1.strategy Module

Project Source

This Page