abacusai.nested_feature
=======================

.. py:module:: abacusai.nested_feature


Classes
-------

.. autoapisummary::

   abacusai.nested_feature.NestedFeature


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

.. py:class:: NestedFeature(client, name=None, selectClause=None, featureType=None, featureMapping=None, dataType=None, sourceTable=None, originalName=None)

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


   A nested feature in a feature group

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param name: The unique name of the column
   :type name: str
   :param selectClause: The sql logic for creating this feature's data
   :type selectClause: str
   :param featureType: Feature Type of the Feature
   :type featureType: str
   :param featureMapping: The Feature Mapping of the feature
   :type featureMapping: str
   :param dataType: Data Type of the Feature
   :type dataType: str
   :param sourceTable: The source table of the column
   :type sourceTable: str
   :param originalName: The original name of the column
   :type originalName: str


   .. py:attribute:: name
      :value: None



   .. py:attribute:: select_clause
      :value: None



   .. py:attribute:: feature_type
      :value: None



   .. py:attribute:: feature_mapping
      :value: None



   .. py:attribute:: data_type
      :value: None



   .. py:attribute:: source_table
      :value: None



   .. py:attribute:: original_name
      :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