abacusai.project_config ======================= .. py:module:: abacusai.project_config Classes ------- .. autoapisummary:: abacusai.project_config.ProjectConfig Module Contents --------------- .. py:class:: ProjectConfig(client, type=None, config={}) 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: ProjectFeatureGroupConfig .. py:attribute:: type :value: None .. py:attribute:: config .. 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