ScenarioStats#

class ScenarioStats(scenario_ext_id=None, stats=None, *args, **kwargs)#

Bases: object

A collection of WhatIf Scenario stats.

Parameters:
  • scenario_ext_id – (scenario_ext_id) The UUID of the WhatIf Scenario associated with the Scneario Stats.

  • stats – (stats) WhatIf Scenario entity statistic time-series.

property scenario_ext_id#

The UUID of the WhatIf Scenario associated with the Scneario Stats.

Type:

str

property stats#

WhatIf Scenario entity statistic time-series.

Type:

list[ ScenarioStatsTuple ]

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model