data_check_message_type ==================================================== .. py:module:: evalml.data_checks.data_check_message_type .. autoapi-nested-parse:: Enum for type of data check message. Module Contents --------------- Classes Summary ~~~~~~~~~~~~~~~ .. autoapisummary:: evalml.data_checks.data_check_message_type.DataCheckMessageType Contents ~~~~~~~~~~~~~~~~~~~ .. py:class:: DataCheckMessageType Enum for type of data check message: WARNING or ERROR. **Attributes** .. list-table:: :widths: 15 85 :header-rows: 0 * - **ERROR** - Error message returned by a data check. * - **WARNING** - Warning message returned by a data check. **Methods** .. autoapisummary:: :nosignatures: evalml.data_checks.data_check_message_type.DataCheckMessageType.name evalml.data_checks.data_check_message_type.DataCheckMessageType.value .. py:method:: name(self) The name of the Enum member. .. py:method:: value(self) The value of the Enum member.