whylogs.viz.enums.enums#

Module Contents#

Classes#

PageSpec

PageSpecEnum

Generic enumeration.

class whylogs.viz.enums.enums.PageSpec#
html: str#
height: str#
class whylogs.viz.enums.enums.PageSpecEnum#

Bases: enum.Enum

Generic enumeration.

Derive from this class to define new enumerations.

PROFILE_SUMMARY#
SUMMARY_REPORT#
DOUBLE_HISTOGRAM#
DISTRIBUTION_CHART#
DIFFERENCED_CHART#
FEATURE_STATISTICS#
CONSTRAINTS_REPORT#
name()#

The name of the Enum member.

value()#

The value of the Enum member.