:py:mod:`abacusai.python_function`
==================================

.. py:module:: abacusai.python_function


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

Classes
~~~~~~~

.. autoapisummary::

   abacusai.python_function.PythonFunction




.. py:class:: PythonFunction(client, notebookId=None, name=None, createdAt=None, functionVariableMappings=None, functionName=None, codeSource={})

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

   Customer created python function

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param notebookId: The unique identifier of the notebook used to spin up the notebook upon creation
   :type notebookId: str
   :param name: The name to identify the algorithm, only uppercase letters, numbers and underscore allowed
   :type name: str
   :param createdAt: When the python function was created
   :type createdAt: str
   :param functionVariableMappings:
   :type functionVariableMappings: dict
   :param functionName: The name of the python function to be used
   :type functionName: str
   :param codeSource:
   :type codeSource: CodeSource

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



