abacusai.python_function
Module Contents
Classes
Customer created python function |
- class abacusai.python_function.PythonFunction(client, notebookId=None, name=None, createdAt=None, functionVariableMappings=None, functionName=None, codeSource={})
Bases:
abacusai.return_class.AbstractApiClass
Customer created python function
- Parameters:
client (ApiClient) – An authenticated API Client instance
notebookId (str) – The unique identifier of the notebook used to spin up the notebook upon creation
name (str) – The name to identify the algorithm, only uppercase letters, numbers and underscore allowed
createdAt (str) – When the python function was created
functionVariableMappings (dict) –
functionName (str) – The name of the python function to be used
codeSource (CodeSource) –
- __repr__()
Return repr(self).