:py:mod:`abacusai.file_connector`
=================================

.. py:module:: abacusai.file_connector


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

Classes
~~~~~~~

.. autoapisummary::

   abacusai.file_connector.FileConnector




.. py:class:: FileConnector(client, bucket=None, verified=None, writePermission=None, authExpiresAt=None)

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

   Verification result for an external storage service

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param bucket: The address of the bucket. eg., `s3://your-bucket`
   :type bucket: str
   :param verified: `true` if the bucket has passed verification
   :type verified: bool
   :param writePermission: `true` if Abacus.AI has permission to write to this bucket
   :type writePermission: bool
   :param authExpiresAt: The time when the file connector's auth expires, if applicable
   :type authExpiresAt: 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



