abacusai.workflow_graph_node_details ==================================== .. py:module:: abacusai.workflow_graph_node_details Classes ------- .. autoapisummary:: abacusai.workflow_graph_node_details.WorkflowGraphNodeDetails Module Contents --------------- .. py:class:: WorkflowGraphNodeDetails(client, packageRequirements=None, connectors=None, workflowGraphNode={}) Bases: :py:obj:`abacusai.return_class.AbstractApiClass` A workflow graph node in the workflow graph. :param client: An authenticated API Client instance :type client: ApiClient :param packageRequirements: A list of package requirements that the node source code will need. :type packageRequirements: list[str] :param connectors: A dictionary of connectors that the node source code will need. :type connectors: dict :param workflowGraphNode: The workflow graph node object. :type workflowGraphNode: WorkflowGraphNode .. py:attribute:: package_requirements :value: None .. py:attribute:: connectors :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