:py:mod:`abacusai.feature_group_export_download_url`
====================================================

.. py:module:: abacusai.feature_group_export_download_url


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

Classes
~~~~~~~

.. autoapisummary::

   abacusai.feature_group_export_download_url.FeatureGroupExportDownloadUrl




.. py:class:: FeatureGroupExportDownloadUrl(client, downloadUrl=None, expiresAt=None)

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

   A Feature Group Export Download Url, which is used to download the feature group version

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param downloadUrl: The url of the download location
   :type downloadUrl: str
   :param expiresAt: String representation of datetime when the url expires
   :type expiresAt: str

   .. py:method:: __repr__(self)

      Return repr(self).


   .. py:method:: to_dict(self)

      Get a dict representation of the parameters in this class

      :returns: The dict value representation of the class parameters
      :rtype: dict



