abacusai.template_node_details ============================== .. py:module:: abacusai.template_node_details Classes ------- .. autoapisummary:: abacusai.template_node_details.TemplateNodeDetails Module Contents --------------- .. py:class:: TemplateNodeDetails(client, notebookCode=None, workflowGraphNode={}) Bases: :py:obj:`abacusai.return_class.AbstractApiClass` Details about WorkflowGraphNode object and notebook code for adding template nodes in workflow. :param client: An authenticated API Client instance :type client: ApiClient :param notebookCode: The boilerplate code that needs to be shown in notebook for creating workflow graph node using corresponding template. :type notebookCode: list :param workflowGraphNode: The workflow graph node object corresponding to the template. :type workflowGraphNode: WorkflowGraphNode .. py:attribute:: notebook_code :value: None .. py:attribute:: workflow_graph_node .. 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