abacusai.inferred_database_column_to_feature_mappings
=====================================================

.. py:module:: abacusai.inferred_database_column_to_feature_mappings


Classes
-------

.. autoapisummary::

   abacusai.inferred_database_column_to_feature_mappings.DatabaseColumnFeatureMapping
   abacusai.inferred_database_column_to_feature_mappings.AbstractApiClass
   abacusai.inferred_database_column_to_feature_mappings.InferredDatabaseColumnToFeatureMappings


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

.. py:class:: DatabaseColumnFeatureMapping(client, databaseColumn=None, feature=None)

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


   Mapping for export of feature group version to database column

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param databaseColumn: database column name
   :type databaseColumn: str
   :param feature: feature group column it has been matched to
   :type feature: str


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



.. py:class:: AbstractApiClass(client, id)

   .. py:method:: __eq__(other)

      Return self==value.



   .. py:method:: _get_attribute_as_dict(attribute)


.. py:class:: InferredDatabaseColumnToFeatureMappings(client, databaseColumnToFeatureMappings={})

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


   Autocomplete mappings for database to connector columns

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param databaseColumnToFeatureMappings: Database columns feature mappings
   :type databaseColumnToFeatureMappings: DatabaseColumnFeatureMapping


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



