abacusai.feature_group_document
===============================

.. py:module:: abacusai.feature_group_document


Classes
-------

.. autoapisummary::

   abacusai.feature_group_document.FeatureGroupDocument


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

.. py:class:: FeatureGroupDocument(client, featureGroupId=None, docId=None, status=None)

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


   A document of a feature group.

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param featureGroupId: The ID of the feature group this row belongs to.
   :type featureGroupId: str
   :param docId: Unique document id
   :type docId: str
   :param status: The status of the document processing
   :type status: str


   .. py:attribute:: feature_group_id
      :value: None



   .. py:attribute:: doc_id
      :value: None



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



