:py:mod:`abacusai.project_config`
=================================

.. py:module:: abacusai.project_config


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

Classes
~~~~~~~

.. autoapisummary::

   abacusai.project_config.ProjectConfig




.. py:class:: ProjectConfig(client, type=None, config=None)

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

   Project-specific config for a feature group

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param type: Type of project config
   :type type: str
   :param config: Project-specific config for this feature group
   :type config: dict

   .. py:method:: __repr__()

      Return repr(self).


   .. 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



