abacusai.project_validation
===========================

.. py:module:: abacusai.project_validation


Classes
-------

.. autoapisummary::

   abacusai.project_validation.ProjectValidation


Module Contents
---------------

.. py:class:: ProjectValidation(client, valid=None, datasetErrors=None, columnHints=None)

   Bases: :py:obj:`abacusai.return_class.AbstractApiClass`


   A validation result for a project

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param valid: `true` if the project is valid and ready to be trained, otherwise `false`.
   :type valid: bool
   :param datasetErrors: A list of errors keeping the dataset from being valid
   :type datasetErrors: list[dict]
   :param columnHints: Hints for what to set on the columns
   :type columnHints: dict


   .. py:attribute:: valid
      :value: None



   .. py:attribute:: dataset_errors
      :value: None



   .. py:attribute:: column_hints
      :value: None



   .. py:attribute:: deprecated_keys


   .. py:method:: __repr__()


   .. py:method:: to_dict()

      Get a dict representation of the parameters in this class

      :returns: The dict value representation of the class parameters
      :rtype: dict



